You are not logged in.

#1 2024-11-09 21:53:08

redluci4
Member
Registered: 2024-11-09
Posts: 2

Can't able to recive data for hosted servers. SOLVED

Hello,

EDIT 1 : I had my nftables.server enabled, now I've solved it by disabling it.

SOLVED

I'm currently trying to host servers in me Dell Laptop (Precision 5520).


The Servers:

  • Samba

  • KDE Connect

  • Docker Containers

  • Games

  • Command — "python -m http.server --bind 0.0.0.0 6969" (Test server to find why I can't reach it from outside)

To explain this problem I'm going to stick with the last server (python test command) for testing and debugging (I'll give the extra files in the end).

Issue : The incoming connection for outside (I think, but I'm not sure) is not even getting past the system (it's working find if I try connecting using localhost/locally). All the server logs are clean for "systemctl status" commands or the stdout of the last experimental python server command and every other logging system for the servers.

Note : I'm trying all the test with an AMD PC on the side with the same (not exactly same, but reasonably same) configuration files and all the services is working perfectly in the PC.

System Logs :

I'm going to attach a couple of logs I collected using journalctl and tcpdump (I can't find any other single thing that seem to respond or log or even acknowledge the incoming connections)

The "sudo journalctl -b" output:

Nov 10 00:50:50 ArchDell kernel: Linux version 6.11.6-arch1-1 (linux@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Fri, 01 Nov 2024 03:30:41 +0000
Nov 10 00:50:50 ArchDell kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1dff8756-7c62-4f50-8b0a-5046c4a6eaf1 rw loglevel=3 quiet nomodset nouveau.modeset=0
Nov 10 00:50:50 ArchDell kernel: BIOS-provided physical RAM map:
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x0000000000100000-0x000000005ce14fff] usable
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x000000005ce15000-0x000000005ce15fff] ACPI NVS
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x000000005ce16000-0x000000005ce16fff] reserved
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x000000005ce17000-0x000000006eaa0fff] usable
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x000000006eaa1000-0x000000006ee5dfff] reserved
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x000000006ee5e000-0x000000006eea4fff] ACPI data
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x000000006eea5000-0x000000006f598fff] ACPI NVS
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x000000006f599000-0x000000006fffefff] reserved
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x000000006ffff000-0x000000006fffffff] usable
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x0000000070000000-0x0000000077ffffff] reserved
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x0000000078000000-0x00000000785fffff] usable
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x0000000078600000-0x000000007e7fffff] reserved
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 10 00:50:50 ArchDell kernel: BIOS-e820: [mem 0x0000000100000000-0x000000087f7fffff] usable
Nov 10 00:50:50 ArchDell kernel: NX (Execute Disable) protection: active
Nov 10 00:50:50 ArchDell kernel: APIC: Static calls initialized
Nov 10 00:50:50 ArchDell kernel: e820: update [mem 0x4ea92018-0x4eaab857] usable ==> usable
Nov 10 00:50:50 ArchDell kernel: e820: update [mem 0x4ea81018-0x4ea91057] usable ==> usable
Nov 10 00:50:50 ArchDell kernel: extended physical RAM map:
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x0000000000100000-0x000000004ea81017] usable
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000004ea81018-0x000000004ea91057] usable
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000004ea91058-0x000000004ea92017] usable
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000004ea92018-0x000000004eaab857] usable
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000004eaab858-0x000000005ce14fff] usable
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000005ce15000-0x000000005ce15fff] ACPI NVS
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000005ce16000-0x000000005ce16fff] reserved
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000005ce17000-0x000000006eaa0fff] usable
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000006eaa1000-0x000000006ee5dfff] reserved
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000006ee5e000-0x000000006eea4fff] ACPI data
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000006eea5000-0x000000006f598fff] ACPI NVS
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000006f599000-0x000000006fffefff] reserved
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x000000006ffff000-0x000000006fffffff] usable
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x0000000070000000-0x0000000077ffffff] reserved
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x0000000078000000-0x00000000785fffff] usable
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x0000000078600000-0x000000007e7fffff] reserved
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 10 00:50:50 ArchDell kernel: reserve setup_data: [mem 0x0000000100000000-0x000000087f7fffff] usable
Nov 10 00:50:50 ArchDell kernel: efi: EFI v2.4 by American Megatrends
Nov 10 00:50:50 ArchDell kernel: efi: ACPI=0x6ee6d000 ACPI 2.0=0x6ee6d000 SMBIOS=0xf0000 SMBIOS 3.0=0xf0020 TPMFinalLog=0x6f53a000 ESRT=0x6fcb9698 MEMATTR=0x6b187018 INITRD=0x5cec4998 TPMEventLog=0x6ee66018 
Nov 10 00:50:50 ArchDell kernel: efi: Remove mem36: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Nov 10 00:50:50 ArchDell kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Nov 10 00:50:50 ArchDell kernel: efi: Not removing mem37: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Nov 10 00:50:50 ArchDell kernel: efi: Not removing mem38: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Nov 10 00:50:50 ArchDell kernel: efi: Not removing mem39: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Nov 10 00:50:50 ArchDell kernel: efi: Remove mem40: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Nov 10 00:50:50 ArchDell kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Nov 10 00:50:50 ArchDell kernel: SMBIOS 3.0.0 present.
Nov 10 00:50:50 ArchDell kernel: DMI: Dell Inc. Precision 5520/0NKT5P, BIOS 1.39.0 07/04/2024
Nov 10 00:50:50 ArchDell kernel: DMI: Memory slots populated: 2/2
Nov 10 00:50:50 ArchDell kernel: tsc: Detected 2800.000 MHz processor
Nov 10 00:50:50 ArchDell kernel: tsc: Detected 2799.927 MHz TSC
Nov 10 00:50:50 ArchDell kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 10 00:50:50 ArchDell kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 10 00:50:50 ArchDell kernel: last_pfn = 0x87f800 max_arch_pfn = 0x400000000
Nov 10 00:50:50 ArchDell kernel: MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
Nov 10 00:50:50 ArchDell kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Nov 10 00:50:50 ArchDell kernel: last_pfn = 0x78600 max_arch_pfn = 0x400000000
Nov 10 00:50:50 ArchDell kernel: esrt: Reserving ESRT space from 0x000000006fcb9698 to 0x000000006fcb96d0.
Nov 10 00:50:50 ArchDell kernel: Using GB pages for direct mapping
Nov 10 00:50:50 ArchDell kernel: Secure boot disabled
Nov 10 00:50:50 ArchDell kernel: RAMDISK: [mem 0x4eaac000-0x59551fff]
Nov 10 00:50:50 ArchDell kernel: ACPI: Early table checksum verification disabled
Nov 10 00:50:50 ArchDell kernel: ACPI: RSDP 0x000000006EE6D000 000024 (v02 DELL  )
Nov 10 00:50:50 ArchDell kernel: ACPI: XSDT 0x000000006EE6D0D0 00011C (v01 DELL   CBX3     01072009 AMI  00010013)
Nov 10 00:50:50 ArchDell kernel: ACPI: FACP 0x000000006EE92A78 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
Nov 10 00:50:50 ArchDell kernel: ACPI: DSDT 0x000000006EE6D278 0257FF (v02 DELL   CBX3     01072009 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: FACS 0x000000006F596180 000040
Nov 10 00:50:50 ArchDell kernel: ACPI: APIC 0x000000006EE92B88 0000BC (v03 DELL   CBX3     01072009 AMI  00010013)
Nov 10 00:50:50 ArchDell kernel: ACPI: FPDT 0x000000006EE92C48 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
Nov 10 00:50:50 ArchDell kernel: ACPI: FIDT 0x000000006EE92C90 0000AC (v01 DELL   CBX3     01072009 AMI  00010013)
Nov 10 00:50:50 ArchDell kernel: ACPI: MCFG 0x000000006EE92D40 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
Nov 10 00:50:50 ArchDell kernel: ACPI: HPET 0x000000006EE92D80 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0x000000006EE92DB8 0004B8 (v01 SataRe SataTabl 00001000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: BOOT 0x000000006EE93270 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0x000000006EE93298 0012FE (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0x000000006EE94598 002959 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: HPET 0x000000006EE96EF8 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0x000000006EE96F30 000B8C (v02 INTEL  xh_rvp11 00000000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: UEFI 0x000000006EE97AC0 000042 (v01                 00000000      00000000)
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0x000000006EE97B08 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: LPIT 0x000000006EE989E8 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0x000000006EE98A80 00011E (v02 INTEL  HdaDsp   00000000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0x000000006EE98BA0 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0x000000006EE98E40 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0x000000006EE9BE48 00050D (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: DBGP 0x000000006EE9C358 000034 (v01 INTEL           00000002 MSFT 0000005F)
Nov 10 00:50:50 ArchDell kernel: ACPI: DBG2 0x000000006EE9C390 000054 (v00 INTEL           00000002 MSFT 0000005F)
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0x000000006EE9C3E8 005322 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: MSDM 0x000000006EEA1710 000055 (v03 DELL   CBX3     06222004 AMI  00010013)
Nov 10 00:50:50 ArchDell kernel: ACPI: SLIC 0x000000006EEA1768 000176 (v03 DELL   CBX3     01072009 MSFT 00010013)
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0x000000006EEA18E0 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: NHLT 0x000000006EEA1990 00002D (v00 INTEL  EDK2     00000002      01000013)
Nov 10 00:50:50 ArchDell kernel: [81B blob data]
Nov 10 00:50:50 ArchDell kernel: ACPI: TPM2 0x000000006EEA19F8 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0x000000006EEA1A30 001C70 (v01 OptRef OptTabl  00001000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: ASF! 0x000000006EEA36A0 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
Nov 10 00:50:50 ArchDell kernel: ACPI: DMAR 0x000000006EEA3740 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving FACP table memory at [mem 0x6ee92a78-0x6ee92b83]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving DSDT table memory at [mem 0x6ee6d278-0x6ee92a76]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving FACS table memory at [mem 0x6f596180-0x6f5961bf]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving APIC table memory at [mem 0x6ee92b88-0x6ee92c43]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving FPDT table memory at [mem 0x6ee92c48-0x6ee92c8b]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving FIDT table memory at [mem 0x6ee92c90-0x6ee92d3b]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving MCFG table memory at [mem 0x6ee92d40-0x6ee92d7b]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving HPET table memory at [mem 0x6ee92d80-0x6ee92db7]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SSDT table memory at [mem 0x6ee92db8-0x6ee9326f]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving BOOT table memory at [mem 0x6ee93270-0x6ee93297]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SSDT table memory at [mem 0x6ee93298-0x6ee94595]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SSDT table memory at [mem 0x6ee94598-0x6ee96ef0]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving HPET table memory at [mem 0x6ee96ef8-0x6ee96f2f]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SSDT table memory at [mem 0x6ee96f30-0x6ee97abb]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving UEFI table memory at [mem 0x6ee97ac0-0x6ee97b01]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SSDT table memory at [mem 0x6ee97b08-0x6ee989e5]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving LPIT table memory at [mem 0x6ee989e8-0x6ee98a7b]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SSDT table memory at [mem 0x6ee98a80-0x6ee98b9d]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SSDT table memory at [mem 0x6ee98ba0-0x6ee98e3e]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SSDT table memory at [mem 0x6ee98e40-0x6ee9be41]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SSDT table memory at [mem 0x6ee9be48-0x6ee9c354]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving DBGP table memory at [mem 0x6ee9c358-0x6ee9c38b]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving DBG2 table memory at [mem 0x6ee9c390-0x6ee9c3e3]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SSDT table memory at [mem 0x6ee9c3e8-0x6eea1709]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving MSDM table memory at [mem 0x6eea1710-0x6eea1764]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SLIC table memory at [mem 0x6eea1768-0x6eea18dd]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SSDT table memory at [mem 0x6eea18e0-0x6eea198d]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving NHLT table memory at [mem 0x6eea1990-0x6eea19bc]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving BGRT table memory at [mem 0x6eea19c0-0x6eea19f7]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving TPM2 table memory at [mem 0x6eea19f8-0x6eea1a2b]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving SSDT table memory at [mem 0x6eea1a30-0x6eea369f]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving ASF! table memory at [mem 0x6eea36a0-0x6eea373f]
Nov 10 00:50:50 ArchDell kernel: ACPI: Reserving DMAR table memory at [mem 0x6eea3740-0x6eea382f]
Nov 10 00:50:50 ArchDell kernel: ACPI: DMI detected: DELL Precision 5520 (force ACPI _REV to 5)
Nov 10 00:50:50 ArchDell kernel: No NUMA configuration found
Nov 10 00:50:50 ArchDell kernel: Faking a node at [mem 0x0000000000000000-0x000000087f7fffff]
Nov 10 00:50:50 ArchDell kernel: NODE_DATA(0) allocated [mem 0x87f7fb000-0x87f7fffff]
Nov 10 00:50:50 ArchDell kernel: Zone ranges:
Nov 10 00:50:50 ArchDell kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Nov 10 00:50:50 ArchDell kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Nov 10 00:50:50 ArchDell kernel:   Normal   [mem 0x0000000100000000-0x000000087f7fffff]
Nov 10 00:50:50 ArchDell kernel:   Device   empty
Nov 10 00:50:50 ArchDell kernel: Movable zone start for each node
Nov 10 00:50:50 ArchDell kernel: Early memory node ranges
Nov 10 00:50:50 ArchDell kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Nov 10 00:50:50 ArchDell kernel:   node   0: [mem 0x0000000000059000-0x000000000009dfff]
Nov 10 00:50:50 ArchDell kernel:   node   0: [mem 0x0000000000100000-0x000000005ce14fff]
Nov 10 00:50:50 ArchDell kernel:   node   0: [mem 0x000000005ce17000-0x000000006eaa0fff]
Nov 10 00:50:50 ArchDell kernel:   node   0: [mem 0x000000006ffff000-0x000000006fffffff]
Nov 10 00:50:50 ArchDell kernel:   node   0: [mem 0x0000000078000000-0x00000000785fffff]
Nov 10 00:50:50 ArchDell kernel:   node   0: [mem 0x0000000100000000-0x000000087f7fffff]
Nov 10 00:50:50 ArchDell kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000087f7fffff]
Nov 10 00:50:50 ArchDell kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 10 00:50:50 ArchDell kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 10 00:50:50 ArchDell kernel: On node 0, zone DMA: 98 pages in unavailable ranges
Nov 10 00:50:50 ArchDell kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Nov 10 00:50:50 ArchDell kernel: On node 0, zone DMA32: 5470 pages in unavailable ranges
Nov 10 00:50:50 ArchDell kernel: On node 0, zone Normal: 31232 pages in unavailable ranges
Nov 10 00:50:50 ArchDell kernel: On node 0, zone Normal: 2048 pages in unavailable ranges
Nov 10 00:50:50 ArchDell kernel: Reserving Intel graphics memory at [mem 0x7a800000-0x7e7fffff]
Nov 10 00:50:50 ArchDell kernel: ACPI: PM-Timer IO Port: 0x1808
Nov 10 00:50:50 ArchDell kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Nov 10 00:50:50 ArchDell kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Nov 10 00:50:50 ArchDell kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Nov 10 00:50:50 ArchDell kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Nov 10 00:50:50 ArchDell kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Nov 10 00:50:50 ArchDell kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Nov 10 00:50:50 ArchDell kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Nov 10 00:50:50 ArchDell kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Nov 10 00:50:50 ArchDell kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Nov 10 00:50:50 ArchDell kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 10 00:50:50 ArchDell kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Nov 10 00:50:50 ArchDell kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 10 00:50:50 ArchDell kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Nov 10 00:50:50 ArchDell kernel: e820: update [mem 0x6b795000-0x6b818fff] usable ==> reserved
Nov 10 00:50:50 ArchDell kernel: TSC deadline timer available
Nov 10 00:50:50 ArchDell kernel: CPU topo: Max. logical packages:   1
Nov 10 00:50:50 ArchDell kernel: CPU topo: Max. logical dies:       1
Nov 10 00:50:50 ArchDell kernel: CPU topo: Max. dies per package:   1
Nov 10 00:50:50 ArchDell kernel: CPU topo: Max. threads per core:   2
Nov 10 00:50:50 ArchDell kernel: CPU topo: Num. cores per package:     4
Nov 10 00:50:50 ArchDell kernel: CPU topo: Num. threads per package:   8
Nov 10 00:50:50 ArchDell kernel: CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x4ea81000-0x4ea81fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x4ea91000-0x4ea91fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x4ea92000-0x4ea92fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x4eaab000-0x4eaabfff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x5ce15000-0x5ce15fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x5ce16000-0x5ce16fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x6b795000-0x6b818fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x6eaa1000-0x6ee5dfff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x6ee5e000-0x6eea4fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x6eea5000-0x6f598fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x6f599000-0x6fffefff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x70000000-0x77ffffff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x78600000-0x7e7fffff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0x7e800000-0xfdffffff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Nov 10 00:50:50 ArchDell kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Nov 10 00:50:50 ArchDell kernel: [mem 0x7e800000-0xfdffffff] available for PCI devices
Nov 10 00:50:50 ArchDell kernel: Booting paravirtualized kernel on bare hardware
Nov 10 00:50:50 ArchDell kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 10 00:50:50 ArchDell kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Nov 10 00:50:50 ArchDell kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Nov 10 00:50:50 ArchDell kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Nov 10 00:50:50 ArchDell kernel: pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7 
Nov 10 00:50:50 ArchDell kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=1dff8756-7c62-4f50-8b0a-5046c4a6eaf1 rw loglevel=3 quiet nomodset nouveau.modeset=0
Nov 10 00:50:50 ArchDell kernel: Unknown kernel command line parameters "nomodset BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Nov 10 00:50:50 ArchDell kernel: random: crng init done
Nov 10 00:50:50 ArchDell kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: Fallback order for Node 0: 0 
Nov 10 00:50:50 ArchDell kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8316988
Nov 10 00:50:50 ArchDell kernel: Policy zone: Normal
Nov 10 00:50:50 ArchDell kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 10 00:50:50 ArchDell kernel: software IO TLB: area num 8.
Nov 10 00:50:50 ArchDell kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Nov 10 00:50:50 ArchDell kernel: Kernel/User page tables isolation: enabled
Nov 10 00:50:50 ArchDell kernel: ftrace: allocating 50626 entries in 198 pages
Nov 10 00:50:50 ArchDell kernel: ftrace: allocated 198 pages with 4 groups
Nov 10 00:50:50 ArchDell kernel: Dynamic Preempt: full
Nov 10 00:50:50 ArchDell kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 10 00:50:50 ArchDell kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Nov 10 00:50:50 ArchDell kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Nov 10 00:50:50 ArchDell kernel:         Trampoline variant of Tasks RCU enabled.
Nov 10 00:50:50 ArchDell kernel:         Rude variant of Tasks RCU enabled.
Nov 10 00:50:50 ArchDell kernel:         Tracing variant of Tasks RCU enabled.
Nov 10 00:50:50 ArchDell kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 10 00:50:50 ArchDell kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Nov 10 00:50:50 ArchDell kernel: RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Nov 10 00:50:50 ArchDell kernel: RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Nov 10 00:50:50 ArchDell kernel: RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=8.
Nov 10 00:50:50 ArchDell kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Nov 10 00:50:50 ArchDell kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 10 00:50:50 ArchDell kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 10 00:50:50 ArchDell kernel: spurious 8259A interrupt: IRQ7.
Nov 10 00:50:50 ArchDell kernel: Console: colour dummy device 80x25
Nov 10 00:50:50 ArchDell kernel: printk: legacy console [tty0] enabled
Nov 10 00:50:50 ArchDell kernel: ACPI: Core revision 20240322
Nov 10 00:50:50 ArchDell kernel: ACPI: OSL: Overriding _REV return value to 5
Nov 10 00:50:50 ArchDell kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Nov 10 00:50:50 ArchDell kernel: APIC: Switch to symmetric I/O mode setup
Nov 10 00:50:50 ArchDell kernel: DMAR: Host address width 39
Nov 10 00:50:50 ArchDell kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Nov 10 00:50:50 ArchDell kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Nov 10 00:50:50 ArchDell kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Nov 10 00:50:50 ArchDell kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Nov 10 00:50:50 ArchDell kernel: DMAR: RMRR base: 0x0000006eb79000 end: 0x0000006eb98fff
Nov 10 00:50:50 ArchDell kernel: DMAR: RMRR base: 0x0000007a000000 end: 0x0000007e7fffff
Nov 10 00:50:50 ArchDell kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
Nov 10 00:50:50 ArchDell kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
Nov 10 00:50:50 ArchDell kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Nov 10 00:50:50 ArchDell kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Nov 10 00:50:50 ArchDell kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Nov 10 00:50:50 ArchDell kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Nov 10 00:50:50 ArchDell kernel: x2apic enabled
Nov 10 00:50:50 ArchDell kernel: APIC: Switched APIC routing to: cluster x2apic
Nov 10 00:50:50 ArchDell kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 10 00:50:50 ArchDell kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x285bfbafad2, max_idle_ns: 440795215530 ns
Nov 10 00:50:50 ArchDell kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5602.18 BogoMIPS (lpj=9333090)
Nov 10 00:50:50 ArchDell kernel: CPU0: Thermal monitoring enabled (TM1)
Nov 10 00:50:50 ArchDell kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Nov 10 00:50:50 ArchDell kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Nov 10 00:50:50 ArchDell kernel: process: using mwait in idle threads
Nov 10 00:50:50 ArchDell kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 10 00:50:50 ArchDell kernel: Spectre V2 : Mitigation: IBRS
Nov 10 00:50:50 ArchDell kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 10 00:50:50 ArchDell kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Nov 10 00:50:50 ArchDell kernel: RETBleed: Mitigation: IBRS
Nov 10 00:50:50 ArchDell kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 10 00:50:50 ArchDell kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Nov 10 00:50:50 ArchDell kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 10 00:50:50 ArchDell kernel: MDS: Mitigation: Clear CPU buffers
Nov 10 00:50:50 ArchDell kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Nov 10 00:50:50 ArchDell kernel: SRBDS: Mitigation: Microcode
Nov 10 00:50:50 ArchDell kernel: GDS: Mitigation: Microcode
Nov 10 00:50:50 ArchDell kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 10 00:50:50 ArchDell kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 10 00:50:50 ArchDell kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 10 00:50:50 ArchDell kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Nov 10 00:50:50 ArchDell kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Nov 10 00:50:50 ArchDell kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Nov 10 00:50:50 ArchDell kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Nov 10 00:50:50 ArchDell kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Nov 10 00:50:50 ArchDell kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Nov 10 00:50:50 ArchDell kernel: Freeing SMP alternatives memory: 40K
Nov 10 00:50:50 ArchDell kernel: pid_max: default: 32768 minimum: 301
Nov 10 00:50:50 ArchDell kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Nov 10 00:50:50 ArchDell kernel: landlock: Up and running.
Nov 10 00:50:50 ArchDell kernel: Yama: becoming mindful.
Nov 10 00:50:50 ArchDell kernel: LSM support for eBPF active
Nov 10 00:50:50 ArchDell kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: smpboot: CPU0: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
Nov 10 00:50:50 ArchDell kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Nov 10 00:50:50 ArchDell kernel: ... version:                4
Nov 10 00:50:50 ArchDell kernel: ... bit width:              48
Nov 10 00:50:50 ArchDell kernel: ... generic registers:      4
Nov 10 00:50:50 ArchDell kernel: ... value mask:             0000ffffffffffff
Nov 10 00:50:50 ArchDell kernel: ... max period:             00007fffffffffff
Nov 10 00:50:50 ArchDell kernel: ... fixed-purpose events:   3
Nov 10 00:50:50 ArchDell kernel: ... event mask:             000000070000000f
Nov 10 00:50:50 ArchDell kernel: signal: max sigframe size: 2032
Nov 10 00:50:50 ArchDell kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1243
Nov 10 00:50:50 ArchDell kernel: rcu: Hierarchical SRCU implementation.
Nov 10 00:50:50 ArchDell kernel: rcu:         Max phase no-delay instances is 1000.
Nov 10 00:50:50 ArchDell kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Nov 10 00:50:50 ArchDell kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 10 00:50:50 ArchDell kernel: smp: Bringing up secondary CPUs ...
Nov 10 00:50:50 ArchDell kernel: smpboot: x86: Booting SMP configuration:
Nov 10 00:50:50 ArchDell kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
Nov 10 00:50:50 ArchDell kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Nov 10 00:50:50 ArchDell kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Nov 10 00:50:50 ArchDell kernel: smp: Brought up 1 node, 8 CPUs
Nov 10 00:50:50 ArchDell kernel: smpboot: Total of 8 processors activated (44816.45 BogoMIPS)
Nov 10 00:50:50 ArchDell kernel: Memory: 32386736K/33267952K available (18432K kernel code, 2187K rwdata, 13520K rodata, 3452K init, 3432K bss, 865508K reserved, 0K cma-reserved)
Nov 10 00:50:50 ArchDell kernel: devtmpfs: initialized
Nov 10 00:50:50 ArchDell kernel: x86/mm: Memory block size: 128MB
Nov 10 00:50:50 ArchDell kernel: ACPI: PM: Registering ACPI NVS region [mem 0x5ce15000-0x5ce15fff] (4096 bytes)
Nov 10 00:50:50 ArchDell kernel: ACPI: PM: Registering ACPI NVS region [mem 0x6eea5000-0x6f598fff] (7290880 bytes)
Nov 10 00:50:50 ArchDell kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 10 00:50:50 ArchDell kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: pinctrl core: initialized pinctrl subsystem
Nov 10 00:50:50 ArchDell kernel: PM: RTC time: 19:20:26, date: 2024-11-09
Nov 10 00:50:50 ArchDell kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 10 00:50:50 ArchDell kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Nov 10 00:50:50 ArchDell kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 10 00:50:50 ArchDell kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 10 00:50:50 ArchDell kernel: audit: initializing netlink subsys (disabled)
Nov 10 00:50:50 ArchDell kernel: audit: type=2000 audit(1731180026.123:1): state=initialized audit_enabled=0 res=1
Nov 10 00:50:50 ArchDell kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 10 00:50:50 ArchDell kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 10 00:50:50 ArchDell kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 10 00:50:50 ArchDell kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 10 00:50:50 ArchDell kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 10 00:50:50 ArchDell kernel: cpuidle: using governor ladder
Nov 10 00:50:50 ArchDell kernel: cpuidle: using governor menu
Nov 10 00:50:50 ArchDell kernel: Simple Boot Flag at 0x47 set to 0x80
Nov 10 00:50:50 ArchDell kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Nov 10 00:50:50 ArchDell kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 10 00:50:50 ArchDell kernel: PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
Nov 10 00:50:50 ArchDell kernel: PCI: Using configuration type 1 for base access
Nov 10 00:50:50 ArchDell kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 10 00:50:50 ArchDell kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 10 00:50:50 ArchDell kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 10 00:50:50 ArchDell kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 10 00:50:50 ArchDell kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 10 00:50:50 ArchDell kernel: ACPI: Added _OSI(Module Device)
Nov 10 00:50:50 ArchDell kernel: ACPI: Added _OSI(Processor Device)
Nov 10 00:50:50 ArchDell kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 10 00:50:50 ArchDell kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 10 00:50:50 ArchDell kernel: ACPI: 13 ACPI AML tables successfully acquired and loaded
Nov 10 00:50:50 ArchDell kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 10 00:50:50 ArchDell kernel: ACPI: Dynamic OEM Table Load:
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0xFFFF981481AD6800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: Dynamic OEM Table Load:
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0xFFFF981481ACC800 000651 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: Dynamic OEM Table Load:
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0xFFFF981481ACE000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: Dynamic OEM Table Load:
Nov 10 00:50:50 ArchDell kernel: ACPI: SSDT 0xFFFF981481AFA800 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
Nov 10 00:50:50 ArchDell kernel: ACPI: EC: EC started
Nov 10 00:50:50 ArchDell kernel: ACPI: EC: interrupt blocked
Nov 10 00:50:50 ArchDell kernel: ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
Nov 10 00:50:50 ArchDell kernel: ACPI: Interpreter enabled
Nov 10 00:50:50 ArchDell kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 10 00:50:50 ArchDell kernel: ACPI: Using IOAPIC for interrupt routing
Nov 10 00:50:50 ArchDell kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 10 00:50:50 ArchDell kernel: PCI: Ignoring E820 reservations for host bridge windows
Nov 10 00:50:50 ArchDell kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP09.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP10.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP11.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP12.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP13.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP01.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP02.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP04.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP05.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP07.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP08.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP17.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP18.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP19.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP14.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP15.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.RP16.PXSX.WRST: New power resource
Nov 10 00:50:50 ArchDell kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
Nov 10 00:50:50 ArchDell kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 10 00:50:50 ArchDell kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Nov 10 00:50:50 ArchDell kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
Nov 10 00:50:50 ArchDell kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Nov 10 00:50:50 ArchDell kernel: PCI host bridge to bus 0000:00
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:00: root bus resource [mem 0x7e800000-0xefffffff window]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:00.0: [8086:5910] type 00 class 0x060000 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:01.0:   bridge window [mem 0xec000000-0xed0fffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:02.0: [8086:591b] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:02.0: BAR 0 [mem 0xeb000000-0xebffffff 64bit]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:02.0: BAR 2 [mem 0x80000000-0x8fffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:02.0: BAR 4 [io  0xf000-0xf03f]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:04.0: BAR 0 [mem 0xedd20000-0xedd27fff 64bit]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:14.0: BAR 0 [mem 0xedd10000-0xedd1ffff 64bit]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:14.2: [8086:a131] type 00 class 0x118000 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:14.2: BAR 0 [mem 0xedd38000-0xedd38fff 64bit]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:15.0: [8086:a160] type 00 class 0x118000 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:15.0: BAR 0 [mem 0xedd37000-0xedd37fff 64bit]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:15.1: [8086:a161] type 00 class 0x118000 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:15.1: BAR 0 [mem 0xedd36000-0xedd36fff 64bit]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:16.0: BAR 0 [mem 0xedd35000-0xedd35fff 64bit]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:16.0: PME# supported from D3hot
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:17.0: [8086:a102] type 00 class 0x010601 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:17.0: BAR 0 [mem 0xedd30000-0xedd31fff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:17.0: BAR 1 [mem 0xedd34000-0xedd340ff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:17.0: BAR 2 [io  0xf090-0xf097]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:17.0: BAR 3 [io  0xf080-0xf083]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:17.0: BAR 4 [io  0xf060-0xf07f]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:17.0: BAR 5 [mem 0xedd33000-0xedd337ff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:17.0: PME# supported from D3hot
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400 PCIe Root Port
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.0:   bridge window [mem 0xedc00000-0xedcfffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.1: [8086:a111] type 01 class 0x060400 PCIe Root Port
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.1:   bridge window [mem 0xed100000-0xedafffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.1:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400 PCIe Root Port
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.0:   bridge window [mem 0xedb00000-0xedbfffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.4: [8086:a11c] type 01 class 0x060400 PCIe Root Port
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.4: PCI bridge to [bus 05]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.6: [8086:a11e] type 01 class 0x060400 PCIe Root Port
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.6: PCI bridge to [bus 06-3e]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.6:   bridge window [mem 0xd4000000-0xea0fffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.6:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1f.0: [8086:a154] type 00 class 0x060100 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1f.2: BAR 0 [mem 0xedd2c000-0xedd2ffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1f.3: [8086:a171] type 00 class 0x040380 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1f.3: BAR 0 [mem 0xedd28000-0xedd2bfff 64bit]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1f.3: BAR 4 [mem 0xedd00000-0xedd0ffff 64bit]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1f.4: BAR 0 [mem 0xedd32000-0xedd320ff 64bit]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1f.4: BAR 4 [io  0xf040-0xf05f]
Nov 10 00:50:50 ArchDell kernel: pci 0000:01:00.0: [10de:13b6] type 00 class 0x030200 PCIe Endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:01:00.0: BAR 0 [mem 0xec000000-0xecffffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:01:00.0: BAR 1 [mem 0xc0000000-0xcfffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:01:00.0: BAR 3 [mem 0xd0000000-0xd1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:01:00.0: BAR 5 [io  0xe000-0xe07f]
Nov 10 00:50:50 ArchDell kernel: pci 0000:01:00.0: ROM [mem 0xed000000-0xed07ffff pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:01:00.0: Enabling HDA controller
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Nov 10 00:50:50 ArchDell kernel: pci 0000:02:00.0: [8086:24fd] type 00 class 0x028000 PCIe Endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:02:00.0: BAR 0 [mem 0xedc00000-0xedc01fff 64bit]
Nov 10 00:50:50 ArchDell kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Nov 10 00:50:50 ArchDell kernel: acpiphp: Slot [1] registered
Nov 10 00:50:50 ArchDell kernel: pci 0000:03:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:03:00.0: BAR 1 [mem 0xed100000-0xed100fff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:03:00.0: supports D1 D2
Nov 10 00:50:50 ArchDell kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Nov 10 00:50:50 ArchDell kernel: pci 0000:04:00.0: [144d:a809] type 00 class 0x010802 PCIe Endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:04:00.0: BAR 0 [mem 0xedb00000-0xedb03fff 64bit]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
Nov 10 00:50:50 ArchDell kernel: acpiphp: Slot [1-1] registered
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.4: PCI bridge to [bus 05]
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Upstream Port
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0: PCI bridge to [bus 07-3e]
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0:   bridge window [mem 0xd4000000-0xea0fffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0: enabling Extended Tags
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0: supports D1 D2
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0: 15.752 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x2 link at 0000:00:1d.6 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.6: PCI bridge to [bus 06-3e]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:00.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:00.0: PCI bridge to [bus 08]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:00.0:   bridge window [mem 0xea000000-0xea0fffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:00.0: enabling Extended Tags
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:00.0: supports D1 D2
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0: PCI bridge to [bus 09-3d]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0:   bridge window [mem 0xd4000000-0xe9efffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0: enabling Extended Tags
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0: supports D1 D2
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: [8086:1576] type 01 class 0x060400 PCIe Switch Downstream Port
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: PCI bridge to [bus 3e]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0:   bridge window [mem 0xe9f00000-0xe9ffffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: enabling Extended Tags
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: supports D1 D2
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0: PCI bridge to [bus 07-3e]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:00.0: PCI bridge to [bus 08]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0: PCI bridge to [bus 09-3d]
Nov 10 00:50:50 ArchDell kernel: pci 0000:3e:00.0: [8086:15b5] type 00 class 0x0c0330 PCIe Endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:3e:00.0: BAR 0 [mem 0xe9f00000-0xe9f0ffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:3e:00.0: enabling Extended Tags
Nov 10 00:50:50 ArchDell kernel: pci 0000:3e:00.0: supports D1 D2
Nov 10 00:50:50 ArchDell kernel: pci 0000:3e:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 10 00:50:50 ArchDell kernel: pci 0000:3e:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:07:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: PCI bridge to [bus 3e]
Nov 10 00:50:50 ArchDell kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Nov 10 00:50:50 ArchDell kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Nov 10 00:50:50 ArchDell kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Nov 10 00:50:50 ArchDell kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Nov 10 00:50:50 ArchDell kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Nov 10 00:50:50 ArchDell kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Nov 10 00:50:50 ArchDell kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Nov 10 00:50:50 ArchDell kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Nov 10 00:50:50 ArchDell kernel: ACPI: EC: interrupt unblocked
Nov 10 00:50:50 ArchDell kernel: ACPI: EC: event unblocked
Nov 10 00:50:50 ArchDell kernel: ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
Nov 10 00:50:50 ArchDell kernel: ACPI: EC: GPE=0x14
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
Nov 10 00:50:50 ArchDell kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
Nov 10 00:50:50 ArchDell kernel: iommu: Default domain type: Translated
Nov 10 00:50:50 ArchDell kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Nov 10 00:50:50 ArchDell kernel: SCSI subsystem initialized
Nov 10 00:50:50 ArchDell kernel: libata version 3.00 loaded.
Nov 10 00:50:50 ArchDell kernel: ACPI: bus type USB registered
Nov 10 00:50:50 ArchDell kernel: usbcore: registered new interface driver usbfs
Nov 10 00:50:50 ArchDell kernel: usbcore: registered new interface driver hub
Nov 10 00:50:50 ArchDell kernel: usbcore: registered new device driver usb
Nov 10 00:50:50 ArchDell kernel: EDAC MC: Ver: 3.0.0
Nov 10 00:50:50 ArchDell kernel: efivars: Registered efivars operations
Nov 10 00:50:50 ArchDell kernel: NetLabel: Initializing
Nov 10 00:50:50 ArchDell kernel: NetLabel:  domain hash size = 128
Nov 10 00:50:50 ArchDell kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Nov 10 00:50:50 ArchDell kernel: NetLabel:  unlabeled traffic allowed by default
Nov 10 00:50:50 ArchDell kernel: mctp: management component transport protocol core
Nov 10 00:50:50 ArchDell kernel: NET: Registered PF_MCTP protocol family
Nov 10 00:50:50 ArchDell kernel: PCI: Using ACPI for IRQ routing
Nov 10 00:50:50 ArchDell kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 10 00:50:50 ArchDell kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Nov 10 00:50:50 ArchDell kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Nov 10 00:50:50 ArchDell kernel: e820: reserve RAM buffer [mem 0x4ea81018-0x4fffffff]
Nov 10 00:50:50 ArchDell kernel: e820: reserve RAM buffer [mem 0x4ea92018-0x4fffffff]
Nov 10 00:50:50 ArchDell kernel: e820: reserve RAM buffer [mem 0x5ce15000-0x5fffffff]
Nov 10 00:50:50 ArchDell kernel: e820: reserve RAM buffer [mem 0x6b795000-0x6bffffff]
Nov 10 00:50:50 ArchDell kernel: e820: reserve RAM buffer [mem 0x6eaa1000-0x6fffffff]
Nov 10 00:50:50 ArchDell kernel: e820: reserve RAM buffer [mem 0x78600000-0x7bffffff]
Nov 10 00:50:50 ArchDell kernel: e820: reserve RAM buffer [mem 0x87f800000-0x87fffffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 10 00:50:50 ArchDell kernel: vgaarb: loaded
Nov 10 00:50:50 ArchDell kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Nov 10 00:50:50 ArchDell kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Nov 10 00:50:50 ArchDell kernel: clocksource: Switched to clocksource tsc-early
Nov 10 00:50:50 ArchDell kernel: VFS: Disk quotas dquot_6.6.0
Nov 10 00:50:50 ArchDell kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 10 00:50:50 ArchDell kernel: pnp: PnP ACPI init
Nov 10 00:50:50 ArchDell kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:00: [io  0xffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:00: [io  0xffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:00: [io  0xffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:01: [io  0x0800-0x087f] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:03: [io  0x1854-0x1857] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:06: [mem 0xf0000000-0xf7ffffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
Nov 10 00:50:50 ArchDell kernel: system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
Nov 10 00:50:50 ArchDell kernel: system 00:06: [mem 0xeffe0000-0xefffffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
Nov 10 00:50:50 ArchDell kernel: system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:08: [io  0xff00-0xfffe] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
Nov 10 00:50:50 ArchDell kernel: pnp: PnP ACPI: found 10 devices
Nov 10 00:50:50 ArchDell kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 10 00:50:50 ArchDell kernel: NET: Registered PF_INET protocol family
Nov 10 00:50:50 ArchDell kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: TCP: Hash tables configured (established 262144 bind 65536)
Nov 10 00:50:50 ArchDell kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Nov 10 00:50:50 ArchDell kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 10 00:50:50 ArchDell kernel: NET: Registered PF_XDP protocol family
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0: bridge window [io  0x1000-0x0fff] to [bus 09-3d] add_size 1000
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: bridge window [io  0x1000-0x0fff] to [bus 3e] add_size 1000
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3e] add_size 200000 add_align 100000
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0: bridge window [io  0x1000-0x0fff] to [bus 07-3e] add_size 2000
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.6: bridge window [io  0x1000-0x0fff] to [bus 06-3e] add_size 3000
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.6: bridge window [io  0x2000-0x4fff]: assigned
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:01.0:   bridge window [mem 0xec000000-0xed0fffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.0:   bridge window [mem 0xedc00000-0xedcfffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.1:   bridge window [io  0xd000-0xdfff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.1:   bridge window [mem 0xed100000-0xedafffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1c.1:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.0: PCI bridge to [bus 04]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.0:   bridge window [mem 0xedb00000-0xedbfffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.4: PCI bridge to [bus 05]
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0: bridge window [io  0x2000-0x3fff]: assigned
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0: bridge window [io  0x2000-0x2fff]: assigned
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: bridge window [io  0x3000-0x3fff]: assigned
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:00.0: PCI bridge to [bus 08]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:00.0:   bridge window [mem 0xea000000-0xea0fffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0: PCI bridge to [bus 09-3d]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0:   bridge window [io  0x2000-0x2fff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0:   bridge window [mem 0xd4000000-0xe9efffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:01.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: PCI bridge to [bus 3e]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0:   bridge window [io  0x3000-0x3fff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0:   bridge window [mem 0xe9f00000-0xe9ffffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0: PCI bridge to [bus 07-3e]
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0:   bridge window [io  0x2000-0x3fff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0:   bridge window [mem 0xd4000000-0xea0fffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.6: PCI bridge to [bus 06-3e]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.6:   bridge window [io  0x2000-0x4fff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.6:   bridge window [mem 0xd4000000-0xea0fffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1d.6:   bridge window [mem 0x90000000-0xb1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:00: resource 7 [mem 0x7e800000-0xefffffff window]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:01: resource 1 [mem 0xec000000-0xed0fffff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:02: resource 1 [mem 0xedc00000-0xedcfffff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:03: resource 1 [mem 0xed100000-0xedafffff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:03: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:04: resource 1 [mem 0xedb00000-0xedbfffff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:06: resource 0 [io  0x2000-0x4fff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:06: resource 1 [mem 0xd4000000-0xea0fffff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:06: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:07: resource 0 [io  0x2000-0x3fff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:07: resource 1 [mem 0xd4000000-0xea0fffff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:07: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:08: resource 1 [mem 0xea000000-0xea0fffff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:09: resource 0 [io  0x2000-0x2fff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:09: resource 1 [mem 0xd4000000-0xe9efffff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:09: resource 2 [mem 0x90000000-0xb1ffffff 64bit pref]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:3e: resource 0 [io  0x3000-0x3fff]
Nov 10 00:50:50 ArchDell kernel: pci_bus 0000:3e: resource 1 [mem 0xe9f00000-0xe9ffffff]
Nov 10 00:50:50 ArchDell kernel: pci 0000:06:00.0: enabling device (0006 -> 0007)
Nov 10 00:50:50 ArchDell kernel: pci 0000:07:02.0: enabling device (0006 -> 0007)
Nov 10 00:50:50 ArchDell kernel: PCI: CLS 128 bytes, default 64
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1f.1: [8086:a120] type 00 class 0x058000 conventional PCI endpoint
Nov 10 00:50:50 ArchDell kernel: pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
Nov 10 00:50:50 ArchDell kernel: DMAR: ACPI device "device:78" under DMAR at fed91000 as 00:15.0
Nov 10 00:50:50 ArchDell kernel: DMAR: ACPI device "device:79" under DMAR at fed91000 as 00:15.1
Nov 10 00:50:50 ArchDell kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 10 00:50:50 ArchDell kernel: software IO TLB: mapped [mem 0x0000000067187000-0x000000006b187000] (64MB)
Nov 10 00:50:50 ArchDell kernel: Trying to unpack rootfs image as initramfs...
Nov 10 00:50:50 ArchDell kernel: sgx: EPC section 0x70200000-0x75f7ffff
Nov 10 00:50:50 ArchDell kernel: Initialise system trusted keyrings
Nov 10 00:50:50 ArchDell kernel: Key type blacklist registered
Nov 10 00:50:50 ArchDell kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Nov 10 00:50:50 ArchDell kernel: zbud: loaded
Nov 10 00:50:50 ArchDell kernel: fuse: init (API version 7.40)
Nov 10 00:50:50 ArchDell kernel: integrity: Platform Keyring initialized
Nov 10 00:50:50 ArchDell kernel: integrity: Machine keyring initialized
Nov 10 00:50:50 ArchDell kernel: Key type asymmetric registered
Nov 10 00:50:50 ArchDell kernel: Asymmetric key parser 'x509' registered
Nov 10 00:50:50 ArchDell kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Nov 10 00:50:50 ArchDell kernel: io scheduler mq-deadline registered
Nov 10 00:50:50 ArchDell kernel: io scheduler kyber registered
Nov 10 00:50:50 ArchDell kernel: io scheduler bfq registered
Nov 10 00:50:50 ArchDell kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 121
Nov 10 00:50:50 ArchDell kernel: pcieport 0000:00:1c.1: AER: enabled with IRQ 122
Nov 10 00:50:50 ArchDell kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 123
Nov 10 00:50:50 ArchDell kernel: pcieport 0000:00:1d.6: AER: enabled with IRQ 125
Nov 10 00:50:50 ArchDell kernel: pcieport 0000:07:01.0: enabling device (0006 -> 0007)
Nov 10 00:50:50 ArchDell kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 10 00:50:50 ArchDell kernel: ACPI: AC: AC Adapter [AC] (on-line)
Nov 10 00:50:50 ArchDell kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Nov 10 00:50:50 ArchDell kernel: ACPI: button: Lid Switch [LID0]
Nov 10 00:50:50 ArchDell kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Nov 10 00:50:50 ArchDell kernel: ACPI: button: Power Button [PBTN]
Nov 10 00:50:50 ArchDell kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Nov 10 00:50:50 ArchDell kernel: ACPI: button: Sleep Button [SBTN]
Nov 10 00:50:50 ArchDell kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Nov 10 00:50:50 ArchDell kernel: ACPI: button: Power Button [PWRF]
Nov 10 00:50:50 ArchDell kernel: thermal LNXTHERM:00: registered as thermal_zone0
Nov 10 00:50:50 ArchDell kernel: ACPI: thermal: Thermal Zone [THM] (25 C)
Nov 10 00:50:50 ArchDell kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 10 00:50:50 ArchDell kernel: Non-volatile memory driver v1.3
Nov 10 00:50:50 ArchDell kernel: Linux agpgart interface v0.103
Nov 10 00:50:50 ArchDell kernel: tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 4)
Nov 10 00:50:50 ArchDell kernel: ACPI: battery: Slot [BAT0] (battery present)
Nov 10 00:50:50 ArchDell kernel: ACPI: bus type drm_connector registered
Nov 10 00:50:50 ArchDell kernel: ahci 0000:00:17.0: version 3.0
Nov 10 00:50:50 ArchDell kernel: ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
Nov 10 00:50:50 ArchDell kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Nov 10 00:50:50 ArchDell kernel: ahci 0000:00:17.0: 1/1 ports implemented (port mask 0x2)
Nov 10 00:50:50 ArchDell kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm led clo only pio slum part ems deso sadm sds apst 
Nov 10 00:50:50 ArchDell kernel: scsi host0: ahci
Nov 10 00:50:50 ArchDell kernel: scsi host1: ahci
Nov 10 00:50:50 ArchDell kernel: ata1: DUMMY
Nov 10 00:50:50 ArchDell kernel: ata2: SATA max UDMA/133 abar m2048@0xedd33000 port 0xedd33180 irq 129 lpm-pol 3
Nov 10 00:50:50 ArchDell kernel: usbcore: registered new interface driver usbserial_generic
Nov 10 00:50:50 ArchDell kernel: usbserial: USB Serial support registered for generic
Nov 10 00:50:50 ArchDell kernel: rtc_cmos 00:02: RTC can wake from S4
Nov 10 00:50:50 ArchDell kernel: rtc_cmos 00:02: registered as rtc0
Nov 10 00:50:50 ArchDell kernel: rtc_cmos 00:02: setting system clock to 2024-11-09T19:20:27 UTC (1731180027)
Nov 10 00:50:50 ArchDell kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
Nov 10 00:50:50 ArchDell kernel: intel_pstate: Intel P-state driver initializing
Nov 10 00:50:50 ArchDell kernel: intel_pstate: Disabling energy efficiency optimization
Nov 10 00:50:50 ArchDell kernel: intel_pstate: HWP enabled
Nov 10 00:50:50 ArchDell kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 10 00:50:50 ArchDell kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Nov 10 00:50:50 ArchDell kernel: fbcon: Deferring console take-over
Nov 10 00:50:50 ArchDell kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Nov 10 00:50:50 ArchDell kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 10 00:50:50 ArchDell kernel: drop_monitor: Initializing network drop monitor service
Nov 10 00:50:50 ArchDell kernel: NET: Registered PF_INET6 protocol family
Nov 10 00:50:50 ArchDell kernel: Freeing initrd memory: 174744K
Nov 10 00:50:50 ArchDell kernel: Segment Routing with IPv6
Nov 10 00:50:50 ArchDell kernel: RPL Segment Routing with IPv6
Nov 10 00:50:50 ArchDell kernel: In-situ OAM (IOAM) with IPv6
Nov 10 00:50:50 ArchDell kernel: NET: Registered PF_PACKET protocol family
Nov 10 00:50:50 ArchDell kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Nov 10 00:50:50 ArchDell kernel: microcode: Current revision: 0x000000f8
Nov 10 00:50:50 ArchDell kernel: microcode: Updated early from: 0x000000f6
Nov 10 00:50:50 ArchDell kernel: IPI shorthand broadcast: enabled
Nov 10 00:50:50 ArchDell kernel: sched_clock: Marking stable (1463340012, 7912076)->(1713243278, -241991190)
Nov 10 00:50:50 ArchDell kernel: registered taskstats version 1
Nov 10 00:50:50 ArchDell kernel: Loading compiled-in X.509 certificates
Nov 10 00:50:50 ArchDell kernel: Loaded X.509 cert 'Build time autogenerated kernel key: caa922ba32f628e46e874abf517089906b092ae5'
Nov 10 00:50:50 ArchDell kernel: zswap: loaded using pool zstd/zsmalloc
Nov 10 00:50:50 ArchDell kernel: Demotion targets for Node 0: null
Nov 10 00:50:50 ArchDell kernel: Key type .fscrypt registered
Nov 10 00:50:50 ArchDell kernel: Key type fscrypt-provisioning registered
Nov 10 00:50:50 ArchDell kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 10 00:50:50 ArchDell kernel: integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
Nov 10 00:50:50 ArchDell kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 10 00:50:50 ArchDell kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Nov 10 00:50:50 ArchDell kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 10 00:50:50 ArchDell kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Nov 10 00:50:50 ArchDell kernel: PM:   Magic number: 0:993:343
Nov 10 00:50:50 ArchDell kernel: tty tty60: hash matches
Nov 10 00:50:50 ArchDell kernel: RAS: Correctable Errors collector initialized.
Nov 10 00:50:50 ArchDell kernel: clk: Disabling unused clocks
Nov 10 00:50:50 ArchDell kernel: PM: genpd: Disabling unused power domains
Nov 10 00:50:50 ArchDell kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 10 00:50:50 ArchDell kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Nov 10 00:50:50 ArchDell kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Nov 10 00:50:50 ArchDell kernel: ata2.00: ACPI cmd 00/00:00:00:00:00:a0(NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 10 00:50:50 ArchDell kernel: ata2.00: ATA-8: ST2000LM003 HN-M201RAD, 2BE10001, max UDMA/133
Nov 10 00:50:50 ArchDell kernel: ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Nov 10 00:50:50 ArchDell kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Nov 10 00:50:50 ArchDell kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Nov 10 00:50:50 ArchDell kernel: ata2.00: ACPI cmd 00/00:00:00:00:00:a0(NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 10 00:50:50 ArchDell kernel: ata2.00: configured for UDMA/133
Nov 10 00:50:50 ArchDell kernel: scsi 1:0:0:0: Direct-Access     ATA      ST2000LM003 HN-M 0001 PQ: 0 ANSI: 5
Nov 10 00:50:50 ArchDell kernel: sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Nov 10 00:50:50 ArchDell kernel: sd 1:0:0:0: [sda] 4096-byte physical blocks
Nov 10 00:50:50 ArchDell kernel: sd 1:0:0:0: [sda] Write Protect is off
Nov 10 00:50:50 ArchDell kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 10 00:50:50 ArchDell kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 10 00:50:50 ArchDell kernel: sd 1:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Nov 10 00:50:50 ArchDell kernel:  sda: sda1
Nov 10 00:50:50 ArchDell kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Nov 10 00:50:50 ArchDell kernel: Freeing unused decrypted memory: 2028K
Nov 10 00:50:50 ArchDell kernel: Freeing unused kernel image (initmem) memory: 3452K
Nov 10 00:50:50 ArchDell kernel: Write protecting the kernel read-only data: 32768k
Nov 10 00:50:50 ArchDell kernel: Freeing unused kernel image (rodata/data gap) memory: 816K
Nov 10 00:50:50 ArchDell kernel: tsc: Refined TSC clocksource calibration: 2808.077 MHz
Nov 10 00:50:50 ArchDell kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x287a0ebc629, max_idle_ns: 440795214075 ns
Nov 10 00:50:50 ArchDell kernel: clocksource: Switched to clocksource tsc
Nov 10 00:50:50 ArchDell kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 10 00:50:50 ArchDell kernel: rodata_test: all tests were successful
Nov 10 00:50:50 ArchDell kernel: x86/mm: Checking user space page tables
Nov 10 00:50:50 ArchDell kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 10 00:50:50 ArchDell kernel: Run /init as init process
Nov 10 00:50:50 ArchDell kernel:   with arguments:
Nov 10 00:50:50 ArchDell kernel:     /init
Nov 10 00:50:50 ArchDell kernel:     nomodset
Nov 10 00:50:50 ArchDell kernel:   with environment:
Nov 10 00:50:50 ArchDell kernel:     HOME=/
Nov 10 00:50:50 ArchDell kernel:     TERM=linux
Nov 10 00:50:50 ArchDell kernel:     BOOT_IMAGE=/vmlinuz-linux
Nov 10 00:50:50 ArchDell kernel: nvidia: loading out-of-tree module taints kernel.
Nov 10 00:50:50 ArchDell kernel: nvidia: module license 'NVIDIA' taints kernel.
Nov 10 00:50:50 ArchDell kernel: Disabling lock debugging due to kernel taint
Nov 10 00:50:50 ArchDell kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Nov 10 00:50:50 ArchDell kernel: nvidia: module license taints kernel.
Nov 10 00:50:50 ArchDell kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 241
Nov 10 00:50:50 ArchDell kernel: 
Nov 10 00:50:50 ArchDell kernel: nvidia 0000:01:00.0: enabling device (0006 -> 0007)
Nov 10 00:50:50 ArchDell kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  565.57.01  Thu Oct 10 12:29:05 UTC 2024
Nov 10 00:50:50 ArchDell kernel: wmi_bus wmi_bus-PNP0C14:03: [Firmware Bug]: WQBC data block query control method not found
Nov 10 00:50:50 ArchDell kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  565.57.01  Thu Oct 10 12:02:00 UTC 2024
Nov 10 00:50:50 ArchDell kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Nov 10 00:50:50 ArchDell kernel: nvidia-uvm: Loaded the UVM driver, major device number 239.
Nov 10 00:50:50 ArchDell kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Nov 10 00:50:50 ArchDell kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20240322/nsarguments-61)
Nov 10 00:50:50 ArchDell kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 1
Nov 10 00:50:50 ArchDell kernel: nvidia 0000:01:00.0: [drm] No compatible format found
Nov 10 00:50:50 ArchDell kernel: nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
Nov 10 00:50:50 ArchDell kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Nov 10 00:50:50 ArchDell kernel: i8042: Warning: Keylock active
Nov 10 00:50:50 ArchDell kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 10 00:50:50 ArchDell kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Nov 10 00:50:50 ArchDell kernel: rtsx_pci 0000:03:00.0: enabling device (0000 -> 0002)
Nov 10 00:50:50 ArchDell kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 10 00:50:50 ArchDell kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Nov 10 00:50:50 ArchDell kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000001109810
Nov 10 00:50:50 ArchDell kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 10 00:50:50 ArchDell kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Nov 10 00:50:50 ArchDell kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Nov 10 00:50:50 ArchDell kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
Nov 10 00:50:50 ArchDell kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 10 00:50:50 ArchDell kernel: usb usb1: Product: xHCI Host Controller
Nov 10 00:50:50 ArchDell kernel: usb usb1: Manufacturer: Linux 6.11.6-arch1-1 xhci-hcd
Nov 10 00:50:50 ArchDell kernel: usb usb1: SerialNumber: 0000:00:14.0
Nov 10 00:50:50 ArchDell kernel: hub 1-0:1.0: USB hub found
Nov 10 00:50:50 ArchDell kernel: hub 1-0:1.0: 16 ports detected
Nov 10 00:50:50 ArchDell kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
Nov 10 00:50:50 ArchDell kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 10 00:50:50 ArchDell kernel: usb usb2: Product: xHCI Host Controller
Nov 10 00:50:50 ArchDell kernel: usb usb2: Manufacturer: Linux 6.11.6-arch1-1 xhci-hcd
Nov 10 00:50:50 ArchDell kernel: usb usb2: SerialNumber: 0000:00:14.0
Nov 10 00:50:50 ArchDell kernel: hub 2-0:1.0: USB hub found
Nov 10 00:50:50 ArchDell kernel: hub 2-0:1.0: 10 ports detected
Nov 10 00:50:50 ArchDell kernel: xhci_hcd 0000:3e:00.0: xHCI Host Controller
Nov 10 00:50:50 ArchDell kernel: xhci_hcd 0000:3e:00.0: new USB bus registered, assigned bus number 3
Nov 10 00:50:50 ArchDell kernel: xhci_hcd 0000:3e:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
Nov 10 00:50:50 ArchDell kernel: xhci_hcd 0000:3e:00.0: xHCI Host Controller
Nov 10 00:50:50 ArchDell kernel: xhci_hcd 0000:3e:00.0: new USB bus registered, assigned bus number 4
Nov 10 00:50:50 ArchDell kernel: xhci_hcd 0000:3e:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 10 00:50:50 ArchDell kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.11
Nov 10 00:50:50 ArchDell kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 10 00:50:50 ArchDell kernel: usb usb3: Product: xHCI Host Controller
Nov 10 00:50:50 ArchDell kernel: usb usb3: Manufacturer: Linux 6.11.6-arch1-1 xhci-hcd
Nov 10 00:50:50 ArchDell kernel: usb usb3: SerialNumber: 0000:3e:00.0
Nov 10 00:50:50 ArchDell kernel: hub 3-0:1.0: USB hub found
Nov 10 00:50:50 ArchDell kernel: hub 3-0:1.0: 2 ports detected
Nov 10 00:50:50 ArchDell kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.11
Nov 10 00:50:50 ArchDell kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 10 00:50:50 ArchDell kernel: usb usb4: Product: xHCI Host Controller
Nov 10 00:50:50 ArchDell kernel: usb usb4: Manufacturer: Linux 6.11.6-arch1-1 xhci-hcd
Nov 10 00:50:50 ArchDell kernel: usb usb4: SerialNumber: 0000:3e:00.0
Nov 10 00:50:50 ArchDell kernel: hub 4-0:1.0: USB hub found
Nov 10 00:50:50 ArchDell kernel: hub 4-0:1.0: 2 ports detected
Nov 10 00:50:50 ArchDell kernel: nvme nvme0: pci function 0000:04:00.0
Nov 10 00:50:50 ArchDell kernel: nvme nvme0: D3 entry latency set to 8 seconds
Nov 10 00:50:50 ArchDell kernel: nvme nvme0: allocated 64 MiB host memory buffer.
Nov 10 00:50:50 ArchDell kernel: nvme nvme0: 8/0/0 default/read/poll queues
Nov 10 00:50:50 ArchDell kernel:  nvme0n1: p1 p2 p3
Nov 10 00:50:50 ArchDell kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Nov 10 00:50:50 ArchDell kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 1-1: New USB device found, idVendor=346d, idProduct=5678, bcdDevice= 2.00
Nov 10 00:50:50 ArchDell kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 10 00:50:50 ArchDell kernel: usb 1-1: Product: Disk 2.0
Nov 10 00:50:50 ArchDell kernel: usb 1-1: Manufacturer: USB
Nov 10 00:50:50 ArchDell kernel: usb 1-1: SerialNumber: 1273631247745760729
Nov 10 00:50:50 ArchDell kernel: usb 3-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.63
Nov 10 00:50:50 ArchDell kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 10 00:50:50 ArchDell kernel: usb 3-1: Product: USB2.1 Hub
Nov 10 00:50:50 ArchDell kernel: usb 3-1: Manufacturer: GenesysLogic
Nov 10 00:50:50 ArchDell kernel: hub 3-1:1.0: USB hub found
Nov 10 00:50:50 ArchDell kernel: hub 3-1:1.0: 4 ports detected
Nov 10 00:50:50 ArchDell kernel: usb-storage 1-1:1.0: USB Mass Storage device detected
Nov 10 00:50:50 ArchDell kernel: scsi host2: usb-storage 1-1:1.0
Nov 10 00:50:50 ArchDell kernel: usbcore: registered new interface driver usb-storage
Nov 10 00:50:50 ArchDell kernel: usbcore: registered new interface driver uas
Nov 10 00:50:50 ArchDell kernel: usb 1-2: new high-speed USB device number 3 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 4-1: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.63
Nov 10 00:50:50 ArchDell kernel: usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 10 00:50:50 ArchDell kernel: usb 4-1: Product: USB3.1 Hub
Nov 10 00:50:50 ArchDell kernel: usb 4-1: Manufacturer: GenesysLogic
Nov 10 00:50:50 ArchDell kernel: hub 4-1:1.0: USB hub found
Nov 10 00:50:50 ArchDell kernel: hub 4-1:1.0: 4 ports detected
Nov 10 00:50:50 ArchDell kernel: usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
Nov 10 00:50:50 ArchDell kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Nov 10 00:50:50 ArchDell kernel: usb 1-2: Product: USB 2.0 Hub
Nov 10 00:50:50 ArchDell kernel: hub 1-2:1.0: USB hub found
Nov 10 00:50:50 ArchDell kernel: hub 1-2:1.0: 4 ports detected
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3: new high-speed USB device number 3 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 1-4: new full-speed USB device number 4 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.63
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3: Product: USB2.1 Hub
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3: Manufacturer: GenesysLogic
Nov 10 00:50:50 ArchDell kernel: hub 3-1.3:1.0: USB hub found
Nov 10 00:50:50 ArchDell kernel: hub 3-1.3:1.0: 4 ports detected
Nov 10 00:50:50 ArchDell kernel: usb 4-1.1: new SuperSpeed USB device number 3 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 1-4: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
Nov 10 00:50:50 ArchDell kernel: usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 10 00:50:50 ArchDell kernel: usb 1-2.1: new low-speed USB device number 5 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3.1: new high-speed USB device number 4 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 4-1.1: New USB device found, idVendor=0b95, idProduct=1790, bcdDevice= 2.00
Nov 10 00:50:50 ArchDell kernel: usb 4-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 10 00:50:50 ArchDell kernel: usb 4-1.1: Product: AX88179A
Nov 10 00:50:50 ArchDell kernel: usb 4-1.1: Manufacturer: ASIX
Nov 10 00:50:50 ArchDell kernel: usb 4-1.1: SerialNumber: 008BD326
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3.1: New USB device found, idVendor=0bc2, idProduct=ab81, bcdDevice=74.56
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3.1: Product: One Touch Hub
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3.1: Manufacturer: Seagate
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3.1: SerialNumber: 10003K58
Nov 10 00:50:50 ArchDell kernel: hub 3-1.3.1:1.0: USB hub found
Nov 10 00:50:50 ArchDell kernel: hub 3-1.3.1:1.0: 4 ports detected
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3: new SuperSpeed USB device number 4 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 1-2.1: New USB device found, idVendor=1a2c, idProduct=92f6, bcdDevice= 1.16
Nov 10 00:50:50 ArchDell kernel: usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 10 00:50:50 ArchDell kernel: usb 1-2.1: Product: Redgear Shadow Blade Mechanical Keyboard
Nov 10 00:50:50 ArchDell kernel: usb 1-2.1: Manufacturer: SEMICO  
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.63
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3: Product: USB3.1 Hub
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3: Manufacturer: GenesysLogic
Nov 10 00:50:50 ArchDell kernel: hub 4-1.3:1.0: USB hub found
Nov 10 00:50:50 ArchDell kernel: hub 4-1.3:1.0: 4 ports detected
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3.4: new full-speed USB device number 5 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 1-12: new high-speed USB device number 6 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: scsi 2:0:0:0: Direct-Access     VendorCo ProductCode      2.00 PQ: 0 ANSI: 4
Nov 10 00:50:50 ArchDell kernel: sd 2:0:0:0: [sdb] 30720000 512-byte logical blocks: (15.7 GB/14.6 GiB)
Nov 10 00:50:50 ArchDell kernel: sd 2:0:0:0: [sdb] Write Protect is off
Nov 10 00:50:50 ArchDell kernel: sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00
Nov 10 00:50:50 ArchDell kernel: sd 2:0:0:0: [sdb] No Caching mode page found
Nov 10 00:50:50 ArchDell kernel: sd 2:0:0:0: [sdb] Assuming drive cache: write through
Nov 10 00:50:50 ArchDell kernel:  sdb: sdb1
Nov 10 00:50:50 ArchDell kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3.4: New USB device found, idVendor=25a4, idProduct=9321, bcdDevice= 2.01
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3.4: Product: USB C Video Adaptor      
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3.4: Manufacturer: USB C  
Nov 10 00:50:50 ArchDell kernel: usb 3-1.3.4: SerialNumber: 000000000001
Nov 10 00:50:50 ArchDell kernel: usb 1-12: New USB device found, idVendor=0c45, idProduct=6713, bcdDevice=56.05
Nov 10 00:50:50 ArchDell kernel: usb 1-12: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Nov 10 00:50:50 ArchDell kernel: usb 1-12: Product: Integrated_Webcam_HD
Nov 10 00:50:50 ArchDell kernel: usb 1-12: Manufacturer: CN045G28LOG0084AB1JZA01
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.1: new SuperSpeed USB device number 5 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.1: New USB device found, idVendor=0bc2, idProduct=ab82, bcdDevice=74.56
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.1: Product: One Touch Hub
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.1: Manufacturer: Seagate
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.1: SerialNumber: 10003K58
Nov 10 00:50:50 ArchDell kernel: hub 4-1.3.1:1.0: USB hub found
Nov 10 00:50:50 ArchDell kernel: hub 4-1.3.1:1.0: 4 ports detected
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.2: new SuperSpeed USB device number 6 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.2: New USB device found, idVendor=152d, idProduct=0567, bcdDevice= 4.25
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.2: Product: USB to ATA/ATAPI Bridge
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.2: Manufacturer: JMicron
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.2: SerialNumber: 0123456789ABCDEB
Nov 10 00:50:50 ArchDell kernel: usb-storage 4-1.3.2:1.0: USB Mass Storage device detected
Nov 10 00:50:50 ArchDell kernel: usb-storage 4-1.3.2:1.0: Quirks match for vid 152d pid 0567: 5000000
Nov 10 00:50:50 ArchDell kernel: scsi host3: usb-storage 4-1.3.2:1.0
Nov 10 00:50:50 ArchDell kernel: usb 1-2.2: new low-speed USB device number 7 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.1.1: new SuperSpeed USB device number 7 using xhci_hcd
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.1.1: New USB device found, idVendor=0bc2, idProduct=ab80, bcdDevice= 1.00
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.1.1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.1.1: Product: One Touch Hub
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.1.1: Manufacturer: Seagate
Nov 10 00:50:50 ArchDell kernel: usb 4-1.3.1.1: SerialNumber: 00000000NT381S79
Nov 10 00:50:50 ArchDell kernel: usb 1-2.2: New USB device found, idVendor=30fa, idProduct=1701, bcdDevice= 1.00
Nov 10 00:50:50 ArchDell kernel: usb 1-2.2: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Nov 10 00:50:50 ArchDell kernel: usb 1-2.2: Product: USB GAMING MOUSE 
Nov 10 00:50:50 ArchDell kernel: usb 1-2.2: Manufacturer: INSTANT
Nov 10 00:50:50 ArchDell kernel: scsi host4: uas
Nov 10 00:50:50 ArchDell kernel: scsi 4:0:0:0: Direct-Access     Seagate  One Touch Hub    0066 PQ: 0 ANSI: 6
Nov 10 00:50:50 ArchDell kernel: sd 4:0:0:0: [sdc] 15628053167 512-byte logical blocks: (8.00 TB/7.28 TiB)
Nov 10 00:50:51 ArchDell kernel: sd 4:0:0:0: [sdc] 4096-byte physical blocks
Nov 10 00:50:51 ArchDell kernel: sd 4:0:0:0: [sdc] Write Protect is off
Nov 10 00:50:51 ArchDell kernel: sd 4:0:0:0: [sdc] Mode Sense: 4f 00 00 00
Nov 10 00:50:51 ArchDell kernel: sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 10 00:50:51 ArchDell kernel: sd 4:0:0:0: [sdc] Preferred minimum I/O size 4096 bytes
Nov 10 00:50:51 ArchDell kernel: sd 4:0:0:0: [sdc] Optimal transfer size 33553920 bytes not a multiple of preferred minimum block size (4096 bytes)
Nov 10 00:50:51 ArchDell kernel: usb 4-1.3.1.4: new SuperSpeed USB device number 8 using xhci_hcd
Nov 10 00:50:51 ArchDell kernel: usb 4-1.3.1.4: New USB device found, idVendor=1de1, idProduct=e101, bcdDevice=20.01
Nov 10 00:50:51 ArchDell kernel: usb 4-1.3.1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 10 00:50:51 ArchDell kernel: usb 4-1.3.1.4: Product: AM8180
Nov 10 00:50:51 ArchDell kernel: usb 4-1.3.1.4: Manufacturer: AMicro
Nov 10 00:50:51 ArchDell kernel: usb 4-1.3.1.4: SerialNumber: 012345680084
Nov 10 00:50:51 ArchDell kernel:  sdc: sdc1
Nov 10 00:50:51 ArchDell kernel: sd 4:0:0:0: [sdc] Attached SCSI disk
Nov 10 00:50:51 ArchDell kernel: scsi host5: uas
Nov 10 00:50:51 ArchDell kernel: scsi 5:0:0:0: Direct-Access     AMicro   AM8180 NVME      1.00 PQ: 0 ANSI: 6
Nov 10 00:50:51 ArchDell kernel: sd 5:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Nov 10 00:50:51 ArchDell kernel: sd 5:0:0:0: [sdd] Write Protect is off
Nov 10 00:50:51 ArchDell kernel: sd 5:0:0:0: [sdd] Mode Sense: 37 00 00 08
Nov 10 00:50:51 ArchDell kernel: sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 10 00:50:51 ArchDell kernel: sd 5:0:0:0: [sdd] Preferred minimum I/O size 512 bytes
Nov 10 00:50:51 ArchDell kernel: sd 5:0:0:0: [sdd] Optimal transfer size 33553920 bytes
Nov 10 00:50:51 ArchDell kernel: scsi 3:0:0:0: Direct-Access     JMicron  Generic          0425 PQ: 0 ANSI: 6
Nov 10 00:50:51 ArchDell kernel: sd 3:0:0:0: [sde] Very big device. Trying to use READ CAPACITY(16).
Nov 10 00:50:51 ArchDell kernel: sd 3:0:0:0: [sde] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
Nov 10 00:50:51 ArchDell kernel: sd 3:0:0:0: [sde] 4096-byte physical blocks
Nov 10 00:50:51 ArchDell kernel: sd 3:0:0:0: [sde] Write Protect is off
Nov 10 00:50:51 ArchDell kernel: sd 3:0:0:0: [sde] Mode Sense: 33 00 00 08
Nov 10 00:50:51 ArchDell kernel: sd 3:0:0:0: [sde] No Caching mode page found
Nov 10 00:50:51 ArchDell kernel: sd 3:0:0:0: [sde] Assuming drive cache: write through
Nov 10 00:50:51 ArchDell kernel:  sdd: sdd1
Nov 10 00:50:51 ArchDell kernel: sd 5:0:0:0: [sdd] Attached SCSI disk
Nov 10 00:50:51 ArchDell kernel: pcieport 0000:00:1d.6: AER: Correctable error message received from 0000:06:00.0
Nov 10 00:50:51 ArchDell kernel: pcieport 0000:06:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID)
Nov 10 00:50:51 ArchDell kernel: pcieport 0000:06:00.0:   device [8086:1576] error status/mask=00000080/00002000
Nov 10 00:50:51 ArchDell kernel: pcieport 0000:06:00.0:    [ 7] BadDLLP               
Nov 10 00:50:51 ArchDell kernel:  sde: sde1
Nov 10 00:50:51 ArchDell kernel: sd 3:0:0:0: [sde] Attached SCSI disk
Nov 10 00:50:51 ArchDell kernel: i915 0000:00:02.0: [drm] Found KABYLAKE (device ID 591b) display version 9.00
Nov 10 00:50:51 ArchDell kernel: usbcore: registered new interface driver usbhid
Nov 10 00:50:51 ArchDell kernel: usbhid: USB HID core driver
Nov 10 00:50:51 ArchDell kernel: input: SEMICO   Redgear Shadow Blade Mechanical Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1:1.0/0003:1A2C:92F6.0001/input/input6
Nov 10 00:50:51 ArchDell kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Nov 10 00:50:51 ArchDell kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Nov 10 00:50:51 ArchDell kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Nov 10 00:50:51 ArchDell kernel: hid-generic 0003:1A2C:92F6.0001: input,hidraw0: USB HID v1.10 Keyboard [SEMICO   Redgear Shadow Blade Mechanical Keyboard] on usb-0000:00:14.0-2.1/input0
Nov 10 00:50:51 ArchDell kernel: input: SEMICO   Redgear Shadow Blade Mechanical Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1:1.1/0003:1A2C:92F6.0002/input/input7
Nov 10 00:50:51 ArchDell kernel: input: SEMICO   Redgear Shadow Blade Mechanical Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1:1.1/0003:1A2C:92F6.0002/input/input8
Nov 10 00:50:51 ArchDell kernel: input: SEMICO   Redgear Shadow Blade Mechanical Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1/1-2.1:1.1/0003:1A2C:92F6.0002/input/input10
Nov 10 00:50:51 ArchDell kernel: hid-generic 0003:1A2C:92F6.0002: input,hiddev96,hidraw1: USB HID v1.10 Keyboard [SEMICO   Redgear Shadow Blade Mechanical Keyboard] on usb-0000:00:14.0-2.1/input1
Nov 10 00:50:51 ArchDell kernel: input: INSTANT USB GAMING MOUSE  as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.0/0003:30FA:1701.0003/input/input12
Nov 10 00:50:51 ArchDell kernel: hid-generic 0003:30FA:1701.0003: input,hidraw2: USB HID v1.10 Mouse [INSTANT USB GAMING MOUSE ] on usb-0000:00:14.0-2.2/input0
Nov 10 00:50:51 ArchDell kernel: input: INSTANT USB GAMING MOUSE  Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2/1-2.2:1.1/0003:30FA:1701.0004/input/input13
Nov 10 00:50:51 ArchDell kernel: hid-generic 0003:30FA:1701.0004: input,hiddev97,hidraw3: USB HID v1.10 Keyboard [INSTANT USB GAMING MOUSE ] on usb-0000:00:14.0-2.2/input1
Nov 10 00:50:51 ArchDell kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 2
Nov 10 00:50:51 ArchDell kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Nov 10 00:50:51 ArchDell kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input15
Nov 10 00:50:51 ArchDell kernel: ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
Nov 10 00:50:51 ArchDell kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0a/LNXVIDEO:01/input/input16
Nov 10 00:50:51 ArchDell kernel: fbcon: i915drmfb (fb0) is primary device
Nov 10 00:50:51 ArchDell kernel: fbcon: Deferring console take-over
Nov 10 00:50:51 ArchDell kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Nov 10 00:50:51 ArchDell kernel: fbcon: Taking over console
Nov 10 00:50:51 ArchDell kernel: Console: switching to colour frame buffer device 240x67
Nov 10 00:50:51 ArchDell kernel: EXT4-fs (nvme0n1p3): mounted filesystem 1dff8756-7c62-4f50-8b0a-5046c4a6eaf1 r/w with ordered data mode. Quota mode: none.
Nov 10 00:50:51 ArchDell systemd[1]: systemd 256.7-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Nov 10 00:50:51 ArchDell systemd[1]: Detected architecture x86-64.
Nov 10 00:50:51 ArchDell systemd[1]: Hostname set to <ArchDell>.
Nov 10 00:50:51 ArchDell systemd[1]: bpf-restrict-fs: LSM BPF program attached
Nov 10 00:50:51 ArchDell systemd-ssh-generator[335]: Binding SSH to AF_UNIX socket /run/ssh-unix-local/socket.
Nov 10 00:50:51 ArchDell systemd-ssh-generator[335]: → connect via 'ssh .host' locally
Nov 10 00:50:51 ArchDell systemd[1]: Queued start job for default target Graphical Interface.
Nov 10 00:50:51 ArchDell systemd[1]: Created slice Virtual Machine and Container Slice.
Nov 10 00:50:51 ArchDell systemd[1]: Created slice Slice /system/dirmngr.
Nov 10 00:50:51 ArchDell systemd[1]: Created slice Slice /system/getty.
Nov 10 00:50:51 ArchDell systemd[1]: Created slice Slice /system/gpg-agent.
Nov 10 00:50:51 ArchDell systemd[1]: Created slice Slice /system/gpg-agent-browser.
Nov 10 00:50:51 ArchDell systemd[1]: Created slice Slice /system/gpg-agent-extra.
Nov 10 00:50:51 ArchDell systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Nov 10 00:50:51 ArchDell systemd[1]: Created slice Slice /system/keyboxd.
Nov 10 00:50:51 ArchDell systemd[1]: Created slice Slice /system/modprobe.
Nov 10 00:50:51 ArchDell systemd[1]: Created slice Slice /system/systemd-fsck.
Nov 10 00:50:51 ArchDell systemd[1]: Created slice User and Session Slice.
Nov 10 00:50:51 ArchDell systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 10 00:50:51 ArchDell systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 10 00:50:51 ArchDell systemd[1]: Expecting device /dev/disk/by-uuid/AAD0-FEDF...
Nov 10 00:50:51 ArchDell systemd[1]: Expecting device /dev/disk/by-uuid/cb6fe8c7-84bc-40df-b14a-0c9d759cc7a2...
Nov 10 00:50:51 ArchDell systemd[1]: Expecting device /dev/disk/by-uuid/db63a8fd-fb78-4be4-afc2-64a349c6a20a...
Nov 10 00:50:51 ArchDell systemd[1]: Reached target Login Prompts.
Nov 10 00:50:51 ArchDell systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 10 00:50:51 ArchDell systemd[1]: Reached target Remote File Systems.
Nov 10 00:50:51 ArchDell systemd[1]: Reached target Slice Units.
Nov 10 00:50:51 ArchDell systemd[1]: Reached target Local Verity Protected Volumes.
Nov 10 00:50:51 ArchDell systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 10 00:50:51 ArchDell systemd[1]: Listening on LVM2 poll daemon socket.
Nov 10 00:50:51 ArchDell systemd[1]: Listening on Process Core Dump Socket.
Nov 10 00:50:51 ArchDell systemd[1]: Listening on Credential Encryption/Decryption.
Nov 10 00:50:51 ArchDell systemd[1]: Listening on Journal Socket (/dev/log).
Nov 10 00:50:51 ArchDell systemd[1]: Listening on Journal Sockets.
Nov 10 00:50:51 ArchDell systemd[1]: Listening on Network Service Netlink Socket.
Nov 10 00:50:51 ArchDell systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 10 00:50:51 ArchDell systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 10 00:50:51 ArchDell systemd[1]: Listening on udev Control Socket.
Nov 10 00:50:51 ArchDell systemd[1]: Listening on udev Kernel Socket.
Nov 10 00:50:51 ArchDell systemd[1]: Mounting Huge Pages File System...
Nov 10 00:50:51 ArchDell systemd[1]: Mounting POSIX Message Queue File System...
Nov 10 00:50:51 ArchDell systemd[1]: Mounting Kernel Debug File System...
Nov 10 00:50:51 ArchDell systemd[1]: Mounting Kernel Trace File System...
Nov 10 00:50:51 ArchDell systemd[1]: Starting Create List of Static Device Nodes...
Nov 10 00:50:51 ArchDell systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 10 00:50:51 ArchDell systemd[1]: Starting Load Kernel Module configfs...
Nov 10 00:50:51 ArchDell systemd[1]: Starting Load Kernel Module dm_mod...
Nov 10 00:50:51 ArchDell systemd[1]: Starting Load Kernel Module drm...
Nov 10 00:50:51 ArchDell systemd[1]: Starting Load Kernel Module fuse...
Nov 10 00:50:51 ArchDell systemd[1]: Starting Load Kernel Module loop...
Nov 10 00:50:51 ArchDell systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 10 00:50:51 ArchDell systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Nov 10 00:50:51 ArchDell systemd[1]: Starting Journal Service...
Nov 10 00:50:51 ArchDell systemd[1]: Starting Load Kernel Modules...
Nov 10 00:50:51 ArchDell systemd[1]: Starting Generate network units from Kernel command line...
Nov 10 00:50:51 ArchDell systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 10 00:50:51 ArchDell systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 10 00:50:51 ArchDell systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 10 00:50:51 ArchDell systemd[1]: Starting Load udev Rules from Credentials...
Nov 10 00:50:51 ArchDell systemd[1]: Starting Coldplug All udev Devices...
Nov 10 00:50:51 ArchDell systemd[1]: Starting Virtual Console Setup...
Nov 10 00:50:51 ArchDell kernel: loop: module loaded
Nov 10 00:50:51 ArchDell systemd[1]: Mounted Huge Pages File System.
Nov 10 00:50:51 ArchDell systemd[1]: Mounted POSIX Message Queue File System.
Nov 10 00:50:51 ArchDell systemd[1]: Mounted Kernel Debug File System.
Nov 10 00:50:51 ArchDell systemd[1]: Mounted Kernel Trace File System.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Create List of Static Device Nodes.
Nov 10 00:50:51 ArchDell kernel: device-mapper: uevent: version 1.0.3
Nov 10 00:50:51 ArchDell kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Nov 10 00:50:51 ArchDell systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Load Kernel Module configfs.
Nov 10 00:50:51 ArchDell kernel: EXT4-fs (nvme0n1p3): re-mounted 1dff8756-7c62-4f50-8b0a-5046c4a6eaf1 r/w. Quota mode: none.
Nov 10 00:50:51 ArchDell systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Load Kernel Module dm_mod.
Nov 10 00:50:51 ArchDell systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Load Kernel Module drm.
Nov 10 00:50:51 ArchDell systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Load Kernel Module fuse.
Nov 10 00:50:51 ArchDell systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Load Kernel Module loop.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Generate network units from Kernel command line.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Load udev Rules from Credentials.
Nov 10 00:50:51 ArchDell systemd[1]: Mounting FUSE Control File System...
Nov 10 00:50:51 ArchDell systemd[1]: Mounting Kernel Configuration File System...
Nov 10 00:50:51 ArchDell systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Nov 10 00:50:51 ArchDell systemd[1]: Starting Load/Save OS Random Seed...
Nov 10 00:50:51 ArchDell systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 10 00:50:51 ArchDell systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Nov 10 00:50:51 ArchDell systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 10 00:50:51 ArchDell systemd-journald[352]: Collecting audit messages is disabled.
Nov 10 00:50:51 ArchDell kernel: i2c_dev: i2c /dev entries driver
Nov 10 00:50:51 ArchDell systemd[1]: Mounted FUSE Control File System.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 10 00:50:51 ArchDell systemd[1]: Mounted Kernel Configuration File System.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Load/Save OS Random Seed.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Virtual Console Setup.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Nov 10 00:50:51 ArchDell systemd[1]: Starting Create System Users...
Nov 10 00:50:51 ArchDell systemd[1]: Finished Load Kernel Modules.
Nov 10 00:50:51 ArchDell systemd[1]: Starting Apply Kernel Variables...
Nov 10 00:50:51 ArchDell systemd[1]: Finished Apply Kernel Variables.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Create System Users.
Nov 10 00:50:51 ArchDell systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 10 00:50:51 ArchDell systemd-journald[352]: Journal started
Nov 10 00:50:51 ArchDell systemd-journald[352]: Runtime Journal (/run/log/journal/40fb9558d8ac4fc0a60d1b79b5603a96) is 8M, max 1.5G, 1.5G free.
Nov 10 00:50:50 ArchDell systemd-modules-load[353]: Inserted module 'acpi_call'
Nov 10 00:50:51 ArchDell systemd[1]: Started Journal Service.
Nov 10 00:50:50 ArchDell systemd-modules-load[353]: Inserted module 'crypto_user'
Nov 10 00:50:50 ArchDell systemd-modules-load[353]: Inserted module 'i2c_dev'
Nov 10 00:50:50 ArchDell systemd-modules-load[353]: Inserted module 'xt_FULLCONENAT'
Nov 10 00:50:51 ArchDell systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 10 00:50:51 ArchDell systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 10 00:50:51 ArchDell systemd[1]: Reached target Preparation for Local File Systems.
Nov 10 00:50:51 ArchDell systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 10 00:50:51 ArchDell systemd-journald[352]: Time spent on flushing to /var/log/journal/40fb9558d8ac4fc0a60d1b79b5603a96 is 248.066ms for 1221 entries.
Nov 10 00:50:51 ArchDell systemd-journald[352]: System Journal (/var/log/journal/40fb9558d8ac4fc0a60d1b79b5603a96) is 3.9G, max 4G, 30.1M free.
Nov 10 00:50:51 ArchDell systemd-journald[352]: Received client request to flush runtime journal.
Nov 10 00:50:51 ArchDell systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 10 00:50:51 ArchDell systemd-udevd[406]: Using default interface naming scheme 'v255'.
Nov 10 00:50:51 ArchDell systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 10 00:50:51 ArchDell systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 10 00:50:52 ArchDell systemd[1]: Reached target Trusted Platform Module.
Nov 10 00:50:52 ArchDell mtp-probe[432]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Nov 10 00:50:52 ArchDell mtp-probe[432]: bus: 1, device: 2 was not an MTP device
Nov 10 00:50:52 ArchDell systemd[1]: Finished Coldplug All udev Devices.
Nov 10 00:50:52 ArchDell systemd[1]: Starting Show Plymouth Boot Screen...
Nov 10 00:50:52 ArchDell mtp-probe[453]: checking bus 4, device 6: "/sys/devices/pci0000:00/0000:00:1d.6/0000:06:00.0/0000:07:02.0/0000:3e:00.0/usb4/4-1/4-1.3/4-1.3.2"
Nov 10 00:50:52 ArchDell mtp-probe[453]: bus: 4, device: 6 was not an MTP device
Nov 10 00:50:52 ArchDell mtp-probe[455]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.1"
Nov 10 00:50:52 ArchDell mtp-probe[455]: bus: 1, device: 5 was not an MTP device
Nov 10 00:50:52 ArchDell mtp-probe[457]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2.2"
Nov 10 00:50:52 ArchDell mtp-probe[457]: bus: 1, device: 7 was not an MTP device
Nov 10 00:50:52 ArchDell mtp-probe[458]: checking bus 4, device 7: "/sys/devices/pci0000:00/0000:00:1d.6/0000:06:00.0/0000:07:02.0/0000:3e:00.0/usb4/4-1/4-1.3/4-1.3.1/4-1.3.1.1"
Nov 10 00:50:52 ArchDell mtp-probe[459]: checking bus 4, device 8: "/sys/devices/pci0000:00/0000:00:1d.6/0000:06:00.0/0000:07:02.0/0000:3e:00.0/usb4/4-1/4-1.3/4-1.3.1/4-1.3.1.4"
Nov 10 00:50:52 ArchDell mtp-probe[459]: bus: 4, device: 8 was not an MTP device
Nov 10 00:50:52 ArchDell mtp-probe[458]: bus: 4, device: 7 was not an MTP device
Nov 10 00:50:52 ArchDell systemd[1]: Found device Samsung SSD 980 1TB swap.
Nov 10 00:50:52 ArchDell systemd[1]: Started Show Plymouth Boot Screen.
Nov 10 00:50:52 ArchDell systemd[1]: Found device Samsung SSD 980 1TB boot.
Nov 10 00:50:53 ArchDell kernel: mousedev: PS/2 mouse device common for all mice
Nov 10 00:50:53 ArchDell kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input17
Nov 10 00:50:53 ArchDell kernel: Consider using thermal netlink events interface
Nov 10 00:50:53 ArchDell kernel: intel-hid INT33D5:00: platform supports 5 button array
Nov 10 00:50:53 ArchDell kernel: input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input18
Nov 10 00:50:53 ArchDell kernel: ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20240322/nsprepkg-94)
Nov 10 00:50:53 ArchDell systemd[1]: Found device ST2000LM003_HN-M201RAD Main.
Nov 10 00:50:53 ArchDell kernel: resource: resource sanity check: requesting [mem 0x00000000fdffe800-0x00000000fe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
Nov 10 00:50:53 ArchDell kernel: caller get_primary_reg_base+0x4d/0xb0 [intel_pmc_core] mapping multiple BARs
Nov 10 00:50:53 ArchDell kernel: intel_pmc_core INT33A1:00:  initialized
Nov 10 00:50:53 ArchDell mtp-probe[482]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12"
Nov 10 00:50:53 ArchDell mtp-probe[482]: bus: 1, device: 6 was not an MTP device
Nov 10 00:50:53 ArchDell kernel: mc: Linux media interface: v0.10
Nov 10 00:50:53 ArchDell kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Nov 10 00:50:53 ArchDell kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Nov 10 00:50:53 ArchDell kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Nov 10 00:50:54 ArchDell kernel: videodev: Linux video capture interface: v2.00
Nov 10 00:50:54 ArchDell kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Nov 10 00:50:54 ArchDell kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Nov 10 00:50:54 ArchDell mtp-probe[490]: checking bus 4, device 3: "/sys/devices/pci0000:00/0000:00:1d.6/0000:06:00.0/0000:07:02.0/0000:3e:00.0/usb4/4-1/4-1.1"
Nov 10 00:50:54 ArchDell mtp-probe[490]: bus: 4, device: 3 was not an MTP device
Nov 10 00:50:54 ArchDell kernel: Bluetooth: Core ver 2.22
Nov 10 00:50:54 ArchDell kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 10 00:50:54 ArchDell kernel: Bluetooth: HCI device and connection manager initialized
Nov 10 00:50:54 ArchDell kernel: Bluetooth: HCI socket layer initialized
Nov 10 00:50:54 ArchDell kernel: Bluetooth: L2CAP socket layer initialized
Nov 10 00:50:54 ArchDell kernel: Bluetooth: SCO socket layer initialized
Nov 10 00:50:54 ArchDell mtp-probe[491]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:1d.6/0000:06:00.0/0000:07:02.0/0000:3e:00.0/usb3/3-1/3-1.3/3-1.3.4"
Nov 10 00:50:54 ArchDell kernel: input: PC Speaker as /devices/platform/pcspkr/input/input19
Nov 10 00:50:54 ArchDell mtp-probe[491]: bus: 3, device: 5 was not an MTP device
Nov 10 00:50:54 ArchDell kernel: input: DLL07BF:01 06CB:7A13 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-DLL07BF:01/0018:06CB:7A13.0005/input/input21
Nov 10 00:50:54 ArchDell kernel: input: DLL07BF:01 06CB:7A13 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-DLL07BF:01/0018:06CB:7A13.0005/input/input22
Nov 10 00:50:54 ArchDell kernel: hid-generic 0018:06CB:7A13.0005: input,hidraw4: I2C HID v1.00 Mouse [DLL07BF:01 06CB:7A13] on i2c-DLL07BF:01
Nov 10 00:50:55 ArchDell systemd[1]: Created slice Slice /system/systemd-backlight.
Nov 10 00:50:55 ArchDell systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Nov 10 00:50:55 ArchDell systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Nov 10 00:50:55 ArchDell systemd[1]: Reached target Local Encrypted Volumes.
Nov 10 00:50:55 ArchDell systemd[1]: Reached target Path Units.
Nov 10 00:50:55 ArchDell systemd[1]: Activating swap /dev/disk/by-uuid/db63a8fd-fb78-4be4-afc2-64a349c6a20a...
Nov 10 00:50:55 ArchDell systemd[1]: Mounting /home/(My-User-Name)/Side...
Nov 10 00:50:55 ArchDell systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Nov 10 00:50:55 ArchDell systemd[1]: Starting File System Check on /dev/disk/by-uuid/AAD0-FEDF...
Nov 10 00:50:55 ArchDell kernel: Adding 33554428k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:33554428k SS
Nov 10 00:50:55 ArchDell kernel: EXT4-fs (sda1): warning: mounting fs with errors, running e2fsck is recommended
Nov 10 00:50:55 ArchDell kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Nov 10 00:50:55 ArchDell kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Nov 10 00:50:55 ArchDell kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
Nov 10 00:50:55 ArchDell kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 10 00:50:55 ArchDell kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 10 00:50:55 ArchDell kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Nov 10 00:50:55 ArchDell kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Nov 10 00:50:55 ArchDell kernel: cfg80211: failed to load regulatory.db
Nov 10 00:50:55 ArchDell kernel: i801_smbus 0000:00:1f.4: Accelerometer lis3lv02d is present on SMBus but its address is unknown, skipping registration
Nov 10 00:50:55 ArchDell kernel: i2c i2c-11: Successfully instantiated SPD at 0x50
Nov 10 00:50:55 ArchDell systemd[1]: Activated swap /dev/disk/by-uuid/db63a8fd-fb78-4be4-afc2-64a349c6a20a.
Nov 10 00:50:55 ArchDell systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Nov 10 00:50:55 ArchDell kernel: EXT4-fs (sda1): mounted filesystem cb6fe8c7-84bc-40df-b14a-0c9d759cc7a2 r/w with ordered data mode. Quota mode: none.
Nov 10 00:50:55 ArchDell systemd[1]: Mounted /home/(My-User-Name)/Side.
Nov 10 00:50:55 ArchDell kernel: intel_rapl_common: Found RAPL domain package
Nov 10 00:50:55 ArchDell kernel: intel_rapl_common: Found RAPL domain core
Nov 10 00:50:55 ArchDell kernel: intel_rapl_common: Found RAPL domain uncore
Nov 10 00:50:55 ArchDell kernel: intel_rapl_common: Found RAPL domain dram
Nov 10 00:50:55 ArchDell systemd[1]: Reached target Swaps.
Nov 10 00:50:55 ArchDell systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 10 00:50:55 ArchDell systemd-fsck[514]: fsck.fat 4.2 (2021-01-31)
Nov 10 00:50:55 ArchDell systemd-fsck[514]: /dev/nvme0n1p1: 455 files, 117145/127746 clusters
Nov 10 00:50:55 ArchDell systemd[1]: Mounting /tmp...
Nov 10 00:50:55 ArchDell systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Nov 10 00:50:55 ArchDell systemd[1]: Stopped Virtual Console Setup.
Nov 10 00:50:55 ArchDell systemd[1]: Stopping Virtual Console Setup...
Nov 10 00:50:55 ArchDell kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Nov 10 00:50:55 ArchDell kernel: usbcore: registered new interface driver cdc_ether
Nov 10 00:50:55 ArchDell systemd[1]: Starting Virtual Console Setup...
Nov 10 00:50:55 ArchDell kernel: Intel(R) Wireless WiFi driver for Linux
Nov 10 00:50:55 ArchDell kernel: iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
Nov 10 00:50:55 ArchDell kernel: iwlwifi 0000:02:00.0: Detected crf-id 0xbadcafe, cnv-id 0x10 wfpm id 0x80000000
Nov 10 00:50:55 ArchDell kernel: iwlwifi 0000:02:00.0: PCI dev 24fd/0050, rev=0x230, rfid=0xd55555d5
Nov 10 00:50:55 ArchDell kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8265
Nov 10 00:50:56 ArchDell kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Nov 10 00:50:56 ArchDell kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Nov 10 00:50:56 ArchDell kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Nov 10 00:50:56 ArchDell kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Nov 10 00:50:56 ArchDell kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Nov 10 00:50:56 ArchDell kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Nov 10 00:50:56 ArchDell kernel: intel_rapl_common: Found RAPL domain package
Nov 10 00:50:56 ArchDell kernel: intel_rapl_common: Found RAPL domain dram
Nov 10 00:50:56 ArchDell kernel: usb 1-12: Found UVC 1.00 device Integrated_Webcam_HD (0c45:6713)
Nov 10 00:50:56 ArchDell kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:03/wmi_bus/wmi_bus-PNP0C14:03/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input24
Nov 10 00:50:56 ArchDell kernel: cryptd: max_cpu_qlen set to 1000
Nov 10 00:50:56 ArchDell kernel: usbcore: registered new interface driver uvcvideo
Nov 10 00:50:56 ArchDell kernel: Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
Nov 10 00:50:56 ArchDell kernel: usbcore: registered new interface driver btusb
Nov 10 00:50:56 ArchDell kernel: iwlwifi 0000:02:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
Nov 10 00:50:56 ArchDell kernel: Bluetooth: hci0: Reading supported features failed (-16)
Nov 10 00:50:56 ArchDell kernel: Bluetooth: hci0: Error reading debug features
Nov 10 00:50:56 ArchDell kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Nov 10 00:50:56 ArchDell kernel: iTCO_vendor_support: vendor-support=0
Nov 10 00:50:55 ArchDell systemd[1]: run-credentials-systemd\x2dvconsole\x2dsetup.service.mount: Deactivated successfully.
Nov 10 00:50:56 ArchDell kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 10 00:50:56 ArchDell kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 10 00:50:56 ArchDell systemd[1]: Finished File System Check on /dev/disk/by-uuid/AAD0-FEDF.
Nov 10 00:50:56 ArchDell systemd[1]: Mounted /tmp.
Nov 10 00:50:56 ArchDell systemd[1]: Finished Virtual Console Setup.
Nov 10 00:50:56 ArchDell kernel: cdc_ncm 4-1.1:2.0: MAC-Address: f8:e4:3b:8b:d3:26
Nov 10 00:50:56 ArchDell kernel: cdc_ncm 4-1.1:2.0: setting rx_max = 16384
Nov 10 00:50:56 ArchDell kernel: AES CTR mode by8 optimization enabled
Nov 10 00:50:56 ArchDell kernel: cdc_ncm 4-1.1:2.0: setting tx_max = 16384
Nov 10 00:50:56 ArchDell kernel: PTP clock support registered
Nov 10 00:50:56 ArchDell kernel: ee1004 11-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Nov 10 00:50:56 ArchDell kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Nov 10 00:50:56 ArchDell kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Nov 10 00:50:56 ArchDell kernel: cdc_ncm 4-1.1:2.0 eth0: register 'cdc_ncm' at usb-0000:3e:00.0-1.1, CDC NCM (NO ZLP), f8:e4:3b:8b:d3:26
Nov 10 00:50:56 ArchDell kernel: usbcore: registered new interface driver cdc_ncm
Nov 10 00:50:56 ArchDell kernel: input: DLL07BF:01 06CB:7A13 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-DLL07BF:01/0018:06CB:7A13.0005/input/input25
Nov 10 00:50:56 ArchDell kernel: input: DLL07BF:01 06CB:7A13 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-DLL07BF:01/0018:06CB:7A13.0005/input/input26
Nov 10 00:50:56 ArchDell kernel: hid-multitouch 0018:06CB:7A13.0005: input,hidraw4: I2C HID v1.00 Mouse [DLL07BF:01 06CB:7A13] on i2c-DLL07BF:01
Nov 10 00:50:56 ArchDell kernel: usbcore: registered new interface driver cdc_wdm
Nov 10 00:50:56 ArchDell kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Nov 10 00:50:56 ArchDell kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Nov 10 00:50:56 ArchDell kernel: dell_laptop: Using i8042 filter function for receiving events
Nov 10 00:50:56 ArchDell kernel: usbcore: registered new interface driver cdc_mbim
Nov 10 00:50:56 ArchDell kernel: cdc_ncm 4-1.1:2.0 enp62s0u1u1c2: renamed from eth0
Nov 10 00:50:56 ArchDell systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Nov 10 00:50:56 ArchDell systemd[1]: Mounting /boot...
Nov 10 00:50:56 ArchDell systemd[1]: Starting Load Kernel Module dm_mod...
Nov 10 00:50:56 ArchDell systemd[1]: Starting Load Kernel Module loop...
Nov 10 00:50:56 ArchDell systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 10 00:50:56 ArchDell systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Nov 10 00:50:56 ArchDell systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Nov 10 00:50:56 ArchDell systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 10 00:50:56 ArchDell systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 10 00:50:56 ArchDell systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 10 00:50:56 ArchDell systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 10 00:50:56 ArchDell systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Nov 10 00:50:56 ArchDell systemd[1]: Stopped Virtual Console Setup.
Nov 10 00:50:56 ArchDell systemd[1]: Stopping Virtual Console Setup...
Nov 10 00:50:56 ArchDell systemd[1]: Starting Virtual Console Setup...
Nov 10 00:50:56 ArchDell systemd[1]: run-credentials-systemd\x2dvconsole\x2dsetup.service.mount: Deactivated successfully.
Nov 10 00:50:56 ArchDell systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Nov 10 00:50:56 ArchDell systemd[1]: Finished Load Kernel Module dm_mod.
Nov 10 00:50:56 ArchDell systemd[1]: modprobe@loop.service: Deactivated successfully.
Nov 10 00:50:56 ArchDell systemd[1]: Finished Load Kernel Module loop.
Nov 10 00:50:56 ArchDell systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
Nov 10 00:50:56 ArchDell systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 10 00:50:57 ArchDell systemd[1]: Finished Virtual Console Setup.
Nov 10 00:50:57 ArchDell systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 10 00:50:57 ArchDell systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
Nov 10 00:50:57 ArchDell kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3266: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Nov 10 00:50:57 ArchDell kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 10 00:50:57 ArchDell kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Nov 10 00:50:57 ArchDell kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Nov 10 00:50:57 ArchDell kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Nov 10 00:50:57 ArchDell kernel: snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x18
Nov 10 00:50:57 ArchDell kernel: snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1a
Nov 10 00:50:57 ArchDell kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Nov 10 00:50:57 ArchDell systemd[1]: Mounted /boot.
Nov 10 00:50:57 ArchDell systemd[1]: Reached target Local File Systems.
Nov 10 00:50:57 ArchDell systemd[1]: Listening on Boot Entries Service Socket.
Nov 10 00:50:57 ArchDell systemd[1]: Listening on System Extension Image Management.
Nov 10 00:50:57 ArchDell systemd[1]: Starting Rebuild Dynamic Linker Cache...
Nov 10 00:50:57 ArchDell systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Nov 10 00:50:57 ArchDell systemd[1]: Starting Set Up Additional Binary Formats...
Nov 10 00:50:57 ArchDell systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Nov 10 00:50:57 ArchDell systemd[1]: Starting Create System Files and Directories...
Nov 10 00:50:57 ArchDell systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Nov 10 00:50:57 ArchDell systemd[1]: Received SIGRTMIN+20 from PID 266 (plymouthd).
Nov 10 00:50:57 ArchDell systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 566 (systemd-binfmt)
Nov 10 00:50:57 ArchDell systemd[1]: Mounting Arbitrary Executable File Formats File System...
Nov 10 00:50:57 ArchDell systemd[1]: Mounted Arbitrary Executable File Formats File System.
Nov 10 00:50:57 ArchDell systemd[1]: Finished Set Up Additional Binary Formats.
Nov 10 00:50:57 ArchDell kernel: iwlwifi 0000:02:00.0: base HW address: 38:de:ad:bd:47:0f, OTP minor version: 0x4
Nov 10 00:50:57 ArchDell kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Nov 10 00:50:57 ArchDell kernel: iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
Nov 10 00:50:58 ArchDell systemd[1]: Finished Create System Files and Directories.
Nov 10 00:50:58 ArchDell systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 10 00:50:58 ArchDell systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 10 00:50:58 ArchDell systemd[1]: Starting Rebuild Journal Catalog...
Nov 10 00:50:58 ArchDell systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 10 00:50:58 ArchDell systemd[1]: Starting Network Name Resolution...
Nov 10 00:50:58 ArchDell systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 10 00:50:58 ArchDell systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 10 00:50:58 ArchDell systemd[1]: Finished Rebuild Journal Catalog.
Nov 10 00:50:58 ArchDell kernel: intel_tcc_cooling: Programmable TCC Offset detected
Nov 10 00:50:58 ArchDell systemd-resolved[577]: Positive Trust Anchors:
Nov 10 00:50:58 ArchDell systemd-resolved[577]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Nov 10 00:50:58 ArchDell systemd-resolved[577]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Nov 10 00:50:58 ArchDell kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
Nov 10 00:50:58 ArchDell kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
Nov 10 00:50:58 ArchDell kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
Nov 10 00:50:58 ArchDell kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
Nov 10 00:50:58 ArchDell systemd[1]: Reached target Sound Card.
Nov 10 00:50:58 ArchDell systemd-resolved[577]: Using system hostname 'ArchDell'.
Nov 10 00:50:58 ArchDell systemd[1]: Started Network Name Resolution.
Nov 10 00:50:58 ArchDell systemd[1]: Reached target Host and Network Name Lookups.
Nov 10 00:51:01 ArchDell systemd[1]: Finished Rebuild Dynamic Linker Cache.
Nov 10 00:51:01 ArchDell systemd[1]: Starting Update is Completed...
Nov 10 00:51:02 ArchDell systemd[1]: Finished Update is Completed.
Nov 10 00:51:02 ArchDell systemd[1]: Reached target System Initialization.
Nov 10 00:51:02 ArchDell systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 10 00:51:02 ArchDell systemd[1]: Started Discard unused filesystem blocks once a week.
Nov 10 00:51:02 ArchDell systemd[1]: Started Daily man-db regeneration.
Nov 10 00:51:02 ArchDell systemd[1]: Started Daily verification of password and group files.
Nov 10 00:51:02 ArchDell systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 10 00:51:02 ArchDell systemd[1]: Reached target Timer Units.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on libvirt legacy monolithic daemon socket.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on libvirt legacy monolithic daemon admin socket.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on libvirt legacy monolithic daemon read-only socket.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Nov 10 00:51:02 ArchDell systemd[1]: Listening on Hostname Service Socket.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on libvirt locking daemon socket.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on libvirt locking daemon admin socket.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on libvirt logging daemon socket.
Nov 10 00:51:02 ArchDell systemd[1]: Listening on libvirt logging daemon admin socket.
Nov 10 00:51:02 ArchDell systemd[1]: Reached target Socket Units.
Nov 10 00:51:02 ArchDell systemd[1]: Starting D-Bus System Message Bus...
Nov 10 00:51:02 ArchDell systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 10 00:51:02 ArchDell dbus-broker-launch[590]: Looking up NSS user entry for 'pulse'...
Nov 10 00:51:02 ArchDell dbus-broker-launch[590]: NSS returned no entry for 'pulse'
Nov 10 00:51:02 ArchDell dbus-broker-launch[590]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Nov 10 00:51:02 ArchDell systemd[1]: Started D-Bus System Message Bus.
Nov 10 00:51:02 ArchDell systemd[1]: Reached target Basic System.
Nov 10 00:51:02 ArchDell systemd[1]: Starting Bluetooth service...
Nov 10 00:51:02 ArchDell systemd[1]: Starting Netfilter Tables...
Nov 10 00:51:02 ArchDell systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Nov 10 00:51:02 ArchDell systemd[1]: Starting User Login Management...
Nov 10 00:51:02 ArchDell systemd[1]: Starting Virtual Machine and Container Registration Service...
Nov 10 00:51:02 ArchDell systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Nov 10 00:51:02 ArchDell dbus-broker-launch[590]: Ready
Nov 10 00:51:02 ArchDell systemd[1]: Started Virtual Machine and Container Registration Service.
Nov 10 00:51:02 ArchDell systemd-logind[594]: New seat seat0.
Nov 10 00:51:02 ArchDell bluetoothd[592]: Bluetooth daemon 5.79
Nov 10 00:51:02 ArchDell systemd[1]: Started Bluetooth service.
Nov 10 00:51:02 ArchDell bluetoothd[592]: Starting SDP server
Nov 10 00:51:02 ArchDell systemd[1]: Reached target Bluetooth Support.
Nov 10 00:51:02 ArchDell systemd-logind[594]: Watching system buttons on /dev/input/event3 (Power Button)
Nov 10 00:51:02 ArchDell systemd-logind[594]: Watching system buttons on /dev/input/event1 (Power Button)
Nov 10 00:51:02 ArchDell systemd[1]: Starting Hostname Service...
Nov 10 00:51:02 ArchDell systemd-logind[594]: Watching system buttons on /dev/input/event0 (Lid Switch)
Nov 10 00:51:02 ArchDell systemd-logind[594]: Watching system buttons on /dev/input/event2 (Sleep Button)
Nov 10 00:51:02 ArchDell systemd-logind[594]: Watching system buttons on /dev/input/event5 (SEMICO   Redgear Shadow Blade Mechanical Keyboard)
Nov 10 00:51:02 ArchDell systemd-logind[594]: Watching system buttons on /dev/input/event8 (SEMICO   Redgear Shadow Blade Mechanical Keyboard)
Nov 10 00:51:02 ArchDell systemd-logind[594]: Watching system buttons on /dev/input/event6 (SEMICO   Redgear Shadow Blade Mechanical Keyboard Consumer Control)
Nov 10 00:51:02 ArchDell systemd-logind[594]: Watching system buttons on /dev/input/event7 (SEMICO   Redgear Shadow Blade Mechanical Keyboard System Control)
Nov 10 00:51:02 ArchDell systemd-logind[594]: Watching system buttons on /dev/input/event10 (INSTANT USB GAMING MOUSE  Keyboard)
Nov 10 00:51:02 ArchDell systemd-logind[594]: Watching system buttons on /dev/input/event13 (Intel HID events)
Nov 10 00:51:02 ArchDell systemd-logind[594]: Watching system buttons on /dev/input/event14 (Intel HID 5 button array)
Nov 10 00:51:02 ArchDell systemd-logind[594]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Nov 10 00:51:02 ArchDell systemd[1]: Started User Login Management.
Nov 10 00:51:02 ArchDell kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Nov 10 00:51:02 ArchDell kernel: Bluetooth: BNEP filters: protocol multicast
Nov 10 00:51:02 ArchDell kernel: Bluetooth: BNEP socket layer initialized
Nov 10 00:51:02 ArchDell bluetoothd[592]: src/plugin.c:init_plugin() System does not support bap plugin
Nov 10 00:51:02 ArchDell bluetoothd[592]: src/plugin.c:init_plugin() System does not support bass plugin
Nov 10 00:51:02 ArchDell bluetoothd[592]: src/plugin.c:init_plugin() System does not support mcp plugin
Nov 10 00:51:02 ArchDell bluetoothd[592]: src/plugin.c:init_plugin() System does not support vcp plugin
Nov 10 00:51:02 ArchDell bluetoothd[592]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Nov 10 00:51:02 ArchDell bluetoothd[592]: src/plugin.c:init_plugin() System does not support micp plugin
Nov 10 00:51:02 ArchDell bluetoothd[592]: src/plugin.c:init_plugin() System does not support ccp plugin
Nov 10 00:51:02 ArchDell bluetoothd[592]: src/plugin.c:init_plugin() System does not support csip plugin
Nov 10 00:51:02 ArchDell bluetoothd[592]: src/plugin.c:init_plugin() System does not support asha plugin
Nov 10 00:51:02 ArchDell bluetoothd[592]: Bluetooth management interface 1.23 initialized
Nov 10 00:51:02 ArchDell kernel: Bluetooth: MGMT ver 1.23
Nov 10 00:51:02 ArchDell bluetoothd[592]: Battery Provider Manager created
Nov 10 00:51:02 ArchDell kernel: NET: Registered PF_ALG protocol family
Nov 10 00:51:03 ArchDell systemd[1]: nftables.service: Deactivated successfully.
Nov 10 00:51:03 ArchDell systemd[1]: Finished Netfilter Tables.
Nov 10 00:51:03 ArchDell systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 10 00:51:03 ArchDell systemd[1]: Reached target Preparation for Network.
Nov 10 00:51:03 ArchDell systemd[1]: Starting Network Manager...
Nov 10 00:51:03 ArchDell systemd[1]: Starting Network Configuration...
Nov 10 00:51:03 ArchDell systemd[1]: Started Hostname Service.
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.3677] NetworkManager (version 1.50.0-1) is starting... (boot:35f50f50-1117-493a-a597-1396915fe53a)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.3680] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.4057] manager[0x582b52704570]: monitoring kernel firmware directory '/lib/firmware'.
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.4239] hostname: hostname: using hostnamed
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.4241] hostname: static hostname changed from (none) to "ArchDell"
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.4259] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.4400] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/ieee80211/phy0/rfkill3) (driver iwlwifi)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.4416] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/platform/dell-laptop/rfkill/rfkill1) (platform driver dell-laptop)
Nov 10 00:51:03 ArchDell systemd-networkd[641]: lo: Link UP
Nov 10 00:51:03 ArchDell systemd-networkd[641]: lo: Gained carrier
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.5329] manager[0x582b52704570]: rfkill: Wi-Fi hardware radio set enabled
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.5331] manager[0x582b52704570]: rfkill: WWAN hardware radio set enabled
Nov 10 00:51:03 ArchDell systemd-networkd[641]: Enumeration completed
Nov 10 00:51:03 ArchDell systemd[1]: Started Network Configuration.
Nov 10 00:51:03 ArchDell systemd[1]: Starting Enable Persistent Storage in systemd-networkd...
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.5587] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-wwan.so)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.5619] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-wifi.so)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6375] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-team.so)
Nov 10 00:51:03 ArchDell systemd[1]: Finished Enable Persistent Storage in systemd-networkd.
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6399] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-ovs.so)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6421] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-bluetooth.so)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6440] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-adsl.so)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6459] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6462] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6465] manager: Networking is enabled by state file
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6486] settings: Loaded settings plugin: keyfile (internal)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6706] dhcp: init: Using DHCP client 'internal'
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6721] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6789] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Nov 10 00:51:03 ArchDell systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6820] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6856] device (lo): Activation: starting connection 'lo' (d02b68c4-418a-474c-941e-43e706797888)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6934] manager: (enp62s0u1u1c2): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.6958] device (enp62s0u1u1c2): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Nov 10 00:51:03 ArchDell systemd-networkd[641]: enp62s0u1u1c2: Link UP
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.7037] device (wlp2s0): driver supports Access Point (AP) mode
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.7076] manager: (wlp2s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Nov 10 00:51:03 ArchDell NetworkManager[640]: <info>  [1731180063.7099] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Nov 10 00:51:03 ArchDell systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 10 00:51:03 ArchDell kernel: iwlwifi 0000:02:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Nov 10 00:51:03 ArchDell systemd-networkd[641]: wlp2s0: Link UP
Nov 10 00:51:04 ArchDell systemd-networkd[641]: wlp2s0: Link DOWN
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.0078] device (wlp2s0): set-hw-addr: set MAC address to 72:23:59:3B:50:37 (scanning)
Nov 10 00:51:04 ArchDell systemd-networkd[641]: wlp2s0: Link UP
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.2469] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 10 00:51:04 ArchDell systemd[1]: Started Network Manager.
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.2559] ovsdb: disconnected from ovsdb
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.2566] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.2593] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.2612] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.2694] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.2842] manager: (94:52:44:F7:4A:3F): new Bluetooth device (/org/freedesktop/NetworkManager/Devices/4)
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.2861] device (94:52:44:F7:4A:3F): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Nov 10 00:51:04 ArchDell systemd[1]: Starting WPA supplicant...
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.2901] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.2912] device (94:52:44:F7:4A:3F): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.2927] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.2951] device (lo): Activation: successful, device activated.
Nov 10 00:51:04 ArchDell systemd[1]: Started WPA supplicant.
Nov 10 00:51:04 ArchDell wpa_supplicant[654]: Successfully initialized wpa_supplicant
Nov 10 00:51:04 ArchDell systemd[1]: Reached target Network.
Nov 10 00:51:04 ArchDell systemd[1]: Starting libvirt legacy monolithic daemon...
Nov 10 00:51:04 ArchDell systemd[1]: Starting OpenSSH Daemon...
Nov 10 00:51:04 ArchDell systemd[1]: Starting Permit User Sessions...
Nov 10 00:51:04 ArchDell systemd[1]: Finished Permit User Sessions.
Nov 10 00:51:04 ArchDell systemd[1]: Starting Hold until boot process finishes up...
Nov 10 00:51:04 ArchDell systemd[1]: Starting Terminate Plymouth Boot Screen...
Nov 10 00:51:04 ArchDell sshd[656]: Server listening on 0.0.0.0 port 22.
Nov 10 00:51:04 ArchDell sshd[656]: Server listening on :: port 22.
Nov 10 00:51:04 ArchDell systemd[1]: Started OpenSSH Daemon.
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.5497] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.5504] Wi-Fi P2P device controlled by interface wlp2s0 created
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.5526] manager: (p2p-dev-wlp2s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.5548] device (p2p-dev-wlp2s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.5570] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Nov 10 00:51:04 ArchDell NetworkManager[640]: <info>  [1731180064.5597] device (p2p-dev-wlp2s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Nov 10 00:51:04 ArchDell systemd[1]: Received SIGRTMIN+21 from PID 266 (plymouthd).
Nov 10 00:51:04 ArchDell systemd[1]: Finished Hold until boot process finishes up.
Nov 10 00:51:04 ArchDell systemd[1]: Finished Terminate Plymouth Boot Screen.
Nov 10 00:51:04 ArchDell systemd[1]: Started Simple Desktop Display Manager.
Nov 10 00:51:04 ArchDell systemd[1]: Started libvirt legacy monolithic daemon.
Nov 10 00:51:04 ArchDell systemd[1]: Reached target Multi-User System.
Nov 10 00:51:04 ArchDell systemd[1]: Starting Power Profiles daemon...
Nov 10 00:51:04 ArchDell sddm[675]: Initializing...
Nov 10 00:51:04 ArchDell sddm[675]: Starting...
Nov 10 00:51:04 ArchDell sddm[675]: Logind interface found
Nov 10 00:51:04 ArchDell sddm[675]: Adding new display...
Nov 10 00:51:04 ArchDell sddm[675]: Loaded empty theme configuration
Nov 10 00:51:04 ArchDell sddm[675]: Xauthority path: "/run/sddm/xauth_aQlyPI"
Nov 10 00:51:04 ArchDell sddm[675]: Using VT 2
Nov 10 00:51:04 ArchDell sddm[675]: Display server starting...
Nov 10 00:51:04 ArchDell sddm[675]: Writing cookie to "/run/sddm/xauth_aQlyPI"
Nov 10 00:51:04 ArchDell sddm[675]: Running: /usr/bin/X -dpi 120 -background none -seat seat0 vt2 -auth /run/sddm/xauth_aQlyPI -noreset -displayfd 16
Nov 10 00:51:05 ArchDell systemd[1]: Starting Authorization Manager...
Nov 10 00:51:05 ArchDell polkitd[704]: Started polkitd version 125
Nov 10 00:51:05 ArchDell systemd[1]: Started Authorization Manager.
Nov 10 00:51:05 ArchDell systemd[1]: Started Power Profiles daemon.
Nov 10 00:51:05 ArchDell systemd[1]: Reached target Graphical Interface.
Nov 10 00:51:05 ArchDell systemd[1]: Startup finished in 15.288s (firmware) + 11.422s (loader) + 21.711s (kernel) + 17.756s (userspace) = 1min 6.179s.
Nov 10 00:51:07 ArchDell sddm[675]: Setting default cursor
Nov 10 00:51:07 ArchDell sddm[675]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Nov 10 00:51:07 ArchDell sddm[675]: Display server started.
Nov 10 00:51:07 ArchDell sddm[675]: Socket server starting...
Nov 10 00:51:07 ArchDell sddm[675]: Socket server started.
Nov 10 00:51:07 ArchDell sddm[675]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Nov 10 00:51:07 ArchDell sddm[675]: Greeter starting...
Nov 10 00:51:07 ArchDell sddm-helper[729]: [PAM] Starting...
Nov 10 00:51:07 ArchDell sddm-helper[729]: [PAM] Authenticating...
Nov 10 00:51:07 ArchDell sddm-helper[729]: [PAM] returning.
Nov 10 00:51:07 ArchDell sddm-helper[729]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=967) by (uid=0)
Nov 10 00:51:07 ArchDell sddm-helper[729]: pam_systemd(sddm-greeter:session): New sd-bus connection (system-bus-pam-systemd-729) opened.
Nov 10 00:51:07 ArchDell systemd-logind[594]: New session c1 of user sddm.
Nov 10 00:51:07 ArchDell systemd[1]: Created slice User Slice of UID 967.
Nov 10 00:51:07 ArchDell systemd[1]: Starting User Runtime Directory /run/user/967...
Nov 10 00:51:07 ArchDell systemd[1]: Finished User Runtime Directory /run/user/967.
Nov 10 00:51:07 ArchDell systemd[1]: Starting User Manager for UID 967...
Nov 10 00:51:07 ArchDell dbus-broker-launch[590]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Nov 10 00:51:07 ArchDell (systemd)[733]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Nov 10 00:51:07 ArchDell (systemd)[733]: pam_unix(systemd-user:session): session opened for user sddm(uid=967) by sddm(uid=0)
Nov 10 00:51:07 ArchDell systemd-logind[594]: New session 1 of user sddm.
Nov 10 00:51:07 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=IN
Nov 10 00:51:07 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=IN
Nov 10 00:51:08 ArchDell systemd[733]: Queued start job for default target Main User Target.
Nov 10 00:51:08 ArchDell systemd[733]: Created slice User Application Slice.
Nov 10 00:51:08 ArchDell systemd[733]: Started Submitting pending crash events (file monitor).
Nov 10 00:51:08 ArchDell systemd[733]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Nov 10 00:51:08 ArchDell systemd[733]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/drkonqi/sentry-envelopes/*).
Nov 10 00:51:08 ArchDell systemd[733]: Reached target Paths.
Nov 10 00:51:08 ArchDell systemd[733]: Reached target Timers.
Nov 10 00:51:08 ArchDell systemd[733]: Starting D-Bus User Message Bus Socket...
Nov 10 00:51:08 ArchDell systemd[733]: Listening on GnuPG network certificate management daemon.
Nov 10 00:51:08 ArchDell systemd[733]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Nov 10 00:51:08 ArchDell systemd[733]: Starting GCR ssh-agent wrapper...
Nov 10 00:51:08 ArchDell systemd[733]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 10 00:51:08 ArchDell systemd[733]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 10 00:51:08 ArchDell systemd[733]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 10 00:51:08 ArchDell systemd[733]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 10 00:51:08 ArchDell systemd[733]: Listening on GnuPG public key management service.
Nov 10 00:51:08 ArchDell systemd[733]: Listening on p11-kit server.
Nov 10 00:51:08 ArchDell systemd[733]: Listening on PipeWire Multimedia System Sockets.
Nov 10 00:51:08 ArchDell systemd[733]: Listening on Sound System.
Nov 10 00:51:08 ArchDell systemd[733]: Listening on D-Bus User Message Bus Socket.
Nov 10 00:51:08 ArchDell systemd[733]: Listening on GCR ssh-agent wrapper.
Nov 10 00:51:08 ArchDell systemd[733]: Reached target Sockets.
Nov 10 00:51:08 ArchDell systemd[733]: Reached target Basic System.
Nov 10 00:51:08 ArchDell systemd[733]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Nov 10 00:51:08 ArchDell systemd[1]: Started User Manager for UID 967.
Nov 10 00:51:08 ArchDell systemd[733]: Starting Update XDG user dir configuration...
Nov 10 00:51:08 ArchDell systemd[1]: Started Session c1 of User sddm.
Nov 10 00:51:08 ArchDell sddm-helper[729]: Writing cookie to "/tmp/xauth_uKUwyo"
Nov 10 00:51:08 ArchDell sddm-helper[729]: Starting X11 session: "" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-RNFHDi --theme /usr/share/sddm/themes/breeze"
Nov 10 00:51:08 ArchDell sddm[675]: Greeter session started successfully
Nov 10 00:51:08 ArchDell systemd[733]: Finished Update XDG user dir configuration.
Nov 10 00:51:08 ArchDell systemd[733]: Reached target Main User Target.
Nov 10 00:51:08 ArchDell systemd[733]: Startup finished in 498ms.
Nov 10 00:51:08 ArchDell sddm-greeter-qt6[747]: High-DPI autoscaling Enabled
Nov 10 00:51:08 ArchDell sddm-greeter-qt6[747]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Nov 10 00:51:08 ArchDell sddm-greeter-qt6[747]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Nov 10 00:51:08 ArchDell sddm-greeter-qt6[747]: Reading from "/usr/local/share/xsessions/plasmax11.desktop"
Nov 10 00:51:08 ArchDell sddm-greeter-qt6[747]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Nov 10 00:51:08 ArchDell sddm-greeter-qt6[747]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Nov 10 00:51:08 ArchDell systemd[733]: Created slice User Core Session Slice.
Nov 10 00:51:08 ArchDell systemd[733]: Starting D-Bus User Message Bus...
Nov 10 00:51:08 ArchDell dbus-broker-launch[751]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Nov 10 00:51:08 ArchDell dbus-broker-launch[751]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Nov 10 00:51:08 ArchDell dbus-broker-launch[751]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Nov 10 00:51:08 ArchDell dbus-broker-launch[751]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Nov 10 00:51:08 ArchDell dbus-broker-launch[751]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Nov 10 00:51:08 ArchDell systemd[733]: Started D-Bus User Message Bus.
Nov 10 00:51:08 ArchDell dbus-broker-launch[751]: Ready
Nov 10 00:51:08 ArchDell sddm-greeter-qt6[747]: Connected to the daemon.
Nov 10 00:51:08 ArchDell sddm[675]: Message received from greeter: Connect
Nov 10 00:51:08 ArchDell sddm-greeter-qt6[747]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
Nov 10 00:51:09 ArchDell NetworkManager[640]: <info>  [1731180069.6990] manager: startup complete
Nov 10 00:51:09 ArchDell sddm-greeter-qt6[747]: Adding view for "eDP-1" QRect(0,0 1920x1080)
Nov 10 00:51:10 ArchDell sddm-greeter-qt6[747]: Message received from daemon: Capabilities
Nov 10 00:51:10 ArchDell sddm-greeter-qt6[747]: Message received from daemon: HostName
Nov 10 00:51:13 ArchDell systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 10 00:51:18 ArchDell sddm-greeter-qt6[747]: file:///usr/share/sddm/themes/breeze/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
Nov 10 00:51:18 ArchDell sddm-greeter-qt6[747]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Nov 10 00:51:18 ArchDell sddm[675]: Message received from greeter: Login
Nov 10 00:51:18 ArchDell sddm[675]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Nov 10 00:51:18 ArchDell sddm[675]: Session "/usr/share/xsessions/plasmax11.desktop" selected, command: "/usr/bin/startplasma-x11" for VT 2
Nov 10 00:51:18 ArchDell sddm-helper[777]: [PAM] Starting...
Nov 10 00:51:18 ArchDell sddm-helper[777]: [PAM] Authenticating...
Nov 10 00:51:18 ArchDell sddm-helper[777]: pam_systemd_home(sddm:auth): New sd-bus connection (system-bus-pam-systemd-home-777) opened.
Nov 10 00:51:18 ArchDell sddm-helper[777]: [PAM] Preparing to converse...
Nov 10 00:51:18 ArchDell sddm-helper[777]: [PAM] Conversation with 1 messages
Nov 10 00:51:18 ArchDell sddm-helper[777]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Nov 10 00:51:18 ArchDell sddm-helper[777]: [PAM] returning.
Nov 10 00:51:18 ArchDell sddm[675]: Authentication for user  "(My-User-Name)"  successful
Nov 10 00:51:18 ArchDell sddm-helper[777]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Nov 10 00:51:18 ArchDell sddm-helper[777]: pam_unix(sddm:session): session opened for user (My-User-Name)(uid=1000) by (My-User-Name)(uid=0)
Nov 10 00:51:18 ArchDell sddm-helper[777]: pam_systemd(sddm:session): New sd-bus connection (system-bus-pam-systemd-777) opened.
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6024] policy: auto-activating connection 'Granottier_Air' (d7f602e7-4bfd-4292-b458-4ee86c66e8ed)
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6030] device (wlp2s0): Activation: starting connection 'Granottier_Air' (d7f602e7-4bfd-4292-b458-4ee86c66e8ed)
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6032] device (wlp2s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6036] manager: NetworkManager state is now CONNECTING
Nov 10 00:51:18 ArchDell sddm-greeter-qt6[747]: Message received from daemon: LoginSucceeded
Nov 10 00:51:18 ArchDell systemd-logind[594]: New session 2 of user (My-User-Name).
Nov 10 00:51:18 ArchDell systemd[1]: Created slice User Slice of UID 1000.
Nov 10 00:51:18 ArchDell systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 10 00:51:18 ArchDell systemd-networkd[641]: wlp2s0: Link DOWN
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6244] device (wlp2s0): set-hw-addr: reset MAC address to 38:DE:AD:BD:47:0F (preserve)
Nov 10 00:51:18 ArchDell systemd-networkd[641]: wlp2s0: Link UP
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6292] device (wlp2s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6298] device (wlp2s0): Activation: (wifi) access point 'Granottier_Air' has security, but secrets are required.
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6298] device (wlp2s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6301] sup-iface[e048676be7ed41d6,0,wlp2s0]: wps: type pbc start...
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6311] device (wlp2s0): supplicant interface state: disconnected -> inactive
Nov 10 00:51:18 ArchDell wpa_supplicant[654]: wlp2s0: WPS-PBC-ACTIVE
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6311] device (p2p-dev-wlp2s0): supplicant management interface state: disconnected -> inactive
Nov 10 00:51:18 ArchDell NetworkManager[640]: <warn>  [1731180078.6312] device (wlp2s0): no secrets: No agents were available for this request.
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6312] device (wlp2s0): state change: need-auth -> failed (reason 'no-secrets', managed-type: 'full')
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6315] manager: NetworkManager state is now DISCONNECTED
Nov 10 00:51:18 ArchDell NetworkManager[640]: <warn>  [1731180078.6317] device (wlp2s0): Activation: failed for connection 'Granottier_Air'
Nov 10 00:51:18 ArchDell wpa_supplicant[654]: wlp2s0: WPS-CANCEL
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6319] device (wlp2s0): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Nov 10 00:51:18 ArchDell systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 10 00:51:18 ArchDell systemd[1]: Starting User Manager for UID 1000...
Nov 10 00:51:18 ArchDell systemd-networkd[641]: wlp2s0: Link DOWN
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6796] device (wlp2s0): set-hw-addr: set MAC address to 5E:4A:78:5B:58:E6 (scanning)
Nov 10 00:51:18 ArchDell systemd-networkd[641]: wlp2s0: Link UP
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6852] device (wlp2s0): supplicant interface state: inactive -> scanning
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6852] device (p2p-dev-wlp2s0): supplicant management interface state: inactive -> scanning
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6854] device (wlp2s0): supplicant interface state: scanning -> disconnected
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6854] device (p2p-dev-wlp2s0): supplicant management interface state: scanning -> disconnected
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6860] device (wlp2s0): supplicant interface state: disconnected -> inactive
Nov 10 00:51:18 ArchDell NetworkManager[640]: <info>  [1731180078.6860] device (p2p-dev-wlp2s0): supplicant management interface state: disconnected -> inactive
Nov 10 00:51:18 ArchDell (systemd)[783]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[(My-User-Name)] ruser=[<unknown>] rhost=[<unknown>]
Nov 10 00:51:18 ArchDell (systemd)[783]: pam_unix(systemd-user:session): session opened for user (My-User-Name)(uid=1000) by (My-User-Name)(uid=0)
Nov 10 00:51:18 ArchDell systemd-logind[594]: New session 3 of user (My-User-Name).
Nov 10 00:51:18 ArchDell sddm-helper[729]: [PAM] Closing session
Nov 10 00:51:18 ArchDell sddm-helper[729]: pam_unix(sddm-greeter:session): session closed for user sddm
Nov 10 00:51:18 ArchDell sddm-helper[729]: pam_systemd(sddm-greeter:session): New sd-bus connection (system-bus-pam-systemd-729) opened.
Nov 10 00:51:18 ArchDell sddm-helper[729]: [PAM] Ended.
Nov 10 00:51:18 ArchDell sddm[675]: Auth: sddm-helper exited successfully
Nov 10 00:51:18 ArchDell sddm[675]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Nov 10 00:51:18 ArchDell systemd[1]: session-c1.scope: Deactivated successfully.
Nov 10 00:51:18 ArchDell systemd[1]: session-c1.scope: Consumed 2.133s CPU time, 340.6M memory peak.
Nov 10 00:51:18 ArchDell systemd-logind[594]: Session c1 logged out. Waiting for processes to exit.
Nov 10 00:51:18 ArchDell systemd-logind[594]: Removed session c1.
Nov 10 00:51:19 ArchDell systemd[783]: Queued start job for default target Main User Target.
Nov 10 00:51:19 ArchDell systemd[783]: Created slice User Application Slice.
Nov 10 00:51:19 ArchDell systemd[783]: Created slice User Core Session Slice.
Nov 10 00:51:19 ArchDell systemd[783]: Started Submitting pending crash events (file monitor).
Nov 10 00:51:19 ArchDell systemd[783]: Started Cleanup lingering KCrash metadata.
Nov 10 00:51:19 ArchDell systemd[783]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/(My-User-Name)/.cache/drkonqi/sentry-envelopes/*).
Nov 10 00:51:19 ArchDell systemd[783]: Reached target Paths.
Nov 10 00:51:19 ArchDell systemd[783]: Reached target Timers.
Nov 10 00:51:19 ArchDell systemd[783]: Starting D-Bus User Message Bus Socket...
Nov 10 00:51:19 ArchDell systemd[783]: Listening on GnuPG network certificate management daemon.
Nov 10 00:51:19 ArchDell systemd[783]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Nov 10 00:51:19 ArchDell systemd[783]: Starting GCR ssh-agent wrapper...
Nov 10 00:51:19 ArchDell systemd[783]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 10 00:51:19 ArchDell systemd[783]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 10 00:51:19 ArchDell systemd[783]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 10 00:51:19 ArchDell systemd[783]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 10 00:51:19 ArchDell systemd[783]: Listening on GnuPG public key management service.
Nov 10 00:51:19 ArchDell systemd[783]: Listening on p11-kit server.
Nov 10 00:51:19 ArchDell systemd[783]: Listening on PipeWire Multimedia System Sockets.
Nov 10 00:51:19 ArchDell systemd[783]: Listening on Sound System.
Nov 10 00:51:19 ArchDell systemd[783]: Listening on D-Bus User Message Bus Socket.
Nov 10 00:51:19 ArchDell systemd[783]: Listening on GCR ssh-agent wrapper.
Nov 10 00:51:19 ArchDell systemd[783]: Reached target Sockets.
Nov 10 00:51:19 ArchDell systemd[783]: Reached target Basic System.
Nov 10 00:51:19 ArchDell systemd[1]: Started User Manager for UID 1000.
Nov 10 00:51:19 ArchDell systemd[783]: Started Cleanup lingering KCrash metadata.
Nov 10 00:51:19 ArchDell systemd[1]: Started Session 2 of User (My-User-Name).
Nov 10 00:51:19 ArchDell sddm-helper[777]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Nov 10 00:51:19 ArchDell systemd[783]: Starting Sound Service...
Nov 10 00:51:19 ArchDell systemd[783]: Starting Update XDG user dir configuration...
Nov 10 00:51:19 ArchDell systemd[783]: Finished Update XDG user dir configuration.
Nov 10 00:51:19 ArchDell systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 10 00:51:19 ArchDell sddm-helper[804]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Nov 10 00:51:19 ArchDell sddm-helper[777]: Writing cookie to "/tmp/xauth_WbqZRg"
Nov 10 00:51:19 ArchDell sddm-helper[777]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Nov 10 00:51:19 ArchDell sddm[675]: Session started true
Nov 10 00:51:19 ArchDell systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 10 00:51:19 ArchDell rtkit-daemon[803]: Successfully called chroot.
Nov 10 00:51:19 ArchDell rtkit-daemon[803]: Successfully dropped privileges.
Nov 10 00:51:19 ArchDell rtkit-daemon[803]: Successfully limited resources.
Nov 10 00:51:19 ArchDell rtkit-daemon[803]: Running.
Nov 10 00:51:19 ArchDell rtkit-daemon[803]: Canary thread running.
Nov 10 00:51:19 ArchDell rtkit-daemon[803]: Watchdog thread running.
Nov 10 00:51:19 ArchDell rtkit-daemon[803]: Successfully made thread 797 of process 797 owned by '1000' high priority at nice level -11.
Nov 10 00:51:19 ArchDell rtkit-daemon[803]: Supervising 1 threads of 1 processes of 1 users.
Nov 10 00:51:19 ArchDell systemd[783]: Starting D-Bus User Message Bus...
Nov 10 00:51:19 ArchDell dbus-broker-launch[826]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Nov 10 00:51:19 ArchDell dbus-broker-launch[826]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Nov 10 00:51:19 ArchDell dbus-broker-launch[826]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Nov 10 00:51:19 ArchDell dbus-broker-launch[826]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Nov 10 00:51:19 ArchDell dbus-broker-launch[826]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Nov 10 00:51:19 ArchDell systemd[783]: Started D-Bus User Message Bus.
Nov 10 00:51:19 ArchDell dbus-broker-launch[826]: Ready
Nov 10 00:51:19 ArchDell systemd[783]: Reload requested from client PID 806 ('startplasma-x11')...
Nov 10 00:51:19 ArchDell systemd[783]: Reloading...
Nov 10 00:51:19 ArchDell rtkit-daemon[803]: Supervising 1 threads of 1 processes of 1 users.
Nov 10 00:51:19 ArchDell rtkit-daemon[803]: Successfully made thread 848 of process 797 owned by '1000' RT at priority 5.
Nov 10 00:51:19 ArchDell rtkit-daemon[803]: Supervising 2 threads of 1 processes of 1 users.
Nov 10 00:51:20 ArchDell systemd[783]: Reloading finished in 520 ms.
Nov 10 00:51:20 ArchDell systemd[783]: Created slice User Background Tasks Slice.
Nov 10 00:51:20 ArchDell systemd[783]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/(My-User-Name)/.cache/drkonqi/sentry-envelopes/*).
Nov 10 00:51:20 ArchDell systemd[783]: Reached target Session services which should run early before the graphical session is brought up.
Nov 10 00:51:20 ArchDell systemd[783]: Starting KDE Config Module Initialization...
Nov 10 00:51:20 ArchDell systemd[783]: Starting KDE Global Shortcuts Server...
Nov 10 00:51:20 ArchDell systemd[783]: Starting Baloo File Indexer Daemon...
Nov 10 00:51:20 ArchDell systemd[783]: Starting Portal service...
Nov 10 00:51:20 ArchDell systemd[783]: Started Baloo File Indexer Daemon.
Nov 10 00:51:20 ArchDell systemd[783]: Starting flatpak document portal service...
Nov 10 00:51:20 ArchDell systemd[1]: Starting Disk Manager...
Nov 10 00:51:20 ArchDell udisksd[873]: udisks daemon version 2.10.1 starting
Nov 10 00:51:20 ArchDell kcminit_startup[861]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Nov 10 00:51:20 ArchDell systemd[783]: Starting sandboxed app permission store...
Nov 10 00:51:20 ArchDell systemd[783]: Started sandboxed app permission store.
Nov 10 00:51:20 ArchDell systemd[783]: Started flatpak document portal service.
Nov 10 00:51:20 ArchDell kcminit_startup[861]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Nov 10 00:51:20 ArchDell udisksd[873]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sdd': Unexpected sense data returned:
                                       0000: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                       0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                        (g-io-error-quark, 0)
Nov 10 00:51:20 ArchDell udisksd[873]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sde': Unexpected sense data returned:
                                       0000: 70 00 01 00  00 00 00 0a  00 00 00 00  00 1d 00 00    p...............
                                       0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                        (g-io-error-quark, 0)
Nov 10 00:51:20 ArchDell rtkit-daemon[803]: Supervising 2 threads of 1 processes of 1 users.
Nov 10 00:51:20 ArchDell rtkit-daemon[803]: Supervising 2 threads of 1 processes of 1 users.
Nov 10 00:51:20 ArchDell rtkit-daemon[803]: Supervising 2 threads of 1 processes of 1 users.
Nov 10 00:51:20 ArchDell systemd[783]: Started KDE Global Shortcuts Server.
Nov 10 00:51:20 ArchDell kcminit_startup[861]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Nov 10 00:51:20 ArchDell systemd[1]: Started Disk Manager.
Nov 10 00:51:20 ArchDell systemd[783]: Started KDE Config Module Initialization.
Nov 10 00:51:20 ArchDell systemd[783]: Starting KDE Session Management Server...
Nov 10 00:51:20 ArchDell udisksd[873]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Nov 10 00:51:20 ArchDell systemd[783]: Started Unlock kwallet from pam credentials.
Nov 10 00:51:20 ArchDell systemd[783]: Starting KDE Daemon 6...
Nov 10 00:51:20 ArchDell systemd[783]: Starting KDE Window Manager...
Nov 10 00:51:20 ArchDell systemd[1]: Starting Daemon for power management...
Nov 10 00:51:20 ArchDell systemd[783]: Started Sound Service.
Nov 10 00:51:20 ArchDell systemd[783]: Reached target Main User Target.
Nov 10 00:51:20 ArchDell pam_kwallet_init[917]: 2024/11/10 00:51:20 socat[917] W address is opened in read-write mode but only supports read-only
Nov 10 00:51:20 ArchDell kernel: Bluetooth: RFCOMM TTY layer initialized
Nov 10 00:51:20 ArchDell kernel: Bluetooth: RFCOMM socket layer initialized
Nov 10 00:51:20 ArchDell kernel: Bluetooth: RFCOMM ver 1.11
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/ldac_hq
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/ldac_sq
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/ldac_mq
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/aptx_hd
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aptx_hd
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/aptx
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aptx
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/sbc
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/sbc
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/faststream
Nov 10 00:51:20 ArchDell bluetoothd[592]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/faststream
Nov 10 00:51:20 ArchDell systemd[1]: Started Daemon for power management.
Nov 10 00:51:20 ArchDell systemd[783]: Started KDE Session Management Server.
Nov 10 00:51:20 ArchDell systemd[783]: Starting KDE Plasma Workspace...
Nov 10 00:51:21 ArchDell systemd[783]: Started KDE Daemon 6.
Nov 10 00:51:21 ArchDell systemd[783]: Starting KDE Configuration Module Initialization (Phase 1)...
Nov 10 00:51:21 ArchDell kcminit_startup[861]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kgamma.so"
Nov 10 00:51:21 ArchDell kcminit_startup[861]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Nov 10 00:51:21 ArchDell kcminit_startup[861]: kcm_touchpad: Using X11 backend
Nov 10 00:51:21 ArchDell systemd[783]: Finished KDE Configuration Module Initialization (Phase 1).
Nov 10 00:51:21 ArchDell systemd[783]: Starting KActivityManager Activity manager Service...
Nov 10 00:51:21 ArchDell kded6[907]: org.kde.kameleon: found no RGB LED devices
Nov 10 00:51:21 ArchDell kded6[907]: org.kde.wacomtablet.common: d->name.isEmpty? true
Nov 10 00:51:21 ArchDell kded6[907]: org.kde.wacomtablet.common: d->name.isEmpty? true
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.1997] agent-manager: agent[f746f8a924820e5e,:1.37/org.kde.plasma.networkmanagement/1000]: agent registered
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2000] policy: auto-activating connection 'Granottier_Air' (d7f602e7-4bfd-4292-b458-4ee86c66e8ed)
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2009] device (wlp2s0): Activation: starting connection 'Granottier_Air' (d7f602e7-4bfd-4292-b458-4ee86c66e8ed)
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2011] device (wlp2s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2015] manager: NetworkManager state is now CONNECTING
Nov 10 00:51:21 ArchDell kded6[907]: org.kde.colorcorrectlocationupdater: Geolocator stopped
Nov 10 00:51:21 ArchDell kded6[907]: QDBusObjectPath: invalid path "/modules/kded_plasma-welcome"
Nov 10 00:51:21 ArchDell kded6[907]: kf.dbusaddons: The kded module name "kded_plasma-welcome" is invalid!
Nov 10 00:51:21 ArchDell kded6[907]: kcm_touchpad: Using X11 backend
Nov 10 00:51:21 ArchDell systemd-networkd[641]: wlp2s0: Link DOWN
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2278] device (wlp2s0): set-hw-addr: reset MAC address to 38:DE:AD:BD:47:0F (preserve)
Nov 10 00:51:21 ArchDell systemd-networkd[641]: wlp2s0: Link UP
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2334] device (wlp2s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2339] device (wlp2s0): Activation: (wifi) access point 'Granottier_Air' has security, but secrets are required.
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2340] device (wlp2s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2343] sup-iface[e048676be7ed41d6,0,wlp2s0]: wps: type pbc start...
Nov 10 00:51:21 ArchDell kded6[907]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
Nov 10 00:51:21 ArchDell kded6[907]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2520] device (wlp2s0): supplicant interface state: inactive -> disconnected
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2521] device (p2p-dev-wlp2s0): supplicant management interface state: inactive -> disconnected
Nov 10 00:51:21 ArchDell wpa_supplicant[654]: wlp2s0: WPS-PBC-ACTIVE
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2547] device (wlp2s0): supplicant interface state: disconnected -> inactive
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2549] device (p2p-dev-wlp2s0): supplicant management interface state: disconnected -> inactive
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2593] device (wlp2s0): supplicant interface state: inactive -> scanning
Nov 10 00:51:21 ArchDell NetworkManager[640]: <info>  [1731180081.2594] device (p2p-dev-wlp2s0): supplicant management interface state: inactive -> scanning
Nov 10 00:51:21 ArchDell systemd[783]: Starting User preferences database...
Nov 10 00:51:21 ArchDell systemd[783]: Started User preferences database.
Nov 10 00:51:21 ArchDell systemd[783]: Started KActivityManager Activity manager Service.
Nov 10 00:51:21 ArchDell systemd[783]: Started KDE Window Manager.
Nov 10 00:51:21 ArchDell systemd[783]: Started KDE Plasma Workspace.
Nov 10 00:51:21 ArchDell systemd[783]: Reached target KDE Plasma Workspace Core.
Nov 10 00:51:21 ArchDell systemd[783]: Started Consume pending crashes using DrKonqi.
Nov 10 00:51:21 ArchDell systemd[783]: Started Proxies GTK DBus menus to a Plasma readable format.
Nov 10 00:51:21 ArchDell systemd[783]: Started KAccess.
Nov 10 00:51:21 ArchDell systemd[783]: Starting KDE PolicyKit Authentication Agent...
Nov 10 00:51:21 ArchDell systemd[783]: Starting Powerdevil...
Nov 10 00:51:21 ArchDell systemd[783]: Starting Xdg Desktop Portal For KDE...
Nov 10 00:51:21 ArchDell systemd[783]: Started Handle legacy xembed system tray icons.
Nov 10 00:51:21 ArchDell kaccess[1012]: Xlib XKB extension major= 1  minor= 0
Nov 10 00:51:21 ArchDell kded6[907]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
Nov 10 00:51:21 ArchDell kded6[907]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
Nov 10 00:51:21 ArchDell baloo_file[860]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.32'
Nov 10 00:51:21 ArchDell baloo_file[860]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.35'
Nov 10 00:51:21 ArchDell kconf_update[1056]: kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected
Nov 10 00:51:21 ArchDell kconf_update[1056]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_detailsmodesettings.upd defined Version=5 but Version=6 was expected
Nov 10 00:51:22 ArchDell kconf_update[1056]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_directorysizemode.upd defined Version=5 but Version=6 was expected
Nov 10 00:51:22 ArchDell kconf_update[1056]: kf.config.kconf_update: /usr/share/kconf_update/filepicker.upd defined Version=5 but Version=6 was expected
Nov 10 00:51:22 ArchDell kaccess[1012]: X server XKB extension major= 1  minor= 0
Nov 10 00:51:22 ArchDell kaccess[1012]: kcm_kaccess: Launching Orca, pid: -1
Nov 10 00:51:22 ArchDell systemd[783]: Started kitty - Terminal emulator.
Nov 10 00:51:22 ArchDell polkit-kde-authentication-agent-1[1013]: New PolkitAgentListener  0x64a58a36fd30
Nov 10 00:51:22 ArchDell polkit-kde-authentication-agent-1[1013]: Adding new listener  PolkitQt1::Agent::Listener(0x64a58a36f6d0) for  0x64a58a36fd30
Nov 10 00:51:22 ArchDell polkit-kde-authentication-agent-1[1013]: Listener online
Nov 10 00:51:22 ArchDell systemd[783]: Started KDE PolicyKit Authentication Agent.
Nov 10 00:51:22 ArchDell polkit-kde-authentication-agent-1[1013]: Authentication agent result: true
Nov 10 00:51:22 ArchDell systemd[783]: Started Xdg Desktop Portal For KDE.
Nov 10 00:51:22 ArchDell systemd[783]: Started PipeWire Multimedia Service.
Nov 10 00:51:22 ArchDell systemd[783]: Started PipeWire Media Session Manager.
Nov 10 00:51:22 ArchDell dbus-broker-launch[590]: Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
Nov 10 00:51:22 ArchDell kded6[907]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner" 
                                      "Could not activate remote peer 'org.freedesktop.ModemManager1': activation request failed: unknown unit"
Nov 10 00:51:22 ArchDell rtkit-daemon[803]: Supervising 2 threads of 1 processes of 1 users.
Nov 10 00:51:22 ArchDell rtkit-daemon[803]: Supervising 2 threads of 1 processes of 1 users.
Nov 10 00:51:22 ArchDell rtkit-daemon[803]: Supervising 2 threads of 1 processes of 1 users.
Nov 10 00:51:22 ArchDell rtkit-daemon[803]: Supervising 2 threads of 1 processes of 1 users.
Nov 10 00:51:22 ArchDell rtkit-daemon[803]: Supervising 2 threads of 1 processes of 1 users.
Nov 10 00:51:22 ArchDell rtkit-daemon[803]: Supervising 2 threads of 1 processes of 1 users.
Nov 10 00:51:22 ArchDell kded6[1109]: xsettingsd: Loaded 14 settings from /home/(My-User-Name)/.config/xsettingsd/xsettingsd.conf
Nov 10 00:51:22 ArchDell kded6[1109]: xsettingsd: Created window 0x2a00001 on screen 0 with timestamp 56124
Nov 10 00:51:22 ArchDell kded6[1109]: xsettingsd: Selection _XSETTINGS_S0 is owned by 0x0
Nov 10 00:51:22 ArchDell kded6[1109]: xsettingsd: Took ownership of selection _XSETTINGS_S0
Nov 10 00:51:22 ArchDell kded6[907]: org.kde.colorcorrectlocationupdater: Geolocator stopped
Nov 10 00:51:22 ArchDell systemd[783]: Started Portal service.
Nov 10 00:51:22 ArchDell systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.kded.smart.
Nov 10 00:51:22 ArchDell systemd[1]: Started dbus-:1.2-org.kde.kded.smart@0.service.
Nov 10 00:51:22 ArchDell rtkit-daemon[803]: Successfully made thread 1104 of process 1098 owned by '1000' RT at priority 20.
Nov 10 00:51:22 ArchDell rtkit-daemon[803]: Supervising 3 threads of 2 processes of 1 users.
Nov 10 00:51:22 ArchDell plasmashell[958]: kf.plasma.quick: Applet preload policy set to 1
Nov 10 00:51:22 ArchDell rtkit-daemon[803]: Successfully made thread 1097 of process 1097 owned by '1000' high priority at nice level -11.
Nov 10 00:51:22 ArchDell rtkit-daemon[803]: Supervising 4 threads of 3 processes of 1 users.
Nov 10 00:51:22 ArchDell plasmashell[958]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:178:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth":
                                           file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:201:9
Nov 10 00:51:22 ArchDell rtkit-daemon[803]: Successfully made thread 1105 of process 1097 owned by '1000' RT at priority 20.
Nov 10 00:51:22 ArchDell rtkit-daemon[803]: Supervising 5 threads of 3 processes of 1 users.
Nov 10 00:51:22 ArchDell kded6[907]: Known activities: QList("17440b2b-f794-42aa-b20d-9f0edc209f45")
Nov 10 00:51:22 ArchDell systemd[783]: Starting KScreen...
Nov 10 00:51:22 ArchDell org_kde_powerdevil[1014]: Failed to create wl_display (No such file or directory)
Nov 10 00:51:22 ArchDell kded6[907]: Known activities: QList("17440b2b-f794-42aa-b20d-9f0edc209f45")
Nov 10 00:51:22 ArchDell kded6[907]: kf.bluezqt: PendingCall Error: "The name is not activatable"
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.5939] device (wlp2s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Nov 10 00:51:22 ArchDell kded6[907]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.5972] device (wlp2s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.5979] device (wlp2s0): Activation: (wifi) connection 'Granottier_Air' has security, and secrets exist.  No new secrets needed.
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.5979] Config: added 'ssid' value 'Granottier_Air'
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.5980] Config: added 'scan_ssid' value '1'
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.5980] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.5980] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.5981] Config: added 'auth_alg' value 'OPEN'
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.5981] Config: added 'psk' value '<hidden>'
Nov 10 00:51:22 ArchDell kded6[907]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.analog-stereo.monitor"
Nov 10 00:51:22 ArchDell wpa_supplicant[654]: wlp2s0: WPS-CANCEL
Nov 10 00:51:22 ArchDell systemd[783]: Started KScreen.
Nov 10 00:51:22 ArchDell org_kde_powerdevil[1014]: Initializing libddcutil.  ddcutil version: 2.1.4, shared library: /usr/lib/libddcutil.so.5.1.2
Nov 10 00:51:22 ArchDell org_kde_powerdevil[1014]: Options passed from client:
Nov 10 00:51:22 ArchDell org_kde_powerdevil[1014]: Applying combined options:
Nov 10 00:51:22 ArchDell kitty[1085]: [0.299] Ignoring unknown config key: disable_ligatures_in
Nov 10 00:51:22 ArchDell wpa_supplicant[654]: wlp2s0: SME: Trying to authenticate with 78:bb:c1:17:51:1a (SSID='Granottier_Air' freq=5200 MHz)
Nov 10 00:51:22 ArchDell kernel: wlp2s0: authenticate with 78:bb:c1:17:51:1a (local address=38:de:ad:bd:47:0f)
Nov 10 00:51:22 ArchDell kernel: wlp2s0: send auth to 78:bb:c1:17:51:1a (try 1/3)
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.6609] device (wlp2s0): supplicant interface state: scanning -> authenticating
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.6610] device (p2p-dev-wlp2s0): supplicant management interface state: scanning -> authenticating
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr: Connected output 65 to CRTC 62
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper: Detected XRandR 1.6
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper: Event Base:  89
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper: Event Error:  147
Nov 10 00:51:22 ArchDell wpa_supplicant[654]: wlp2s0: Trying to associate with 78:bb:c1:17:51:1a (SSID='Granottier_Air' freq=5200 MHz)
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.6739] device (wlp2s0): supplicant interface state: authenticating -> associating
Nov 10 00:51:22 ArchDell kernel: wlp2s0: authenticated
Nov 10 00:51:22 ArchDell kernel: wlp2s0: associate with 78:bb:c1:17:51:1a (try 1/3)
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.6739] device (p2p-dev-wlp2s0): supplicant management interface state: authenticating -> associating
Nov 10 00:51:22 ArchDell kernel: wlp2s0: RX AssocResp from 78:bb:c1:17:51:1a (capab=0x1111 status=0 aid=2)
Nov 10 00:51:22 ArchDell kernel: wlp2s0: associated
Nov 10 00:51:22 ArchDell wpa_supplicant[654]: wlp2s0: Associated with 78:bb:c1:17:51:1a
Nov 10 00:51:22 ArchDell systemd-networkd[641]: wlp2s0: Connected WiFi access point: Granottier_Air (78:bb:c1:17:51:1a)
Nov 10 00:51:22 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.6901] device (wlp2s0): supplicant interface state: associating -> associated
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.6901] device (p2p-dev-wlp2s0): supplicant management interface state: associating -> associated
Nov 10 00:51:22 ArchDell kded6[907]: kscreen.kded: PowerDevil SuspendSession action not available!
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr: XRandR::setConfig
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr: Needed CRTCs:  1
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr: Actions to perform:
                                                                  Priorities: true
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr:         Output 65 
                                                                          Old: "0" 
                                                                          New: "1"
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr:         Change Screen Size: false
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr:         Disable outputs: false
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr:         Change outputs: false
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr:         Enable outputs: false
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr: RRSetOutputPrimary 
                                                                  New priority: 1
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr: RRSetOutputPrimary 
                                                                  New priority: 0
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr: RRSetOutputPrimary 
                                                                  New priority: 0
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr: RRSetOutputPrimary 
                                                                  New priority: 0
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr: RRSetOutputPrimary 
                                                                  New priority: 0
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xrandr: XRandR::setConfig done!
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper:         Timestamp:  56473
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper:         Output:  65
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper:         Property:  "_KDE_SCREEN_INDEX"
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper:         Timestamp:  56473
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper:         Output:  65
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper:         Property:  "_KDE_SCREEN_INDEX"
Nov 10 00:51:22 ArchDell kscreen_backend_launcher[1121]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Nov 10 00:51:22 ArchDell wpa_supplicant[654]: wlp2s0: WPA: Key negotiation completed with 78:bb:c1:17:51:1a [PTK=CCMP GTK=TKIP]
Nov 10 00:51:22 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to 78:bb:c1:17:51:1a completed [id=0 id_str=]
Nov 10 00:51:22 ArchDell systemd-networkd[641]: wlp2s0: Gained carrier
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.8839] device (wlp2s0): supplicant interface state: associated -> completed
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.8840] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Granottier_Air"
Nov 10 00:51:22 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-38 noise=9999 txrate=0
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.8840] device (p2p-dev-wlp2s0): supplicant management interface state: associated -> completed
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.8842] device (wlp2s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.8851] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 10 00:51:22 ArchDell NetworkManager[640]: <info>  [1731180082.9506] dhcp4 (wlp2s0): state changed new lease, address=192.168.1.4, acd pending
Nov 10 00:51:23 ArchDell plasmashell[958]: Toolbox not loading, toolbox package is either invalid or disabled.
Nov 10 00:51:23 ArchDell systemd[783]: Created slice Slice /app/dbus-:1.3-org.freedesktop.Notifications.
Nov 10 00:51:23 ArchDell systemd[783]: Started dbus-:1.3-org.freedesktop.Notifications@0.service.
Nov 10 00:51:23 ArchDell systemd[783]: Started kitty child process: 1162 launched by: 1085.
Nov 10 00:51:23 ArchDell org_kde_powerdevil[1014]: Library initialization complete.
Nov 10 00:51:23 ArchDell NetworkManager[640]: <info>  [1731180083.1378] dhcp4 (wlp2s0): state changed new lease, address=192.168.1.4
Nov 10 00:51:23 ArchDell NetworkManager[640]: <info>  [1731180083.1386] policy: set 'Granottier_Air' (wlp2s0) as default for IPv4 routing and DNS
Nov 10 00:51:23 ArchDell systemd-resolved[577]: wlp2s0: Bus client set default route setting: yes
Nov 10 00:51:23 ArchDell systemd-resolved[577]: wlp2s0: Bus client set DNS server list to: 192.168.1.1
Nov 10 00:51:23 ArchDell kitty[1085]: [0.798] [glfw error 65544]: Notify: Failed to get server capabilities error: [org.freedesktop.DBus.Error.NoReply] Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Nov 10 00:51:23 ArchDell NetworkManager[640]: <info>  [1731180083.1580] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Nov 10 00:51:23 ArchDell systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 10 00:51:23 ArchDell systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 10 00:51:23 ArchDell NetworkManager[640]: <info>  [1731180083.2256] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Nov 10 00:51:23 ArchDell NetworkManager[640]: <info>  [1731180083.2261] device (wlp2s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Nov 10 00:51:23 ArchDell NetworkManager[640]: <info>  [1731180083.2268] manager: NetworkManager state is now CONNECTED_SITE
Nov 10 00:51:23 ArchDell NetworkManager[640]: <info>  [1731180083.2279] device (wlp2s0): Activation: successful, device activated.
Nov 10 00:51:23 ArchDell systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.discretegpuhelper.
Nov 10 00:51:23 ArchDell systemd[1]: Started dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service.
Nov 10 00:51:23 ArchDell systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.chargethresholdhelper.
Nov 10 00:51:23 ArchDell systemd[1]: Started dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service.
Nov 10 00:51:23 ArchDell systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.backlighthelper.
Nov 10 00:51:23 ArchDell systemd[1]: Started dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service.
Nov 10 00:51:23 ArchDell NetworkManager[640]: <info>  [1731180083.6245] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 10 00:51:23 ArchDell org_kde_powerdevil[1014]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Nov 10 00:51:23 ArchDell systemd[783]: Started Powerdevil.
Nov 10 00:51:23 ArchDell systemd[783]: Reached target KDE Plasma Workspace.
Nov 10 00:51:23 ArchDell systemd[783]: Reached target Current graphical user session.
Nov 10 00:51:23 ArchDell systemd[783]: Reached target plasma-workspace-x11.target.
Nov 10 00:51:23 ArchDell systemd[783]: Starting Nextcloud...
Nov 10 00:51:23 ArchDell systemd[783]: Starting AT-SPI D-Bus Bus...
Nov 10 00:51:23 ArchDell systemd[783]: Starting Geoclue Demo agent...
Nov 10 00:51:24 ArchDell systemd[783]: Starting lbry...
Nov 10 00:51:24 ArchDell systemd[783]: Starting Discover...
Nov 10 00:51:24 ArchDell systemd[783]: Starting KDE Connect...
Nov 10 00:51:24 ArchDell systemd[783]: Starting Plasma Session Restore...
Nov 10 00:51:24 ArchDell systemd[783]: Starting KeePassXC...
Nov 10 00:51:24 ArchDell org_kde_powerdevil[1014]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Nov 10 00:51:24 ArchDell systemd[783]: Starting PulseAudio Sound System...
Nov 10 00:51:24 ArchDell systemd[783]: Starting KSplash "ready" Stage...
Nov 10 00:51:24 ArchDell systemd[783]: Starting KDE Session Restoration...
Nov 10 00:51:24 ArchDell systemd[783]: Started lbry.
Nov 10 00:51:24 ArchDell systemd[783]: Started KDE Connect.
Nov 10 00:51:24 ArchDell systemd[783]: Started KeePassXC.
Nov 10 00:51:24 ArchDell systemd[783]: Started Nextcloud.
Nov 10 00:51:24 ArchDell systemd[783]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Nov 10 00:51:24 ArchDell systemd[783]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Nov 10 00:51:24 ArchDell systemd[783]: Started Geoclue Demo agent.
Nov 10 00:51:24 ArchDell systemd[783]: Finished KSplash "ready" Stage.
Nov 10 00:51:24 ArchDell systemd[783]: Started Discover.
Nov 10 00:51:24 ArchDell systemd[783]: Started PulseAudio Sound System.
Nov 10 00:51:24 ArchDell kwin_x11[908]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 10 00:51:24 ArchDell kwin_x11[908]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Nov 10 00:51:24 ArchDell systemd[783]: Started Plasma Session Restore.
Nov 10 00:51:24 ArchDell systemd[783]: Reached target Startup of XDG autostart applications.
Nov 10 00:51:24 ArchDell org_kde_powerdevil[1014]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Nov 10 00:51:24 ArchDell systemd[783]: Started /usr/lib/DiscoverNotifier.
Nov 10 00:51:24 ArchDell systemd[783]: Started KeePassXC - Password Manager.
Nov 10 00:51:24 ArchDell systemd[783]: Finished KDE Session Restoration.
Nov 10 00:51:24 ArchDell systemd[783]: Startup finished in 5.513s.
Nov 10 00:51:24 ArchDell systemd[783]: Started Nextcloud Desktop - Folder Sync.
Nov 10 00:51:24 ArchDell systemd-networkd[641]: wlp2s0: Gained IPv6LL
Nov 10 00:51:24 ArchDell plasmashell[958]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:50:9: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Nov 10 00:51:24 ArchDell plasmashell[958]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:50:9: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Nov 10 00:51:24 ArchDell NetworkManager[640]: <info>  [1731180084.7321] dhcp6 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Nov 10 00:51:24 ArchDell NetworkManager[640]: <info>  [1731180084.7339] policy: set 'Granottier_Air' (wlp2s0) as default for IPv6 routing and DNS
Nov 10 00:51:25 ArchDell DiscoverNotifier[1308]: couldn't load "/usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so: libpackagekitqt6.so.1: cannot open shared object file: No such file or directory"
Nov 10 00:51:25 ArchDell DiscoverNotifier[1326]: couldn't load "/usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so: libpackagekitqt6.so.1: cannot open shared object file: No such file or directory"
Nov 10 00:51:25 ArchDell keepassxc[1332]: Another instance of KeePassXC is already running.
Nov 10 00:51:25 ArchDell pulseaudio[797]: Failed to open connection to session manager: None of the authentication protocols specified are supported
Nov 10 00:51:25 ArchDell pulseaudio[797]: Failed to load module "module-x11-xsmp" (argument: "display=:0 xauthority=/tmp/xauth_WbqZRg session_manager=local/ArchDell:@/tmp/.ICE-unix/905,unix/ArchDell:/tmp/.ICE-unix/905"): initialization failed.
Nov 10 00:51:25 ArchDell start-pulseaudio-x11[1399]: Failure: Module initialization failed
Nov 10 00:51:25 ArchDell systemd[783]: app-pulseaudio@autostart.service: Main process exited, code=exited, status=1/FAILURE
Nov 10 00:51:25 ArchDell systemd[783]: app-pulseaudio@autostart.service: Failed with result 'exit-code'.
Nov 10 00:51:25 ArchDell kernel: warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Nov 10 00:51:25 ArchDell nextcloud[1287]: QGuiApplication::setDesktopFileName: the specified desktop file name ends with .desktop. For compatibility reasons, the .desktop suffix will be removed. Please specify a desktop file name without .desktop suffix
Nov 10 00:51:25 ArchDell nextcloud[1287]: nextcloud.gui.application: Migrating old config from "/home/(My-User-Name)/.local/share/Nextcloud" to "/home/(My-User-Name)/.config/Nextcloud"
Nov 10 00:51:25 ArchDell nextcloud[1287]: nextcloud.gui.application: Failed to move the old config directory to its new location ( "/home/(My-User-Name)/.local/share/Nextcloud" to "/home/(My-User-Name)/.config/Nextcloud" )
Nov 10 00:51:25 ArchDell nextcloud[1287]: nextcloud.gui.application: Will move the individual files QList("Nextcloud_sync.log")
Nov 10 00:51:25 ArchDell nextcloud[1287]: nextcloud.gui.application: Fallback move of  "Nextcloud_sync.log" also failed
Nov 10 00:51:25 ArchDell keepassxc[1298]: kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Save All" msgid_plural: "" msgctxt: "@action:button"
Nov 10 00:51:25 ArchDell keepassxc[1298]: kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "&Yes" msgid_plural: "" msgctxt: "@action:button"
Nov 10 00:51:25 ArchDell keepassxc[1298]: kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Yes to All" msgid_plural: "" msgctxt: "@action:button"
Nov 10 00:51:25 ArchDell keepassxc[1298]: kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "&No" msgid_plural: "" msgctxt: "@action:button"
Nov 10 00:51:25 ArchDell keepassxc[1298]: kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "No to All" msgid_plural: "" msgctxt: "@action:button"
Nov 10 00:51:25 ArchDell keepassxc[1298]: kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Abort" msgid_plural: "" msgctxt: "@action:button"
Nov 10 00:51:25 ArchDell keepassxc[1298]: kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Retry" msgid_plural: "" msgctxt: "@action:button"
Nov 10 00:51:25 ArchDell keepassxc[1298]: kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Ignore" msgid_plural: "" msgctxt: "@action:button"
Nov 10 00:51:25 ArchDell nextcloud[1338]: QGuiApplication::setDesktopFileName: the specified desktop file name ends with .desktop. For compatibility reasons, the .desktop suffix will be removed. Please specify a desktop file name without .desktop suffix
Nov 10 00:51:25 ArchDell nextcloud[1338]: nextcloud.gui.application: Migrating old config from "/home/(My-User-Name)/.local/share/Nextcloud" to "/home/(My-User-Name)/.config/Nextcloud"
Nov 10 00:51:25 ArchDell nextcloud[1338]: nextcloud.gui.application: Failed to move the old config directory to its new location ( "/home/(My-User-Name)/.local/share/Nextcloud" to "/home/(My-User-Name)/.config/Nextcloud" )
Nov 10 00:51:25 ArchDell nextcloud[1338]: nextcloud.gui.application: Will move the individual files QList("Nextcloud_sync.log")
Nov 10 00:51:25 ArchDell nextcloud[1338]: nextcloud.gui.application: Fallback move of  "Nextcloud_sync.log" also failed
Nov 10 00:51:25 ArchDell nextcloud[1338]: nextcloud.gui.application: Already running, exiting...
Nov 10 00:51:25 ArchDell nextcloud[1338]: nextcloud.gui.application: Session was restored, don't notify app!
Nov 10 00:51:25 ArchDell systemd[783]: app-com.nextcloud.desktopclient.nextcloud@70afbd8fd1ed4a3a90ab34308d7dba31.service: Main process exited, code=exited, status=255/EXCEPTION
Nov 10 00:51:25 ArchDell systemd[783]: app-com.nextcloud.desktopclient.nextcloud@70afbd8fd1ed4a3a90ab34308d7dba31.service: Failed with result 'exit-code'.
Nov 10 00:51:26 ArchDell lbry[1290]: Starting SDK
Nov 10 00:51:26 ArchDell lbry[1460]: [1460:1110/005126.535983:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
Nov 10 00:51:26 ArchDell kded6[907]: Registering ":1.57/org/ayatana/NotificationItem/LBRY1" to system tray
Nov 10 00:51:26 ArchDell kded6[907]: Registering ":1.51/StatusNotifierItem" to system tray
Nov 10 00:51:27 ArchDell kded6[907]: Registering ":1.53/StatusNotifierItem" to system tray
Nov 10 00:51:27 ArchDell plasmashell[958]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Nov 10 00:51:28 ArchDell plasmashell[958]: Loading Calendar plugin HolidaysEventsPlugin(0x5ff53898dee0)
Nov 10 00:51:28 ArchDell systemd[1]: Stopping User Manager for UID 967...
Nov 10 00:51:28 ArchDell systemd[733]: Activating special unit Exit the Session...
Nov 10 00:51:28 ArchDell systemd[733]: Stopped target Main User Target.
Nov 10 00:51:28 ArchDell systemd[733]: Stopped target Basic System.
Nov 10 00:51:28 ArchDell systemd[733]: Stopped target Paths.
Nov 10 00:51:28 ArchDell systemd[733]: Stopped Submitting pending crash events (file monitor).
Nov 10 00:51:28 ArchDell systemd[733]: Stopped target Sockets.
Nov 10 00:51:28 ArchDell systemd[733]: Stopped target Timers.
Nov 10 00:51:28 ArchDell systemd[733]: Closed GnuPG network certificate management daemon.
Nov 10 00:51:28 ArchDell systemd[733]: Closed Socket to launch DrKonqi for a systemd-coredump crash.
Nov 10 00:51:28 ArchDell systemd[733]: Closed GCR ssh-agent wrapper.
Nov 10 00:51:29 ArchDell systemd[733]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 10 00:51:29 ArchDell systemd[733]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 10 00:51:29 ArchDell systemd[733]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 10 00:51:29 ArchDell systemd[733]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 10 00:51:29 ArchDell systemd[733]: Closed GnuPG public key management service.
Nov 10 00:51:29 ArchDell systemd[733]: Closed p11-kit server.
Nov 10 00:51:29 ArchDell systemd[733]: Closed PipeWire Multimedia System Sockets.
Nov 10 00:51:29 ArchDell systemd[733]: Closed Sound System.
Nov 10 00:51:29 ArchDell dbus-broker[752]: Dispatched 217 messages @ 3(±7)μs / message.
Nov 10 00:51:29 ArchDell systemd[733]: Stopping D-Bus User Message Bus...
Nov 10 00:51:29 ArchDell systemd[733]: Stopped D-Bus User Message Bus.
Nov 10 00:51:29 ArchDell systemd[733]: Removed slice User Core Session Slice.
Nov 10 00:51:29 ArchDell systemd[733]: Closed D-Bus User Message Bus Socket.
Nov 10 00:51:29 ArchDell systemd[733]: Removed slice User Application Slice.
Nov 10 00:51:29 ArchDell systemd[733]: Reached target Shutdown.
Nov 10 00:51:29 ArchDell systemd[733]: Finished Exit the Session.
Nov 10 00:51:29 ArchDell systemd[733]: Reached target Exit the Session.
Nov 10 00:51:29 ArchDell (sd-pam)[735]: pam_unix(systemd-user:session): session closed for user sddm
Nov 10 00:51:29 ArchDell systemd[1]: user@967.service: Deactivated successfully.
Nov 10 00:51:29 ArchDell systemd[1]: Stopped User Manager for UID 967.
Nov 10 00:51:29 ArchDell systemd[1]: Stopping User Runtime Directory /run/user/967...
Nov 10 00:51:29 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:29,066 INFO     lbry.extras.daemon.daemon:489: Starting LBRYNet Daemon
Nov 10 00:51:29 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:29,069 INFO     lbry.extras.daemon.daemon:491: Platform: {
Nov 10 00:51:29 ArchDell lbry[1290]:   "processor": "",
Nov 10 00:51:29 ArchDell lbry[1290]:   "python_version": "3.7.15",
Nov 10 00:51:29 ArchDell lbry[1290]:   "platform": "Linux-6.11.6-arch1-1-x86_64-with-arch",
Nov 10 00:51:29 ArchDell lbry[1290]:   "os_release": "6.11.6-arch1-1",
Nov 10 00:51:29 ArchDell lbry[1290]:   "os_system": "Linux",
Nov 10 00:51:29 ArchDell lbry[1290]:   "lbrynet_version": "0.113.0",
Nov 10 00:51:29 ArchDell lbry[1290]:   "version": "0.113.0",
Nov 10 00:51:29 ArchDell lbry[1290]:   "build": "release",
Nov 10 00:51:29 ArchDell lbry[1290]:   "distro": {
Nov 10 00:51:29 ArchDell lbry[1290]:     "id": "arch",
Nov 10 00:51:29 ArchDell lbry[1290]:     "version": "rolling",
Nov 10 00:51:29 ArchDell lbry[1290]:     "version_parts": {
Nov 10 00:51:29 ArchDell lbry[1290]:       "major": "",
Nov 10 00:51:29 ArchDell lbry[1290]:       "minor": "",
Nov 10 00:51:29 ArchDell lbry[1290]:       "build_number": ""
Nov 10 00:51:29 ArchDell lbry[1290]:     },
Nov 10 00:51:29 ArchDell lbry[1290]:     "like": "",
Nov 10 00:51:29 ArchDell lbry[1290]:     "codename": "n/a"
Nov 10 00:51:29 ArchDell lbry[1290]:   },
Nov 10 00:51:29 ArchDell lbry[1290]:   "desktop": "KDE"
Nov 10 00:51:29 ArchDell lbry[1290]: }
Nov 10 00:51:29 ArchDell systemd[1]: run-user-967.mount: Deactivated successfully.
Nov 10 00:51:29 ArchDell systemd[1]: user-runtime-dir@967.service: Deactivated successfully.
Nov 10 00:51:29 ArchDell systemd[1]: Stopped User Runtime Directory /run/user/967.
Nov 10 00:51:29 ArchDell systemd[1]: Removed slice User Slice of UID 967.
Nov 10 00:51:29 ArchDell systemd[1]: user-967.slice: Consumed 2.728s CPU time, 349.6M memory peak.
Nov 10 00:51:29 ArchDell systemd-logind[594]: Removed session 1.
Nov 10 00:51:29 ArchDell plasmashell[958]: org.kde.pulseaudio: No object for name "alsa_output.pci-0000_00_1f.3.analog-stereo.monitor"
Nov 10 00:51:30 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:30,791 INFO     lbry.extras.daemon.daemon:501: RPC server listening on TCP 127.0.0.1:5279
Nov 10 00:51:30 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:30,793 INFO     lbry.extras.daemon.daemon:511: media server listening on TCP 127.0.0.1:5280
Nov 10 00:51:30 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:30,800 INFO     lbry.extras.daemon.components:78: Loading databases
Nov 10 00:51:30 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:30,801 INFO     lbry.wallet.database:439: connecting to database: /home/(My-User-Name)/.local/share/lbry/lbrynet/lbrynet.sqlite
Nov 10 00:51:30 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:30,805 INFO     lbry.extras.daemon.components:639: detecting external ip
Nov 10 00:51:30 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:30,808 INFO     lbry.extras.daemon.exchange_rate_manager:215: Starting exchange rate manager
Nov 10 00:51:31 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:31,222 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 00:51:31 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:31,225 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 00:51:31 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:31,411 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 00:51:31 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:31,676 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 00:51:33 ArchDell systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 10 00:51:33 ArchDell systemd[1]: dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
Nov 10 00:51:33 ArchDell systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 10 00:51:33 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:33,808 WARNING  lbry.extras.daemon.components:565: upnp discovery failed: M-SEARCH for 192.168.1.1:1900 timed out
Nov 10 00:51:33 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:33,808 ERROR    lbry.extras.daemon.components:656: failed to setup upnp
Nov 10 00:51:34 ArchDell systemd[1]: dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
Nov 10 00:51:34 ArchDell systemd[1]: dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
Nov 10 00:51:35 ArchDell systemd[783]: Started kitty - Terminal emulator.
Nov 10 00:51:36 ArchDell kitty[1641]: [0.130] Ignoring unknown config key: disable_ligatures_in
Nov 10 00:51:36 ArchDell systemd[1]: dbus-:1.2-org.kde.kded.smart@0.service: Deactivated successfully.
Nov 10 00:51:36 ArchDell systemd[783]: Started kitty child process: 1651 launched by: 1641.
Nov 10 00:51:36 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:36,820 INFO     lbry.wallet.udp:232: closed udp spv server selection client
Nov 10 00:51:38 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:38,452 INFO     lbry.extras.daemon.components:660: detected external ip using s1.lbry.network fallback
Nov 10 00:51:38 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:38,453 INFO     lbry.wallet.udp:232: closed udp spv server selection client
Nov 10 00:51:38 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:38,456 INFO     lbry.extras.daemon.components:169: Starting wallet
Nov 10 00:51:39 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:39,508 INFO     lbry.extras.daemon.components:275: start the dht
Nov 10 00:51:39 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:39,518 INFO     lbry.extras.daemon.components:300: Started the dht
Nov 10 00:51:39 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:39,522 INFO     lbry.wallet.database:439: connecting to database: /home/(My-User-Name)/.local/share/lbry/lbryum/lbc_mainnet/blockchain.db
Nov 10 00:51:39 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:39,526 INFO     lbry.dht.node:144: DHT node listening on UDP 0.0.0.0:4444
Nov 10 00:51:43 ArchDell sudo[1732]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-1732) opened.
Nov 10 00:51:43 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:43,542 INFO     lbry.wallet.network:254: 10 possible spv servers to try (0 urls in config)
Nov 10 00:51:44 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:44,332 INFO     lbry.wallet.network:269: s1.lbry.network:50001 has latency of 787.33ms (available: True, height: 1671806)
Nov 10 00:51:44 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:44,334 INFO     lbry.wallet.network:269: hub.lbry.grin.io:50001 has latency of 787.43ms (available: True, height: 1671805)
Nov 10 00:51:44 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:44,335 INFO     lbry.wallet.network:269: spv17.lbry.com:50001 has latency of 788.74ms (available: False, height: 0)
Nov 10 00:51:45 ArchDell systemd[1]: Starting Locale Service...
Nov 10 00:51:45 ArchDell systemd[1]: Started Locale Service.
Nov 10 00:51:45 ArchDell systemd[1]: Reached target User and Group Name Lookups.
Nov 10 00:51:45 ArchDell systemd[1]: Starting Accounts Service...
Nov 10 00:51:46 ArchDell accounts-daemon[1757]: started daemon version 23.13.0
Nov 10 00:51:46 ArchDell systemd[1]: Started Accounts Service.
Nov 10 00:51:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:46,543 INFO     lbry.wallet.network:279: 2/10 probed spv servers are accepting connections
Nov 10 00:51:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:46,544 INFO     lbry.wallet.udp:232: closed udp spv server selection client
Nov 10 00:51:46 ArchDell kded6[907]: Registering ":1.61/StatusNotifierItem" to system tray
Nov 10 00:51:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:46,883 INFO     lbry.wallet.network:303: Connected to spv server s1.lbry.network:50001
Nov 10 00:51:47 ArchDell sudo[1732]:    (My-User-Name) : TTY=pts/2 ; PWD=/home/(My-User-Name) ; USER=root ; COMMAND=/usr/bin/tcpdump -nnvvS port 6969
Nov 10 00:51:47 ArchDell sudo[1732]: pam_unix(sudo:session): session opened for user root(uid=0) by (My-User-Name)(uid=1000)
Nov 10 00:51:47 ArchDell kernel: iwlwifi 0000:02:00.0 wlp2s0: entered promiscuous mode
Nov 10 00:51:47 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:47,733 INFO     lbry.wallet.network:332: subscribe to headers s1.lbry.network:50001
Nov 10 00:51:47 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:47,895 INFO     lbry.wallet.network:336: maintaining connection to spv server s1.lbry.network:50001
Nov 10 00:51:48 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:51:48 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:51:49 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:51:49 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:51:49 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:49,562 INFO     lbry.dht.protocol.routing_table:313: join buckets 6
Nov 10 00:51:49 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:49,563 INFO     lbry.dht.protocol.routing_table:313: join buckets 5
Nov 10 00:51:49 ArchDell lbry[1290]: 2024-11-10 00:51:49,563 INFO     lbry.dht.protocol.routing_table:313: join buckets 4
Nov 10 00:51:49 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:49,564 INFO     lbry.dht.protocol.routing_table:313: join buckets 3
Nov 10 00:51:49 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:49,564 INFO     lbry.dht.protocol.routing_table:313: join buckets 2
Nov 10 00:51:49 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:49,564 INFO     lbry.dht.protocol.routing_table:313: join buckets 1
Nov 10 00:51:50 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:50,137 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1603909, change=2001) header blocks, final height 1603909
Nov 10 00:51:51 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:51:51 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:51:52 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:51:53 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:51:53 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:51:54 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:51:54 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:51:56 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:56,075 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1605910, change=2001) header blocks, final height 1605910
Nov 10 00:51:56 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:56,818 INFO     lbry.dht.protocol.routing_table:313: join buckets 7
Nov 10 00:51:56 ArchDell lbry[1290]: 2024-11-10 00:51:56,819 INFO     lbry.dht.protocol.routing_table:313: join buckets 6
Nov 10 00:51:56 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:56,819 INFO     lbry.dht.protocol.routing_table:313: join buckets 5
Nov 10 00:51:56 ArchDell lbry[1290]: 2024-11-10 00:51:56,819 INFO     lbry.dht.protocol.routing_table:313: join buckets 4
Nov 10 00:51:56 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:56,819 INFO     lbry.dht.protocol.routing_table:313: join buckets 3
Nov 10 00:51:56 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:56,819 INFO     lbry.dht.protocol.routing_table:313: join buckets 2
Nov 10 00:51:56 ArchDell lbry[1290]: Daemon: 2024-11-10 00:51:56,819 INFO     lbry.dht.protocol.routing_table:313: join buckets 1
Nov 10 00:52:01 ArchDell lbry[1290]: Daemon: 2024-11-10 00:52:01,634 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1607911, change=2001) header blocks, final height 1607911
Nov 10 00:52:05 ArchDell lbry[1290]: Daemon: 2024-11-10 00:52:05,640 INFO     lbry.dht.node:170: joined dht, 17 peers known in 3 buckets
Nov 10 00:52:05 ArchDell lbry[1290]: Daemon: 2024-11-10 00:52:05,826 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1609912, change=2001) header blocks, final height 1609912
Nov 10 00:52:12 ArchDell systemd[783]: Started kitty - Terminal emulator.
Nov 10 00:52:12 ArchDell kitty[1783]: [0.128] Ignoring unknown config key: disable_ligatures_in
Nov 10 00:52:12 ArchDell systemd[783]: Started kitty child process: 1792 launched by: 1783.
Nov 10 00:52:14 ArchDell lbry[1290]: Daemon: 2024-11-10 00:52:14,650 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1611913, change=2001) header blocks, final height 1611913
Nov 10 00:52:15 ArchDell systemd[1]: systemd-localed.service: Deactivated successfully.
Nov 10 00:52:19 ArchDell plasmashell[958]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:86:9: QML ScrollView: Binding loop detected for property "implicitWidth":
                                           file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/ToolTipDelegate.qml:88:13
Nov 10 00:52:19 ArchDell systemd[783]: app-kitty@186b8f70be314d679bf603ed5afcd0f3.service: Consumed 813ms CPU time, 68.3M memory peak.
Nov 10 00:52:21 ArchDell lbry[1290]: Daemon: 2024-11-10 00:52:21,193 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1613914, change=2001) header blocks, final height 1613914
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/bin/dolphin" 39151 "/var/lib/systemd/coredump/core.dolphin.1000.cb746006aa64413fab95ea00991f7d85.39151.1720609876000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/lib/zed/zed-editor" 78678 "/var/lib/systemd/coredump/core.zed-editor.1000.87eaa7d1f6f0487e8cd97ceed4e1f524.78678.1720716847000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/lib/zed/zed-editor" 78869 "/var/lib/systemd/coredump/core.zed-editor.1000.87eaa7d1f6f0487e8cd97ceed4e1f524.78869.1720716862000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/lib/zed/zed-editor" 78961 "/var/lib/systemd/coredump/core.zed-editor.1000.87eaa7d1f6f0487e8cd97ceed4e1f524.78961.1720716877000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/bin/xpdf" 46593 "/var/lib/systemd/coredump/core.xpdf.1000.e696e1943b85430dabe4c298311eca60.46593.1720780281000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/bin/kwin_x11" 898 "/var/lib/systemd/coredump/core.kwin_x11.1000.ebe992ef93e5496eb7dcfae4e20649cc.898.1720811594000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/bin/kiwix-desktop" 14145 "/var/lib/systemd/coredump/core.kiwix-desktop.1000.9ee04f3bdb9847bd80011c6e6174dc88.14145.1720938008000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/bin/kwin_x11" 895 "/var/lib/systemd/coredump/core.kwin_x11.1000.7d85ba7b328a400589c4e14d259a0a72.895.1721127380000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/opt/vscodium-bin/codium" 126660 "/var/lib/systemd/coredump/core.codium.1000.7d85ba7b328a400589c4e14d259a0a72.126660.1721161467000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/home/(My-User-Name)/.var/app/com.usebottles.bottles/data/bottles/runners/soda-9.0-1/bin/wine64-preloader" 87782 "/var/lib/systemd/coredump/core.wine64-preloade.1000.b8aa17fa235e4b38b08f93a0616bface.87782.1721241422000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/opt/vscodium-bin/codium" 42275 "/var/lib/systemd/coredump/core.codium.1000.4f2f640562da4b96b4d134fce48e53b8.42275.1721340556000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/home/(My-User-Name)/Side/SteamLibrary/steamapps/common/Proton - Experimental/files/bin/wine64-preloader" 5125 "/var/lib/systemd/coredump/core.wine64-preloade.1000.87b3d493d6b048f5be76e05d8ca028f2.5125.1721384462000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/home/(My-User-Name)/.var/app/com.usebottles.bottles/data/bottles/runners/lutris-ge-lol-p8-12/bin/wine64-preloader" 35315 "/var/lib/systemd/coredump/core.wine64.1000.87b3d493d6b048f5be76e05d8ca028f2.35315.1721409668000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/home/(My-User-Name)/.var/app/com.usebottles.bottles/data/bottles/runners/ge-proton9-7/files/bin/wine64-preloader" 39127 "/var/lib/systemd/coredump/core.wine64-preloade.1000.87b3d493d6b048f5be76e05d8ca028f2.39127.1721410472000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/home/(My-User-Name)/Side/SteamLibrary/steamapps/common/Proton - Experimental/files/bin/wine64-preloader" 143758 "/var/lib/systemd/coredump/core.wine64-preloade.1000.7c56310ffb05465f873aa05378f800a0.143758.1721514150000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/home/(My-User-Name)/Side/SteamLibrary/steamapps/common/Proton - Experimental/files/bin/wine64-preloader" 15044 "/var/lib/systemd/coredump/core.wine64-preloade.1000.c649aa55dea04cb0840f8f47b259e429.15044.1721920232000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/bin/python3.12" 61366 "/var/lib/systemd/coredump/core.python3.1000.6dad86c42aae47118605ff6209161a2a.61366.1722018675000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/lib/kf6/baloo_file" 856 "/var/lib/systemd/coredump/core.baloo_file.1000.6dad86c42aae47118605ff6209161a2a.856.1722021587000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/home/(My-User-Name)/.local/share/Steam/steamapps/common/Proton 9.0 (Beta)/files/bin/wine64-preloader" 4319 "/var/lib/systemd/coredump/core.wine64-preloade.1000.9cad3e058c094d2ebaf22ee89bebebb7.4319.1722039103000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/home/(My-User-Name)/Side/SteamLibrary/steamapps/common/Proton - Experimental/files/bin/wine64-preloader" 2568 "/var/lib/systemd/coredump/core.wine64-preloade.1000.7b1a8c5208ea4bf1becd031f17b88a65.2568.1722101979000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/lib/kf6/baloo_file" 859 "/var/lib/systemd/coredump/core.baloo_file.1000.c77ee9399eca46deaaa76ed258736f09.859.1722167989000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/home/(My-User-Name)/.local/share/Steam/steamapps/common/Proton 8.0/dist/bin/wine64-preloader" 37543 "/var/lib/systemd/coredump/core.wine64.1000.a666d9d3225d46a7ac82126e281706be.37543.1722198032000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/home/(My-User-Name)/Side/SteamLibrary/steamapps/common/Proton - Experimental/files/bin/wine64-preloader" 38131 "/var/lib/systemd/coredump/core.wine64-preloade.1000.a666d9d3225d46a7ac82126e281706be.38131.1722198079000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/home/(My-User-Name)/.local/share/Steam/steamapps/common/Proton 8.0/dist/bin/wine64-preloader" 48697 "/var/lib/systemd/coredump/core.wine64.1000.a666d9d3225d46a7ac82126e281706be.48697.1722204165000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/bin/mpv" 2242 "/var/lib/systemd/coredump/core.mpv.1000.0e152a2e19ab494fb4602302efa05ce5.2242.1723316702000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/bin/blender" 2313 "/var/lib/systemd/coredump/core.blender.1000.0e152a2e19ab494fb4602302efa05ce5.2313.1723316739000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/opt/LBRY/lbry" 1113 "/var/lib/systemd/coredump/core.lbry.1000.3c11d379efbe460f8f95c4845a225649.1113.1723518389000000.zst"
Nov 10 00:52:21 ArchDell drkonqi-coredump-processor[1010]: "/usr/bin/systemsettings" 1639 "/var/lib/systemd/coredump/core.systemsettings.1000.b2cfc3b76db44c1c9aec70c10847fe7a.1639.1725025399000000.zst"
Nov 10 00:52:26 ArchDell kernel: ata2.00: exception Emask 0x0 SAct 0xf80000 SErr 0x40000 action 0x6 frozen
Nov 10 00:52:26 ArchDell kernel: ata2: SError: { CommWake }
Nov 10 00:52:26 ArchDell kernel: ata2.00: failed command: READ FPDMA QUEUED
Nov 10 00:52:26 ArchDell kernel: ata2.00: cmd 60/e0:98:00:20:80/00:00:c4:00:00/40 tag 19 ncq dma 114688 in
                                          res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
Nov 10 00:52:26 ArchDell kernel: ata2.00: status: { DRDY }
Nov 10 00:52:26 ArchDell kernel: ata2.00: failed command: READ FPDMA QUEUED
Nov 10 00:52:26 ArchDell kernel: ata2.00: cmd 60/08:a0:e0:20:80/00:00:c4:00:00/40 tag 20 ncq dma 4096 in
                                          res 40/00:00:00:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
Nov 10 00:52:26 ArchDell kernel: ata2.00: status: { DRDY }
Nov 10 00:52:26 ArchDell kernel: ata2.00: failed command: READ FPDMA QUEUED
Nov 10 00:52:26 ArchDell kernel: ata2.00: cmd 60/18:a8:e8:20:80/00:00:c4:00:00/40 tag 21 ncq dma 12288 in
                                          res 40/00:00:00:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
Nov 10 00:52:26 ArchDell kernel: ata2.00: status: { DRDY }
Nov 10 00:52:26 ArchDell kernel: ata2.00: failed command: READ FPDMA QUEUED
Nov 10 00:52:26 ArchDell kernel: ata2.00: cmd 60/20:b0:20:1d:72/00:00:1d:00:00/40 tag 22 ncq dma 16384 in
                                          res 40/00:00:09:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
Nov 10 00:52:26 ArchDell kernel: ata2.00: status: { DRDY }
Nov 10 00:52:26 ArchDell kernel: ata2.00: failed command: WRITE FPDMA QUEUED
Nov 10 00:52:26 ArchDell kernel: ata2.00: cmd 61/28:b8:70:5c:49/01:00:74:00:00/40 tag 23 ncq dma 151552 out
                                          res 40/00:00:01:4f:c2/00:00:00:00:00/00 Emask 0x4 (timeout)
Nov 10 00:52:26 ArchDell kernel: ata2.00: status: { DRDY }
Nov 10 00:52:26 ArchDell kernel: ata2: hard resetting link
Nov 10 00:52:26 ArchDell kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 10 00:52:26 ArchDell kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Nov 10 00:52:26 ArchDell kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Nov 10 00:52:26 ArchDell kernel: ata2.00: ACPI cmd 00/00:00:00:00:00:a0(NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 10 00:52:26 ArchDell kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Nov 10 00:52:26 ArchDell kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Nov 10 00:52:26 ArchDell kernel: ata2.00: ACPI cmd 00/00:00:00:00:00:a0(NOP) rejected by device (Stat=0x51 Err=0x04)
Nov 10 00:52:26 ArchDell kernel: ata2.00: configured for UDMA/133
Nov 10 00:52:26 ArchDell kernel: sd 1:0:0:0: [sda] tag#19 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=31s
Nov 10 00:52:26 ArchDell kernel: sd 1:0:0:0: [sda] tag#19 CDB: Read(10) 28 00 c4 80 20 00 00 00 e0 00
Nov 10 00:52:26 ArchDell kernel: I/O error, dev sda, sector 3296731136 op 0x0:(READ) flags 0x80700 phys_seg 28 prio class 3
Nov 10 00:52:26 ArchDell kernel: sd 1:0:0:0: [sda] tag#21 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=31s
Nov 10 00:52:26 ArchDell kernel: sd 1:0:0:0: [sda] tag#21 CDB: Read(10) 28 00 c4 80 20 e8 00 00 18 00
Nov 10 00:52:26 ArchDell kernel: I/O error, dev sda, sector 3296731368 op 0x0:(READ) flags 0x80700 phys_seg 3 prio class 3
Nov 10 00:52:26 ArchDell kernel: sd 1:0:0:0: [sda] tag#22 FAILED Result: hostbyte=DID_TIME_OUT driverbyte=DRIVER_OK cmd_age=30s
Nov 10 00:52:26 ArchDell kernel: sd 1:0:0:0: [sda] tag#22 CDB: Read(10) 28 00 1d 72 1d 20 00 00 20 00
Nov 10 00:52:26 ArchDell kernel: I/O error, dev sda, sector 494017824 op 0x0:(READ) flags 0x80700 phys_seg 4 prio class 3
Nov 10 00:52:26 ArchDell kernel: ata2: EH complete
Nov 10 00:52:28 ArchDell lbry[1290]: Daemon: 2024-11-10 00:52:28,648 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1615915, change=2001) header blocks, final height 1615915
Nov 10 00:52:29 ArchDell kernel: ata2.00: exception Emask 0x0 SAct 0x300 SErr 0x0 action 0x0
Nov 10 00:52:29 ArchDell kernel: ata2.00: irq_stat 0x40000008
Nov 10 00:52:29 ArchDell kernel: ata2.00: failed command: READ FPDMA QUEUED
Nov 10 00:52:29 ArchDell kernel: ata2.00: cmd 60/70:40:00:20:80/00:00:c4:00:00/40 tag 8 ncq dma 57344 in
                                          res 41/40:00:18:20:80/00:00:c4:00:00/40 Emask 0x409 (media error) <F>
Nov 10 00:52:29 ArchDell kernel: ata2.00: status: { DRDY ERR }
Nov 10 00:52:29 ArchDell kernel: ata2.00: error: { UNC }
Nov 10 00:52:29 ArchDell kernel: ata2.00: configured for UDMA/133
Nov 10 00:52:29 ArchDell kernel: sd 1:0:0:0: [sda] tag#8 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=2s
Nov 10 00:52:29 ArchDell kernel: sd 1:0:0:0: [sda] tag#8 Sense Key : Medium Error [current] 
Nov 10 00:52:29 ArchDell kernel: sd 1:0:0:0: [sda] tag#8 Add. Sense: Unrecovered read error - auto reallocate failed
Nov 10 00:52:29 ArchDell kernel: sd 1:0:0:0: [sda] tag#8 CDB: Read(10) 28 00 c4 80 20 00 00 00 70 00
Nov 10 00:52:29 ArchDell kernel: I/O error, dev sda, sector 3296731160 op 0x0:(READ) flags 0x80700 phys_seg 11 prio class 3
Nov 10 00:52:29 ArchDell kernel: ata2: EH complete
Nov 10 00:52:29 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:52:29 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:52:29 ArchDell baloo_file[1765]: TagLib: Ogg::XiphComment::parse() - Discarding a field. Separator not found.
Nov 10 00:52:33 ArchDell kernel: ata2.00: exception Emask 0x0 SAct 0x70000800 SErr 0x0 action 0x0
Nov 10 00:52:33 ArchDell kernel: ata2.00: irq_stat 0x40000008
Nov 10 00:52:33 ArchDell kernel: ata2.00: failed command: READ FPDMA QUEUED
Nov 10 00:52:33 ArchDell kernel: ata2.00: cmd 60/48:e0:18:20:80/00:00:c4:00:00/40 tag 28 ncq dma 36864 in
                                          res 41/40:00:18:20:80/00:00:c4:00:00/40 Emask 0x409 (media error) <F>
Nov 10 00:52:33 ArchDell kernel: ata2.00: status: { DRDY ERR }
Nov 10 00:52:33 ArchDell kernel: ata2.00: error: { UNC }
Nov 10 00:52:33 ArchDell kernel: ata2.00: configured for UDMA/133
Nov 10 00:52:33 ArchDell kernel: sd 1:0:0:0: [sda] tag#28 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=2s
Nov 10 00:52:33 ArchDell kernel: sd 1:0:0:0: [sda] tag#28 Sense Key : Medium Error [current] 
Nov 10 00:52:33 ArchDell kernel: sd 1:0:0:0: [sda] tag#28 Add. Sense: Unrecovered read error - auto reallocate failed
Nov 10 00:52:33 ArchDell kernel: sd 1:0:0:0: [sda] tag#28 CDB: Read(10) 28 00 c4 80 20 18 00 00 48 00
Nov 10 00:52:33 ArchDell kernel: I/O error, dev sda, sector 3296731160 op 0x0:(READ) flags 0x80700 phys_seg 9 prio class 3
Nov 10 00:52:33 ArchDell kernel: ata2: EH complete
Nov 10 00:52:36 ArchDell kernel: ata2.00: exception Emask 0x0 SAct 0x7ff09c1f SErr 0x0 action 0x0
Nov 10 00:52:36 ArchDell kernel: ata2.00: irq_stat 0x40000008
Nov 10 00:52:36 ArchDell kernel: ata2.00: failed command: READ FPDMA QUEUED
Nov 10 00:52:36 ArchDell kernel: ata2.00: cmd 60/40:50:18:20:80/00:00:c4:00:00/40 tag 10 ncq dma 32768 in
                                          res 41/40:00:18:20:80/00:00:c4:00:00/40 Emask 0x409 (media error) <F>
Nov 10 00:52:36 ArchDell kernel: ata2.00: status: { DRDY ERR }
Nov 10 00:52:36 ArchDell kernel: ata2.00: error: { UNC }
Nov 10 00:52:36 ArchDell kernel: ata2.00: configured for UDMA/133
Nov 10 00:52:36 ArchDell kernel: sd 1:0:0:0: [sda] tag#10 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_OK cmd_age=2s
Nov 10 00:52:36 ArchDell kernel: sd 1:0:0:0: [sda] tag#10 Sense Key : Medium Error [current] 
Nov 10 00:52:36 ArchDell kernel: sd 1:0:0:0: [sda] tag#10 Add. Sense: Unrecovered read error - auto reallocate failed
Nov 10 00:52:36 ArchDell kernel: sd 1:0:0:0: [sda] tag#10 CDB: Read(10) 28 00 c4 80 20 18 00 00 40 00
Nov 10 00:52:36 ArchDell kernel: I/O error, dev sda, sector 3296731160 op 0x0:(READ) flags 0x80700 phys_seg 8 prio class 3
Nov 10 00:52:36 ArchDell kernel: ata2: EH complete
Nov 10 00:52:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:52:45,931 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1617916, change=2001) header blocks, final height 1617916
Nov 10 00:53:04 ArchDell systemd[1]: libvirtd.service: Deactivated successfully.
Nov 10 00:53:04 ArchDell systemd[1]: libvirtd.service: Consumed 1.898s CPU time, 27.4M memory peak.
Nov 10 00:53:05 ArchDell lbry[1290]: Daemon: 2024-11-10 00:53:05,988 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1619917, change=2001) header blocks, final height 1619917
Nov 10 00:53:20 ArchDell baloo_file_extractor[1765]: kf.baloo: Not busy, fast indexing
Nov 10 00:53:26 ArchDell lbry[1290]: Daemon: 2024-11-10 00:53:26,342 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1621918, change=2001) header blocks, final height 1621918
Nov 10 00:53:35 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-46 noise=9999 txrate=650000
Nov 10 00:53:35 ArchDell baloo_file_extractor[1765]: kf.baloo: Busy, paced indexing
Nov 10 00:53:39 ArchDell systemd[783]: Started Brave - Web Browser.
Nov 10 00:53:40 ArchDell systemd[783]: Starting Accessibility services bus...
Nov 10 00:53:40 ArchDell systemd[783]: Started Accessibility services bus.
Nov 10 00:53:40 ArchDell dbus-broker-launch[1956]: Ready
Nov 10 00:53:40 ArchDell systemd[783]: Created slice Slice /app/dbus-:1.71-org.a11y.atspi.Registry.
Nov 10 00:53:40 ArchDell systemd[783]: Started dbus-:1.71-org.a11y.atspi.Registry@0.service.
Nov 10 00:53:40 ArchDell at-spi2-registryd[1958]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 10 00:53:40 ArchDell brave[1882]: [1882:1882:1110/005340.804004:ERROR:profile_attributes_storage.cc(1021)] Failed to PNG encode the image.
Nov 10 00:53:40 ArchDell brave[1882]: [1882:1882:1110/005340.804458:ERROR:profile_attributes_storage.cc(1021)] Failed to PNG encode the image.
Nov 10 00:53:41 ArchDell lbry[1290]: Daemon: 2024-11-10 00:53:41,370 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1623919, change=2001) header blocks, final height 1623919
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - init success
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:43 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:53:45 ArchDell brave[2290]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 00:53:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:53:45,806 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1625920, change=2001) header blocks, final height 1625920
Nov 10 00:53:46 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-36 noise=9999 txrate=650000
Nov 10 00:53:48 ArchDell lbry[1290]: Daemon: 2024-11-10 00:53:48,136 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1627921, change=2001) header blocks, final height 1627921
Nov 10 00:53:50 ArchDell plasmashell[958]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Nov 10 00:53:50 ArchDell plasmashell[958]: kf.plasma.quick: Exposed with no visual parent. Window positioning broken.
Nov 10 00:53:51 ArchDell systemd[783]: Started Brave - Web Browser.
Nov 10 00:53:51 ArchDell brave[2396]: Opening in existing browser session.
Nov 10 00:53:51 ArchDell lbry[1290]: Daemon: 2024-11-10 00:53:51,837 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1629922, change=2001) header blocks, final height 1629922
Nov 10 00:53:52 ArchDell brave[1882]: [1882:1882:1110/005352.303926:ERROR:sharing_service.cc(296)] Device registration failed with fatal error
Nov 10 00:53:55 ArchDell lbry[1290]: Daemon: 2024-11-10 00:53:55,179 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1631923, change=2001) header blocks, final height 1631923
Nov 10 00:53:57 ArchDell lbry[1290]: Daemon: 2024-11-10 00:53:57,329 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1633924, change=2001) header blocks, final height 1633924
Nov 10 00:53:59 ArchDell lbry[1290]: Daemon: 2024-11-10 00:53:59,513 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1635925, change=2001) header blocks, final height 1635925
Nov 10 00:54:01 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:01,981 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1637926, change=2001) header blocks, final height 1637926
Nov 10 00:54:03 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:03,895 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1639927, change=2001) header blocks, final height 1639927
Nov 10 00:54:05 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-45 noise=9999 txrate=780000
Nov 10 00:54:06 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:06,111 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1641928, change=2001) header blocks, final height 1641928
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:08 ArchDell brave[1882]: tracing_subscriber - maybe already initialized
Nov 10 00:54:11 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:11,252 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1643929, change=2001) header blocks, final height 1643929
Nov 10 00:54:11 ArchDell brave[2832]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 00:54:12 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-42 noise=9999 txrate=650000
Nov 10 00:54:13 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:13,663 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1645930, change=2001) header blocks, final height 1645930
Nov 10 00:54:13 ArchDell brave[1882]: [1882:1882:1110/005413.999492:ERROR:interface_endpoint_client.cc(725)] Message 0 rejected by interface blink.mojom.WidgetHost
Nov 10 00:54:16 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:16,096 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1647931, change=2001) header blocks, final height 1647931
Nov 10 00:54:16 ArchDell brave[1882]: [1882:1882:1110/005416.908148:ERROR:sharing_service.cc(296)] Device registration failed with fatal error
Nov 10 00:54:17 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:17,960 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1649932, change=2001) header blocks, final height 1649932
Nov 10 00:54:19 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:19,638 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1651933, change=2001) header blocks, final height 1651933
Nov 10 00:54:21 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:21,621 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1653934, change=2001) header blocks, final height 1653934
Nov 10 00:54:22 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-38 noise=9999 txrate=780000
Nov 10 00:54:24 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:24,168 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1655935, change=2001) header blocks, final height 1655935
Nov 10 00:54:26 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:26,891 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1657936, change=2001) header blocks, final height 1657936
Nov 10 00:54:29 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:29,068 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1659937, change=2001) header blocks, final height 1659937
Nov 10 00:54:31 ArchDell brave[1927]: [1927:1947:1110/005431.463918:ERROR:ssl_client_socket_impl.cc(878)] handshake failed; returned -1, SSL error code 1, net_error -101
Nov 10 00:54:31 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:31,501 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1661938, change=2001) header blocks, final height 1661938
Nov 10 00:54:32 ArchDell kwin_x11[908]: kwin_tabbox: Could not load window switcher package "org.kde.breeze.desktop" . Falling back to default
Nov 10 00:54:34 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:34,368 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1663939, change=2001) header blocks, final height 1663939
Nov 10 00:54:36 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:36,759 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1665940, change=2001) header blocks, final height 1665940
Nov 10 00:54:38 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:38,759 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1667941, change=2001) header blocks, final height 1667941
Nov 10 00:54:40 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:40,840 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1669942, change=2001) header blocks, final height 1669942
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,070 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671809, change=1867) header blocks, final height 1671809
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,238 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671809, change=1) header blocks, final height 1671809
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,239 INFO     lbry.wallet.ledger:354: Subscribing and updating accounts.
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,240 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671809, change=1) header blocks, final height 1671809
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,240 INFO     lbry.wallet.ledger:468: Subscribe to 19 accounts
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,242 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671809, change=1) header blocks, final height 1671809
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,496 INFO     lbry.wallet.ledger:500: subscribed to 20/20 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,497 INFO     lbry.wallet.ledger:504: finished subscribing to 20 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,535 INFO     lbry.wallet.ledger:500: subscribed to 29/29 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,536 INFO     lbry.wallet.ledger:504: finished subscribing to 29 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,558 INFO     lbry.wallet.ledger:500: subscribed to 20/20 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,560 INFO     lbry.wallet.ledger:504: finished subscribing to 20 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,564 INFO     lbry.wallet.ledger:500: subscribed to 1/1 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,565 INFO     lbry.wallet.ledger:504: finished subscribing to 1 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,608 INFO     lbry.wallet.ledger:500: subscribed to 34/34 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,610 INFO     lbry.wallet.ledger:504: finished subscribing to 34 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,655 INFO     lbry.wallet.ledger:500: subscribed to 34/34 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,655 INFO     lbry.wallet.ledger:504: finished subscribing to 34 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,720 INFO     lbry.wallet.ledger:500: subscribed to 53/53 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,721 INFO     lbry.wallet.ledger:504: finished subscribing to 53 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,762 INFO     lbry.wallet.ledger:500: subscribed to 31/31 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: 2024-11-10 00:54:45,763 INFO     lbry.wallet.ledger:504: finished subscribing to 31 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,768 INFO     lbry.wallet.ledger:500: subscribed to 1/1 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,769 INFO     lbry.wallet.ledger:504: finished subscribing to 1 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: 2024-11-10 00:54:45,770 INFO     lbry.wallet.ledger:500: subscribed to 1/1 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: 2024-11-10 00:54:45,770 INFO     lbry.wallet.ledger:504: finished subscribing to 1 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,797 INFO     lbry.wallet.ledger:500: subscribed to 20/20 addresses on 136.243.104.236:50001
Nov 10 00:54:45 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:45,797 INFO     lbry.wallet.ledger:504: finished subscribing to 20 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,115 INFO     lbry.wallet.ledger:500: subscribed to 82/82 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,115 INFO     lbry.wallet.ledger:504: finished subscribing to 82 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: 2024-11-10 00:54:46,117 INFO     lbry.wallet.ledger:500: subscribed to 20/20 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: 2024-11-10 00:54:46,117 INFO     lbry.wallet.ledger:504: finished subscribing to 20 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,119 INFO     lbry.wallet.ledger:500: subscribed to 20/20 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,123 INFO     lbry.wallet.ledger:504: finished subscribing to 20 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,124 INFO     lbry.wallet.ledger:500: subscribed to 1/1 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,124 INFO     lbry.wallet.ledger:504: finished subscribing to 1 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,126 INFO     lbry.wallet.ledger:500: subscribed to 24/24 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,126 INFO     lbry.wallet.ledger:504: finished subscribing to 24 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,130 INFO     lbry.wallet.ledger:500: subscribed to 24/24 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: 2024-11-10 00:54:46,130 INFO     lbry.wallet.ledger:504: finished subscribing to 24 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,131 INFO     lbry.wallet.ledger:500: subscribed to 22/22 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,132 INFO     lbry.wallet.ledger:504: finished subscribing to 22 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: 2024-11-10 00:54:46,133 INFO     lbry.wallet.ledger:500: subscribed to 20/20 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: 2024-11-10 00:54:46,133 INFO     lbry.wallet.ledger:504: finished subscribing to 20 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,135 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,136 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,136 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,137 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,162 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: 2024-11-10 00:54:46,162 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,163 INFO     lbry.wallet.ledger:500: subscribed to 9/9 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,163 INFO     lbry.wallet.ledger:504: finished subscribing to 9 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,164 INFO     lbry.wallet.ledger:500: subscribed to 11/11 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,165 INFO     lbry.wallet.ledger:504: finished subscribing to 11 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,192 INFO     lbry.wallet.ledger:500: subscribed to 24/24 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,193 INFO     lbry.wallet.ledger:504: finished subscribing to 24 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,223 INFO     lbry.wallet.ledger:500: subscribed to 14/14 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,223 INFO     lbry.wallet.ledger:504: finished subscribing to 14 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,224 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,224 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,336 INFO     lbry.wallet.ledger:500: subscribed to 9/9 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: 2024-11-10 00:54:46,336 INFO     lbry.wallet.ledger:504: finished subscribing to 9 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,349 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,350 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,362 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: 2024-11-10 00:54:46,363 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,368 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,370 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,375 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,377 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,466 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,467 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: 2024-11-10 00:54:46,468 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: 2024-11-10 00:54:46,469 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,901 INFO     lbry.wallet.ledger:348: Loaded 19 accounts
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,902 INFO     lbry.extras.daemon.components:360: Starting the file manager
Nov 10 00:54:46 ArchDell lbry[1290]: 2024-11-10 00:54:46,902 INFO     lbry.extras.daemon.components:519: start blob server
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,904 INFO     lbry.extras.daemon.components:323: Started blob announcer
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,911 INFO     lbry.blob_exchange.server:184: Blob server listening on TCP 0.0.0.0:4444
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,925 INFO     lbry.stream.stream_manager:138: Initializing 4 files
Nov 10 00:54:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:46,982 INFO     lbry.stream.stream_manager:154: Started stream manager with 4 files
Nov 10 00:54:46 ArchDell lbry[1290]: 2024-11-10 00:54:46,983 INFO     lbry.extras.daemon.components:374: Done setting up file manager
Nov 10 00:54:47 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-45 noise=9999 txrate=650000
Nov 10 00:54:47 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:47,402 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to s1.lbry.network:9252, 0 errors
Nov 10 00:54:48 ArchDell lbry[1290]: 00:54:48.170 › Checking for update
Nov 10 00:54:51 ArchDell lbry[1290]: 00:54:51.059 › Update for version 0.53.9 is not available (latest version: 0.53.9, downgrade is disallowed).
Nov 10 00:54:57 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:57,052 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 00:54:57 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:57,100 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 00:54:57 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:57,107 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 00:54:57 ArchDell lbry[1290]: Daemon: 2024-11-10 00:54:57,754 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 00:55:29 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-45 noise=9999 txrate=0
Nov 10 00:55:41 ArchDell wpa_supplicant[654]: wlp2s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-40 noise=9999 txrate=0
Nov 10 00:55:54 ArchDell baloo_file_extractor[1765]: kf.baloo: Not busy, fast indexing
Nov 10 00:56:02 ArchDell baloo_file_extractor[1765]: kf.baloo: Busy, paced indexing
Nov 10 00:56:07 ArchDell kernel: EXT4-fs (sda1): error count since last fsck: 372
Nov 10 00:56:07 ArchDell kernel: EXT4-fs (sda1): initial error at time 1723518216: __ext4_get_inode_loc_noinmem:4479: inode 102902906: block 411566823
Nov 10 00:56:07 ArchDell kernel: EXT4-fs (sda1): last error at time 1731178472: __ext4_get_inode_loc_noinmem:4558: inode 103034428: block 412091139
Nov 10 00:56:07 ArchDell lbry[1290]: Daemon: 2024-11-10 00:56:07,758 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 00:56:07 ArchDell lbry[1290]: Daemon: 2024-11-10 00:56:07,759 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 00:56:07 ArchDell lbry[1290]: 2024-11-10 00:56:07,759 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 00:56:07 ArchDell lbry[1290]: Daemon: 2024-11-10 00:56:07,759 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 00:56:08 ArchDell kernel: iwlwifi 0000:02:00.0 wlp2s0: left promiscuous mode
Nov 10 00:56:08 ArchDell sudo[1732]: pam_unix(sudo:session): session closed for user root
Nov 10 00:56:31 ArchDell lbry[1290]: Daemon: 2024-11-10 00:56:31,297 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 00:56:31 ArchDell lbry[1290]: Daemon: 2024-11-10 00:56:31,298 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 00:56:31 ArchDell lbry[1290]: Daemon: 2024-11-10 00:56:31,797 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 00:56:32 ArchDell lbry[1290]: Daemon: 2024-11-10 00:56:32,048 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 00:56:46 ArchDell lbry[1290]: Daemon: 2024-11-10 00:56:46,910 INFO     lbry.dht.blob_announcer:61: 3 blobs to announce
Nov 10 00:56:59 ArchDell lbry[1290]: Daemon: 2024-11-10 00:56:59,276 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671810, change=1) header blocks, final height 1671810
Nov 10 00:57:04 ArchDell brave[3584]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 00:57:16 ArchDell plasmashell[958]: qrc:/qt/qml/org/kde/plasma/components/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible":
                                           qrc:/qt/qml/org/kde/plasma/components/ScrollBar.qml:24:5
Nov 10 00:57:16 ArchDell plasmashell[958]: qrc:/qt/qml/org/kde/plasma/components/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible":
                                           qrc:/qt/qml/org/kde/plasma/components/ScrollBar.qml:24:5
Nov 10 00:57:17 ArchDell lbry[1290]: Daemon: 2024-11-10 00:57:17,762 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 00:57:17 ArchDell lbry[1290]: Daemon: 2024-11-10 00:57:17,763 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 00:57:17 ArchDell lbry[1290]: Daemon: 2024-11-10 00:57:17,763 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 00:57:17 ArchDell lbry[1290]: Daemon: 2024-11-10 00:57:17,764 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 00:57:21 ArchDell lbry[1290]: Daemon: 2024-11-10 00:57:21,078 INFO     lbry.dht.blob_announcer:66: announced 3 blobs
Nov 10 00:58:21 ArchDell lbry[1290]: Daemon: 2024-11-10 00:58:21,081 INFO     lbry.dht.blob_announcer:61: 1 blobs to announce
Nov 10 00:58:27 ArchDell lbry[1290]: Daemon: 2024-11-10 00:58:27,767 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 00:58:27 ArchDell lbry[1290]: Daemon: 2024-11-10 00:58:27,767 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 00:58:27 ArchDell lbry[1290]: 2024-11-10 00:58:27,767 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 00:58:27 ArchDell lbry[1290]: Daemon: 2024-11-10 00:58:27,768 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 00:59:05 ArchDell lbry[1290]: Daemon: 2024-11-10 00:59:05,642 INFO     lbry.dht.blob_announcer:66: announced 1 blobs
Nov 10 00:59:11 ArchDell lbry[1290]: Daemon: 2024-11-10 00:59:11,813 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671811, change=1) header blocks, final height 1671811
Nov 10 00:59:26 ArchDell brave[3745]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 00:59:26 ArchDell brave[3751]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 00:59:37 ArchDell lbry[1290]: Daemon: 2024-11-10 00:59:37,771 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 00:59:37 ArchDell lbry[1290]: Daemon: 2024-11-10 00:59:37,771 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 00:59:37 ArchDell lbry[1290]: 2024-11-10 00:59:37,771 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 00:59:37 ArchDell lbry[1290]: 2024-11-10 00:59:37,771 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:00:47 ArchDell lbry[1290]: Daemon: 2024-11-10 01:00:47,830 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:00:47 ArchDell lbry[1290]: Daemon: 2024-11-10 01:00:47,861 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:00:47 ArchDell lbry[1290]: Daemon: 2024-11-10 01:00:47,944 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:00:48 ArchDell lbry[1290]: Daemon: 2024-11-10 01:00:48,603 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:01:01 ArchDell brave[3869]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:01:26 ArchDell brave[3928]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:01:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:01:31,381 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:01:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:01:31,401 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:01:32 ArchDell lbry[1290]: Daemon: 2024-11-10 01:01:32,171 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:01:32 ArchDell lbry[1290]: Daemon: 2024-11-10 01:01:32,402 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:01:58 ArchDell lbry[1290]: Daemon: 2024-11-10 01:01:58,609 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:01:58 ArchDell lbry[1290]: 2024-11-10 01:01:58,609 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:01:58 ArchDell lbry[1290]: Daemon: 2024-11-10 01:01:58,609 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:01:58 ArchDell lbry[1290]: 2024-11-10 01:01:58,610 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:02:06 ArchDell sudo[3976]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-3976) opened.
Nov 10 01:02:07 ArchDell sudo[3976]: pam_unix(sudo:auth): conversation failed
Nov 10 01:02:07 ArchDell sudo[3976]: pam_unix(sudo:auth): auth could not identify password for [(My-User-Name)]
Nov 10 01:02:23 ArchDell sudo[4027]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-4027) opened.
Nov 10 01:02:26 ArchDell sudo[4027]:    (My-User-Name) : TTY=pts/2 ; PWD=/home/(My-User-Name) ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 10 01:02:26 ArchDell sudo[4027]: pam_unix(sudo:session): session opened for user root(uid=0) by (My-User-Name)(uid=1000)
Nov 10 01:02:27 ArchDell sudo[4027]: pam_unix(sudo:session): session closed for user root
Nov 10 01:02:36 ArchDell brave[4066]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:03:00 ArchDell baloo_file_extractor[1765]: Invalid encoding. Ignoring "/home/(My-User-Name)/Side/SteamLibrary/steamapps/common/SteamLinuxRuntime_soldier/var/tmp-T8ZKW2/usr/bin/pygettext3.7"
Nov 10 01:03:08 ArchDell lbry[1290]: Daemon: 2024-11-10 01:03:08,614 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:03:08 ArchDell lbry[1290]: Daemon: 2024-11-10 01:03:08,614 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:03:08 ArchDell lbry[1290]: 2024-11-10 01:03:08,614 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:03:08 ArchDell lbry[1290]: Daemon: 2024-11-10 01:03:08,614 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:03:26 ArchDell brave[4210]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:03:34 ArchDell lbry[1290]: Daemon: 2024-11-10 01:03:34,492 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671812, change=1) header blocks, final height 1671812
Nov 10 01:03:48 ArchDell lbry[1290]: Daemon: 2024-11-10 01:03:48,260 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671813, change=1) header blocks, final height 1671813
Nov 10 01:04:18 ArchDell lbry[1290]: Daemon: 2024-11-10 01:04:18,617 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:04:18 ArchDell lbry[1290]: Daemon: 2024-11-10 01:04:18,618 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:04:18 ArchDell lbry[1290]: 2024-11-10 01:04:18,618 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:04:18 ArchDell lbry[1290]: Daemon: 2024-11-10 01:04:18,618 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:04:48 ArchDell lbry[1290]: 01:04:48.422 › Checking for update
Nov 10 01:05:01 ArchDell lbry[1290]: 01:05:01.102 › Update for version 0.53.9 is not available (latest version: 0.53.9, downgrade is disallowed).
Nov 10 01:05:04 ArchDell kwin_x11[908]: kwin_core: XCB error: 152 (BadDamage), sequence: 46436, resource id: 20979765, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Nov 10 01:05:13 ArchDell brave[4467]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:05:26 ArchDell systemd[1]: Starting Cleanup of Temporary Directories...
Nov 10 01:05:26 ArchDell systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Nov 10 01:05:26 ArchDell systemd[1]: Finished Cleanup of Temporary Directories.
Nov 10 01:05:26 ArchDell systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount: Deactivated successfully.
Nov 10 01:05:28 ArchDell lbry[1290]: Daemon: 2024-11-10 01:05:28,622 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:05:28 ArchDell lbry[1290]: Daemon: 2024-11-10 01:05:28,622 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:05:28 ArchDell lbry[1290]: 2024-11-10 01:05:28,622 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:05:28 ArchDell lbry[1290]: 2024-11-10 01:05:28,622 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:05:52 ArchDell kwin_x11[908]: kwin_core: XCB error: 152 (BadDamage), sequence: 60011, resource id: 20980875, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Nov 10 01:06:16 ArchDell kernel: EXT4-fs (sdd1): mounted filesystem e86edadf-0a3e-4ef6-8f29-47302d00b9fc r/w with ordered data mode. Quota mode: none.
Nov 10 01:06:16 ArchDell kernel: EXT4-fs (sde1): mounted filesystem a583ce42-a641-4952-a964-a5d9e39e453b r/w with ordered data mode. Quota mode: none.
Nov 10 01:06:23 ArchDell kernel: pcieport 0000:00:1d.6: AER: Correctable error message received from 0000:06:00.0
Nov 10 01:06:23 ArchDell kernel: pcieport 0000:06:00.0: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID)
Nov 10 01:06:23 ArchDell kernel: pcieport 0000:06:00.0:   device [8086:1576] error status/mask=00000080/00002000
Nov 10 01:06:23 ArchDell kernel: pcieport 0000:06:00.0:    [ 7] BadDLLP               
Nov 10 01:06:26 ArchDell kernel: EXT4-fs (sdc1): mounted filesystem 7f530492-9444-44a1-b417-4d761f9fd040 r/w with ordered data mode. Quota mode: none.
Nov 10 01:06:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:06:31,459 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:06:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:06:31,460 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:06:32 ArchDell lbry[1290]: Daemon: 2024-11-10 01:06:32,722 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:06:32 ArchDell lbry[1290]: Daemon: 2024-11-10 01:06:32,795 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:06:38 ArchDell sudo[4788]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-4788) opened.
Nov 10 01:06:38 ArchDell sudo[4788]:    (My-User-Name) : TTY=pts/2 ; PWD=/home/(My-User-Name) ; USER=root ; COMMAND=/usr/bin/systemctl start smb.service
Nov 10 01:06:38 ArchDell sudo[4788]: pam_unix(sudo:session): session opened for user root(uid=0) by (My-User-Name)(uid=1000)
Nov 10 01:06:38 ArchDell systemd[1]: Starting Network Manager Wait Online...
Nov 10 01:06:38 ArchDell systemd[1]: Starting Wait for Network to be Configured...
Nov 10 01:06:38 ArchDell systemd[1]: Finished Network Manager Wait Online.
Nov 10 01:06:38 ArchDell lbry[1290]: Daemon: 2024-11-10 01:06:38,710 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:06:38 ArchDell lbry[1290]: Daemon: 2024-11-10 01:06:38,724 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:06:38 ArchDell lbry[1290]: Daemon: 2024-11-10 01:06:38,772 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:06:41 ArchDell lbry[1290]: Daemon: 2024-11-10 01:06:41,113 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:07:26 ArchDell brave[4943]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:07:51 ArchDell lbry[1290]: Daemon: 2024-11-10 01:07:51,119 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:07:51 ArchDell lbry[1290]: Daemon: 2024-11-10 01:07:51,119 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:07:51 ArchDell lbry[1290]: 2024-11-10 01:07:51,119 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:07:51 ArchDell lbry[1290]: 2024-11-10 01:07:51,119 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:08:08 ArchDell systemd[783]: Started kitty - Terminal emulator.
Nov 10 01:08:08 ArchDell kitty[5011]: [0.137] Ignoring unknown config key: disable_ligatures_in
Nov 10 01:08:08 ArchDell systemd[783]: Started kitty child process: 5020 launched by: 5011.
Nov 10 01:08:13 ArchDell sudo[5093]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-5093) opened.
Nov 10 01:08:16 ArchDell sudo[5093]:    (My-User-Name) : TTY=pts/4 ; PWD=/home/(My-User-Name) ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 10 01:08:16 ArchDell sudo[5093]: pam_unix(sudo:session): session opened for user root(uid=0) by (My-User-Name)(uid=1000)
Nov 10 01:08:16 ArchDell sudo[5093]: pam_unix(sudo:session): session closed for user root
Nov 10 01:08:26 ArchDell brave[5146]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:08:38 ArchDell systemd-networkd-wait-online[4794]: Timeout occurred while waiting for network connectivity.
Nov 10 01:08:38 ArchDell systemd[1]: systemd-networkd-wait-online.service: Main process exited, code=exited, status=1/FAILURE
Nov 10 01:08:38 ArchDell systemd[1]: systemd-networkd-wait-online.service: Failed with result 'exit-code'.
Nov 10 01:08:38 ArchDell systemd[1]: Failed to start Wait for Network to be Configured.
Nov 10 01:08:38 ArchDell systemd[1]: Reached target Network is Online.
Nov 10 01:08:38 ArchDell systemd[1]: Starting Samba SMB Daemon...
Nov 10 01:08:38 ArchDell smbd[5157]: [2024/11/10 01:08:38.416199,  0] ../../source3/smbd/server.c:1965(main)
Nov 10 01:08:38 ArchDell smbd[5157]:   smbd version 4.21.1 started.
Nov 10 01:08:38 ArchDell smbd[5157]:   Copyright Andrew Tridgell and the Samba Team 1992-2024
Nov 10 01:08:38 ArchDell systemd[1]: Started Samba SMB Daemon.
Nov 10 01:08:38 ArchDell sudo[4788]: pam_unix(sudo:session): session closed for user root
Nov 10 01:08:38 ArchDell dbus-broker-launch[590]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
Nov 10 01:09:01 ArchDell lbry[1290]: Daemon: 2024-11-10 01:09:01,124 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:09:01 ArchDell lbry[1290]: Daemon: 2024-11-10 01:09:01,124 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:09:01 ArchDell lbry[1290]: 2024-11-10 01:09:01,124 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:09:01 ArchDell lbry[1290]: Daemon: 2024-11-10 01:09:01,125 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:09:26 ArchDell brave[5269]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:09:36 ArchDell lbry[1290]: Daemon: 2024-11-10 01:09:36,111 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671814, change=1) header blocks, final height 1671814
Nov 10 01:10:11 ArchDell lbry[1290]: Daemon: 2024-11-10 01:10:11,128 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:10:11 ArchDell lbry[1290]: Daemon: 2024-11-10 01:10:11,128 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:10:11 ArchDell lbry[1290]: 2024-11-10 01:10:11,128 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:10:11 ArchDell lbry[1290]: Daemon: 2024-11-10 01:10:11,129 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:10:33 ArchDell baloo_file_extractor[1765]: kf.baloo: Not busy, fast indexing
Nov 10 01:10:58 ArchDell lbry[1290]: Daemon: 2024-11-10 01:10:58,686 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671815, change=1) header blocks, final height 1671815
Nov 10 01:11:06 ArchDell lbry[1290]: Daemon: 2024-11-10 01:11:06,479 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671816, change=1) header blocks, final height 1671816
Nov 10 01:11:21 ArchDell lbry[1290]: Daemon: 2024-11-10 01:11:21,134 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:11:21 ArchDell lbry[1290]: Daemon: 2024-11-10 01:11:21,135 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:11:21 ArchDell lbry[1290]: 2024-11-10 01:11:21,135 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:11:21 ArchDell lbry[1290]: Daemon: 2024-11-10 01:11:21,135 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:11:25 ArchDell lbry[1290]: Daemon: 2024-11-10 01:11:25,246 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671817, change=1) header blocks, final height 1671817
Nov 10 01:11:26 ArchDell brave[5431]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:11:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:11:31,545 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:11:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:11:31,547 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:11:33 ArchDell lbry[1290]: Daemon: 2024-11-10 01:11:33,214 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:11:33 ArchDell lbry[1290]: Daemon: 2024-11-10 01:11:33,378 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:12:11 ArchDell brave[5492]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:12:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:12:31,210 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:12:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:12:31,221 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:12:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:12:31,245 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:12:35 ArchDell lbry[1290]: Daemon: 2024-11-10 01:12:35,250 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:12:45 ArchDell baloo_file_extractor[1765]: kf.baloo: Busy, paced indexing
Nov 10 01:13:26 ArchDell brave[5614]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:13:45 ArchDell lbry[1290]: Daemon: 2024-11-10 01:13:45,255 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:13:45 ArchDell lbry[1290]: Daemon: 2024-11-10 01:13:45,255 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:13:45 ArchDell lbry[1290]: 2024-11-10 01:13:45,255 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:13:45 ArchDell lbry[1290]: Daemon: 2024-11-10 01:13:45,256 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:14:19 ArchDell brave[5733]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:14:48 ArchDell lbry[1290]: 01:14:48.360 › Checking for update
Nov 10 01:14:52 ArchDell baloo_file_extractor[1765]: kf.baloo: Not busy, fast indexing
Nov 10 01:14:55 ArchDell lbry[1290]: 01:14:55.249 › Update for version 0.53.9 is not available (latest version: 0.53.9, downgrade is disallowed).
Nov 10 01:14:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:14:55,260 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:14:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:14:55,261 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:14:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:14:55,261 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:14:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:14:55,262 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:15:30 ArchDell baloo_file_extractor[1765]: kf.baloo: Busy, paced indexing
Nov 10 01:15:56 ArchDell brave[5890]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:16:05 ArchDell lbry[1290]: Daemon: 2024-11-10 01:16:05,266 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:16:05 ArchDell lbry[1290]: Daemon: 2024-11-10 01:16:05,266 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:16:05 ArchDell lbry[1290]: 2024-11-10 01:16:05,266 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:16:05 ArchDell lbry[1290]: Daemon: 2024-11-10 01:16:05,266 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:16:26 ArchDell brave[5970]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:16:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:16:31,629 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:16:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:16:31,632 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:16:33 ArchDell lbry[1290]: Daemon: 2024-11-10 01:16:33,674 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:16:33 ArchDell lbry[1290]: Daemon: 2024-11-10 01:16:33,735 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:16:50 ArchDell lbry[1290]: Daemon: 2024-11-10 01:16:50,248 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671818, change=1) header blocks, final height 1671818
Nov 10 01:17:15 ArchDell lbry[1290]: Daemon: 2024-11-10 01:17:15,271 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:17:15 ArchDell lbry[1290]: Daemon: 2024-11-10 01:17:15,271 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:17:15 ArchDell lbry[1290]: 2024-11-10 01:17:15,272 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:17:15 ArchDell lbry[1290]: 2024-11-10 01:17:15,272 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:18:25 ArchDell lbry[1290]: Daemon: 2024-11-10 01:18:25,352 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:18:25 ArchDell lbry[1290]: Daemon: 2024-11-10 01:18:25,363 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:18:25 ArchDell lbry[1290]: Daemon: 2024-11-10 01:18:25,429 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:18:26 ArchDell lbry[1290]: Daemon: 2024-11-10 01:18:26,302 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:18:26 ArchDell brave[6132]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:18:35 ArchDell brave[6160]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:19:36 ArchDell lbry[1290]: Daemon: 2024-11-10 01:19:36,307 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:19:36 ArchDell lbry[1290]: 2024-11-10 01:19:36,308 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:19:36 ArchDell lbry[1290]: 2024-11-10 01:19:36,308 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:19:36 ArchDell lbry[1290]: Daemon: 2024-11-10 01:19:36,308 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:19:41 ArchDell lbry[1290]: Daemon: 2024-11-10 01:19:41,139 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671819, change=1) header blocks, final height 1671819
Nov 10 01:19:57 ArchDell brave[6450]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:20:05 ArchDell systemd[783]: Started kitty - Terminal emulator.
Nov 10 01:20:05 ArchDell kitty[6466]: [0.123] Ignoring unknown config key: disable_ligatures_in
Nov 10 01:20:05 ArchDell systemd[783]: Started kitty child process: 6479 launched by: 6466.
Nov 10 01:20:09 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:09,487 WARNING  lbry.wallet.network:95: cancelled sending server.ping to s1.lbry.network:50001
Nov 10 01:20:09 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:09,487 ERROR    lbry.wallet.network:124: lost connection to spv
Nov 10 01:20:09 ArchDell lbry[1290]: Traceback (most recent call last):
Nov 10 01:20:09 ArchDell lbry[1290]:   File "lbry/wallet/network.py", line 116, in keepalive_loop
Nov 10 01:20:09 ArchDell lbry[1290]:   File "asyncio/tasks.py", line 449, in wait_for
Nov 10 01:20:09 ArchDell lbry[1290]: concurrent.futures._base.TimeoutError
Nov 10 01:20:09 ArchDell lbry[1290]: Daemon: Task exception was never retrieved
Nov 10 01:20:09 ArchDell lbry[1290]: future: <Task finished coro=<RPCSession.send_request() done, defined at lbry/wallet/rpc/session.py:475> exception=TimeoutError()>
Nov 10 01:20:09 ArchDell lbry[1290]: Traceback (most recent call last):
Nov 10 01:20:09 ArchDell lbry[1290]:   File "lbry/wallet/rpc/session.py", line 484, in send_request
Nov 10 01:20:09 ArchDell lbry[1290]: concurrent.futures._base.TimeoutError
Nov 10 01:20:09 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:09,489 INFO     lbry.wallet.network:356: connection lost to s1.lbry.network:50001
Nov 10 01:20:17 ArchDell systemd[783]: Started VSCodium - Text Editor.
Nov 10 01:20:27 ArchDell kernel: traps: codium[6601] trap int3 ip:6191b781446c sp:7ffdf2368cf0 error:0 in codium[600646c,6191b3888000+8972000]
Nov 10 01:20:27 ArchDell systemd-coredump[6846]: Process 6601 (codium) of user 1000 terminated abnormally with signal 5/TRAP, processing...
Nov 10 01:20:27 ArchDell systemd[1]: Created slice Slice /system/drkonqi-coredump-processor.
Nov 10 01:20:27 ArchDell systemd[1]: Created slice Slice /system/systemd-coredump.
Nov 10 01:20:27 ArchDell systemd[1]: Started Process Core Dump (PID 6846/UID 0).
Nov 10 01:20:27 ArchDell systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Nov 10 01:20:31 ArchDell systemd-coredump[6847]: Process 6601 (codium) of user 1000 dumped core.
                                                 
                                                 Stack trace of thread 6601:
                                                 #0  0x00006191b781446c n/a (codium + 0x600746c)
                                                 #1  0x00006191b7813fa5 n/a (codium + 0x6006fa5)
                                                 #2  0x00006191b7813a8d n/a (codium + 0x6006a8d)
                                                 #3  0x00006191b77fcdef n/a (codium + 0x5fefdef)
                                                 #4  0x00006191b77fce4e n/a (codium + 0x5fefe4e)
                                                 #5  0x00006191b77fc8f3 n/a (codium + 0x5fef8f3)
                                                 #6  0x00006191b77fca3e n/a (codium + 0x5fefa3e)
                                                 #7  0x00006191b8953c71 n/a (codium + 0x7146c71)
                                                 #8  0x00006191b8953658 n/a (codium + 0x7146658)
                                                 #9  0x00006191b943a65b n/a (codium + 0x7c2d65b)
                                                 #10 0x00006191b942cbef n/a (codium + 0x7c1fbef)
                                                 #11 0x00006191b942c86a n/a (codium + 0x7c1f86a)
                                                 #12 0x00006191b943dd8a n/a (codium + 0x7c30d8a)
                                                 #13 0x00006191b944121d n/a (codium + 0x7c3421d)
                                                 #14 0x00006191b9436309 n/a (codium + 0x7c29309)
                                                 #15 0x00006191b9435e77 n/a (codium + 0x7c28e77)
                                                 #16 0x00006191b9434d2c n/a (codium + 0x7c27d2c)
                                                 #17 0x00006191b9430b0b n/a (codium + 0x7c23b0b)
                                                 #18 0x00006191b94304bd n/a (codium + 0x7c234bd)
                                                 #19 0x00006191b943beee n/a (codium + 0x7c2eeee)
                                                 #20 0x00006191b943b9be n/a (codium + 0x7c2e9be)
                                                 #21 0x00006191b3e7803e n/a (codium + 0x266b03e)
                                                 #22 0x00006191b3e778bb n/a (codium + 0x266a8bb)
                                                 #23 0x00006191b9412a1c n/a (codium + 0x7c05a1c)
                                                 #24 0x00006191b941f4bd n/a (codium + 0x7c124bd)
                                                 #25 0x00006191b941f313 n/a (codium + 0x7c12313)
                                                 #26 0x00006191b947341c n/a (codium + 0x7c6641c)
                                                 #27 0x00006191b94732bc n/a (codium + 0x7c662bc)
                                                 #28 0x00006191b9409a61 n/a (codium + 0x7bfca61)
                                                 #29 0x00006191b89810fb n/a (codium + 0x71740fb)
                                                 #30 0x00006191b8980e56 n/a (codium + 0x7173e56)
                                                 #31 0x00006191b8980d85 n/a (codium + 0x7173d85)
                                                 #32 0x00006191b9481b0b n/a (codium + 0x7c74b0b)
                                                 #33 0x00006191b948c3e5 n/a (codium + 0x7c7f3e5)
                                                 #34 0x00006191b89810fb n/a (codium + 0x71740fb)
                                                 #35 0x00006191b8980e56 n/a (codium + 0x7173e56)
                                                 #36 0x00006191b8980d85 n/a (codium + 0x7173d85)
                                                 #37 0x00006191b92df9c1 n/a (codium + 0x7ad29c1)
                                                 #38 0x00006191b92ea4cc n/a (codium + 0x7add4cc)
                                                 #39 0x00006191b94b54d4 n/a (codium + 0x7ca84d4)
                                                 #40 0x00006191b8985a8d n/a (codium + 0x7178a8d)
                                                 #41 0x00006191b491c493 n/a (codium + 0x310f493)
                                                 #42 0x00006191b491c1be n/a (codium + 0x310f1be)
                                                 #43 0x00006191b491c74d n/a (codium + 0x310f74d)
                                                 #44 0x00006191b8958a0f n/a (codium + 0x714ba0f)
                                                 #45 0x00006191b8a0a2d3 n/a (codium + 0x71fd2d3)
                                                 #46 0x00006191b895fe3a n/a (codium + 0x7152e3a)
                                                 #47 0x00006191b895fbe4 n/a (codium + 0x7152be4)
                                                 #48 0x00006191b895f96b n/a (codium + 0x715296b)
                                                 #49 0x00006191b8a0de02 n/a (codium + 0x7200e02)
                                                 #50 0x000075274690d559 n/a (libglib-2.0.so.0 + 0x5d559)
                                                 #51 0x0000752746970157 n/a (libglib-2.0.so.0 + 0xc0157)
                                                 #52 0x000075274690ca55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                 #53 0x00006191b78e462c n/a (codium + 0x60d762c)
                                                 #54 0x00006191b7882ec1 n/a (codium + 0x6075ec1)
                                                 #55 0x00006191b78433ae n/a (codium + 0x60363ae)
                                                 #56 0x00006191b66d3a5f n/a (codium + 0x4ec6a5f)
                                                 #57 0x00006191b66d5672 n/a (codium + 0x4ec8672)
                                                 #58 0x00006191b66d12c6 n/a (codium + 0x4ec42c6)
                                                 #59 0x00006191b3fea4b0 n/a (codium + 0x27dd4b0)
                                                 #60 0x00006191b3febc0e n/a (codium + 0x27dec0e)
                                                 #61 0x00006191b3feba6c n/a (codium + 0x27dea6c)
                                                 #62 0x00006191b3fe952f n/a (codium + 0x27dc52f)
                                                 #63 0x00006191b3fe9610 n/a (codium + 0x27dc610)
                                                 
                                                 Stack trace of thread 6609:
                                                 #0  0x00007527455db8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00006191b78ddca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x00006191b78dda98 n/a (codium + 0x60d0a98)
                                                 #3  0x00006191b7882ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00006191b78433ae n/a (codium + 0x60363ae)
                                                 #5  0x00006191b78a6b98 n/a (codium + 0x6099b98)
                                                 #6  0x00006191b789056d n/a (codium + 0x608356d)
                                                 #7  0x00006191b78a6d94 n/a (codium + 0x6099d94)
                                                 #8  0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #9  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #10 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6608:
                                                 #0  0x00007527455c3ac3 wait4 (libc.so.6 + 0x101ac3)
                                                 #1  0x00006191b78d3412 n/a (codium + 0x60c6412)
                                                 #2  0x00006191b78d3204 n/a (codium + 0x60c6204)
                                                 #3  0x00006191b78d4cf0 n/a (codium + 0x60c7cf0)
                                                 #4  0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #5  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6614:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007527455557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00006191b78b8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00006191b78e1056 n/a (codium + 0x60d4056)
                                                 #4  0x00006191b785e91c n/a (codium + 0x605191c)
                                                 #5  0x00006191b781bddd n/a (codium + 0x600eddd)
                                                 #6  0x00006191b7882ec1 n/a (codium + 0x6075ec1)
                                                 #7  0x00006191b78433ae n/a (codium + 0x60363ae)
                                                 #8  0x00006191b78a6b98 n/a (codium + 0x6099b98)
                                                 #9  0x00006191b78a6d94 n/a (codium + 0x6099d94)
                                                 #10 0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #11 0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6677:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007527455557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00006191b78b8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00006191b78e1056 n/a (codium + 0x60d4056)
                                                 #4  0x00006191b785e91c n/a (codium + 0x605191c)
                                                 #5  0x00006191b789ff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00006191b789ea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00006191b789f599 n/a (codium + 0x6092599)
                                                 #8  0x00006191b789f23d n/a (codium + 0x609223d)
                                                 #9  0x00006191b789f14d n/a (codium + 0x609214d)
                                                 #10 0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #11 0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6612:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007527455557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00006191b78b8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00006191b78e1056 n/a (codium + 0x60d4056)
                                                 #4  0x00006191b785e91c n/a (codium + 0x605191c)
                                                 #5  0x00006191b789ff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00006191b789ea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00006191b789f599 n/a (codium + 0x6092599)
                                                 #8  0x00006191b789f26d n/a (codium + 0x609226d)
                                                 #9  0x00006191b789f161 n/a (codium + 0x6092161)
                                                 #10 0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #11 0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6616:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000752745555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00006191b3c96369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00006191bbdd27e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x00006191bbdd05cb n/a (codium + 0xa5c35cb)
                                                 #5  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6617:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000752745555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00006191b3c96369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00006191bbdd27e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x00006191bbdd05cb n/a (codium + 0xa5c35cb)
                                                 #5  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6619:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000075274555e858 n/a (libc.so.6 + 0x9c858)
                                                 #2  0x00006191b3c96196 uv_sem_wait (codium + 0x2489196)
                                                 #3  0x00006191bbeae4cc n/a (codium + 0xa6a14cc)
                                                 #4  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6622:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000752745555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00006191b3c96369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00006191b3c86b83 n/a (codium + 0x2479b83)
                                                 #4  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6623:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000752745555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00006191b3c96369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00006191b3c86b83 n/a (codium + 0x2479b83)
                                                 #4  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6670:
                                                 #0  0x00007527455cdbb0 ppoll (libc.so.6 + 0x10bbb0)
                                                 #1  0x0000752746970227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                 #2  0x000075274690ca55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                 #3  0x000075274690cab2 n/a (libglib-2.0.so.0 + 0x5cab2)
                                                 #4  0x0000752746941026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6671:
                                                 #0  0x00007527455db8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00006191b78ddca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x00006191b78dda98 n/a (codium + 0x60d0a98)
                                                 #3  0x00006191b7882ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00006191b78433ae n/a (codium + 0x60363ae)
                                                 #5  0x00006191b78a6b98 n/a (codium + 0x6099b98)
                                                 #6  0x00006191b78a6d94 n/a (codium + 0x6099d94)
                                                 #7  0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #8  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #9  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6696:
                                                 #0  0x00007527455db8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00006191b3e68010 n/a (codium + 0x265b010)
                                                 #2  0x00006191b3e2ce24 n/a (codium + 0x261fe24)
                                                 #3  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6733:
                                                 #0  0x00007527455d91fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x000075274693fc37 g_cond_wait_until (libglib-2.0.so.0 + 0x8fc37)
                                                 #2  0x00007527468d5955 n/a (libglib-2.0.so.0 + 0x25955)
                                                 #3  0x00007527468d5ac8 g_async_queue_timeout_pop (libglib-2.0.so.0 + 0x25ac8)
                                                 #4  0x0000752746945a30 n/a (libglib-2.0.so.0 + 0x95a30)
                                                 #5  0x0000752746941026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #6  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6611:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007527455557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00006191b78b8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00006191b78e1056 n/a (codium + 0x60d4056)
                                                 #4  0x00006191b785e91c n/a (codium + 0x605191c)
                                                 #5  0x00006191b789ff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00006191b789ea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00006191b789f599 n/a (codium + 0x6092599)
                                                 #8  0x00006191b789f23d n/a (codium + 0x609223d)
                                                 #9  0x00006191b789f14d n/a (codium + 0x609214d)
                                                 #10 0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #11 0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6621:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000752745555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00006191b3c96369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00006191b3c86b83 n/a (codium + 0x2479b83)
                                                 #4  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6751:
                                                 #0  0x00007527455d8c57 __select (libc.so.6 + 0x116c57)
                                                 #1  0x00007527358743dc _ZN15vscode_keyboard15ListenToXEventsEPv (keymapping.node + 0x73dc)
                                                 #2  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #3  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6683:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000752745555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00006191b78b8a16 n/a (codium + 0x60aba16)
                                                 #3  0x00006191b78e102c n/a (codium + 0x60d402c)
                                                 #4  0x00006191b785e7e5 n/a (codium + 0x60517e5)
                                                 #5  0x00006191b781bdbb n/a (codium + 0x600edbb)
                                                 #6  0x00006191b7882ec1 n/a (codium + 0x6075ec1)
                                                 #7  0x00006191b78433ae n/a (codium + 0x60363ae)
                                                 #8  0x00006191b78a6b98 n/a (codium + 0x6099b98)
                                                 #9  0x00006191b78a6d94 n/a (codium + 0x6099d94)
                                                 #10 0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #11 0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6729:
                                                 #0  0x00007527455d91fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x000075274693ef20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                 #2  0x00007527468d598c n/a (libglib-2.0.so.0 + 0x2598c)
                                                 #3  0x0000752746945137 n/a (libglib-2.0.so.0 + 0x95137)
                                                 #4  0x0000752746941026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6610:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007527455557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00006191b78b8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00006191b78e1056 n/a (codium + 0x60d4056)
                                                 #4  0x00006191b785e91c n/a (codium + 0x605191c)
                                                 #5  0x00006191b789ff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00006191b789ea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00006191b789f599 n/a (codium + 0x6092599)
                                                 #8  0x00006191b789f23d n/a (codium + 0x609223d)
                                                 #9  0x00006191b789f14d n/a (codium + 0x609214d)
                                                 #10 0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #11 0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6613:
                                                 #0  0x00007527455db8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00006191b78ddca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x00006191b78dda98 n/a (codium + 0x60d0a98)
                                                 #3  0x00006191b7882ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00006191b78433ae n/a (codium + 0x60363ae)
                                                 #5  0x00006191b78a6b98 n/a (codium + 0x6099b98)
                                                 #6  0x00006191b66d619f n/a (codium + 0x4ec919f)
                                                 #7  0x00006191b78a6d94 n/a (codium + 0x6099d94)
                                                 #8  0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #9  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #10 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6618:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000752745555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00006191b3c96369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00006191bbdd27e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x00006191bbdd05cb n/a (codium + 0xa5c35cb)
                                                 #5  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6615:
                                                 #0  0x00007527455db750 epoll_pwait (libc.so.6 + 0x119750)
                                                 #1  0x00006191b3c9acfd n/a (codium + 0x248dcfd)
                                                 #2  0x00006191b3c8a5d5 uv_run (codium + 0x247d5d5)
                                                 #3  0x00006191bbdd2581 n/a (codium + 0xa5c5581)
                                                 #4  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6620:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000752745555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00006191b3c96369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00006191b3c86b83 n/a (codium + 0x2479b83)
                                                 #4  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6656:
                                                 #0  0x00007527455db750 epoll_pwait (libc.so.6 + 0x119750)
                                                 #1  0x00006191b3c9acfd n/a (codium + 0x248dcfd)
                                                 #2  0x00006191b3c8a5d5 uv_run (codium + 0x247d5d5)
                                                 #3  0x00006191bbc7fbc0 n/a (codium + 0xa472bc0)
                                                 #4  0x00006191bbe4b782 n/a (codium + 0xa63e782)
                                                 #5  0x00006191bbe50522 n/a (codium + 0xa643522)
                                                 #6  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6679:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007527455557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00006191b78b8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00006191b78e1056 n/a (codium + 0x60d4056)
                                                 #4  0x00006191b785e91c n/a (codium + 0x605191c)
                                                 #5  0x00006191b789ff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00006191b789ea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00006191b789f599 n/a (codium + 0x6092599)
                                                 #8  0x00006191b789f29d n/a (codium + 0x609229d)
                                                 #9  0x00006191b789f157 n/a (codium + 0x6092157)
                                                 #10 0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #11 0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6730:
                                                 #0  0x00007527455cdbb0 ppoll (libc.so.6 + 0x10bbb0)
                                                 #1  0x0000752746970227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                 #2  0x000075274690e287 g_main_loop_run (libglib-2.0.so.0 + 0x5e287)
                                                 #3  0x00007527467f4bc4 n/a (libgio-2.0.so.0 + 0x113bc4)
                                                 #4  0x0000752746941026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6680:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000752745555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00006191b78b8a16 n/a (codium + 0x60aba16)
                                                 #3  0x00006191b8bcf414 n/a (codium + 0x73c2414)
                                                 #4  0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #5  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6742:
                                                 #0  0x00007527455db8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00006191b78ddca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x00006191b78dda98 n/a (codium + 0x60d0a98)
                                                 #3  0x00006191b7882ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00006191b78433ae n/a (codium + 0x60363ae)
                                                 #5  0x00006191b78a6b98 n/a (codium + 0x6099b98)
                                                 #6  0x00006191b78a6d94 n/a (codium + 0x6099d94)
                                                 #7  0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #8  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #9  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6674:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007527455557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00006191b78b8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00006191b78e1056 n/a (codium + 0x60d4056)
                                                 #4  0x00006191b785e91c n/a (codium + 0x605191c)
                                                 #5  0x00006191b789ff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00006191b789ea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00006191b789f599 n/a (codium + 0x6092599)
                                                 #8  0x00006191b789f23d n/a (codium + 0x609223d)
                                                 #9  0x00006191b789f14d n/a (codium + 0x609214d)
                                                 #10 0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #11 0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6673:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007527455557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00006191b78b8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00006191b78e1056 n/a (codium + 0x60d4056)
                                                 #4  0x00006191b785e91c n/a (codium + 0x605191c)
                                                 #5  0x00006191b789ff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00006191b789ea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00006191b789f599 n/a (codium + 0x6092599)
                                                 #8  0x00006191b789f23d n/a (codium + 0x609223d)
                                                 #9  0x00006191b789f14d n/a (codium + 0x609214d)
                                                 #10 0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #11 0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6699:
                                                 #0  0x00007527455d91fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x000075274693ef20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                 #2  0x00007527468d598c n/a (libglib-2.0.so.0 + 0x2598c)
                                                 #3  0x00007527468d59fd g_async_queue_pop (libglib-2.0.so.0 + 0x259fd)
                                                 #4  0x0000752744d165fc n/a (libpangoft2-1.0.so.0 + 0xc5fc)
                                                 #5  0x0000752746941026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #6  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6716:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007527455557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00006191b78b8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00006191b78e1056 n/a (codium + 0x60d4056)
                                                 #4  0x00006191b785e91c n/a (codium + 0x605191c)
                                                 #5  0x00006191b789ff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00006191b789ea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00006191b789f599 n/a (codium + 0x6092599)
                                                 #8  0x00006191b789f26d n/a (codium + 0x609226d)
                                                 #9  0x00006191b789f161 n/a (codium + 0x6092161)
                                                 #10 0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #11 0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6602:
                                                 #0  0x00007527455cd63d __poll (libc.so.6 + 0x10b63d)
                                                 #1  0x00006191b6dcac90 n/a (codium + 0x55bdc90)
                                                 #2  0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #3  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6672:
                                                 #0  0x00007527455cdc5a read (libc.so.6 + 0x10bc5a)
                                                 #1  0x00006191b3e5654c n/a (codium + 0x264954c)
                                                 #2  0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #3  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6675:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007527455557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00006191b78b8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00006191b78e1056 n/a (codium + 0x60d4056)
                                                 #4  0x00006191b785e91c n/a (codium + 0x605191c)
                                                 #5  0x00006191b789ff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00006191b789ea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00006191b789f599 n/a (codium + 0x6092599)
                                                 #8  0x00006191b789f23d n/a (codium + 0x609223d)
                                                 #9  0x00006191b789f14d n/a (codium + 0x609214d)
                                                 #10 0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #11 0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6676:
                                                 #0  0x00007527455cd63d __poll (libc.so.6 + 0x10b63d)
                                                 #1  0x00006191b78bc08f n/a (codium + 0x60af08f)
                                                 #2  0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #3  0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6678:
                                                 #0  0x0000752745552a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007527455557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00006191b78b8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00006191b78e1056 n/a (codium + 0x60d4056)
                                                 #4  0x00006191b785e91c n/a (codium + 0x605191c)
                                                 #5  0x00006191b789ff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00006191b789ea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00006191b789f599 n/a (codium + 0x6092599)
                                                 #8  0x00006191b789f23d n/a (codium + 0x609223d)
                                                 #9  0x00006191b789f14d n/a (codium + 0x609214d)
                                                 #10 0x00006191b78b927d n/a (codium + 0x60ac27d)
                                                 #11 0x000075274555639d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007527455db49c n/a (libc.so.6 + 0x11949c)
                                                 ELF object binary architecture: AMD x86-64
Nov 10 01:20:31 ArchDell drkonqi-coredump-processor[1010]: "/opt/vscodium-bin/codium" 6601 "/var/lib/systemd/coredump/core.codium.1000.35f50f501117493aa5971396915fe53a.6601.1731181827000000.zst"
Nov 10 01:20:31 ArchDell drkonqi-coredump-processor[6848]: "/opt/vscodium-bin/codium" 6601 "/var/lib/systemd/coredump/core.codium.1000.35f50f501117493aa5971396915fe53a.6601.1731181827000000.zst"
Nov 10 01:20:31 ArchDell systemd[1]: systemd-coredump@0-6846-0.service: Deactivated successfully.
Nov 10 01:20:31 ArchDell systemd[1]: systemd-coredump@0-6846-0.service: Consumed 3.230s CPU time, 952.2M memory peak.
Nov 10 01:20:31 ArchDell systemd[783]: Started Launch DrKonqi for a systemd-coredump crash (PID 1010/UID 1000).
Nov 10 01:20:31 ArchDell systemd[783]: Started Launch DrKonqi for a systemd-coredump crash (PID 6848/UID 0).
Nov 10 01:20:31 ArchDell drkonqi-coredump-launcher[6856]: Unable to find file for pid 6601 expected at "kcrash-metadata/codium.35f50f501117493aa5971396915fe53a.6601.ini"
Nov 10 01:20:31 ArchDell drkonqi-coredump-launcher[6857]: Unable to find file for pid 6601 expected at "kcrash-metadata/codium.35f50f501117493aa5971396915fe53a.6601.ini"
Nov 10 01:20:31 ArchDell drkonqi-coredump-launcher[6857]: Nothing handled the dump :O
Nov 10 01:20:31 ArchDell drkonqi-coredump-launcher[6856]: Nothing handled the dump :O
Nov 10 01:20:31 ArchDell systemd[783]: drkonqi-coredump-pickup.service: Consumed 168ms CPU time, 124.1M memory peak.
Nov 10 01:20:31 ArchDell systemd[1]: drkonqi-coredump-processor@0-6846-0.service: Deactivated successfully.
Nov 10 01:20:31 ArchDell systemd[783]: app-codium@1671cebfd3df4af490b8f02d2d7e2e38.service: Consumed 24.769s CPU time, 901.7M memory peak.
Nov 10 01:20:33 ArchDell kwin_x11[908]: qt.dbus.integration: QDBusConnection: couldn't handle call to Teardown, no slot matched
Nov 10 01:20:33 ArchDell kwin_x11[908]: qt.dbus.integration: QDBusConnection: couldn't handle call to Teardown, no slot matched
Nov 10 01:20:33 ArchDell kwin_x11[908]: qt.dbus.integration: Could not find slot Krunner1Adaptor::Teardown
Nov 10 01:20:34 ArchDell systemd[783]: Started VSCodium - Text Editor.
Nov 10 01:20:38 ArchDell kernel: traps: codium[6887] trap int3 ip:63bd91b7946c sp:7ffcde427600 error:0 in codium[600646c,63bd8dbed000+8972000]
Nov 10 01:20:38 ArchDell systemd-coredump[6976]: Process 6887 (codium) of user 1000 terminated abnormally with signal 5/TRAP, processing...
Nov 10 01:20:38 ArchDell systemd[1]: Started Process Core Dump (PID 6976/UID 0).
Nov 10 01:20:38 ArchDell systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Nov 10 01:20:39 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:39,534 INFO     lbry.wallet.network:254: 3 possible spv servers to try (0 urls in config)
Nov 10 01:20:40 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:40,418 INFO     lbry.wallet.network:269: s1.lbry.network:50001 has latency of 882.95ms (available: True, height: 1671819)
Nov 10 01:20:40 ArchDell lbry[1290]: 2024-11-10 01:20:40,419 INFO     lbry.wallet.network:269: spv17.lbry.com:50001 has latency of 883.16ms (available: False, height: 0)
Nov 10 01:20:40 ArchDell lbry[1290]: 2024-11-10 01:20:40,419 INFO     lbry.wallet.network:269: hub.lbry.grin.io:50001 has latency of 883.24ms (available: True, height: 1671819)
Nov 10 01:20:41 ArchDell systemd-coredump[6977]: Process 6887 (codium) of user 1000 dumped core.
                                                 
                                                 Stack trace of thread 6887:
                                                 #0  0x000063bd91b7946c n/a (codium + 0x600746c)
                                                 #1  0x000063bd91b78fa5 n/a (codium + 0x6006fa5)
                                                 #2  0x000063bd91b78a8d n/a (codium + 0x6006a8d)
                                                 #3  0x000063bd91b61def n/a (codium + 0x5fefdef)
                                                 #4  0x000063bd91b61e4e n/a (codium + 0x5fefe4e)
                                                 #5  0x000063bd91b618f3 n/a (codium + 0x5fef8f3)
                                                 #6  0x000063bd91b61a3e n/a (codium + 0x5fefa3e)
                                                 #7  0x000063bd92cb8c71 n/a (codium + 0x7146c71)
                                                 #8  0x000063bd92cb8658 n/a (codium + 0x7146658)
                                                 #9  0x000063bd9379f65b n/a (codium + 0x7c2d65b)
                                                 #10 0x000063bd93791bef n/a (codium + 0x7c1fbef)
                                                 #11 0x000063bd9379186a n/a (codium + 0x7c1f86a)
                                                 #12 0x000063bd937a2d8a n/a (codium + 0x7c30d8a)
                                                 #13 0x000063bd937a621d n/a (codium + 0x7c3421d)
                                                 #14 0x000063bd9379b309 n/a (codium + 0x7c29309)
                                                 #15 0x000063bd9379ae77 n/a (codium + 0x7c28e77)
                                                 #16 0x000063bd93799d2c n/a (codium + 0x7c27d2c)
                                                 #17 0x000063bd93795b0b n/a (codium + 0x7c23b0b)
                                                 #18 0x000063bd937954bd n/a (codium + 0x7c234bd)
                                                 #19 0x000063bd937a0eee n/a (codium + 0x7c2eeee)
                                                 #20 0x000063bd937a09be n/a (codium + 0x7c2e9be)
                                                 #21 0x000063bd8e1dd03e n/a (codium + 0x266b03e)
                                                 #22 0x000063bd8e1dc8bb n/a (codium + 0x266a8bb)
                                                 #23 0x000063bd93777a1c n/a (codium + 0x7c05a1c)
                                                 #24 0x000063bd937844bd n/a (codium + 0x7c124bd)
                                                 #25 0x000063bd93784313 n/a (codium + 0x7c12313)
                                                 #26 0x000063bd937d841c n/a (codium + 0x7c6641c)
                                                 #27 0x000063bd937d82bc n/a (codium + 0x7c662bc)
                                                 #28 0x000063bd9376ea61 n/a (codium + 0x7bfca61)
                                                 #29 0x000063bd92ce60fb n/a (codium + 0x71740fb)
                                                 #30 0x000063bd92ce5e56 n/a (codium + 0x7173e56)
                                                 #31 0x000063bd92ce5d85 n/a (codium + 0x7173d85)
                                                 #32 0x000063bd937e6b0b n/a (codium + 0x7c74b0b)
                                                 #33 0x000063bd937f13e5 n/a (codium + 0x7c7f3e5)
                                                 #34 0x000063bd92ce60fb n/a (codium + 0x71740fb)
                                                 #35 0x000063bd92ce5e56 n/a (codium + 0x7173e56)
                                                 #36 0x000063bd92ce5d85 n/a (codium + 0x7173d85)
                                                 #37 0x000063bd936449c1 n/a (codium + 0x7ad29c1)
                                                 #38 0x000063bd9364f4cc n/a (codium + 0x7add4cc)
                                                 #39 0x000063bd9381a4d4 n/a (codium + 0x7ca84d4)
                                                 #40 0x000063bd92ceaa8d n/a (codium + 0x7178a8d)
                                                 #41 0x000063bd8ec81493 n/a (codium + 0x310f493)
                                                 #42 0x000063bd8ec811be n/a (codium + 0x310f1be)
                                                 #43 0x000063bd8ec8174d n/a (codium + 0x310f74d)
                                                 #44 0x000063bd92cbda0f n/a (codium + 0x714ba0f)
                                                 #45 0x000063bd92d6f2d3 n/a (codium + 0x71fd2d3)
                                                 #46 0x000063bd92cc4e3a n/a (codium + 0x7152e3a)
                                                 #47 0x000063bd92cc4be4 n/a (codium + 0x7152be4)
                                                 #48 0x000063bd92cc496b n/a (codium + 0x715296b)
                                                 #49 0x000063bd92d72e02 n/a (codium + 0x7200e02)
                                                 #50 0x000070160a8ad559 n/a (libglib-2.0.so.0 + 0x5d559)
                                                 #51 0x000070160a910157 n/a (libglib-2.0.so.0 + 0xc0157)
                                                 #52 0x000070160a8aca55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                 #53 0x000063bd91c4962c n/a (codium + 0x60d762c)
                                                 #54 0x000063bd91be7ec1 n/a (codium + 0x6075ec1)
                                                 #55 0x000063bd91ba83ae n/a (codium + 0x60363ae)
                                                 #56 0x000063bd90a38a5f n/a (codium + 0x4ec6a5f)
                                                 #57 0x000063bd90a3a672 n/a (codium + 0x4ec8672)
                                                 #58 0x000063bd90a362c6 n/a (codium + 0x4ec42c6)
                                                 #59 0x000063bd8e34f4b0 n/a (codium + 0x27dd4b0)
                                                 #60 0x000063bd8e350c0e n/a (codium + 0x27dec0e)
                                                 #61 0x000063bd8e350a6c n/a (codium + 0x27dea6c)
                                                 #62 0x000063bd8e34e52f n/a (codium + 0x27dc52f)
                                                 #63 0x000063bd8e34e610 n/a (codium + 0x27dc610)
                                                 
                                                 Stack trace of thread 6896:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007016094207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000063bd91c1db3e n/a (codium + 0x60abb3e)
                                                 #3  0x000063bd91c46056 n/a (codium + 0x60d4056)
                                                 #4  0x000063bd91bc391c n/a (codium + 0x605191c)
                                                 #5  0x000063bd91c04f2d n/a (codium + 0x6092f2d)
                                                 #6  0x000063bd91c03a3c n/a (codium + 0x6091a3c)
                                                 #7  0x000063bd91c04599 n/a (codium + 0x6092599)
                                                 #8  0x000063bd91c0423d n/a (codium + 0x609223d)
                                                 #9  0x000063bd91c0414d n/a (codium + 0x609214d)
                                                 #10 0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #11 0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6895:
                                                 #0  0x00007016094a68b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x000063bd91c42ca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x000063bd91c42a98 n/a (codium + 0x60d0a98)
                                                 #3  0x000063bd91be7ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x000063bd91ba83ae n/a (codium + 0x60363ae)
                                                 #5  0x000063bd91c0bb98 n/a (codium + 0x6099b98)
                                                 #6  0x000063bd91bf556d n/a (codium + 0x608356d)
                                                 #7  0x000063bd91c0bd94 n/a (codium + 0x6099d94)
                                                 #8  0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #9  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #10 0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6888:
                                                 #0  0x000070160949863d __poll (libc.so.6 + 0x10b63d)
                                                 #1  0x000063bd9112fc90 n/a (codium + 0x55bdc90)
                                                 #2  0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #3  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6897:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007016094207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000063bd91c1db3e n/a (codium + 0x60abb3e)
                                                 #3  0x000063bd91c46056 n/a (codium + 0x60d4056)
                                                 #4  0x000063bd91bc391c n/a (codium + 0x605191c)
                                                 #5  0x000063bd91c04f2d n/a (codium + 0x6092f2d)
                                                 #6  0x000063bd91c03a3c n/a (codium + 0x6091a3c)
                                                 #7  0x000063bd91c04599 n/a (codium + 0x6092599)
                                                 #8  0x000063bd91c0423d n/a (codium + 0x609223d)
                                                 #9  0x000063bd91c0414d n/a (codium + 0x609214d)
                                                 #10 0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #11 0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6894:
                                                 #0  0x000070160948eac3 wait4 (libc.so.6 + 0x101ac3)
                                                 #1  0x000063bd91c38412 n/a (codium + 0x60c6412)
                                                 #2  0x000063bd91c38204 n/a (codium + 0x60c6204)
                                                 #3  0x000063bd91c39cf0 n/a (codium + 0x60c7cf0)
                                                 #4  0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #5  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6900:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000701609420479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000063bd91c1da16 n/a (codium + 0x60aba16)
                                                 #3  0x000063bd91c4602c n/a (codium + 0x60d402c)
                                                 #4  0x000063bd91bc37e5 n/a (codium + 0x60517e5)
                                                 #5  0x000063bd91b80dbb n/a (codium + 0x600edbb)
                                                 #6  0x000063bd91be7ec1 n/a (codium + 0x6075ec1)
                                                 #7  0x000063bd91ba83ae n/a (codium + 0x60363ae)
                                                 #8  0x000063bd91c0bb98 n/a (codium + 0x6099b98)
                                                 #9  0x000063bd91c0bd94 n/a (codium + 0x6099d94)
                                                 #10 0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #11 0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6898:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007016094207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000063bd91c1db3e n/a (codium + 0x60abb3e)
                                                 #3  0x000063bd91c46056 n/a (codium + 0x60d4056)
                                                 #4  0x000063bd91bc391c n/a (codium + 0x605191c)
                                                 #5  0x000063bd91c04f2d n/a (codium + 0x6092f2d)
                                                 #6  0x000063bd91c03a3c n/a (codium + 0x6091a3c)
                                                 #7  0x000063bd91c04599 n/a (codium + 0x6092599)
                                                 #8  0x000063bd91c0426d n/a (codium + 0x609226d)
                                                 #9  0x000063bd91c04161 n/a (codium + 0x6092161)
                                                 #10 0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #11 0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6904:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000701609420479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000063bd8dffb369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x000063bd961377e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x000063bd961355cb n/a (codium + 0xa5c35cb)
                                                 #5  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6907:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000701609420479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000063bd8dffb369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x000063bd8dfebb83 n/a (codium + 0x2479b83)
                                                 #4  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6899:
                                                 #0  0x00007016094a68b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x000063bd91c42ca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x000063bd91c42a98 n/a (codium + 0x60d0a98)
                                                 #3  0x000063bd91be7ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x000063bd91ba83ae n/a (codium + 0x60363ae)
                                                 #5  0x000063bd91c0bb98 n/a (codium + 0x6099b98)
                                                 #6  0x000063bd90a3b19f n/a (codium + 0x4ec919f)
                                                 #7  0x000063bd91c0bd94 n/a (codium + 0x6099d94)
                                                 #8  0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #9  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #10 0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6920:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000701609420479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000063bd91c1da16 n/a (codium + 0x60aba16)
                                                 #3  0x000063bd91c4602c n/a (codium + 0x60d402c)
                                                 #4  0x000063bd91bc37e5 n/a (codium + 0x60517e5)
                                                 #5  0x000063bd91b80dbb n/a (codium + 0x600edbb)
                                                 #6  0x000063bd91be7ec1 n/a (codium + 0x6075ec1)
                                                 #7  0x000063bd91ba83ae n/a (codium + 0x60363ae)
                                                 #8  0x000063bd91c0bb98 n/a (codium + 0x6099b98)
                                                 #9  0x000063bd91c0bd94 n/a (codium + 0x6099d94)
                                                 #10 0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #11 0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6906:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000701609420479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000063bd8dffb369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x000063bd8dfebb83 n/a (codium + 0x2479b83)
                                                 #4  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6958:
                                                 #0  0x00007016094a68b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x000063bd91c42ca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x000063bd91c42a98 n/a (codium + 0x60d0a98)
                                                 #3  0x000063bd91be7ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x000063bd91ba83ae n/a (codium + 0x60363ae)
                                                 #5  0x000063bd91c0bb98 n/a (codium + 0x6099b98)
                                                 #6  0x000063bd91c0bd94 n/a (codium + 0x6099d94)
                                                 #7  0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #8  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #9  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6908:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000701609420479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000063bd8dffb369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x000063bd8dfebb83 n/a (codium + 0x2479b83)
                                                 #4  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6913:
                                                 #0  0x0000701609498c5a read (libc.so.6 + 0x10bc5a)
                                                 #1  0x000063bd8e1bb54c n/a (codium + 0x264954c)
                                                 #2  0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #3  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6909:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000701609420479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000063bd8dffb369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x000063bd8dfebb83 n/a (codium + 0x2479b83)
                                                 #4  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6946:
                                                 #0  0x00007016094a41fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x000070160a8def20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                 #2  0x000070160a87598c n/a (libglib-2.0.so.0 + 0x2598c)
                                                 #3  0x000070160a8e5137 n/a (libglib-2.0.so.0 + 0x95137)
                                                 #4  0x000070160a8e1026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6903:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000701609420479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000063bd8dffb369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x000063bd961377e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x000063bd961355cb n/a (codium + 0xa5c35cb)
                                                 #5  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6924:
                                                 #0  0x00007016094a68b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x000063bd8e1cd010 n/a (codium + 0x265b010)
                                                 #2  0x000063bd8e191e24 n/a (codium + 0x261fe24)
                                                 #3  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6914:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007016094207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000063bd91c1db3e n/a (codium + 0x60abb3e)
                                                 #3  0x000063bd91c46056 n/a (codium + 0x60d4056)
                                                 #4  0x000063bd91bc391c n/a (codium + 0x605191c)
                                                 #5  0x000063bd91c04f2d n/a (codium + 0x6092f2d)
                                                 #6  0x000063bd91c03a3c n/a (codium + 0x6091a3c)
                                                 #7  0x000063bd91c04599 n/a (codium + 0x6092599)
                                                 #8  0x000063bd91c0423d n/a (codium + 0x609223d)
                                                 #9  0x000063bd91c0414d n/a (codium + 0x609214d)
                                                 #10 0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #11 0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6905:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000701609429858 n/a (libc.so.6 + 0x9c858)
                                                 #2  0x000063bd8dffb196 uv_sem_wait (codium + 0x2489196)
                                                 #3  0x000063bd962134cc n/a (codium + 0xa6a14cc)
                                                 #4  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6911:
                                                 #0  0x0000701609498bb0 ppoll (libc.so.6 + 0x10bbb0)
                                                 #1  0x000070160a910227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                 #2  0x000070160a8aca55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                 #3  0x000070160a8acab2 n/a (libglib-2.0.so.0 + 0x5cab2)
                                                 #4  0x000070160a8e1026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6935:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007016094207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000063bd91c1db3e n/a (codium + 0x60abb3e)
                                                 #3  0x000063bd91c46056 n/a (codium + 0x60d4056)
                                                 #4  0x000063bd91bc391c n/a (codium + 0x605191c)
                                                 #5  0x000063bd91c04f2d n/a (codium + 0x6092f2d)
                                                 #6  0x000063bd91c03a3c n/a (codium + 0x6091a3c)
                                                 #7  0x000063bd91c04599 n/a (codium + 0x6092599)
                                                 #8  0x000063bd91c0426d n/a (codium + 0x609226d)
                                                 #9  0x000063bd91c04161 n/a (codium + 0x6092161)
                                                 #10 0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #11 0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6916:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007016094207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000063bd91c1db3e n/a (codium + 0x60abb3e)
                                                 #3  0x000063bd91c46056 n/a (codium + 0x60d4056)
                                                 #4  0x000063bd91bc391c n/a (codium + 0x605191c)
                                                 #5  0x000063bd91c04f2d n/a (codium + 0x6092f2d)
                                                 #6  0x000063bd91c03a3c n/a (codium + 0x6091a3c)
                                                 #7  0x000063bd91c04599 n/a (codium + 0x6092599)
                                                 #8  0x000063bd91c0423d n/a (codium + 0x609223d)
                                                 #9  0x000063bd91c0414d n/a (codium + 0x609214d)
                                                 #10 0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #11 0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6915:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007016094207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000063bd91c1db3e n/a (codium + 0x60abb3e)
                                                 #3  0x000063bd91c46056 n/a (codium + 0x60d4056)
                                                 #4  0x000063bd91bc391c n/a (codium + 0x605191c)
                                                 #5  0x000063bd91c04f2d n/a (codium + 0x6092f2d)
                                                 #6  0x000063bd91c03a3c n/a (codium + 0x6091a3c)
                                                 #7  0x000063bd91c04599 n/a (codium + 0x6092599)
                                                 #8  0x000063bd91c0423d n/a (codium + 0x609223d)
                                                 #9  0x000063bd91c0414d n/a (codium + 0x609214d)
                                                 #10 0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #11 0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6919:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000701609420479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000063bd91c1da16 n/a (codium + 0x60aba16)
                                                 #3  0x000063bd92f34414 n/a (codium + 0x73c2414)
                                                 #4  0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #5  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6918:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007016094207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000063bd91c1db3e n/a (codium + 0x60abb3e)
                                                 #3  0x000063bd91c46056 n/a (codium + 0x60d4056)
                                                 #4  0x000063bd91bc391c n/a (codium + 0x605191c)
                                                 #5  0x000063bd91c04f2d n/a (codium + 0x6092f2d)
                                                 #6  0x000063bd91c03a3c n/a (codium + 0x6091a3c)
                                                 #7  0x000063bd91c04599 n/a (codium + 0x6092599)
                                                 #8  0x000063bd91c0429d n/a (codium + 0x609229d)
                                                 #9  0x000063bd91c04157 n/a (codium + 0x6092157)
                                                 #10 0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #11 0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6917:
                                                 #0  0x000070160949863d __poll (libc.so.6 + 0x10b63d)
                                                 #1  0x000063bd91c2108f n/a (codium + 0x60af08f)
                                                 #2  0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #3  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6901:
                                                 #0  0x00007016094a6750 epoll_pwait (libc.so.6 + 0x119750)
                                                 #1  0x000063bd8dfffcfd n/a (codium + 0x248dcfd)
                                                 #2  0x000063bd8dfef5d5 uv_run (codium + 0x247d5d5)
                                                 #3  0x000063bd96137581 n/a (codium + 0xa5c5581)
                                                 #4  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6967:
                                                 #0  0x00007016094a3c57 __select (libc.so.6 + 0x116c57)
                                                 #1  0x00007015f8e163dc _ZN15vscode_keyboard15ListenToXEventsEPv (keymapping.node + 0x73dc)
                                                 #2  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #3  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6902:
                                                 #0  0x000070160941da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000701609420479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000063bd8dffb369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x000063bd961377e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x000063bd961355cb n/a (codium + 0xa5c35cb)
                                                 #5  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6947:
                                                 #0  0x0000701609498bb0 ppoll (libc.so.6 + 0x10bbb0)
                                                 #1  0x000070160a910227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                 #2  0x000070160a8ae287 g_main_loop_run (libglib-2.0.so.0 + 0x5e287)
                                                 #3  0x000070160a794bc4 n/a (libgio-2.0.so.0 + 0x113bc4)
                                                 #4  0x000070160a8e1026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6951:
                                                 #0  0x00007016094a41fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x000070160a8dfc37 g_cond_wait_until (libglib-2.0.so.0 + 0x8fc37)
                                                 #2  0x000070160a875955 n/a (libglib-2.0.so.0 + 0x25955)
                                                 #3  0x000070160a875ac8 g_async_queue_timeout_pop (libglib-2.0.so.0 + 0x25ac8)
                                                 #4  0x000070160a8e5a30 n/a (libglib-2.0.so.0 + 0x95a30)
                                                 #5  0x000070160a8e1026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #6  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6910:
                                                 #0  0x00007016094a6750 epoll_pwait (libc.so.6 + 0x119750)
                                                 #1  0x000063bd8dfffcfd n/a (codium + 0x248dcfd)
                                                 #2  0x000063bd8dfef5d5 uv_run (codium + 0x247d5d5)
                                                 #3  0x000063bd95fe4bc0 n/a (codium + 0xa472bc0)
                                                 #4  0x000063bd961b0782 n/a (codium + 0xa63e782)
                                                 #5  0x000063bd961b5522 n/a (codium + 0xa643522)
                                                 #6  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6925:
                                                 #0  0x00007016094a41fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x000070160a8def20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                 #2  0x000070160a87598c n/a (libglib-2.0.so.0 + 0x2598c)
                                                 #3  0x000070160a8759fd g_async_queue_pop (libglib-2.0.so.0 + 0x259fd)
                                                 #4  0x0000701608bbf5fc n/a (libpangoft2-1.0.so.0 + 0xc5fc)
                                                 #5  0x000070160a8e1026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #6  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 6912:
                                                 #0  0x00007016094a68b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x000063bd91c42ca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x000063bd91c42a98 n/a (codium + 0x60d0a98)
                                                 #3  0x000063bd91be7ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x000063bd91ba83ae n/a (codium + 0x60363ae)
                                                 #5  0x000063bd91c0bb98 n/a (codium + 0x6099b98)
                                                 #6  0x000063bd91c0bd94 n/a (codium + 0x6099d94)
                                                 #7  0x000063bd91c1e27d n/a (codium + 0x60ac27d)
                                                 #8  0x000070160942139d n/a (libc.so.6 + 0x9439d)
                                                 #9  0x00007016094a649c n/a (libc.so.6 + 0x11949c)
                                                 ELF object binary architecture: AMD x86-64
Nov 10 01:20:41 ArchDell drkonqi-coredump-processor[6978]: "/opt/vscodium-bin/codium" 6887 "/var/lib/systemd/coredump/core.codium.1000.35f50f501117493aa5971396915fe53a.6887.1731181838000000.zst"
Nov 10 01:20:41 ArchDell systemd[1]: systemd-coredump@1-6976-0.service: Deactivated successfully.
Nov 10 01:20:41 ArchDell systemd[1]: systemd-coredump@1-6976-0.service: Consumed 2.942s CPU time, 897.6M memory peak.
Nov 10 01:20:41 ArchDell systemd[783]: Started Launch DrKonqi for a systemd-coredump crash (PID 6978/UID 0).
Nov 10 01:20:41 ArchDell systemd[783]: app-codium@6a74923350464b8a9afcca9ca024e018.service: Consumed 6.344s CPU time, 234.6M memory peak.
Nov 10 01:20:41 ArchDell drkonqi-coredump-launcher[6986]: Unable to find file for pid 6887 expected at "kcrash-metadata/codium.35f50f501117493aa5971396915fe53a.6887.ini"
Nov 10 01:20:41 ArchDell drkonqi-coredump-launcher[6986]: Nothing handled the dump :O
Nov 10 01:20:41 ArchDell systemd[1]: drkonqi-coredump-processor@1-6976-0.service: Deactivated successfully.
Nov 10 01:20:42 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:42,535 INFO     lbry.wallet.network:279: 2/3 probed spv servers are accepting connections
Nov 10 01:20:42 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:42,536 INFO     lbry.wallet.udp:232: closed udp spv server selection client
Nov 10 01:20:44 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:44,280 INFO     lbry.wallet.network:303: Connected to spv server s1.lbry.network:50001
Nov 10 01:20:44 ArchDell plasmashell[958]: Ignoring sourceSize request for image url that came from grabToImage. Use the targetSize parameter of the grabToImage() function instead.
Nov 10 01:20:44 ArchDell systemd[783]: Started VSCodium - Text Editor.
Nov 10 01:20:46 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:46,312 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:20:46 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:46,313 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:20:46 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:46,313 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:20:46 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:46,313 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:20:48 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:48,439 INFO     lbry.wallet.network:332: subscribe to headers s1.lbry.network:50001
Nov 10 01:20:50 ArchDell kernel: traps: codium[7012] trap int3 ip:5d1089e9846c sp:7ffedd277c50 error:0 in codium[600646c,5d1085f0c000+8972000]
Nov 10 01:20:50 ArchDell systemd-coredump[7152]: Process 7012 (codium) of user 1000 terminated abnormally with signal 5/TRAP, processing...
Nov 10 01:20:50 ArchDell systemd[1]: Started Process Core Dump (PID 7152/UID 0).
Nov 10 01:20:50 ArchDell systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Nov 10 01:20:51 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:51,077 INFO     lbry.wallet.network:336: maintaining connection to spv server s1.lbry.network:50001
Nov 10 01:20:51 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:51,078 INFO     lbry.wallet.ledger:354: Subscribing and updating accounts.
Nov 10 01:20:51 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:51,078 INFO     lbry.wallet.ledger:468: Subscribe to 19 accounts
Nov 10 01:20:53 ArchDell systemd-coredump[7153]: Process 7012 (codium) of user 1000 dumped core.
                                                 
                                                 Stack trace of thread 7012:
                                                 #0  0x00005d1089e9846c n/a (codium + 0x600746c)
                                                 #1  0x00005d1089e97fa5 n/a (codium + 0x6006fa5)
                                                 #2  0x00005d1089e97a8d n/a (codium + 0x6006a8d)
                                                 #3  0x00005d1089e80def n/a (codium + 0x5fefdef)
                                                 #4  0x00005d1089e80e4e n/a (codium + 0x5fefe4e)
                                                 #5  0x00005d1089e808f3 n/a (codium + 0x5fef8f3)
                                                 #6  0x00005d1089e80a3e n/a (codium + 0x5fefa3e)
                                                 #7  0x00005d108afd7c71 n/a (codium + 0x7146c71)
                                                 #8  0x00005d108afd7658 n/a (codium + 0x7146658)
                                                 #9  0x00005d108babe65b n/a (codium + 0x7c2d65b)
                                                 #10 0x00005d108bab0bef n/a (codium + 0x7c1fbef)
                                                 #11 0x00005d108bab086a n/a (codium + 0x7c1f86a)
                                                 #12 0x00005d108bac1d8a n/a (codium + 0x7c30d8a)
                                                 #13 0x00005d108bac521d n/a (codium + 0x7c3421d)
                                                 #14 0x00005d108baba309 n/a (codium + 0x7c29309)
                                                 #15 0x00005d108bab9e77 n/a (codium + 0x7c28e77)
                                                 #16 0x00005d108bab8d2c n/a (codium + 0x7c27d2c)
                                                 #17 0x00005d108bab4b0b n/a (codium + 0x7c23b0b)
                                                 #18 0x00005d108bab44bd n/a (codium + 0x7c234bd)
                                                 #19 0x00005d108babfeee n/a (codium + 0x7c2eeee)
                                                 #20 0x00005d108babf9be n/a (codium + 0x7c2e9be)
                                                 #21 0x00005d10864fc03e n/a (codium + 0x266b03e)
                                                 #22 0x00005d10864fb8bb n/a (codium + 0x266a8bb)
                                                 #23 0x00005d108ba96a1c n/a (codium + 0x7c05a1c)
                                                 #24 0x00005d108baa34bd n/a (codium + 0x7c124bd)
                                                 #25 0x00005d108baa3313 n/a (codium + 0x7c12313)
                                                 #26 0x00005d108baf741c n/a (codium + 0x7c6641c)
                                                 #27 0x00005d108baf72bc n/a (codium + 0x7c662bc)
                                                 #28 0x00005d108ba8da61 n/a (codium + 0x7bfca61)
                                                 #29 0x00005d108b0050fb n/a (codium + 0x71740fb)
                                                 #30 0x00005d108b004e56 n/a (codium + 0x7173e56)
                                                 #31 0x00005d108b004d85 n/a (codium + 0x7173d85)
                                                 #32 0x00005d108bb05b0b n/a (codium + 0x7c74b0b)
                                                 #33 0x00005d108bb103e5 n/a (codium + 0x7c7f3e5)
                                                 #34 0x00005d108b0050fb n/a (codium + 0x71740fb)
                                                 #35 0x00005d108b004e56 n/a (codium + 0x7173e56)
                                                 #36 0x00005d108b004d85 n/a (codium + 0x7173d85)
                                                 #37 0x00005d108b9639c1 n/a (codium + 0x7ad29c1)
                                                 #38 0x00005d108b96e4cc n/a (codium + 0x7add4cc)
                                                 #39 0x00005d108bb394d4 n/a (codium + 0x7ca84d4)
                                                 #40 0x00005d108b009a8d n/a (codium + 0x7178a8d)
                                                 #41 0x00005d1086fa0493 n/a (codium + 0x310f493)
                                                 #42 0x00005d1086fa01be n/a (codium + 0x310f1be)
                                                 #43 0x00005d1086fa074d n/a (codium + 0x310f74d)
                                                 #44 0x00005d108afdca0f n/a (codium + 0x714ba0f)
                                                 #45 0x00005d108b08e2d3 n/a (codium + 0x71fd2d3)
                                                 #46 0x00005d108afe3e3a n/a (codium + 0x7152e3a)
                                                 #47 0x00005d108afe3be4 n/a (codium + 0x7152be4)
                                                 #48 0x00005d108afe396b n/a (codium + 0x715296b)
                                                 #49 0x00005d108b091e02 n/a (codium + 0x7200e02)
                                                 #50 0x00007bd076252559 n/a (libglib-2.0.so.0 + 0x5d559)
                                                 #51 0x00007bd0762b5157 n/a (libglib-2.0.so.0 + 0xc0157)
                                                 #52 0x00007bd076251a55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                 #53 0x00005d1089f6862c n/a (codium + 0x60d762c)
                                                 #54 0x00005d1089f06ec1 n/a (codium + 0x6075ec1)
                                                 #55 0x00005d1089ec73ae n/a (codium + 0x60363ae)
                                                 #56 0x00005d1088d57a5f n/a (codium + 0x4ec6a5f)
                                                 #57 0x00005d1088d59672 n/a (codium + 0x4ec8672)
                                                 #58 0x00005d1088d552c6 n/a (codium + 0x4ec42c6)
                                                 #59 0x00005d108666e4b0 n/a (codium + 0x27dd4b0)
                                                 #60 0x00005d108666fc0e n/a (codium + 0x27dec0e)
                                                 #61 0x00005d108666fa6c n/a (codium + 0x27dea6c)
                                                 #62 0x00005d108666d52f n/a (codium + 0x27dc52f)
                                                 #63 0x00005d108666d610 n/a (codium + 0x27dc610)
                                                 
                                                 Stack trace of thread 7019:
                                                 #0  0x00007bd074e18ac3 wait4 (libc.so.6 + 0x101ac3)
                                                 #1  0x00005d1089f57412 n/a (codium + 0x60c6412)
                                                 #2  0x00005d1089f57204 n/a (codium + 0x60c6204)
                                                 #3  0x00005d1089f58cf0 n/a (codium + 0x60c7cf0)
                                                 #4  0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #5  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7020:
                                                 #0  0x00007bd074e308b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00005d1089f61ca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x00005d1089f61a98 n/a (codium + 0x60d0a98)
                                                 #3  0x00005d1089f06ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00005d1089ec73ae n/a (codium + 0x60363ae)
                                                 #5  0x00005d1089f2ab98 n/a (codium + 0x6099b98)
                                                 #6  0x00005d1089f1456d n/a (codium + 0x608356d)
                                                 #7  0x00005d1089f2ad94 n/a (codium + 0x6099d94)
                                                 #8  0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #9  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #10 0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7021:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d1089f3cb3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d1089f65056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d1089ee291c n/a (codium + 0x605191c)
                                                 #5  0x00005d1089f23f2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d1089f22a3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d1089f23599 n/a (codium + 0x6092599)
                                                 #8  0x00005d1089f2323d n/a (codium + 0x609223d)
                                                 #9  0x00005d1089f2314d n/a (codium + 0x609214d)
                                                 #10 0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #11 0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7013:
                                                 #0  0x00007bd074e2263d __poll (libc.so.6 + 0x10b63d)
                                                 #1  0x00005d108944ec90 n/a (codium + 0x55bdc90)
                                                 #2  0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #3  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7043:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d1089f3cb3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d1089f65056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d1089ee291c n/a (codium + 0x605191c)
                                                 #5  0x00005d1089f23f2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d1089f22a3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d1089f23599 n/a (codium + 0x6092599)
                                                 #8  0x00005d1089f2329d n/a (codium + 0x609229d)
                                                 #9  0x00005d1089f23157 n/a (codium + 0x6092157)
                                                 #10 0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #11 0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7027:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d108631a369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d108e4567e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x00005d108e4545cb n/a (codium + 0xa5c35cb)
                                                 #5  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7022:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d1089f3cb3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d1089f65056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d1089ee291c n/a (codium + 0x605191c)
                                                 #5  0x00005d1089f23f2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d1089f22a3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d1089f23599 n/a (codium + 0x6092599)
                                                 #8  0x00005d1089f2323d n/a (codium + 0x609223d)
                                                 #9  0x00005d1089f2314d n/a (codium + 0x609214d)
                                                 #10 0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #11 0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7035:
                                                 #0  0x00007bd074e30750 epoll_pwait (libc.so.6 + 0x119750)
                                                 #1  0x00005d108631ecfd n/a (codium + 0x248dcfd)
                                                 #2  0x00005d108630e5d5 uv_run (codium + 0x247d5d5)
                                                 #3  0x00005d108e303bc0 n/a (codium + 0xa472bc0)
                                                 #4  0x00005d108e4cf782 n/a (codium + 0xa63e782)
                                                 #5  0x00005d108e4d4522 n/a (codium + 0xa643522)
                                                 #6  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7040:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d1089f3cb3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d1089f65056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d1089ee291c n/a (codium + 0x605191c)
                                                 #5  0x00005d1089f23f2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d1089f22a3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d1089f23599 n/a (codium + 0x6092599)
                                                 #8  0x00005d1089f2323d n/a (codium + 0x609223d)
                                                 #9  0x00005d1089f2314d n/a (codium + 0x609214d)
                                                 #10 0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #11 0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7024:
                                                 #0  0x00007bd074e308b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00005d1089f61ca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x00005d1089f61a98 n/a (codium + 0x60d0a98)
                                                 #3  0x00005d1089f06ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00005d1089ec73ae n/a (codium + 0x60363ae)
                                                 #5  0x00005d1089f2ab98 n/a (codium + 0x6099b98)
                                                 #6  0x00005d1088d5a19f n/a (codium + 0x4ec919f)
                                                 #7  0x00005d1089f2ad94 n/a (codium + 0x6099d94)
                                                 #8  0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #9  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #10 0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7029:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d108631a369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d108e4567e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x00005d108e4545cb n/a (codium + 0xa5c35cb)
                                                 #5  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7072:
                                                 #0  0x00007bd074e22bb0 ppoll (libc.so.6 + 0x10bbb0)
                                                 #1  0x00007bd0762b5227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                 #2  0x00007bd076253287 g_main_loop_run (libglib-2.0.so.0 + 0x5e287)
                                                 #3  0x00007bd076139bc4 n/a (libgio-2.0.so.0 + 0x113bc4)
                                                 #4  0x00007bd076286026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7030:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074db3858 n/a (libc.so.6 + 0x9c858)
                                                 #2  0x00005d108631a196 uv_sem_wait (codium + 0x2489196)
                                                 #3  0x00005d108e5324cc n/a (codium + 0xa6a14cc)
                                                 #4  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7025:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d1089f3ca16 n/a (codium + 0x60aba16)
                                                 #3  0x00005d1089f6502c n/a (codium + 0x60d402c)
                                                 #4  0x00005d1089ee27e5 n/a (codium + 0x60517e5)
                                                 #5  0x00005d1089e9fdbb n/a (codium + 0x600edbb)
                                                 #6  0x00005d1089f06ec1 n/a (codium + 0x6075ec1)
                                                 #7  0x00005d1089ec73ae n/a (codium + 0x60363ae)
                                                 #8  0x00005d1089f2ab98 n/a (codium + 0x6099b98)
                                                 #9  0x00005d1089f2ad94 n/a (codium + 0x6099d94)
                                                 #10 0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #11 0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7031:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d108631a369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d108630ab83 n/a (codium + 0x2479b83)
                                                 #4  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7033:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d108631a369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d108630ab83 n/a (codium + 0x2479b83)
                                                 #4  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7032:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d108631a369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d108630ab83 n/a (codium + 0x2479b83)
                                                 #4  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7023:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d1089f3cb3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d1089f65056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d1089ee291c n/a (codium + 0x605191c)
                                                 #5  0x00005d1089f23f2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d1089f22a3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d1089f23599 n/a (codium + 0x6092599)
                                                 #8  0x00005d1089f2326d n/a (codium + 0x609226d)
                                                 #9  0x00005d1089f23161 n/a (codium + 0x6092161)
                                                 #10 0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #11 0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7034:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d108631a369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d108630ab83 n/a (codium + 0x2479b83)
                                                 #4  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7038:
                                                 #0  0x00007bd074e22c5a read (libc.so.6 + 0x10bc5a)
                                                 #1  0x00005d10864da54c n/a (codium + 0x264954c)
                                                 #2  0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #3  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7050:
                                                 #0  0x00007bd074e2e1fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x00007bd076283f20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                 #2  0x00007bd07621a98c n/a (libglib-2.0.so.0 + 0x2598c)
                                                 #3  0x00007bd07621a9fd g_async_queue_pop (libglib-2.0.so.0 + 0x259fd)
                                                 #4  0x00007bd0745525fc n/a (libpangoft2-1.0.so.0 + 0xc5fc)
                                                 #5  0x00007bd076286026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #6  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7026:
                                                 #0  0x00007bd074e30750 epoll_pwait (libc.so.6 + 0x119750)
                                                 #1  0x00005d108631ecfd n/a (codium + 0x248dcfd)
                                                 #2  0x00005d108630e5d5 uv_run (codium + 0x247d5d5)
                                                 #3  0x00005d108e456581 n/a (codium + 0xa5c5581)
                                                 #4  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7083:
                                                 #0  0x00007bd074e308b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00005d1089f61ca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x00005d1089f61a98 n/a (codium + 0x60d0a98)
                                                 #3  0x00005d1089f06ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00005d1089ec73ae n/a (codium + 0x60363ae)
                                                 #5  0x00005d1089f2ab98 n/a (codium + 0x6099b98)
                                                 #6  0x00005d1089f2ad94 n/a (codium + 0x6099d94)
                                                 #7  0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #8  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #9  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7039:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d1089f3cb3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d1089f65056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d1089ee291c n/a (codium + 0x605191c)
                                                 #5  0x00005d1089f23f2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d1089f22a3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d1089f23599 n/a (codium + 0x6092599)
                                                 #8  0x00005d1089f2323d n/a (codium + 0x609223d)
                                                 #9  0x00005d1089f2314d n/a (codium + 0x609214d)
                                                 #10 0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #11 0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7042:
                                                 #0  0x00007bd074e2263d __poll (libc.so.6 + 0x10b63d)
                                                 #1  0x00005d1089f4008f n/a (codium + 0x60af08f)
                                                 #2  0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #3  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7036:
                                                 #0  0x00007bd074e22bb0 ppoll (libc.so.6 + 0x10bbb0)
                                                 #1  0x00007bd0762b5227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                 #2  0x00007bd076251a55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                 #3  0x00007bd076251ab2 n/a (libglib-2.0.so.0 + 0x5cab2)
                                                 #4  0x00007bd076286026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7045:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d1089f3ca16 n/a (codium + 0x60aba16)
                                                 #3  0x00005d1089f6502c n/a (codium + 0x60d402c)
                                                 #4  0x00005d1089ee27e5 n/a (codium + 0x60517e5)
                                                 #5  0x00005d1089e9fdbb n/a (codium + 0x600edbb)
                                                 #6  0x00005d1089f06ec1 n/a (codium + 0x6075ec1)
                                                 #7  0x00005d1089ec73ae n/a (codium + 0x60363ae)
                                                 #8  0x00005d1089f2ab98 n/a (codium + 0x6099b98)
                                                 #9  0x00005d1089f2ad94 n/a (codium + 0x6099d94)
                                                 #10 0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #11 0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7044:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d1089f3ca16 n/a (codium + 0x60aba16)
                                                 #3  0x00005d108b253414 n/a (codium + 0x73c2414)
                                                 #4  0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #5  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7060:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d1089f3cb3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d1089f65056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d1089ee291c n/a (codium + 0x605191c)
                                                 #5  0x00005d1089f23f2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d1089f22a3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d1089f23599 n/a (codium + 0x6092599)
                                                 #8  0x00005d1089f2326d n/a (codium + 0x609226d)
                                                 #9  0x00005d1089f23161 n/a (codium + 0x6092161)
                                                 #10 0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #11 0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7028:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d108631a369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d108e4567e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x00005d108e4545cb n/a (codium + 0xa5c35cb)
                                                 #5  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7092:
                                                 #0  0x00007bd074e2dc57 __select (libc.so.6 + 0x116c57)
                                                 #1  0x00007bd0651053dc _ZN15vscode_keyboard15ListenToXEventsEPv (keymapping.node + 0x73dc)
                                                 #2  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #3  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7041:
                                                 #0  0x00007bd074da7a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x00007bd074daa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d1089f3cb3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d1089f65056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d1089ee291c n/a (codium + 0x605191c)
                                                 #5  0x00005d1089f23f2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d1089f22a3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d1089f23599 n/a (codium + 0x6092599)
                                                 #8  0x00005d1089f2323d n/a (codium + 0x609223d)
                                                 #9  0x00005d1089f2314d n/a (codium + 0x609214d)
                                                 #10 0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #11 0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7037:
                                                 #0  0x00007bd074e308b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00005d1089f61ca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x00005d1089f61a98 n/a (codium + 0x60d0a98)
                                                 #3  0x00005d1089f06ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00005d1089ec73ae n/a (codium + 0x60363ae)
                                                 #5  0x00005d1089f2ab98 n/a (codium + 0x6099b98)
                                                 #6  0x00005d1089f2ad94 n/a (codium + 0x6099d94)
                                                 #7  0x00005d1089f3d27d n/a (codium + 0x60ac27d)
                                                 #8  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #9  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7049:
                                                 #0  0x00007bd074e308b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00005d10864ec010 n/a (codium + 0x265b010)
                                                 #2  0x00005d10864b0e24 n/a (codium + 0x261fe24)
                                                 #3  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7071:
                                                 #0  0x00007bd074e2e1fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x00007bd076283f20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                 #2  0x00007bd07621a98c n/a (libglib-2.0.so.0 + 0x2598c)
                                                 #3  0x00007bd07628a137 n/a (libglib-2.0.so.0 + 0x95137)
                                                 #4  0x00007bd076286026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7074:
                                                 #0  0x00007bd074e2e1fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x00007bd076284c37 g_cond_wait_until (libglib-2.0.so.0 + 0x8fc37)
                                                 #2  0x00007bd07621a955 n/a (libglib-2.0.so.0 + 0x25955)
                                                 #3  0x00007bd07621aac8 g_async_queue_timeout_pop (libglib-2.0.so.0 + 0x25ac8)
                                                 #4  0x00007bd07628aa30 n/a (libglib-2.0.so.0 + 0x95a30)
                                                 #5  0x00007bd076286026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #6  0x00007bd074dab39d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x00007bd074e3049c n/a (libc.so.6 + 0x11949c)
                                                 ELF object binary architecture: AMD x86-64
Nov 10 01:20:53 ArchDell drkonqi-coredump-processor[7154]: "/opt/vscodium-bin/codium" 7012 "/var/lib/systemd/coredump/core.codium.1000.35f50f501117493aa5971396915fe53a.7012.1731181850000000.zst"
Nov 10 01:20:53 ArchDell systemd[1]: systemd-coredump@2-7152-0.service: Deactivated successfully.
Nov 10 01:20:53 ArchDell systemd[1]: systemd-coredump@2-7152-0.service: Consumed 2.977s CPU time, 923.2M memory peak.
Nov 10 01:20:53 ArchDell systemd[783]: Started Launch DrKonqi for a systemd-coredump crash (PID 7154/UID 0).
Nov 10 01:20:53 ArchDell drkonqi-coredump-launcher[7162]: Unable to find file for pid 7012 expected at "kcrash-metadata/codium.35f50f501117493aa5971396915fe53a.7012.ini"
Nov 10 01:20:53 ArchDell drkonqi-coredump-launcher[7162]: Nothing handled the dump :O
Nov 10 01:20:53 ArchDell systemd[1]: drkonqi-coredump-processor@2-7152-0.service: Deactivated successfully.
Nov 10 01:20:53 ArchDell systemd[783]: app-codium@42ee3d55cf194d6892ca38a9a480479f.service: Consumed 16.593s CPU time, 506M memory peak.
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,247 INFO     lbry.wallet.ledger:500: subscribed to 31/31 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,247 INFO     lbry.wallet.ledger:504: finished subscribing to 31 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,248 INFO     lbry.wallet.ledger:500: subscribed to 20/20 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,248 INFO     lbry.wallet.ledger:504: finished subscribing to 20 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,253 INFO     lbry.wallet.ledger:500: subscribed to 1/1 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,253 INFO     lbry.wallet.ledger:504: finished subscribing to 1 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,255 INFO     lbry.wallet.ledger:500: subscribed to 82/82 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,256 INFO     lbry.wallet.ledger:504: finished subscribing to 82 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,257 INFO     lbry.wallet.ledger:500: subscribed to 20/20 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,259 INFO     lbry.wallet.ledger:504: finished subscribing to 20 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,260 INFO     lbry.wallet.ledger:500: subscribed to 22/22 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,260 INFO     lbry.wallet.ledger:504: finished subscribing to 22 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,261 INFO     lbry.wallet.ledger:500: subscribed to 1/1 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,261 INFO     lbry.wallet.ledger:504: finished subscribing to 1 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,263 INFO     lbry.wallet.ledger:500: subscribed to 24/24 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,263 INFO     lbry.wallet.ledger:504: finished subscribing to 24 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,430 INFO     lbry.wallet.ledger:500: subscribed to 1/1 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,430 INFO     lbry.wallet.ledger:504: finished subscribing to 1 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,456 INFO     lbry.wallet.ledger:500: subscribed to 20/20 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: 2024-11-10 01:20:55,457 INFO     lbry.wallet.ledger:504: finished subscribing to 20 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,481 INFO     lbry.wallet.ledger:500: subscribed to 20/20 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,481 INFO     lbry.wallet.ledger:504: finished subscribing to 20 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,530 INFO     lbry.wallet.ledger:500: subscribed to 34/34 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,531 INFO     lbry.wallet.ledger:504: finished subscribing to 34 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,594 INFO     lbry.wallet.ledger:500: subscribed to 53/53 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,594 INFO     lbry.wallet.ledger:504: finished subscribing to 53 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,627 INFO     lbry.wallet.ledger:500: subscribed to 20/20 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,627 INFO     lbry.wallet.ledger:504: finished subscribing to 20 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,654 INFO     lbry.wallet.ledger:500: subscribed to 20/20 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: 2024-11-10 01:20:55,655 INFO     lbry.wallet.ledger:504: finished subscribing to 20 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,657 INFO     lbry.wallet.ledger:500: subscribed to 1/1 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,657 INFO     lbry.wallet.ledger:504: finished subscribing to 1 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,697 INFO     lbry.wallet.ledger:500: subscribed to 34/34 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: 2024-11-10 01:20:55,698 INFO     lbry.wallet.ledger:504: finished subscribing to 34 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,733 INFO     lbry.wallet.ledger:500: subscribed to 29/29 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,733 INFO     lbry.wallet.ledger:504: finished subscribing to 29 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,762 INFO     lbry.wallet.ledger:500: subscribed to 24/24 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,763 INFO     lbry.wallet.ledger:504: finished subscribing to 24 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,781 INFO     lbry.wallet.ledger:500: subscribed to 14/14 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,781 INFO     lbry.wallet.ledger:504: finished subscribing to 14 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,789 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,790 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,803 INFO     lbry.wallet.ledger:500: subscribed to 9/9 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: 2024-11-10 01:20:55,804 INFO     lbry.wallet.ledger:504: finished subscribing to 9 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,813 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,813 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,821 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,821 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,828 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,829 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,836 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,836 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,844 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,844 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,856 INFO     lbry.wallet.ledger:500: subscribed to 11/11 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: 2024-11-10 01:20:55,857 INFO     lbry.wallet.ledger:504: finished subscribing to 11 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,891 INFO     lbry.wallet.ledger:500: subscribed to 24/24 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,892 INFO     lbry.wallet.ledger:504: finished subscribing to 24 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,899 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,899 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,908 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,909 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,921 INFO     lbry.wallet.ledger:500: subscribed to 9/9 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,922 INFO     lbry.wallet.ledger:504: finished subscribing to 9 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,932 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,933 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,949 INFO     lbry.wallet.ledger:500: subscribed to 6/6 addresses on 136.243.104.236:50001
Nov 10 01:20:55 ArchDell lbry[1290]: Daemon: 2024-11-10 01:20:55,949 INFO     lbry.wallet.ledger:504: finished subscribing to 6 addresses on 136.243.104.236:50001
Nov 10 01:21:13 ArchDell plasmashell[958]: Ignoring sourceSize request for image url that came from grabToImage. Use the targetSize parameter of the grabToImage() function instead.
Nov 10 01:21:13 ArchDell systemd[783]: Started VSCodium - Text Editor.
Nov 10 01:21:15 ArchDell brave[7321]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:21:27 ArchDell kernel: traps: codium[7222] trap int3 ip:61623258946c sp:7ffdbe9a4950 error:0 in codium[600646c,61622e5fd000+8972000]
Nov 10 01:21:27 ArchDell systemd-coredump[7436]: Process 7222 (codium) of user 1000 terminated abnormally with signal 5/TRAP, processing...
Nov 10 01:21:27 ArchDell systemd[1]: Started Process Core Dump (PID 7436/UID 0).
Nov 10 01:21:27 ArchDell systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Nov 10 01:21:30 ArchDell systemd-coredump[7437]: Process 7222 (codium) of user 1000 dumped core.
                                                 
                                                 Stack trace of thread 7222:
                                                 #0  0x000061623258946c n/a (codium + 0x600746c)
                                                 #1  0x0000616232588fa5 n/a (codium + 0x6006fa5)
                                                 #2  0x0000616232588a8d n/a (codium + 0x6006a8d)
                                                 #3  0x0000616232571def n/a (codium + 0x5fefdef)
                                                 #4  0x0000616232571e4e n/a (codium + 0x5fefe4e)
                                                 #5  0x00006162325718f3 n/a (codium + 0x5fef8f3)
                                                 #6  0x0000616232571a3e n/a (codium + 0x5fefa3e)
                                                 #7  0x00006162336c8c71 n/a (codium + 0x7146c71)
                                                 #8  0x00006162336c8658 n/a (codium + 0x7146658)
                                                 #9  0x00006162341af65b n/a (codium + 0x7c2d65b)
                                                 #10 0x00006162341a1bef n/a (codium + 0x7c1fbef)
                                                 #11 0x00006162341a186a n/a (codium + 0x7c1f86a)
                                                 #12 0x00006162341b2d8a n/a (codium + 0x7c30d8a)
                                                 #13 0x00006162341b621d n/a (codium + 0x7c3421d)
                                                 #14 0x00006162341ab309 n/a (codium + 0x7c29309)
                                                 #15 0x00006162341aae77 n/a (codium + 0x7c28e77)
                                                 #16 0x00006162341a9d2c n/a (codium + 0x7c27d2c)
                                                 #17 0x00006162341a5b0b n/a (codium + 0x7c23b0b)
                                                 #18 0x00006162341a54bd n/a (codium + 0x7c234bd)
                                                 #19 0x00006162341b0eee n/a (codium + 0x7c2eeee)
                                                 #20 0x00006162341b09be n/a (codium + 0x7c2e9be)
                                                 #21 0x000061622ebed03e n/a (codium + 0x266b03e)
                                                 #22 0x000061622ebec8bb n/a (codium + 0x266a8bb)
                                                 #23 0x0000616234187a1c n/a (codium + 0x7c05a1c)
                                                 #24 0x00006162341944bd n/a (codium + 0x7c124bd)
                                                 #25 0x0000616234194313 n/a (codium + 0x7c12313)
                                                 #26 0x00006162341e841c n/a (codium + 0x7c6641c)
                                                 #27 0x00006162341e82bc n/a (codium + 0x7c662bc)
                                                 #28 0x000061623417ea61 n/a (codium + 0x7bfca61)
                                                 #29 0x00006162336f60fb n/a (codium + 0x71740fb)
                                                 #30 0x00006162336f5e56 n/a (codium + 0x7173e56)
                                                 #31 0x00006162336f5d85 n/a (codium + 0x7173d85)
                                                 #32 0x00006162341f6b0b n/a (codium + 0x7c74b0b)
                                                 #33 0x00006162342013e5 n/a (codium + 0x7c7f3e5)
                                                 #34 0x00006162336f60fb n/a (codium + 0x71740fb)
                                                 #35 0x00006162336f5e56 n/a (codium + 0x7173e56)
                                                 #36 0x00006162336f5d85 n/a (codium + 0x7173d85)
                                                 #37 0x00006162340549c1 n/a (codium + 0x7ad29c1)
                                                 #38 0x000061623405f4cc n/a (codium + 0x7add4cc)
                                                 #39 0x000061623422a4d4 n/a (codium + 0x7ca84d4)
                                                 #40 0x00006162336faa8d n/a (codium + 0x7178a8d)
                                                 #41 0x000061622f691493 n/a (codium + 0x310f493)
                                                 #42 0x000061622f6911be n/a (codium + 0x310f1be)
                                                 #43 0x000061622f69174d n/a (codium + 0x310f74d)
                                                 #44 0x00006162336cda0f n/a (codium + 0x714ba0f)
                                                 #45 0x000061623377f2d3 n/a (codium + 0x71fd2d3)
                                                 #46 0x00006162336d4e3a n/a (codium + 0x7152e3a)
                                                 #47 0x00006162336d4be4 n/a (codium + 0x7152be4)
                                                 #48 0x00006162336d496b n/a (codium + 0x715296b)
                                                 #49 0x0000616233782e02 n/a (codium + 0x7200e02)
                                                 #50 0x0000755bd92ad559 n/a (libglib-2.0.so.0 + 0x5d559)
                                                 #51 0x0000755bd9310157 n/a (libglib-2.0.so.0 + 0xc0157)
                                                 #52 0x0000755bd92aca55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                 #53 0x000061623265962c n/a (codium + 0x60d762c)
                                                 #54 0x00006162325f7ec1 n/a (codium + 0x6075ec1)
                                                 #55 0x00006162325b83ae n/a (codium + 0x60363ae)
                                                 #56 0x0000616231448a5f n/a (codium + 0x4ec6a5f)
                                                 #57 0x000061623144a672 n/a (codium + 0x4ec8672)
                                                 #58 0x00006162314462c6 n/a (codium + 0x4ec42c6)
                                                 #59 0x000061622ed5f4b0 n/a (codium + 0x27dd4b0)
                                                 #60 0x000061622ed60c0e n/a (codium + 0x27dec0e)
                                                 #61 0x000061622ed60a6c n/a (codium + 0x27dea6c)
                                                 #62 0x000061622ed5e52f n/a (codium + 0x27dc52f)
                                                 #63 0x000061622ed5e610 n/a (codium + 0x27dc610)
                                                 
                                                 Stack trace of thread 7229:
                                                 #0  0x0000755bd7e8eac3 wait4 (libc.so.6 + 0x101ac3)
                                                 #1  0x0000616232648412 n/a (codium + 0x60c6412)
                                                 #2  0x0000616232648204 n/a (codium + 0x60c6204)
                                                 #3  0x0000616232649cf0 n/a (codium + 0x60c7cf0)
                                                 #4  0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #5  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7231:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000061623262db3e n/a (codium + 0x60abb3e)
                                                 #3  0x0000616232656056 n/a (codium + 0x60d4056)
                                                 #4  0x00006162325d391c n/a (codium + 0x605191c)
                                                 #5  0x0000616232614f2d n/a (codium + 0x6092f2d)
                                                 #6  0x0000616232613a3c n/a (codium + 0x6091a3c)
                                                 #7  0x0000616232614599 n/a (codium + 0x6092599)
                                                 #8  0x000061623261423d n/a (codium + 0x609223d)
                                                 #9  0x000061623261414d n/a (codium + 0x609214d)
                                                 #10 0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #11 0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7230:
                                                 #0  0x0000755bd7ea68b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x0000616232652ca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x0000616232652a98 n/a (codium + 0x60d0a98)
                                                 #3  0x00006162325f7ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00006162325b83ae n/a (codium + 0x60363ae)
                                                 #5  0x000061623261bb98 n/a (codium + 0x6099b98)
                                                 #6  0x000061623260556d n/a (codium + 0x608356d)
                                                 #7  0x000061623261bd94 n/a (codium + 0x6099d94)
                                                 #8  0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #9  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #10 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7223:
                                                 #0  0x0000755bd7e9863d __poll (libc.so.6 + 0x10b63d)
                                                 #1  0x0000616231b3fc90 n/a (codium + 0x55bdc90)
                                                 #2  0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #3  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7233:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000061623262db3e n/a (codium + 0x60abb3e)
                                                 #3  0x0000616232656056 n/a (codium + 0x60d4056)
                                                 #4  0x00006162325d391c n/a (codium + 0x605191c)
                                                 #5  0x0000616232614f2d n/a (codium + 0x6092f2d)
                                                 #6  0x0000616232613a3c n/a (codium + 0x6091a3c)
                                                 #7  0x0000616232614599 n/a (codium + 0x6092599)
                                                 #8  0x000061623261426d n/a (codium + 0x609226d)
                                                 #9  0x0000616232614161 n/a (codium + 0x6092161)
                                                 #10 0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #11 0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7234:
                                                 #0  0x0000755bd7ea68b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x0000616232652ca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x0000616232652a98 n/a (codium + 0x60d0a98)
                                                 #3  0x00006162325f7ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00006162325b83ae n/a (codium + 0x60363ae)
                                                 #5  0x000061623261bb98 n/a (codium + 0x6099b98)
                                                 #6  0x000061623144b19f n/a (codium + 0x4ec919f)
                                                 #7  0x000061623261bd94 n/a (codium + 0x6099d94)
                                                 #8  0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #9  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #10 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7239:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e20479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000061622ea0b369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x0000616236b477e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x0000616236b455cb n/a (codium + 0xa5c35cb)
                                                 #5  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7238:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e20479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000061622ea0b369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x0000616236b477e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x0000616236b455cb n/a (codium + 0xa5c35cb)
                                                 #5  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7237:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e20479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000061622ea0b369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x0000616236b477e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x0000616236b455cb n/a (codium + 0xa5c35cb)
                                                 #5  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7254:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e20479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000061623262da16 n/a (codium + 0x60aba16)
                                                 #3  0x0000616233944414 n/a (codium + 0x73c2414)
                                                 #4  0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #5  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7240:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e29858 n/a (libc.so.6 + 0x9c858)
                                                 #2  0x000061622ea0b196 uv_sem_wait (codium + 0x2489196)
                                                 #3  0x0000616236c234cc n/a (codium + 0xa6a14cc)
                                                 #4  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7235:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000061623262db3e n/a (codium + 0x60abb3e)
                                                 #3  0x0000616232656056 n/a (codium + 0x60d4056)
                                                 #4  0x00006162325d391c n/a (codium + 0x605191c)
                                                 #5  0x0000616232590ddd n/a (codium + 0x600eddd)
                                                 #6  0x00006162325f7ec1 n/a (codium + 0x6075ec1)
                                                 #7  0x00006162325b83ae n/a (codium + 0x60363ae)
                                                 #8  0x000061623261bb98 n/a (codium + 0x6099b98)
                                                 #9  0x000061623261bd94 n/a (codium + 0x6099d94)
                                                 #10 0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #11 0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7241:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e20479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000061622ea0b369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x000061622e9fbb83 n/a (codium + 0x2479b83)
                                                 #4  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7243:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e20479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000061622ea0b369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x000061622e9fbb83 n/a (codium + 0x2479b83)
                                                 #4  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7272:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000061623262db3e n/a (codium + 0x60abb3e)
                                                 #3  0x0000616232656056 n/a (codium + 0x60d4056)
                                                 #4  0x00006162325d391c n/a (codium + 0x605191c)
                                                 #5  0x0000616232614f2d n/a (codium + 0x6092f2d)
                                                 #6  0x0000616232613a3c n/a (codium + 0x6091a3c)
                                                 #7  0x0000616232614599 n/a (codium + 0x6092599)
                                                 #8  0x000061623261423d n/a (codium + 0x609223d)
                                                 #9  0x000061623261414d n/a (codium + 0x609214d)
                                                 #10 0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #11 0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7248:
                                                 #0  0x0000755bd7e98c5a read (libc.so.6 + 0x10bc5a)
                                                 #1  0x000061622ebcb54c n/a (codium + 0x264954c)
                                                 #2  0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #3  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7242:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e20479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000061622ea0b369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x000061622e9fbb83 n/a (codium + 0x2479b83)
                                                 #4  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7247:
                                                 #0  0x0000755bd7ea68b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x0000616232652ca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x0000616232652a98 n/a (codium + 0x60d0a98)
                                                 #3  0x00006162325f7ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00006162325b83ae n/a (codium + 0x60363ae)
                                                 #5  0x000061623261bb98 n/a (codium + 0x6099b98)
                                                 #6  0x000061623261bd94 n/a (codium + 0x6099d94)
                                                 #7  0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #8  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #9  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7245:
                                                 #0  0x0000755bd7ea6750 epoll_pwait (libc.so.6 + 0x119750)
                                                 #1  0x000061622ea0fcfd n/a (codium + 0x248dcfd)
                                                 #2  0x000061622e9ff5d5 uv_run (codium + 0x247d5d5)
                                                 #3  0x00006162369f4bc0 n/a (codium + 0xa472bc0)
                                                 #4  0x0000616236bc0782 n/a (codium + 0xa63e782)
                                                 #5  0x0000616236bc5522 n/a (codium + 0xa643522)
                                                 #6  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7246:
                                                 #0  0x0000755bd7e98bb0 ppoll (libc.so.6 + 0x10bbb0)
                                                 #1  0x0000755bd9310227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                 #2  0x0000755bd92aca55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                 #3  0x0000755bd92acab2 n/a (libglib-2.0.so.0 + 0x5cab2)
                                                 #4  0x0000755bd92e1026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7244:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e20479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000061622ea0b369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x000061622e9fbb83 n/a (codium + 0x2479b83)
                                                 #4  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7261:
                                                 #0  0x0000755bd7ea41fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x0000755bd92def20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                 #2  0x0000755bd927598c n/a (libglib-2.0.so.0 + 0x2598c)
                                                 #3  0x0000755bd92759fd g_async_queue_pop (libglib-2.0.so.0 + 0x259fd)
                                                 #4  0x0000755bd75bf5fc n/a (libpangoft2-1.0.so.0 + 0xc5fc)
                                                 #5  0x0000755bd92e1026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #6  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7250:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000061623262db3e n/a (codium + 0x60abb3e)
                                                 #3  0x0000616232656056 n/a (codium + 0x60d4056)
                                                 #4  0x00006162325d391c n/a (codium + 0x605191c)
                                                 #5  0x0000616232614f2d n/a (codium + 0x6092f2d)
                                                 #6  0x0000616232613a3c n/a (codium + 0x6091a3c)
                                                 #7  0x0000616232614599 n/a (codium + 0x6092599)
                                                 #8  0x000061623261423d n/a (codium + 0x609223d)
                                                 #9  0x000061623261414d n/a (codium + 0x609214d)
                                                 #10 0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #11 0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7251:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000061623262db3e n/a (codium + 0x60abb3e)
                                                 #3  0x0000616232656056 n/a (codium + 0x60d4056)
                                                 #4  0x00006162325d391c n/a (codium + 0x605191c)
                                                 #5  0x0000616232614f2d n/a (codium + 0x6092f2d)
                                                 #6  0x0000616232613a3c n/a (codium + 0x6091a3c)
                                                 #7  0x0000616232614599 n/a (codium + 0x6092599)
                                                 #8  0x000061623261423d n/a (codium + 0x609223d)
                                                 #9  0x000061623261414d n/a (codium + 0x609214d)
                                                 #10 0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #11 0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7232:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000061623262db3e n/a (codium + 0x60abb3e)
                                                 #3  0x0000616232656056 n/a (codium + 0x60d4056)
                                                 #4  0x00006162325d391c n/a (codium + 0x605191c)
                                                 #5  0x0000616232614f2d n/a (codium + 0x6092f2d)
                                                 #6  0x0000616232613a3c n/a (codium + 0x6091a3c)
                                                 #7  0x0000616232614599 n/a (codium + 0x6092599)
                                                 #8  0x000061623261423d n/a (codium + 0x609223d)
                                                 #9  0x000061623261414d n/a (codium + 0x609214d)
                                                 #10 0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #11 0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7284:
                                                 #0  0x0000755bd7ea41fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x0000755bd92def20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                 #2  0x0000755bd927598c n/a (libglib-2.0.so.0 + 0x2598c)
                                                 #3  0x0000755bd92e5137 n/a (libglib-2.0.so.0 + 0x95137)
                                                 #4  0x0000755bd92e1026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7249:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000061623262db3e n/a (codium + 0x60abb3e)
                                                 #3  0x0000616232656056 n/a (codium + 0x60d4056)
                                                 #4  0x00006162325d391c n/a (codium + 0x605191c)
                                                 #5  0x0000616232614f2d n/a (codium + 0x6092f2d)
                                                 #6  0x0000616232613a3c n/a (codium + 0x6091a3c)
                                                 #7  0x0000616232614599 n/a (codium + 0x6092599)
                                                 #8  0x000061623261423d n/a (codium + 0x609223d)
                                                 #9  0x000061623261414d n/a (codium + 0x609214d)
                                                 #10 0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #11 0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7236:
                                                 #0  0x0000755bd7ea6750 epoll_pwait (libc.so.6 + 0x119750)
                                                 #1  0x000061622ea0fcfd n/a (codium + 0x248dcfd)
                                                 #2  0x000061622e9ff5d5 uv_run (codium + 0x247d5d5)
                                                 #3  0x0000616236b47581 n/a (codium + 0xa5c5581)
                                                 #4  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7253:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000061623262db3e n/a (codium + 0x60abb3e)
                                                 #3  0x0000616232656056 n/a (codium + 0x60d4056)
                                                 #4  0x00006162325d391c n/a (codium + 0x605191c)
                                                 #5  0x0000616232614f2d n/a (codium + 0x6092f2d)
                                                 #6  0x0000616232613a3c n/a (codium + 0x6091a3c)
                                                 #7  0x0000616232614599 n/a (codium + 0x6092599)
                                                 #8  0x000061623261429d n/a (codium + 0x609229d)
                                                 #9  0x0000616232614157 n/a (codium + 0x6092157)
                                                 #10 0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #11 0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7285:
                                                 #0  0x0000755bd7e98bb0 ppoll (libc.so.6 + 0x10bbb0)
                                                 #1  0x0000755bd9310227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                 #2  0x0000755bd92ae287 g_main_loop_run (libglib-2.0.so.0 + 0x5e287)
                                                 #3  0x0000755bd9194bc4 n/a (libgio-2.0.so.0 + 0x113bc4)
                                                 #4  0x0000755bd92e1026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7255:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e20479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x000061623262da16 n/a (codium + 0x60aba16)
                                                 #3  0x000061623265602c n/a (codium + 0x60d402c)
                                                 #4  0x00006162325d37e5 n/a (codium + 0x60517e5)
                                                 #5  0x0000616232590dbb n/a (codium + 0x600edbb)
                                                 #6  0x00006162325f7ec1 n/a (codium + 0x6075ec1)
                                                 #7  0x00006162325b83ae n/a (codium + 0x60363ae)
                                                 #8  0x000061623261bb98 n/a (codium + 0x6099b98)
                                                 #9  0x000061623261bd94 n/a (codium + 0x6099d94)
                                                 #10 0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #11 0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7252:
                                                 #0  0x0000755bd7e9863d __poll (libc.so.6 + 0x10b63d)
                                                 #1  0x000061623263108f n/a (codium + 0x60af08f)
                                                 #2  0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #3  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7271:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000061623262db3e n/a (codium + 0x60abb3e)
                                                 #3  0x0000616232656056 n/a (codium + 0x60d4056)
                                                 #4  0x00006162325d391c n/a (codium + 0x605191c)
                                                 #5  0x0000616232614f2d n/a (codium + 0x6092f2d)
                                                 #6  0x0000616232613a3c n/a (codium + 0x6091a3c)
                                                 #7  0x0000616232614599 n/a (codium + 0x6092599)
                                                 #8  0x000061623261423d n/a (codium + 0x609223d)
                                                 #9  0x000061623261414d n/a (codium + 0x609214d)
                                                 #10 0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #11 0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7260:
                                                 #0  0x0000755bd7ea68b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x000061622ebdd010 n/a (codium + 0x265b010)
                                                 #2  0x000061622eba1e24 n/a (codium + 0x261fe24)
                                                 #3  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7290:
                                                 #0  0x0000755bd7ea41fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x0000755bd92dfc37 g_cond_wait_until (libglib-2.0.so.0 + 0x8fc37)
                                                 #2  0x0000755bd9275955 n/a (libglib-2.0.so.0 + 0x25955)
                                                 #3  0x0000755bd9275ac8 g_async_queue_timeout_pop (libglib-2.0.so.0 + 0x25ac8)
                                                 #4  0x0000755bd92e5a30 n/a (libglib-2.0.so.0 + 0x95a30)
                                                 #5  0x0000755bd92e1026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #6  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7273:
                                                 #0  0x0000755bd7e1da19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x0000755bd7e207e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x000061623262db3e n/a (codium + 0x60abb3e)
                                                 #3  0x0000616232656056 n/a (codium + 0x60d4056)
                                                 #4  0x00006162325d391c n/a (codium + 0x605191c)
                                                 #5  0x0000616232614f2d n/a (codium + 0x6092f2d)
                                                 #6  0x0000616232613a3c n/a (codium + 0x6091a3c)
                                                 #7  0x0000616232614599 n/a (codium + 0x6092599)
                                                 #8  0x000061623261426d n/a (codium + 0x609226d)
                                                 #9  0x0000616232614161 n/a (codium + 0x6092161)
                                                 #10 0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #11 0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7297:
                                                 #0  0x0000755bd7ea68b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x0000616232652ca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x0000616232652a98 n/a (codium + 0x60d0a98)
                                                 #3  0x00006162325f7ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00006162325b83ae n/a (codium + 0x60363ae)
                                                 #5  0x000061623261bb98 n/a (codium + 0x6099b98)
                                                 #6  0x000061623261bd94 n/a (codium + 0x6099d94)
                                                 #7  0x000061623262e27d n/a (codium + 0x60ac27d)
                                                 #8  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #9  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7314:
                                                 #0  0x0000755bd7ea3c57 __select (libc.so.6 + 0x116c57)
                                                 #1  0x0000755bc79c33dc _ZN15vscode_keyboard15ListenToXEventsEPv (keymapping.node + 0x73dc)
                                                 #2  0x0000755bd7e2139d n/a (libc.so.6 + 0x9439d)
                                                 #3  0x0000755bd7ea649c n/a (libc.so.6 + 0x11949c)
                                                 ELF object binary architecture: AMD x86-64
Nov 10 01:21:30 ArchDell drkonqi-coredump-processor[7438]: "/opt/vscodium-bin/codium" 7222 "/var/lib/systemd/coredump/core.codium.1000.35f50f501117493aa5971396915fe53a.7222.1731181887000000.zst"
Nov 10 01:21:30 ArchDell systemd[1]: systemd-coredump@3-7436-0.service: Deactivated successfully.
Nov 10 01:21:30 ArchDell systemd[1]: systemd-coredump@3-7436-0.service: Consumed 3.336s CPU time, 953.1M memory peak.
Nov 10 01:21:30 ArchDell systemd[783]: Started Launch DrKonqi for a systemd-coredump crash (PID 7438/UID 0).
Nov 10 01:21:30 ArchDell drkonqi-coredump-launcher[7446]: Unable to find file for pid 7222 expected at "kcrash-metadata/codium.35f50f501117493aa5971396915fe53a.7222.ini"
Nov 10 01:21:30 ArchDell drkonqi-coredump-launcher[7446]: Nothing handled the dump :O
Nov 10 01:21:30 ArchDell systemd[783]: app-codium@1e4cf9764e9e408c985920187bc38c0f.service: Consumed 25.685s CPU time, 631M memory peak.
Nov 10 01:21:31 ArchDell systemd[1]: drkonqi-coredump-processor@3-7436-0.service: Deactivated successfully.
Nov 10 01:21:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:21:31,708 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:21:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:21:31,712 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:21:34 ArchDell lbry[1290]: Daemon: 2024-11-10 01:21:34,011 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:21:34 ArchDell lbry[1290]: Daemon: 2024-11-10 01:21:34,147 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:21:42 ArchDell kernel: traps: codium[7482] trap int3 ip:5d073bb5446c sp:7ffe40436860 error:0 in codium[600646c,5d0737bc8000+8972000]
Nov 10 01:21:42 ArchDell systemd-coredump[7658]: Process 7482 (codium) of user 1000 terminated abnormally with signal 5/TRAP, processing...
Nov 10 01:21:42 ArchDell systemd[1]: Started Process Core Dump (PID 7658/UID 0).
Nov 10 01:21:42 ArchDell systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Nov 10 01:21:45 ArchDell systemd-coredump[7659]: Process 7482 (codium) of user 1000 dumped core.
                                                 
                                                 Stack trace of thread 7482:
                                                 #0  0x00005d073bb5446c n/a (codium + 0x600746c)
                                                 #1  0x00005d073bb53fa5 n/a (codium + 0x6006fa5)
                                                 #2  0x00005d073bb53a8d n/a (codium + 0x6006a8d)
                                                 #3  0x00005d073bb3cdef n/a (codium + 0x5fefdef)
                                                 #4  0x00005d073bb3ce4e n/a (codium + 0x5fefe4e)
                                                 #5  0x00005d073bb3c8f3 n/a (codium + 0x5fef8f3)
                                                 #6  0x00005d073bb3ca3e n/a (codium + 0x5fefa3e)
                                                 #7  0x00005d073cc93c71 n/a (codium + 0x7146c71)
                                                 #8  0x00005d073cc93658 n/a (codium + 0x7146658)
                                                 #9  0x00005d073d77a65b n/a (codium + 0x7c2d65b)
                                                 #10 0x00005d073d76cbef n/a (codium + 0x7c1fbef)
                                                 #11 0x00005d073d76c86a n/a (codium + 0x7c1f86a)
                                                 #12 0x00005d073d77dd8a n/a (codium + 0x7c30d8a)
                                                 #13 0x00005d073d78121d n/a (codium + 0x7c3421d)
                                                 #14 0x00005d073d776309 n/a (codium + 0x7c29309)
                                                 #15 0x00005d073d775e77 n/a (codium + 0x7c28e77)
                                                 #16 0x00005d073d774d2c n/a (codium + 0x7c27d2c)
                                                 #17 0x00005d073d770b0b n/a (codium + 0x7c23b0b)
                                                 #18 0x00005d073d7704bd n/a (codium + 0x7c234bd)
                                                 #19 0x00005d073d77beee n/a (codium + 0x7c2eeee)
                                                 #20 0x00005d073d77b9be n/a (codium + 0x7c2e9be)
                                                 #21 0x00005d07381b803e n/a (codium + 0x266b03e)
                                                 #22 0x00005d07381b78bb n/a (codium + 0x266a8bb)
                                                 #23 0x00005d073d752a1c n/a (codium + 0x7c05a1c)
                                                 #24 0x00005d073d75f4bd n/a (codium + 0x7c124bd)
                                                 #25 0x00005d073d75f313 n/a (codium + 0x7c12313)
                                                 #26 0x00005d073d7b341c n/a (codium + 0x7c6641c)
                                                 #27 0x00005d073d7b32bc n/a (codium + 0x7c662bc)
                                                 #28 0x00005d073d749a61 n/a (codium + 0x7bfca61)
                                                 #29 0x00005d073ccc10fb n/a (codium + 0x71740fb)
                                                 #30 0x00005d073ccc0e56 n/a (codium + 0x7173e56)
                                                 #31 0x00005d073ccc0d85 n/a (codium + 0x7173d85)
                                                 #32 0x00005d073d7c1b0b n/a (codium + 0x7c74b0b)
                                                 #33 0x00005d073d7cc3e5 n/a (codium + 0x7c7f3e5)
                                                 #34 0x00005d073ccc10fb n/a (codium + 0x71740fb)
                                                 #35 0x00005d073ccc0e56 n/a (codium + 0x7173e56)
                                                 #36 0x00005d073ccc0d85 n/a (codium + 0x7173d85)
                                                 #37 0x00005d073d61f9c1 n/a (codium + 0x7ad29c1)
                                                 #38 0x00005d073d62a4cc n/a (codium + 0x7add4cc)
                                                 #39 0x00005d073d7f54d4 n/a (codium + 0x7ca84d4)
                                                 #40 0x00005d073ccc5a8d n/a (codium + 0x7178a8d)
                                                 #41 0x00005d0738c5c493 n/a (codium + 0x310f493)
                                                 #42 0x00005d0738c5c1be n/a (codium + 0x310f1be)
                                                 #43 0x00005d0738c5c74d n/a (codium + 0x310f74d)
                                                 #44 0x00005d073cc98a0f n/a (codium + 0x714ba0f)
                                                 #45 0x00005d073cd4a2d3 n/a (codium + 0x71fd2d3)
                                                 #46 0x00005d073cc9fe3a n/a (codium + 0x7152e3a)
                                                 #47 0x00005d073cc9fbe4 n/a (codium + 0x7152be4)
                                                 #48 0x00005d073cc9f96b n/a (codium + 0x715296b)
                                                 #49 0x00005d073cd4de02 n/a (codium + 0x7200e02)
                                                 #50 0x000079614070d559 n/a (libglib-2.0.so.0 + 0x5d559)
                                                 #51 0x0000796140770157 n/a (libglib-2.0.so.0 + 0xc0157)
                                                 #52 0x000079614070ca55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                 #53 0x00005d073bc2462c n/a (codium + 0x60d762c)
                                                 #54 0x00005d073bbc2ec1 n/a (codium + 0x6075ec1)
                                                 #55 0x00005d073bb833ae n/a (codium + 0x60363ae)
                                                 #56 0x00005d073aa13a5f n/a (codium + 0x4ec6a5f)
                                                 #57 0x00005d073aa15672 n/a (codium + 0x4ec8672)
                                                 #58 0x00005d073aa112c6 n/a (codium + 0x4ec42c6)
                                                 #59 0x00005d073832a4b0 n/a (codium + 0x27dd4b0)
                                                 #60 0x00005d073832bc0e n/a (codium + 0x27dec0e)
                                                 #61 0x00005d073832ba6c n/a (codium + 0x27dea6c)
                                                 #62 0x00005d073832952f n/a (codium + 0x27dc52f)
                                                 #63 0x00005d0738329610 n/a (codium + 0x27dc610)
                                                 
                                                 Stack trace of thread 7494:
                                                 #0  0x000079613f413c07 n/a (libc.so.6 + 0x16ec07)
                                                 #1  0x000079613e601c13 asn1_find_node (libtasn1.so.6 + 0x8c13)
                                                 #2  0x000079613e606495 asn1_der_decoding_startEnd (libtasn1.so.6 + 0xd495)
                                                 #3  0x000079612c441db2 n/a (libnssckbi.so + 0x12db2)
                                                 #4  0x000079612c43d5c8 n/a (libnssckbi.so + 0xe5c8)
                                                 #5  0x000079612c43d85d n/a (libnssckbi.so + 0xe85d)
                                                 #6  0x000079612c43e24b n/a (libnssckbi.so + 0xf24b)
                                                 #7  0x000079612c434f1c n/a (libnssckbi.so + 0x5f1c)
                                                 #8  0x000079612c435ac5 n/a (libnssckbi.so + 0x6ac5)
                                                 #9  0x000079612c43a99c n/a (libnssckbi.so + 0xb99c)
                                                 #10 0x000079612c43ea81 n/a (libnssckbi.so + 0xfa81)
                                                 #11 0x000079612c446cba n/a (libnssckbi.so + 0x17cba)
                                                 #12 0x000079612c446e96 n/a (libnssckbi.so + 0x17e96)
                                                 #13 0x000079612c44745b n/a (libnssckbi.so + 0x1845b)
                                                 #14 0x000079612c43ffbe n/a (libnssckbi.so + 0x10fbe)
                                                 #15 0x00007961403f61a4 n/a (libnss3.so + 0x4e1a4)
                                                 #16 0x00007961404a87fc n/a (libnss3.so + 0x1007fc)
                                                 #17 0x000079614040446e n/a (libnss3.so + 0x5c46e)
                                                 #18 0x00007961403f948d n/a (libnss3.so + 0x5148d)
                                                 #19 0x0000796140400470 SECMOD_LoadModule (libnss3.so + 0x58470)
                                                 #20 0x0000796140400ce5 SECMOD_LoadUserModule (libnss3.so + 0x58ce5)
                                                 #21 0x00005d073bf4bdac n/a (codium + 0x63fedac)
                                                 #22 0x00005d073bf4ba89 n/a (codium + 0x63fea89)
                                                 #23 0x00005d073c1207c6 n/a (codium + 0x65d37c6)
                                                 #24 0x00005d073bf84543 n/a (codium + 0x6437543)
                                                 #25 0x00005d073bf84543 n/a (codium + 0x6437543)
                                                 #26 0x00005d073bf7db61 n/a (codium + 0x6430b61)
                                                 #27 0x00005d073bf76e32 n/a (codium + 0x6429e32)
                                                 #28 0x00005d073bf6f9ce n/a (codium + 0x64229ce)
                                                 #29 0x00005d073bf9134e n/a (codium + 0x644434e)
                                                 #30 0x00005d073bf91a15 n/a (codium + 0x6444a15)
                                                 #31 0x00005d073bf91ce1 n/a (codium + 0x6444ce1)
                                                 #32 0x00005d073bbc8e22 n/a (codium + 0x607be22)
                                                 #33 0x00005d073bbc8ee5 n/a (codium + 0x607bee5)
                                                 #34 0x00005d073bba1c7f n/a (codium + 0x6054c7f)
                                                 #35 0x00005d073bbcbdbe n/a (codium + 0x607edbe)
                                                 #36 0x00005d073bbcb905 n/a (codium + 0x607e905)
                                                 #37 0x00005d073bbcb3b8 n/a (codium + 0x607e3b8)
                                                 #38 0x00005d073bbdf4b3 n/a (codium + 0x60924b3)
                                                 #39 0x00005d073bbdf23d n/a (codium + 0x609223d)
                                                 #40 0x00005d073bbdf14d n/a (codium + 0x609214d)
                                                 #41 0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #42 0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #43 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7514:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f3387e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d073bbf8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d073bc21056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d073bb9e91c n/a (codium + 0x605191c)
                                                 #5  0x00005d073bbdff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d073bbdea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d073bbdf599 n/a (codium + 0x6092599)
                                                 #8  0x00005d073bbdf23d n/a (codium + 0x609223d)
                                                 #9  0x00005d073bbdf14d n/a (codium + 0x609214d)
                                                 #10 0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #11 0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7518:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f338479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d073bbf8a16 n/a (codium + 0x60aba16)
                                                 #3  0x00005d073bc2102c n/a (codium + 0x60d402c)
                                                 #4  0x00005d073bb9e7e5 n/a (codium + 0x60517e5)
                                                 #5  0x00005d073bb5bdbb n/a (codium + 0x600edbb)
                                                 #6  0x00005d073bbc2ec1 n/a (codium + 0x6075ec1)
                                                 #7  0x00005d073bb833ae n/a (codium + 0x60363ae)
                                                 #8  0x00005d073bbe6b98 n/a (codium + 0x6099b98)
                                                 #9  0x00005d073bbe6d94 n/a (codium + 0x6099d94)
                                                 #10 0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #11 0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7545:
                                                 #0  0x000079613f3b0bb0 ppoll (libc.so.6 + 0x10bbb0)
                                                 #1  0x0000796140770227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                 #2  0x000079614070e287 g_main_loop_run (libglib-2.0.so.0 + 0x5e287)
                                                 #3  0x00007961405f4bc4 n/a (libgio-2.0.so.0 + 0x113bc4)
                                                 #4  0x0000796140741026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7501:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f338479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d0737fd6369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d07401127e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x00005d07401105cb n/a (codium + 0xa5c35cb)
                                                 #5  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7516:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f3387e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d073bbf8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d073bc21056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d073bb9e91c n/a (codium + 0x605191c)
                                                 #5  0x00005d073bbdff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d073bbdea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d073bbdf599 n/a (codium + 0x6092599)
                                                 #8  0x00005d073bbdf29d n/a (codium + 0x609229d)
                                                 #9  0x00005d073bbdf157 n/a (codium + 0x6092157)
                                                 #10 0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #11 0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7522:
                                                 #0  0x000079613f3be8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00005d07381a8010 n/a (codium + 0x265b010)
                                                 #2  0x00005d073816ce24 n/a (codium + 0x261fe24)
                                                 #3  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7486:
                                                 #0  0x000079613f3b063d __poll (libc.so.6 + 0x10b63d)
                                                 #1  0x00005d073b10ac90 n/a (codium + 0x55bdc90)
                                                 #2  0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #3  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7523:
                                                 #0  0x000079613f3bc1fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x000079614073ef20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                 #2  0x00007961406d598c n/a (libglib-2.0.so.0 + 0x2598c)
                                                 #3  0x00007961406d59fd g_async_queue_pop (libglib-2.0.so.0 + 0x259fd)
                                                 #4  0x000079613eadd5fc n/a (libpangoft2-1.0.so.0 + 0xc5fc)
                                                 #5  0x0000796140741026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #6  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7510:
                                                 #0  0x000079613f3be8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00005d073bc1dca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x00005d073bc1da98 n/a (codium + 0x60d0a98)
                                                 #3  0x00005d073bbc2ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00005d073bb833ae n/a (codium + 0x60363ae)
                                                 #5  0x00005d073bbe6b98 n/a (codium + 0x6099b98)
                                                 #6  0x00005d073bbe6d94 n/a (codium + 0x6099d94)
                                                 #7  0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #8  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #9  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7532:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f3387e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d073bbf8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d073bc21056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d073bb9e91c n/a (codium + 0x605191c)
                                                 #5  0x00005d073bbdff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d073bbdea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d073bbdf599 n/a (codium + 0x6092599)
                                                 #8  0x00005d073bbdf23d n/a (codium + 0x609223d)
                                                 #9  0x00005d073bbdf14d n/a (codium + 0x609214d)
                                                 #10 0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #11 0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7539:
                                                 #0  0x000079613f3bc1fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x000079614073ef20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                 #2  0x00007961406d598c n/a (libglib-2.0.so.0 + 0x2598c)
                                                 #3  0x0000796140745137 n/a (libglib-2.0.so.0 + 0x95137)
                                                 #4  0x0000796140741026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7547:
                                                 #0  0x000079613f3bc1fd syscall (libc.so.6 + 0x1171fd)
                                                 #1  0x000079614073fc37 g_cond_wait_until (libglib-2.0.so.0 + 0x8fc37)
                                                 #2  0x00007961406d5955 n/a (libglib-2.0.so.0 + 0x25955)
                                                 #3  0x00007961406d5ac8 g_async_queue_timeout_pop (libglib-2.0.so.0 + 0x25ac8)
                                                 #4  0x0000796140745a30 n/a (libglib-2.0.so.0 + 0x95a30)
                                                 #5  0x0000796140741026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #6  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7533:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f3387e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d073bbf8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d073bc21056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d073bb9e91c n/a (codium + 0x605191c)
                                                 #5  0x00005d073bbdff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d073bbdea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d073bbdf599 n/a (codium + 0x6092599)
                                                 #8  0x00005d073bbdf26d n/a (codium + 0x609226d)
                                                 #9  0x00005d073bbdf161 n/a (codium + 0x6092161)
                                                 #10 0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #11 0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7508:
                                                 #0  0x000079613f3be750 epoll_pwait (libc.so.6 + 0x119750)
                                                 #1  0x00005d0737fdacfd n/a (codium + 0x248dcfd)
                                                 #2  0x00005d0737fca5d5 uv_run (codium + 0x247d5d5)
                                                 #3  0x00005d073ffbfbc0 n/a (codium + 0xa472bc0)
                                                 #4  0x00005d074018b782 n/a (codium + 0xa63e782)
                                                 #5  0x00005d0740190522 n/a (codium + 0xa643522)
                                                 #6  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #7  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7556:
                                                 #0  0x000079613f3be8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00005d073bc1dca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x00005d073bc1da98 n/a (codium + 0x60d0a98)
                                                 #3  0x00005d073bbc2ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00005d073bb833ae n/a (codium + 0x60363ae)
                                                 #5  0x00005d073bbe6b98 n/a (codium + 0x6099b98)
                                                 #6  0x00005d073bbe6d94 n/a (codium + 0x6099d94)
                                                 #7  0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #8  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #9  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7500:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f338479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d0737fd6369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d07401127e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x00005d07401105cb n/a (codium + 0xa5c35cb)
                                                 #5  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7565:
                                                 #0  0x000079613f3bbc57 __select (libc.so.6 + 0x116c57)
                                                 #1  0x000079612f68c3dc _ZN15vscode_keyboard15ListenToXEventsEPv (keymapping.node + 0x73dc)
                                                 #2  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #3  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7502:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f338479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d0737fd6369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d07401127e9 n/a (codium + 0xa5c57e9)
                                                 #4  0x00005d07401105cb n/a (codium + 0xa5c35cb)
                                                 #5  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7496:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f3387e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d073bbf8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d073bc21056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d073bb9e91c n/a (codium + 0x605191c)
                                                 #5  0x00005d073bbdff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d073bbdea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d073bbdf599 n/a (codium + 0x6092599)
                                                 #8  0x00005d073bbdf26d n/a (codium + 0x609226d)
                                                 #9  0x00005d073bbdf161 n/a (codium + 0x6092161)
                                                 #10 0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #11 0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7499:
                                                 #0  0x000079613f3be750 epoll_pwait (libc.so.6 + 0x119750)
                                                 #1  0x00005d0737fdacfd n/a (codium + 0x248dcfd)
                                                 #2  0x00005d0737fca5d5 uv_run (codium + 0x247d5d5)
                                                 #3  0x00005d0740112581 n/a (codium + 0xa5c5581)
                                                 #4  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7517:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f338479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d073bbf8a16 n/a (codium + 0x60aba16)
                                                 #3  0x00005d073cf0f414 n/a (codium + 0x73c2414)
                                                 #4  0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #5  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7515:
                                                 #0  0x000079613f3b063d __poll (libc.so.6 + 0x10b63d)
                                                 #1  0x00005d073bbfc08f n/a (codium + 0x60af08f)
                                                 #2  0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #3  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7497:
                                                 #0  0x000079613f3be8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00005d073bc1dca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x00005d073bc1da98 n/a (codium + 0x60d0a98)
                                                 #3  0x00005d073bbc2ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00005d073bb833ae n/a (codium + 0x60363ae)
                                                 #5  0x00005d073bbe6b98 n/a (codium + 0x6099b98)
                                                 #6  0x00005d073aa1619f n/a (codium + 0x4ec919f)
                                                 #7  0x00005d073bbe6d94 n/a (codium + 0x6099d94)
                                                 #8  0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #9  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #10 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7504:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f338479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d0737fd6369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d0737fc6b83 n/a (codium + 0x2479b83)
                                                 #4  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7492:
                                                 #0  0x000079613f3a6ac3 wait4 (libc.so.6 + 0x101ac3)
                                                 #1  0x00005d073bc13412 n/a (codium + 0x60c6412)
                                                 #2  0x00005d073bc13204 n/a (codium + 0x60c6204)
                                                 #3  0x00005d073bc14cf0 n/a (codium + 0x60c7cf0)
                                                 #4  0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #5  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7505:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f338479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d0737fd6369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d0737fc6b83 n/a (codium + 0x2479b83)
                                                 #4  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7493:
                                                 #0  0x000079613f3be8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                 #1  0x00005d073bc1dca0 n/a (codium + 0x60d0ca0)
                                                 #2  0x00005d073bc1da98 n/a (codium + 0x60d0a98)
                                                 #3  0x00005d073bbc2ec1 n/a (codium + 0x6075ec1)
                                                 #4  0x00005d073bb833ae n/a (codium + 0x60363ae)
                                                 #5  0x00005d073bbe6b98 n/a (codium + 0x6099b98)
                                                 #6  0x00005d073bbd056d n/a (codium + 0x608356d)
                                                 #7  0x00005d073bbe6d94 n/a (codium + 0x6099d94)
                                                 #8  0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #9  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #10 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7495:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f3387e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d073bbf8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d073bc21056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d073bb9e91c n/a (codium + 0x605191c)
                                                 #5  0x00005d073bbdff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d073bbdea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d073bbdf599 n/a (codium + 0x6092599)
                                                 #8  0x00005d073bbdf23d n/a (codium + 0x609223d)
                                                 #9  0x00005d073bbdf14d n/a (codium + 0x609214d)
                                                 #10 0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #11 0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7498:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f3387e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d073bbf8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d073bc21056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d073bb9e91c n/a (codium + 0x605191c)
                                                 #5  0x00005d073bb5bddd n/a (codium + 0x600eddd)
                                                 #6  0x00005d073bbc2ec1 n/a (codium + 0x6075ec1)
                                                 #7  0x00005d073bb833ae n/a (codium + 0x60363ae)
                                                 #8  0x00005d073bbe6b98 n/a (codium + 0x6099b98)
                                                 #9  0x00005d073bbe6d94 n/a (codium + 0x6099d94)
                                                 #10 0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #11 0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7503:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f341858 n/a (libc.so.6 + 0x9c858)
                                                 #2  0x00005d0737fd6196 uv_sem_wait (codium + 0x2489196)
                                                 #3  0x00005d07401ee4cc n/a (codium + 0xa6a14cc)
                                                 #4  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7506:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f338479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d0737fd6369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d0737fc6b83 n/a (codium + 0x2479b83)
                                                 #4  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7513:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f3387e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d073bbf8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d073bc21056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d073bb9e91c n/a (codium + 0x605191c)
                                                 #5  0x00005d073bbdff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d073bbdea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d073bbdf599 n/a (codium + 0x6092599)
                                                 #8  0x00005d073bbdf23d n/a (codium + 0x609223d)
                                                 #9  0x00005d073bbdf14d n/a (codium + 0x609214d)
                                                 #10 0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #11 0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7507:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f338479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                 #2  0x00005d0737fd6369 uv_cond_wait (codium + 0x2489369)
                                                 #3  0x00005d0737fc6b83 n/a (codium + 0x2479b83)
                                                 #4  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #5  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7509:
                                                 #0  0x000079613f3b0bb0 ppoll (libc.so.6 + 0x10bbb0)
                                                 #1  0x0000796140770227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                 #2  0x000079614070ca55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                 #3  0x000079614070cab2 n/a (libglib-2.0.so.0 + 0x5cab2)
                                                 #4  0x0000796140741026 n/a (libglib-2.0.so.0 + 0x91026)
                                                 #5  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #6  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7511:
                                                 #0  0x000079613f3b0c5a read (libc.so.6 + 0x10bc5a)
                                                 #1  0x00005d073819654c n/a (codium + 0x264954c)
                                                 #2  0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #3  0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #4  0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 
                                                 Stack trace of thread 7512:
                                                 #0  0x000079613f335a19 n/a (libc.so.6 + 0x90a19)
                                                 #1  0x000079613f3387e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                 #2  0x00005d073bbf8b3e n/a (codium + 0x60abb3e)
                                                 #3  0x00005d073bc21056 n/a (codium + 0x60d4056)
                                                 #4  0x00005d073bb9e91c n/a (codium + 0x605191c)
                                                 #5  0x00005d073bbdff2d n/a (codium + 0x6092f2d)
                                                 #6  0x00005d073bbdea3c n/a (codium + 0x6091a3c)
                                                 #7  0x00005d073bbdf599 n/a (codium + 0x6092599)
                                                 #8  0x00005d073bbdf23d n/a (codium + 0x609223d)
                                                 #9  0x00005d073bbdf14d n/a (codium + 0x609214d)
                                                 #10 0x00005d073bbf927d n/a (codium + 0x60ac27d)
                                                 #11 0x000079613f33939d n/a (libc.so.6 + 0x9439d)
                                                 #12 0x000079613f3be49c n/a (libc.so.6 + 0x11949c)
                                                 ELF object binary architecture: AMD x86-64
Nov 10 01:21:45 ArchDell drkonqi-coredump-processor[7660]: "/opt/vscodium-bin/codium" 7482 "/var/lib/systemd/coredump/core.codium.1000.35f50f501117493aa5971396915fe53a.7482.1731181902000000.zst"
Nov 10 01:21:45 ArchDell systemd[1]: systemd-coredump@4-7658-0.service: Deactivated successfully.
Nov 10 01:21:45 ArchDell systemd[1]: systemd-coredump@4-7658-0.service: Consumed 2.939s CPU time, 926.5M memory peak.
Nov 10 01:21:45 ArchDell systemd[783]: Started Launch DrKonqi for a systemd-coredump crash (PID 7660/UID 0).
Nov 10 01:21:45 ArchDell drkonqi-coredump-launcher[7670]: Unable to find file for pid 7482 expected at "kcrash-metadata/codium.35f50f501117493aa5971396915fe53a.7482.ini"
Nov 10 01:21:45 ArchDell drkonqi-coredump-launcher[7670]: Nothing handled the dump :O
Nov 10 01:21:45 ArchDell systemd[1]: drkonqi-coredump-processor@4-7658-0.service: Deactivated successfully.
Nov 10 01:21:51 ArchDell lbry[1290]: Daemon: 2024-11-10 01:21:51,144 INFO     lbry.wallet.udp:232: closed udp spv server selection client
Nov 10 01:21:56 ArchDell lbry[1290]: Daemon: 2024-11-10 01:21:56,317 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:21:56 ArchDell lbry[1290]: Daemon: 2024-11-10 01:21:56,317 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:21:56 ArchDell lbry[1290]: 2024-11-10 01:21:56,317 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:21:56 ArchDell lbry[1290]: 2024-11-10 01:21:56,318 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:21:59 ArchDell sudo[7714]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-7714) opened.
Nov 10 01:22:03 ArchDell sudo[7718]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-7718) opened.
Nov 10 01:22:03 ArchDell sudo[7719]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-7719) opened.
Nov 10 01:22:03 ArchDell sudo[7718]:    (My-User-Name) : TTY=pts/3 ; PWD=/home/(My-User-Name) ; USER=root ; COMMAND=/usr/bin/pacman -S --disable-download-timeout -y --config /etc/pacman.conf --
Nov 10 01:22:03 ArchDell sudo[7718]: pam_unix(sudo:session): session opened for user root(uid=0) by (My-User-Name)(uid=1000)
Nov 10 01:22:05 ArchDell sudo[7718]: pam_unix(sudo:session): session closed for user root
Nov 10 01:22:26 ArchDell brave[7833]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:23:06 ArchDell lbry[1290]: Daemon: 2024-11-10 01:23:06,321 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:23:06 ArchDell lbry[1290]: Daemon: 2024-11-10 01:23:06,321 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:23:06 ArchDell lbry[1290]: 2024-11-10 01:23:06,321 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:23:06 ArchDell lbry[1290]: 2024-11-10 01:23:06,322 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:23:19 ArchDell brave[11102]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:24:16 ArchDell lbry[1290]: Daemon: 2024-11-10 01:24:16,347 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:24:16 ArchDell lbry[1290]: Daemon: 2024-11-10 01:24:16,369 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:24:16 ArchDell lbry[1290]: Daemon: 2024-11-10 01:24:16,418 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:24:17 ArchDell lbry[1290]: Daemon: 2024-11-10 01:24:17,169 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:24:26 ArchDell brave[12294]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:24:39 ArchDell baloo_file_extractor[1765]: kf.baloo: Not busy, fast indexing
Nov 10 01:24:39 ArchDell baloo_file_extractor[1765]: kf.baloo: Busy, paced indexing
Nov 10 01:24:48 ArchDell lbry[1290]: 01:24:48.242 › Checking for update
Nov 10 01:24:51 ArchDell lbry[1290]: Daemon: 2024-11-10 01:24:51,153 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671820, change=1) header blocks, final height 1671820
Nov 10 01:24:53 ArchDell lbry[1290]: 01:24:53.613 › Update for version 0.53.9 is not available (latest version: 0.53.9, downgrade is disallowed).
Nov 10 01:25:18 ArchDell lbry[1290]: Daemon: 2024-11-10 01:25:18,598 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to s1.lbry.network:9252, 0 errors
Nov 10 01:25:24 ArchDell brave[12471]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:25:27 ArchDell lbry[1290]: Daemon: 2024-11-10 01:25:27,174 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:25:27 ArchDell lbry[1290]: Daemon: 2024-11-10 01:25:27,175 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:25:27 ArchDell lbry[1290]: Daemon: 2024-11-10 01:25:27,175 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:25:27 ArchDell lbry[1290]: 2024-11-10 01:25:27,175 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:25:39 ArchDell sudo[12587]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-12587) opened.
Nov 10 01:25:39 ArchDell sudo[12589]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-12589) opened.
Nov 10 01:25:44 ArchDell lbry[1290]: Daemon: 2024-11-10 01:25:44,200 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671821, change=1) header blocks, final height 1671821
Nov 10 01:26:26 ArchDell brave[14056]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:26:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:26:31,783 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:26:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:26:31,788 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:26:34 ArchDell lbry[1290]: Daemon: 2024-11-10 01:26:34,541 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:26:34 ArchDell lbry[1290]: Daemon: 2024-11-10 01:26:34,680 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:26:37 ArchDell lbry[1290]: Daemon: 2024-11-10 01:26:37,180 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:26:37 ArchDell lbry[1290]: Daemon: 2024-11-10 01:26:37,181 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:26:37 ArchDell lbry[1290]: 2024-11-10 01:26:37,181 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:26:37 ArchDell lbry[1290]: Daemon: 2024-11-10 01:26:37,181 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:26:50 ArchDell baloo_file_extractor[1765]: kf.baloo: Not busy, fast indexing
Nov 10 01:27:07 ArchDell lbry[1290]: Daemon: 2024-11-10 01:27:07,695 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671822, change=1) header blocks, final height 1671822
Nov 10 01:27:47 ArchDell lbry[1290]: Daemon: 2024-11-10 01:27:47,188 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:27:47 ArchDell lbry[1290]: Daemon: 2024-11-10 01:27:47,189 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:27:47 ArchDell lbry[1290]: 2024-11-10 01:27:47,189 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:27:47 ArchDell lbry[1290]: 2024-11-10 01:27:47,189 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:28:08 ArchDell sudo[23756]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-23756) opened.
Nov 10 01:28:08 ArchDell sudo[23756]:    (My-User-Name) : TTY=pts/3 ; PWD=/home/(My-User-Name) ; USER=root ; COMMAND=/usr/bin/pacman -U --config /etc/pacman.conf -- /home/(My-User-Name)/.cache/yay/vscodium-bin/vscodium-bin-1.95.2.24313-1-x86_64.pkg.tar.zst
Nov 10 01:28:08 ArchDell sudo[23756]: pam_unix(sudo:session): session opened for user root(uid=0) by (My-User-Name)(uid=1000)
Nov 10 01:28:12 ArchDell kded6[907]: kf.service.services: The desktop entry file "/usr/share/applications/Singular-manual.desktop" has Type= "Link" instead of "Application" or "Service"
Nov 10 01:28:12 ArchDell kded6[907]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/Singular-manual.desktop"
Nov 10 01:28:13 ArchDell kded6[907]: org.kde.colorcorrectlocationupdater: Geolocator stopped
Nov 10 01:28:13 ArchDell lbry[1290]: Daemon: 2024-11-10 01:28:13,264 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671823, change=1) header blocks, final height 1671823
Nov 10 01:28:13 ArchDell kglobalacceld[857]: kf.service.services: The desktop entry file "/usr/share/applications/Singular-manual.desktop" has Type= "Link" instead of "Application" or "Service"
Nov 10 01:28:13 ArchDell kglobalacceld[857]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/Singular-manual.desktop"
Nov 10 01:28:13 ArchDell sudo[23756]: pam_unix(sudo:session): session closed for user root
Nov 10 01:28:13 ArchDell sudo[23790]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-23790) opened.
Nov 10 01:28:13 ArchDell sudo[23790]:    (My-User-Name) : TTY=pts/3 ; PWD=/home/(My-User-Name) ; USER=root ; COMMAND=/usr/bin/pacman -D -q --asexplicit --config /etc/pacman.conf -- vscodium-bin
Nov 10 01:28:13 ArchDell sudo[23790]: pam_unix(sudo:session): session opened for user root(uid=0) by (My-User-Name)(uid=1000)
Nov 10 01:28:13 ArchDell sudo[23790]: pam_unix(sudo:session): session closed for user root
Nov 10 01:28:14 ArchDell plasmashell[958]: kf.service.services: The desktop entry file "/usr/share/applications/Singular-manual.desktop" has Type= "Link" instead of "Application" or "Service"
Nov 10 01:28:14 ArchDell plasmashell[958]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/Singular-manual.desktop"
Nov 10 01:28:15 ArchDell kded6[907]: org.kde.colorcorrectlocationupdater: Geolocator stopped
Nov 10 01:28:23 ArchDell systemd[783]: Started VSCodium - Text Editor.
Nov 10 01:28:26 ArchDell brave[23951]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:28:27 ArchDell baloo_file_extractor[1765]: kf.baloo: Busy, paced indexing
Nov 10 01:28:29 ArchDell kernel: traps: codium[23851] trap int3 ip:5a9fb2a5e46c sp:7ffec0548660 error:0 in codium[600646c,5a9faead2000+8972000]
Nov 10 01:28:29 ArchDell systemd-coredump[24022]: Process 23851 (codium) of user 1000 terminated abnormally with signal 5/TRAP, processing...
Nov 10 01:28:29 ArchDell systemd[1]: Started Process Core Dump (PID 24022/UID 0).
Nov 10 01:28:29 ArchDell systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Nov 10 01:28:32 ArchDell systemd-coredump[24023]: Process 23851 (codium) of user 1000 dumped core.
                                                  
                                                  Module vscode-sqlite3.node without build-id.
                                                  Module keymapping.node without build-id.
                                                  Module spdlog.node without build-id.
                                                  Stack trace of thread 23851:
                                                  #0  0x00005a9fb2a5e46c n/a (codium + 0x600746c)
                                                  #1  0x00005a9fb2a5dfa5 n/a (codium + 0x6006fa5)
                                                  #2  0x00005a9fb2a5da8d n/a (codium + 0x6006a8d)
                                                  #3  0x00005a9fb2a46def n/a (codium + 0x5fefdef)
                                                  #4  0x00005a9fb2a46e4e n/a (codium + 0x5fefe4e)
                                                  #5  0x00005a9fb2a468f3 n/a (codium + 0x5fef8f3)
                                                  #6  0x00005a9fb2a46a3e n/a (codium + 0x5fefa3e)
                                                  #7  0x00005a9fb3b9dc71 n/a (codium + 0x7146c71)
                                                  #8  0x00005a9fb3b9d658 n/a (codium + 0x7146658)
                                                  #9  0x00005a9fb468465b n/a (codium + 0x7c2d65b)
                                                  #10 0x00005a9fb4676bef n/a (codium + 0x7c1fbef)
                                                  #11 0x00005a9fb467686a n/a (codium + 0x7c1f86a)
                                                  #12 0x00005a9fb4687d8a n/a (codium + 0x7c30d8a)
                                                  #13 0x00005a9fb468b21d n/a (codium + 0x7c3421d)
                                                  #14 0x00005a9fb4680309 n/a (codium + 0x7c29309)
                                                  #15 0x00005a9fb467fe77 n/a (codium + 0x7c28e77)
                                                  #16 0x00005a9fb467ed2c n/a (codium + 0x7c27d2c)
                                                  #17 0x00005a9fb467ab0b n/a (codium + 0x7c23b0b)
                                                  #18 0x00005a9fb467a4bd n/a (codium + 0x7c234bd)
                                                  #19 0x00005a9fb4685eee n/a (codium + 0x7c2eeee)
                                                  #20 0x00005a9fb46859be n/a (codium + 0x7c2e9be)
                                                  #21 0x00005a9faf0c203e n/a (codium + 0x266b03e)
                                                  #22 0x00005a9faf0c18bb n/a (codium + 0x266a8bb)
                                                  #23 0x00005a9fb465ca1c n/a (codium + 0x7c05a1c)
                                                  #24 0x00005a9fb46694bd n/a (codium + 0x7c124bd)
                                                  #25 0x00005a9fb4669313 n/a (codium + 0x7c12313)
                                                  #26 0x00005a9fb46bd41c n/a (codium + 0x7c6641c)
                                                  #27 0x00005a9fb46bd2bc n/a (codium + 0x7c662bc)
                                                  #28 0x00005a9fb4653a61 n/a (codium + 0x7bfca61)
                                                  #29 0x00005a9fb3bcb0fb n/a (codium + 0x71740fb)
                                                  #30 0x00005a9fb3bcae56 n/a (codium + 0x7173e56)
                                                  #31 0x00005a9fb3bcad85 n/a (codium + 0x7173d85)
                                                  #32 0x00005a9fb46cbb0b n/a (codium + 0x7c74b0b)
                                                  #33 0x00005a9fb46d63e5 n/a (codium + 0x7c7f3e5)
                                                  #34 0x00005a9fb3bcb0fb n/a (codium + 0x71740fb)
                                                  #35 0x00005a9fb3bcae56 n/a (codium + 0x7173e56)
                                                  #36 0x00005a9fb3bcad85 n/a (codium + 0x7173d85)
                                                  #37 0x00005a9fb45299c1 n/a (codium + 0x7ad29c1)
                                                  #38 0x00005a9fb45344cc n/a (codium + 0x7add4cc)
                                                  #39 0x00005a9fb46ff4d4 n/a (codium + 0x7ca84d4)
                                                  #40 0x00005a9fb3bcfa8d n/a (codium + 0x7178a8d)
                                                  #41 0x00005a9fafb66493 n/a (codium + 0x310f493)
                                                  #42 0x00005a9fafb661be n/a (codium + 0x310f1be)
                                                  #43 0x00005a9fafb6674d n/a (codium + 0x310f74d)
                                                  #44 0x00005a9fb3ba2a0f n/a (codium + 0x714ba0f)
                                                  #45 0x00005a9fb3c542d3 n/a (codium + 0x71fd2d3)
                                                  #46 0x00005a9fb3ba9e3a n/a (codium + 0x7152e3a)
                                                  #47 0x00005a9fb3ba9be4 n/a (codium + 0x7152be4)
                                                  #48 0x00005a9fb3ba996b n/a (codium + 0x715296b)
                                                  #49 0x00005a9fb3c57e02 n/a (codium + 0x7200e02)
                                                  #50 0x000074276990d559 n/a (libglib-2.0.so.0 + 0x5d559)
                                                  #51 0x0000742769970157 n/a (libglib-2.0.so.0 + 0xc0157)
                                                  #52 0x000074276990ca55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                  #53 0x00005a9fb2b2e62c n/a (codium + 0x60d762c)
                                                  #54 0x00005a9fb2accec1 n/a (codium + 0x6075ec1)
                                                  #55 0x00005a9fb2a8d3ae n/a (codium + 0x60363ae)
                                                  #56 0x00005a9fb191da5f n/a (codium + 0x4ec6a5f)
                                                  #57 0x00005a9fb191f672 n/a (codium + 0x4ec8672)
                                                  #58 0x00005a9fb191b2c6 n/a (codium + 0x4ec42c6)
                                                  #59 0x00005a9faf2344b0 n/a (codium + 0x27dd4b0)
                                                  #60 0x00005a9faf235c0e n/a (codium + 0x27dec0e)
                                                  #61 0x00005a9faf235a6c n/a (codium + 0x27dea6c)
                                                  #62 0x00005a9faf23352f n/a (codium + 0x27dc52f)
                                                  #63 0x00005a9faf233610 n/a (codium + 0x27dc610)
                                                  
                                                  Stack trace of thread 23873:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000742768555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00005a9faeee0369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x00005a9faeed0b83 n/a (codium + 0x2479b83)
                                                  #4  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23900:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007427685557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x00005a9fb2b02b3e n/a (codium + 0x60abb3e)
                                                  #3  0x00005a9fb2b2b056 n/a (codium + 0x60d4056)
                                                  #4  0x00005a9fb2aa891c n/a (codium + 0x605191c)
                                                  #5  0x00005a9fb2ae9f2d n/a (codium + 0x6092f2d)
                                                  #6  0x00005a9fb2ae8a3c n/a (codium + 0x6091a3c)
                                                  #7  0x00005a9fb2ae9599 n/a (codium + 0x6092599)
                                                  #8  0x00005a9fb2ae926d n/a (codium + 0x609226d)
                                                  #9  0x00005a9fb2ae9161 n/a (codium + 0x6092161)
                                                  #10 0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #11 0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23852:
                                                  #0  0x00007427685cd63d __poll (libc.so.6 + 0x10b63d)
                                                  #1  0x00005a9fb2014c90 n/a (codium + 0x55bdc90)
                                                  #2  0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #3  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #4  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23866:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000742768555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00005a9faeee0369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x00005a9fb701c7e9 n/a (codium + 0xa5c57e9)
                                                  #4  0x00005a9fb701a5cb n/a (codium + 0xa5c35cb)
                                                  #5  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23864:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000742768555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00005a9fb2b02a16 n/a (codium + 0x60aba16)
                                                  #3  0x00005a9fb2b2b02c n/a (codium + 0x60d402c)
                                                  #4  0x00005a9fb2aa87e5 n/a (codium + 0x60517e5)
                                                  #5  0x00005a9fb2a65dbb n/a (codium + 0x600edbb)
                                                  #6  0x00005a9fb2accec1 n/a (codium + 0x6075ec1)
                                                  #7  0x00005a9fb2a8d3ae n/a (codium + 0x60363ae)
                                                  #8  0x00005a9fb2af0b98 n/a (codium + 0x6099b98)
                                                  #9  0x00005a9fb2af0d94 n/a (codium + 0x6099d94)
                                                  #10 0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #11 0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23882:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007427685557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x00005a9fb2b02b3e n/a (codium + 0x60abb3e)
                                                  #3  0x00005a9fb2b2b056 n/a (codium + 0x60d4056)
                                                  #4  0x00005a9fb2aa891c n/a (codium + 0x605191c)
                                                  #5  0x00005a9fb2ae9f2d n/a (codium + 0x6092f2d)
                                                  #6  0x00005a9fb2ae8a3c n/a (codium + 0x6091a3c)
                                                  #7  0x00005a9fb2ae9599 n/a (codium + 0x6092599)
                                                  #8  0x00005a9fb2ae929d n/a (codium + 0x609229d)
                                                  #9  0x00005a9fb2ae9157 n/a (codium + 0x6092157)
                                                  #10 0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #11 0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23934:
                                                  #0  0x00007427685d8c57 __select (libc.so.6 + 0x116c57)
                                                  #1  0x0000742758810ed7 _ZN15vscode_keyboard15ListenToXEventsEPv (keymapping.node + 0xded7)
                                                  #2  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #3  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23868:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000742768555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00005a9faeee0369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x00005a9fb701c7e9 n/a (codium + 0xa5c57e9)
                                                  #4  0x00005a9fb701a5cb n/a (codium + 0xa5c35cb)
                                                  #5  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23876:
                                                  #0  0x00007427685db8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x00005a9fb2b27ca0 n/a (codium + 0x60d0ca0)
                                                  #2  0x00005a9fb2b27a98 n/a (codium + 0x60d0a98)
                                                  #3  0x00005a9fb2accec1 n/a (codium + 0x6075ec1)
                                                  #4  0x00005a9fb2a8d3ae n/a (codium + 0x60363ae)
                                                  #5  0x00005a9fb2af0b98 n/a (codium + 0x6099b98)
                                                  #6  0x00005a9fb2af0d94 n/a (codium + 0x6099d94)
                                                  #7  0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #8  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #9  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23860:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007427685557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x00005a9fb2b02b3e n/a (codium + 0x60abb3e)
                                                  #3  0x00005a9fb2b2b056 n/a (codium + 0x60d4056)
                                                  #4  0x00005a9fb2aa891c n/a (codium + 0x605191c)
                                                  #5  0x00005a9fb2ae9f2d n/a (codium + 0x6092f2d)
                                                  #6  0x00005a9fb2ae8a3c n/a (codium + 0x6091a3c)
                                                  #7  0x00005a9fb2ae9599 n/a (codium + 0x6092599)
                                                  #8  0x00005a9fb2ae923d n/a (codium + 0x609223d)
                                                  #9  0x00005a9fb2ae914d n/a (codium + 0x609214d)
                                                  #10 0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #11 0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23859:
                                                  #0  0x00007427685db8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x00005a9fb2b27ca0 n/a (codium + 0x60d0ca0)
                                                  #2  0x00005a9fb2b27a98 n/a (codium + 0x60d0a98)
                                                  #3  0x00005a9fb2accec1 n/a (codium + 0x6075ec1)
                                                  #4  0x00005a9fb2a8d3ae n/a (codium + 0x60363ae)
                                                  #5  0x00005a9fb2af0b98 n/a (codium + 0x6099b98)
                                                  #6  0x00005a9fb2ada56d n/a (codium + 0x608356d)
                                                  #7  0x00005a9fb2af0d94 n/a (codium + 0x6099d94)
                                                  #8  0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #9  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #10 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23908:
                                                  #0  0x00007427685cdbb0 ppoll (libc.so.6 + 0x10bbb0)
                                                  #1  0x0000742769970227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                  #2  0x000074276990e287 g_main_loop_run (libglib-2.0.so.0 + 0x5e287)
                                                  #3  0x00007427697f4bc4 n/a (libgio-2.0.so.0 + 0x113bc4)
                                                  #4  0x0000742769941026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #5  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23879:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007427685557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x00005a9fb2b02b3e n/a (codium + 0x60abb3e)
                                                  #3  0x00005a9fb2b2b056 n/a (codium + 0x60d4056)
                                                  #4  0x00005a9fb2aa891c n/a (codium + 0x605191c)
                                                  #5  0x00005a9fb2ae9f2d n/a (codium + 0x6092f2d)
                                                  #6  0x00005a9fb2ae8a3c n/a (codium + 0x6091a3c)
                                                  #7  0x00005a9fb2ae9599 n/a (codium + 0x6092599)
                                                  #8  0x00005a9fb2ae923d n/a (codium + 0x609223d)
                                                  #9  0x00005a9fb2ae914d n/a (codium + 0x609214d)
                                                  #10 0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #11 0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23880:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007427685557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x00005a9fb2b02b3e n/a (codium + 0x60abb3e)
                                                  #3  0x00005a9fb2b2b056 n/a (codium + 0x60d4056)
                                                  #4  0x00005a9fb2aa891c n/a (codium + 0x605191c)
                                                  #5  0x00005a9fb2ae9f2d n/a (codium + 0x6092f2d)
                                                  #6  0x00005a9fb2ae8a3c n/a (codium + 0x6091a3c)
                                                  #7  0x00005a9fb2ae9599 n/a (codium + 0x6092599)
                                                  #8  0x00005a9fb2ae923d n/a (codium + 0x609223d)
                                                  #9  0x00005a9fb2ae914d n/a (codium + 0x609214d)
                                                  #10 0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #11 0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23907:
                                                  #0  0x00007427685d91fd syscall (libc.so.6 + 0x1171fd)
                                                  #1  0x000074276993ef20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                  #2  0x00007427698d598c n/a (libglib-2.0.so.0 + 0x2598c)
                                                  #3  0x0000742769945137 n/a (libglib-2.0.so.0 + 0x95137)
                                                  #4  0x0000742769941026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #5  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23870:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000742768555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00005a9faeee0369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x00005a9faeed0b83 n/a (codium + 0x2479b83)
                                                  #4  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23884:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000742768555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00005a9fb2b02a16 n/a (codium + 0x60aba16)
                                                  #3  0x00005a9fb2b2b02c n/a (codium + 0x60d402c)
                                                  #4  0x00005a9fb2aa87e5 n/a (codium + 0x60517e5)
                                                  #5  0x00005a9fb2a65dbb n/a (codium + 0x600edbb)
                                                  #6  0x00005a9fb2accec1 n/a (codium + 0x6075ec1)
                                                  #7  0x00005a9fb2a8d3ae n/a (codium + 0x60363ae)
                                                  #8  0x00005a9fb2af0b98 n/a (codium + 0x6099b98)
                                                  #9  0x00005a9fb2af0d94 n/a (codium + 0x6099d94)
                                                  #10 0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #11 0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23875:
                                                  #0  0x00007427685cdbb0 ppoll (libc.so.6 + 0x10bbb0)
                                                  #1  0x0000742769970227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                  #2  0x000074276990ca55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                  #3  0x000074276990cab2 n/a (libglib-2.0.so.0 + 0x5cab2)
                                                  #4  0x0000742769941026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #5  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23883:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000742768555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00005a9fb2b02a16 n/a (codium + 0x60aba16)
                                                  #3  0x00005a9fb3e19414 n/a (codium + 0x73c2414)
                                                  #4  0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #5  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23867:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000742768555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00005a9faeee0369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x00005a9fb701c7e9 n/a (codium + 0xa5c57e9)
                                                  #4  0x00005a9fb701a5cb n/a (codium + 0xa5c35cb)
                                                  #5  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23889:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x000074276855e858 n/a (libc.so.6 + 0x9c858)
                                                  #2  0x00005a9faeee0196 uv_sem_wait (codium + 0x2489196)
                                                  #3  0x00005a9faf076e13 n/a (codium + 0x261fe13)
                                                  #4  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23872:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000742768555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00005a9faeee0369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x00005a9faeed0b83 n/a (codium + 0x2479b83)
                                                  #4  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23881:
                                                  #0  0x00007427685cd63d __poll (libc.so.6 + 0x10b63d)
                                                  #1  0x00005a9fb2b0608f n/a (codium + 0x60af08f)
                                                  #2  0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #3  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #4  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23890:
                                                  #0  0x00007427685d91fd syscall (libc.so.6 + 0x1171fd)
                                                  #1  0x000074276993ef20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                  #2  0x00007427698d598c n/a (libglib-2.0.so.0 + 0x2598c)
                                                  #3  0x00007427698d59fd g_async_queue_pop (libglib-2.0.so.0 + 0x259fd)
                                                  #4  0x0000742767cfd5fc n/a (libpangoft2-1.0.so.0 + 0xc5fc)
                                                  #5  0x0000742769941026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #6  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #7  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23869:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x000074276855e858 n/a (libc.so.6 + 0x9c858)
                                                  #2  0x00005a9faeee0196 uv_sem_wait (codium + 0x2489196)
                                                  #3  0x00005a9fb70f84cc n/a (codium + 0xa6a14cc)
                                                  #4  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23863:
                                                  #0  0x00007427685db8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x00005a9fb2b27ca0 n/a (codium + 0x60d0ca0)
                                                  #2  0x00005a9fb2b27a98 n/a (codium + 0x60d0a98)
                                                  #3  0x00005a9fb2accec1 n/a (codium + 0x6075ec1)
                                                  #4  0x00005a9fb2a8d3ae n/a (codium + 0x60363ae)
                                                  #5  0x00005a9fb2af0b98 n/a (codium + 0x6099b98)
                                                  #6  0x00005a9fb192019f n/a (codium + 0x4ec919f)
                                                  #7  0x00005a9fb2af0d94 n/a (codium + 0x6099d94)
                                                  #8  0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #9  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #10 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23874:
                                                  #0  0x00007427685db750 epoll_pwait (libc.so.6 + 0x119750)
                                                  #1  0x00005a9faeee4cfd n/a (codium + 0x248dcfd)
                                                  #2  0x00005a9faeed45d5 uv_run (codium + 0x247d5d5)
                                                  #3  0x00005a9fb6ec9bc0 n/a (codium + 0xa472bc0)
                                                  #4  0x00005a9fb7095782 n/a (codium + 0xa63e782)
                                                  #5  0x00005a9fb709a522 n/a (codium + 0xa643522)
                                                  #6  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #7  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23899:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007427685557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x00005a9fb2b02b3e n/a (codium + 0x60abb3e)
                                                  #3  0x00005a9fb2b2b056 n/a (codium + 0x60d4056)
                                                  #4  0x00005a9fb2aa891c n/a (codium + 0x605191c)
                                                  #5  0x00005a9fb2ae9f2d n/a (codium + 0x6092f2d)
                                                  #6  0x00005a9fb2ae8a3c n/a (codium + 0x6091a3c)
                                                  #7  0x00005a9fb2ae9599 n/a (codium + 0x6092599)
                                                  #8  0x00005a9fb2ae923d n/a (codium + 0x609223d)
                                                  #9  0x00005a9fb2ae914d n/a (codium + 0x609214d)
                                                  #10 0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #11 0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23861:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007427685557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x00005a9fb2b02b3e n/a (codium + 0x60abb3e)
                                                  #3  0x00005a9fb2b2b056 n/a (codium + 0x60d4056)
                                                  #4  0x00005a9fb2aa891c n/a (codium + 0x605191c)
                                                  #5  0x00005a9fb2ae9f2d n/a (codium + 0x6092f2d)
                                                  #6  0x00005a9fb2ae8a3c n/a (codium + 0x6091a3c)
                                                  #7  0x00005a9fb2ae9599 n/a (codium + 0x6092599)
                                                  #8  0x00005a9fb2ae923d n/a (codium + 0x609223d)
                                                  #9  0x00005a9fb2ae914d n/a (codium + 0x609214d)
                                                  #10 0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #11 0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23916:
                                                  #0  0x00007427685d91fd syscall (libc.so.6 + 0x1171fd)
                                                  #1  0x000074276993fc37 g_cond_wait_until (libglib-2.0.so.0 + 0x8fc37)
                                                  #2  0x00007427698d5955 n/a (libglib-2.0.so.0 + 0x25955)
                                                  #3  0x00007427698d5ac8 g_async_queue_timeout_pop (libglib-2.0.so.0 + 0x25ac8)
                                                  #4  0x0000742769945a30 n/a (libglib-2.0.so.0 + 0x95a30)
                                                  #5  0x0000742769941026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #6  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #7  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23871:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000742768555479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x00005a9faeee0369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x00005a9faeed0b83 n/a (codium + 0x2479b83)
                                                  #4  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23858:
                                                  #0  0x00007427685c3ac3 wait4 (libc.so.6 + 0x101ac3)
                                                  #1  0x00005a9fb2b1d412 n/a (codium + 0x60c6412)
                                                  #2  0x00005a9fb2b1d204 n/a (codium + 0x60c6204)
                                                  #3  0x00005a9fb2b1ecf0 n/a (codium + 0x60c7cf0)
                                                  #4  0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #5  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23925:
                                                  #0  0x00007427685db8b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x00005a9fb2b27ca0 n/a (codium + 0x60d0ca0)
                                                  #2  0x00005a9fb2b27a98 n/a (codium + 0x60d0a98)
                                                  #3  0x00005a9fb2accec1 n/a (codium + 0x6075ec1)
                                                  #4  0x00005a9fb2a8d3ae n/a (codium + 0x60363ae)
                                                  #5  0x00005a9fb2af0b98 n/a (codium + 0x6099b98)
                                                  #6  0x00005a9fb2af0d94 n/a (codium + 0x6099d94)
                                                  #7  0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #8  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #9  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23865:
                                                  #0  0x00007427685db750 epoll_pwait (libc.so.6 + 0x119750)
                                                  #1  0x00005a9faeee4cfd n/a (codium + 0x248dcfd)
                                                  #2  0x00005a9faeed45d5 uv_run (codium + 0x247d5d5)
                                                  #3  0x00005a9fb701c581 n/a (codium + 0xa5c5581)
                                                  #4  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23862:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007427685557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x00005a9fb2b02b3e n/a (codium + 0x60abb3e)
                                                  #3  0x00005a9fb2b2b056 n/a (codium + 0x60d4056)
                                                  #4  0x00005a9fb2aa891c n/a (codium + 0x605191c)
                                                  #5  0x00005a9fb2ae9f2d n/a (codium + 0x6092f2d)
                                                  #6  0x00005a9fb2ae8a3c n/a (codium + 0x6091a3c)
                                                  #7  0x00005a9fb2ae9599 n/a (codium + 0x6092599)
                                                  #8  0x00005a9fb2ae926d n/a (codium + 0x609226d)
                                                  #9  0x00005a9fb2ae9161 n/a (codium + 0x6092161)
                                                  #10 0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #11 0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23877:
                                                  #0  0x00007427685cdc5a read (libc.so.6 + 0x10bc5a)
                                                  #1  0x00005a9faf0a054c n/a (codium + 0x264954c)
                                                  #2  0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #3  0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #4  0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 23878:
                                                  #0  0x0000742768552a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007427685557e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x00005a9fb2b02b3e n/a (codium + 0x60abb3e)
                                                  #3  0x00005a9fb2b2b056 n/a (codium + 0x60d4056)
                                                  #4  0x00005a9fb2aa891c n/a (codium + 0x605191c)
                                                  #5  0x00005a9fb2ae9f2d n/a (codium + 0x6092f2d)
                                                  #6  0x00005a9fb2ae8a3c n/a (codium + 0x6091a3c)
                                                  #7  0x00005a9fb2ae9599 n/a (codium + 0x6092599)
                                                  #8  0x00005a9fb2ae923d n/a (codium + 0x609223d)
                                                  #9  0x00005a9fb2ae914d n/a (codium + 0x609214d)
                                                  #10 0x00005a9fb2b0327d n/a (codium + 0x60ac27d)
                                                  #11 0x000074276855639d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007427685db49c n/a (libc.so.6 + 0x11949c)
                                                  ELF object binary architecture: AMD x86-64
Nov 10 01:28:32 ArchDell drkonqi-coredump-processor[24024]: "/opt/vscodium-bin/codium" 23851 "/var/lib/systemd/coredump/core.codium.1000.35f50f501117493aa5971396915fe53a.23851.1731182309000000.zst"
Nov 10 01:28:32 ArchDell systemd[1]: systemd-coredump@5-24022-0.service: Deactivated successfully.
Nov 10 01:28:32 ArchDell systemd[1]: systemd-coredump@5-24022-0.service: Consumed 3.045s CPU time, 915.6M memory peak.
Nov 10 01:28:32 ArchDell systemd[783]: Started Launch DrKonqi for a systemd-coredump crash (PID 24024/UID 0).
Nov 10 01:28:32 ArchDell drkonqi-coredump-launcher[24035]: Unable to find file for pid 23851 expected at "kcrash-metadata/codium.35f50f501117493aa5971396915fe53a.23851.ini"
Nov 10 01:28:32 ArchDell drkonqi-coredump-launcher[24035]: Nothing handled the dump :O
Nov 10 01:28:32 ArchDell systemd[783]: app-codium@040305137b684d57bef1dc022c84b4c3.service: Consumed 14.847s CPU time, 437.1M memory peak.
Nov 10 01:28:32 ArchDell systemd[1]: drkonqi-coredump-processor@5-24022-0.service: Deactivated successfully.
Nov 10 01:28:57 ArchDell lbry[1290]: Daemon: 2024-11-10 01:28:57,193 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:28:57 ArchDell lbry[1290]: 2024-11-10 01:28:57,194 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:28:57 ArchDell lbry[1290]: 2024-11-10 01:28:57,194 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:28:57 ArchDell lbry[1290]: 2024-11-10 01:28:57,194 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:29:01 ArchDell brave[24123]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:29:38 ArchDell kernel: traps: codium[24181] trap int3 ip:610e16bd746c sp:7ffe47d32f70 error:0 in codium[600646c,610e12c4b000+8972000]
Nov 10 01:29:38 ArchDell systemd-coredump[24372]: Process 24181 (codium) of user 1000 terminated abnormally with signal 5/TRAP, processing...
Nov 10 01:29:38 ArchDell systemd[1]: Started Process Core Dump (PID 24372/UID 0).
Nov 10 01:29:38 ArchDell systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Nov 10 01:29:39 ArchDell lbry[1290]: Daemon: 2024-11-10 01:29:39,481 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671824, change=1) header blocks, final height 1671824
Nov 10 01:29:41 ArchDell systemd-coredump[24373]: Process 24181 (codium) of user 1000 dumped core.
                                                  
                                                  Module vscode-sqlite3.node without build-id.
                                                  Module keymapping.node without build-id.
                                                  Module spdlog.node without build-id.
                                                  Stack trace of thread 24181:
                                                  #0  0x0000610e16bd746c n/a (codium + 0x600746c)
                                                  #1  0x0000610e16bd6fa5 n/a (codium + 0x6006fa5)
                                                  #2  0x0000610e16bd6a8d n/a (codium + 0x6006a8d)
                                                  #3  0x0000610e16bbfdef n/a (codium + 0x5fefdef)
                                                  #4  0x0000610e16bbfe4e n/a (codium + 0x5fefe4e)
                                                  #5  0x0000610e16bbf8f3 n/a (codium + 0x5fef8f3)
                                                  #6  0x0000610e16bbfa3e n/a (codium + 0x5fefa3e)
                                                  #7  0x0000610e17d16c71 n/a (codium + 0x7146c71)
                                                  #8  0x0000610e17d16658 n/a (codium + 0x7146658)
                                                  #9  0x0000610e187fd65b n/a (codium + 0x7c2d65b)
                                                  #10 0x0000610e187efbef n/a (codium + 0x7c1fbef)
                                                  #11 0x0000610e187ef86a n/a (codium + 0x7c1f86a)
                                                  #12 0x0000610e18800d8a n/a (codium + 0x7c30d8a)
                                                  #13 0x0000610e1880421d n/a (codium + 0x7c3421d)
                                                  #14 0x0000610e187f9309 n/a (codium + 0x7c29309)
                                                  #15 0x0000610e187f8e77 n/a (codium + 0x7c28e77)
                                                  #16 0x0000610e187f7d2c n/a (codium + 0x7c27d2c)
                                                  #17 0x0000610e187f3b0b n/a (codium + 0x7c23b0b)
                                                  #18 0x0000610e187f34bd n/a (codium + 0x7c234bd)
                                                  #19 0x0000610e187feeee n/a (codium + 0x7c2eeee)
                                                  #20 0x0000610e187fe9be n/a (codium + 0x7c2e9be)
                                                  #21 0x0000610e1323b03e n/a (codium + 0x266b03e)
                                                  #22 0x0000610e1323a8bb n/a (codium + 0x266a8bb)
                                                  #23 0x0000610e187d5a1c n/a (codium + 0x7c05a1c)
                                                  #24 0x0000610e187e24bd n/a (codium + 0x7c124bd)
                                                  #25 0x0000610e187e2313 n/a (codium + 0x7c12313)
                                                  #26 0x0000610e1883641c n/a (codium + 0x7c6641c)
                                                  #27 0x0000610e188362bc n/a (codium + 0x7c662bc)
                                                  #28 0x0000610e187cca61 n/a (codium + 0x7bfca61)
                                                  #29 0x0000610e17d440fb n/a (codium + 0x71740fb)
                                                  #30 0x0000610e17d43e56 n/a (codium + 0x7173e56)
                                                  #31 0x0000610e17d43d85 n/a (codium + 0x7173d85)
                                                  #32 0x0000610e18844b0b n/a (codium + 0x7c74b0b)
                                                  #33 0x0000610e1884f3e5 n/a (codium + 0x7c7f3e5)
                                                  #34 0x0000610e17d440fb n/a (codium + 0x71740fb)
                                                  #35 0x0000610e17d43e56 n/a (codium + 0x7173e56)
                                                  #36 0x0000610e17d43d85 n/a (codium + 0x7173d85)
                                                  #37 0x0000610e186a29c1 n/a (codium + 0x7ad29c1)
                                                  #38 0x0000610e186ad4cc n/a (codium + 0x7add4cc)
                                                  #39 0x0000610e188784d4 n/a (codium + 0x7ca84d4)
                                                  #40 0x0000610e17d48a8d n/a (codium + 0x7178a8d)
                                                  #41 0x0000610e13cdf493 n/a (codium + 0x310f493)
                                                  #42 0x0000610e13cdf1be n/a (codium + 0x310f1be)
                                                  #43 0x0000610e13cdf74d n/a (codium + 0x310f74d)
                                                  #44 0x0000610e17d1ba0f n/a (codium + 0x714ba0f)
                                                  #45 0x0000610e17dcd2d3 n/a (codium + 0x71fd2d3)
                                                  #46 0x0000610e17d22e3a n/a (codium + 0x7152e3a)
                                                  #47 0x0000610e17d22be4 n/a (codium + 0x7152be4)
                                                  #48 0x0000610e17d2296b n/a (codium + 0x715296b)
                                                  #49 0x0000610e17dd0e02 n/a (codium + 0x7200e02)
                                                  #50 0x00007b9ad0852559 n/a (libglib-2.0.so.0 + 0x5d559)
                                                  #51 0x00007b9ad08b5157 n/a (libglib-2.0.so.0 + 0xc0157)
                                                  #52 0x00007b9ad0851a55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                  #53 0x0000610e16ca762c n/a (codium + 0x60d762c)
                                                  #54 0x0000610e16c45ec1 n/a (codium + 0x6075ec1)
                                                  #55 0x0000610e16c063ae n/a (codium + 0x60363ae)
                                                  #56 0x0000610e15a96a5f n/a (codium + 0x4ec6a5f)
                                                  #57 0x0000610e15a98672 n/a (codium + 0x4ec8672)
                                                  #58 0x0000610e15a942c6 n/a (codium + 0x4ec42c6)
                                                  #59 0x0000610e133ad4b0 n/a (codium + 0x27dd4b0)
                                                  #60 0x0000610e133aec0e n/a (codium + 0x27dec0e)
                                                  #61 0x0000610e133aea6c n/a (codium + 0x27dea6c)
                                                  #62 0x0000610e133ac52f n/a (codium + 0x27dc52f)
                                                  #63 0x0000610e133ac610 n/a (codium + 0x27dc610)
                                                  
                                                  Stack trace of thread 24190:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000610e16c7bb3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000610e16ca4056 n/a (codium + 0x60d4056)
                                                  #4  0x0000610e16c2191c n/a (codium + 0x605191c)
                                                  #5  0x0000610e16c62f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000610e16c61a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000610e16c62599 n/a (codium + 0x6092599)
                                                  #8  0x0000610e16c6223d n/a (codium + 0x609223d)
                                                  #9  0x0000610e16c6214d n/a (codium + 0x609214d)
                                                  #10 0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #11 0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24191:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000610e16c7bb3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000610e16ca4056 n/a (codium + 0x60d4056)
                                                  #4  0x0000610e16c2191c n/a (codium + 0x605191c)
                                                  #5  0x0000610e16c62f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000610e16c61a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000610e16c62599 n/a (codium + 0x6092599)
                                                  #8  0x0000610e16c6223d n/a (codium + 0x609223d)
                                                  #9  0x0000610e16c6214d n/a (codium + 0x609214d)
                                                  #10 0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #11 0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24182:
                                                  #0  0x00007b9acf42263d __poll (libc.so.6 + 0x10b63d)
                                                  #1  0x0000610e1618dc90 n/a (codium + 0x55bdc90)
                                                  #2  0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #3  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #4  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24192:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000610e16c7bb3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000610e16ca4056 n/a (codium + 0x60d4056)
                                                  #4  0x0000610e16c2191c n/a (codium + 0x605191c)
                                                  #5  0x0000610e16c62f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000610e16c61a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000610e16c62599 n/a (codium + 0x6092599)
                                                  #8  0x0000610e16c6226d n/a (codium + 0x609226d)
                                                  #9  0x0000610e16c62161 n/a (codium + 0x6092161)
                                                  #10 0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #11 0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24188:
                                                  #0  0x00007b9acf418ac3 wait4 (libc.so.6 + 0x101ac3)
                                                  #1  0x0000610e16c96412 n/a (codium + 0x60c6412)
                                                  #2  0x0000610e16c96204 n/a (codium + 0x60c6204)
                                                  #3  0x0000610e16c97cf0 n/a (codium + 0x60c7cf0)
                                                  #4  0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #5  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24189:
                                                  #0  0x00007b9acf4308b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x0000610e16ca0ca0 n/a (codium + 0x60d0ca0)
                                                  #2  0x0000610e16ca0a98 n/a (codium + 0x60d0a98)
                                                  #3  0x0000610e16c45ec1 n/a (codium + 0x6075ec1)
                                                  #4  0x0000610e16c063ae n/a (codium + 0x60363ae)
                                                  #5  0x0000610e16c69b98 n/a (codium + 0x6099b98)
                                                  #6  0x0000610e16c5356d n/a (codium + 0x608356d)
                                                  #7  0x0000610e16c69d94 n/a (codium + 0x6099d94)
                                                  #8  0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #9  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #10 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24193:
                                                  #0  0x00007b9acf4308b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x0000610e16ca0ca0 n/a (codium + 0x60d0ca0)
                                                  #2  0x0000610e16ca0a98 n/a (codium + 0x60d0a98)
                                                  #3  0x0000610e16c45ec1 n/a (codium + 0x6075ec1)
                                                  #4  0x0000610e16c063ae n/a (codium + 0x60363ae)
                                                  #5  0x0000610e16c69b98 n/a (codium + 0x6099b98)
                                                  #6  0x0000610e15a9919f n/a (codium + 0x4ec919f)
                                                  #7  0x0000610e16c69d94 n/a (codium + 0x6099d94)
                                                  #8  0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #9  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #10 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24194:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000610e16c7bb3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000610e16ca4056 n/a (codium + 0x60d4056)
                                                  #4  0x0000610e16c2191c n/a (codium + 0x605191c)
                                                  #5  0x0000610e16bdeddd n/a (codium + 0x600eddd)
                                                  #6  0x0000610e16c45ec1 n/a (codium + 0x6075ec1)
                                                  #7  0x0000610e16c063ae n/a (codium + 0x60363ae)
                                                  #8  0x0000610e16c69b98 n/a (codium + 0x6099b98)
                                                  #9  0x0000610e16c69d94 n/a (codium + 0x6099d94)
                                                  #10 0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #11 0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24196:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000610e13059369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000610e1b1957e9 n/a (codium + 0xa5c57e9)
                                                  #4  0x0000610e1b1935cb n/a (codium + 0xa5c35cb)
                                                  #5  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24195:
                                                  #0  0x00007b9acf430750 epoll_pwait (libc.so.6 + 0x119750)
                                                  #1  0x0000610e1305dcfd n/a (codium + 0x248dcfd)
                                                  #2  0x0000610e1304d5d5 uv_run (codium + 0x247d5d5)
                                                  #3  0x0000610e1b195581 n/a (codium + 0xa5c5581)
                                                  #4  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24200:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000610e13059369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000610e13049b83 n/a (codium + 0x2479b83)
                                                  #4  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24198:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000610e13059369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000610e1b1957e9 n/a (codium + 0xa5c57e9)
                                                  #4  0x0000610e1b1935cb n/a (codium + 0xa5c35cb)
                                                  #5  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24204:
                                                  #0  0x00007b9acf430750 epoll_pwait (libc.so.6 + 0x119750)
                                                  #1  0x0000610e1305dcfd n/a (codium + 0x248dcfd)
                                                  #2  0x0000610e1304d5d5 uv_run (codium + 0x247d5d5)
                                                  #3  0x0000610e1b042bc0 n/a (codium + 0xa472bc0)
                                                  #4  0x0000610e1b20e782 n/a (codium + 0xa63e782)
                                                  #5  0x0000610e1b213522 n/a (codium + 0xa643522)
                                                  #6  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #7  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24199:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3b3858 n/a (libc.so.6 + 0x9c858)
                                                  #2  0x0000610e13059196 uv_sem_wait (codium + 0x2489196)
                                                  #3  0x0000610e1b2714cc n/a (codium + 0xa6a14cc)
                                                  #4  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24197:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000610e13059369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000610e1b1957e9 n/a (codium + 0xa5c57e9)
                                                  #4  0x0000610e1b1935cb n/a (codium + 0xa5c35cb)
                                                  #5  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24202:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000610e13059369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000610e13049b83 n/a (codium + 0x2479b83)
                                                  #4  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24208:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000610e16c7bb3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000610e16ca4056 n/a (codium + 0x60d4056)
                                                  #4  0x0000610e16c2191c n/a (codium + 0x605191c)
                                                  #5  0x0000610e16c62f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000610e16c61a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000610e16c62599 n/a (codium + 0x6092599)
                                                  #8  0x0000610e16c6223d n/a (codium + 0x609223d)
                                                  #9  0x0000610e16c6214d n/a (codium + 0x609214d)
                                                  #10 0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #11 0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24213:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000610e16c7ba16 n/a (codium + 0x60aba16)
                                                  #3  0x0000610e17f92414 n/a (codium + 0x73c2414)
                                                  #4  0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #5  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24211:
                                                  #0  0x00007b9acf42263d __poll (libc.so.6 + 0x10b63d)
                                                  #1  0x0000610e16c7f08f n/a (codium + 0x60af08f)
                                                  #2  0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #3  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #4  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24220:
                                                  #0  0x00007b9acf42e1fd syscall (libc.so.6 + 0x1171fd)
                                                  #1  0x00007b9ad0883f20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                  #2  0x00007b9ad081a98c n/a (libglib-2.0.so.0 + 0x2598c)
                                                  #3  0x00007b9ad081a9fd g_async_queue_pop (libglib-2.0.so.0 + 0x259fd)
                                                  #4  0x00007b9aceb6b5fc n/a (libpangoft2-1.0.so.0 + 0xc5fc)
                                                  #5  0x00007b9ad0886026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #6  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #7  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24203:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000610e13059369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000610e13049b83 n/a (codium + 0x2479b83)
                                                  #4  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24205:
                                                  #0  0x00007b9acf422bb0 ppoll (libc.so.6 + 0x10bbb0)
                                                  #1  0x00007b9ad08b5227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                  #2  0x00007b9ad0851a55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                  #3  0x00007b9ad0851ab2 n/a (libglib-2.0.so.0 + 0x5cab2)
                                                  #4  0x00007b9ad0886026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #5  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24241:
                                                  #0  0x00007b9acf42e1fd syscall (libc.so.6 + 0x1171fd)
                                                  #1  0x00007b9ad0883f20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                  #2  0x00007b9ad081a98c n/a (libglib-2.0.so.0 + 0x2598c)
                                                  #3  0x00007b9ad088a137 n/a (libglib-2.0.so.0 + 0x95137)
                                                  #4  0x00007b9ad0886026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #5  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24254:
                                                  #0  0x00007b9acf4308b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x0000610e16ca0ca0 n/a (codium + 0x60d0ca0)
                                                  #2  0x0000610e16ca0a98 n/a (codium + 0x60d0a98)
                                                  #3  0x0000610e16c45ec1 n/a (codium + 0x6075ec1)
                                                  #4  0x0000610e16c063ae n/a (codium + 0x60363ae)
                                                  #5  0x0000610e16c69b98 n/a (codium + 0x6099b98)
                                                  #6  0x0000610e16c69d94 n/a (codium + 0x6099d94)
                                                  #7  0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #8  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #9  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24214:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000610e16c7ba16 n/a (codium + 0x60aba16)
                                                  #3  0x0000610e16ca402c n/a (codium + 0x60d402c)
                                                  #4  0x0000610e16c217e5 n/a (codium + 0x60517e5)
                                                  #5  0x0000610e16bdedbb n/a (codium + 0x600edbb)
                                                  #6  0x0000610e16c45ec1 n/a (codium + 0x6075ec1)
                                                  #7  0x0000610e16c063ae n/a (codium + 0x60363ae)
                                                  #8  0x0000610e16c69b98 n/a (codium + 0x6099b98)
                                                  #9  0x0000610e16c69d94 n/a (codium + 0x6099d94)
                                                  #10 0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #11 0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24230:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000610e16c7bb3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000610e16ca4056 n/a (codium + 0x60d4056)
                                                  #4  0x0000610e16c2191c n/a (codium + 0x605191c)
                                                  #5  0x0000610e16c62f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000610e16c61a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000610e16c62599 n/a (codium + 0x6092599)
                                                  #8  0x0000610e16c6226d n/a (codium + 0x609226d)
                                                  #9  0x0000610e16c62161 n/a (codium + 0x6092161)
                                                  #10 0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #11 0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24206:
                                                  #0  0x00007b9acf4308b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x0000610e16ca0ca0 n/a (codium + 0x60d0ca0)
                                                  #2  0x0000610e16ca0a98 n/a (codium + 0x60d0a98)
                                                  #3  0x0000610e16c45ec1 n/a (codium + 0x6075ec1)
                                                  #4  0x0000610e16c063ae n/a (codium + 0x60363ae)
                                                  #5  0x0000610e16c69b98 n/a (codium + 0x6099b98)
                                                  #6  0x0000610e16c69d94 n/a (codium + 0x6099d94)
                                                  #7  0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #8  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #9  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24242:
                                                  #0  0x00007b9acf422bb0 ppoll (libc.so.6 + 0x10bbb0)
                                                  #1  0x00007b9ad08b5227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                  #2  0x00007b9ad0853287 g_main_loop_run (libglib-2.0.so.0 + 0x5e287)
                                                  #3  0x00007b9ad0739bc4 n/a (libgio-2.0.so.0 + 0x113bc4)
                                                  #4  0x00007b9ad0886026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #5  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24219:
                                                  #0  0x00007b9acf4308b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x0000610e1322b010 n/a (codium + 0x265b010)
                                                  #2  0x0000610e131efe24 n/a (codium + 0x261fe24)
                                                  #3  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #4  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24212:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000610e16c7bb3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000610e16ca4056 n/a (codium + 0x60d4056)
                                                  #4  0x0000610e16c2191c n/a (codium + 0x605191c)
                                                  #5  0x0000610e16c62f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000610e16c61a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000610e16c62599 n/a (codium + 0x6092599)
                                                  #8  0x0000610e16c6229d n/a (codium + 0x609229d)
                                                  #9  0x0000610e16c62157 n/a (codium + 0x6092157)
                                                  #10 0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #11 0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24253:
                                                  #0  0x00007b9acf42e1fd syscall (libc.so.6 + 0x1171fd)
                                                  #1  0x00007b9ad0884c37 g_cond_wait_until (libglib-2.0.so.0 + 0x8fc37)
                                                  #2  0x00007b9ad081a955 n/a (libglib-2.0.so.0 + 0x25955)
                                                  #3  0x00007b9ad081aac8 g_async_queue_timeout_pop (libglib-2.0.so.0 + 0x25ac8)
                                                  #4  0x00007b9ad088aa30 n/a (libglib-2.0.so.0 + 0x95a30)
                                                  #5  0x00007b9ad0886026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #6  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #7  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24229:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000610e16c7bb3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000610e16ca4056 n/a (codium + 0x60d4056)
                                                  #4  0x0000610e16c2191c n/a (codium + 0x605191c)
                                                  #5  0x0000610e16c62f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000610e16c61a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000610e16c62599 n/a (codium + 0x6092599)
                                                  #8  0x0000610e16c6223d n/a (codium + 0x609223d)
                                                  #9  0x0000610e16c6214d n/a (codium + 0x609214d)
                                                  #10 0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #11 0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24210:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000610e16c7bb3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000610e16ca4056 n/a (codium + 0x60d4056)
                                                  #4  0x0000610e16c2191c n/a (codium + 0x605191c)
                                                  #5  0x0000610e16c62f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000610e16c61a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000610e16c62599 n/a (codium + 0x6092599)
                                                  #8  0x0000610e16c6223d n/a (codium + 0x609223d)
                                                  #9  0x0000610e16c6214d n/a (codium + 0x609214d)
                                                  #10 0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #11 0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24267:
                                                  #0  0x00007b9acf42dc57 __select (libc.so.6 + 0x116c57)
                                                  #1  0x00007b9abf634ed7 _ZN15vscode_keyboard15ListenToXEventsEPv (keymapping.node + 0xded7)
                                                  #2  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #3  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24209:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa7e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000610e16c7bb3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000610e16ca4056 n/a (codium + 0x60d4056)
                                                  #4  0x0000610e16c2191c n/a (codium + 0x605191c)
                                                  #5  0x0000610e16c62f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000610e16c61a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000610e16c62599 n/a (codium + 0x6092599)
                                                  #8  0x0000610e16c6223d n/a (codium + 0x609223d)
                                                  #9  0x0000610e16c6214d n/a (codium + 0x609214d)
                                                  #10 0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #11 0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24201:
                                                  #0  0x00007b9acf3a7a19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x00007b9acf3aa479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000610e13059369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000610e13049b83 n/a (codium + 0x2479b83)
                                                  #4  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24207:
                                                  #0  0x00007b9acf422c5a read (libc.so.6 + 0x10bc5a)
                                                  #1  0x0000610e1321954c n/a (codium + 0x264954c)
                                                  #2  0x0000610e16c7c27d n/a (codium + 0x60ac27d)
                                                  #3  0x00007b9acf3ab39d n/a (libc.so.6 + 0x9439d)
                                                  #4  0x00007b9acf43049c n/a (libc.so.6 + 0x11949c)
                                                  ELF object binary architecture: AMD x86-64
Nov 10 01:29:41 ArchDell drkonqi-coredump-processor[24374]: "/opt/vscodium-bin/codium" 24181 "/var/lib/systemd/coredump/core.codium.1000.35f50f501117493aa5971396915fe53a.24181.1731182378000000.zst"
Nov 10 01:29:41 ArchDell systemd[1]: systemd-coredump@6-24372-0.service: Deactivated successfully.
Nov 10 01:29:41 ArchDell systemd[1]: systemd-coredump@6-24372-0.service: Consumed 3.232s CPU time, 934.5M memory peak.
Nov 10 01:29:41 ArchDell systemd[783]: Started Launch DrKonqi for a systemd-coredump crash (PID 24374/UID 0).
Nov 10 01:29:41 ArchDell drkonqi-coredump-launcher[24394]: Unable to find file for pid 24181 expected at "kcrash-metadata/codium.35f50f501117493aa5971396915fe53a.24181.ini"
Nov 10 01:29:41 ArchDell drkonqi-coredump-launcher[24394]: Nothing handled the dump :O
Nov 10 01:29:41 ArchDell systemd[1]: drkonqi-coredump-processor@6-24372-0.service: Deactivated successfully.
Nov 10 01:29:46 ArchDell lbry[1290]: Daemon: 2024-11-10 01:29:46,165 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671825, change=1) header blocks, final height 1671825
Nov 10 01:30:07 ArchDell lbry[1290]: Daemon: 2024-11-10 01:30:07,254 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:30:07 ArchDell lbry[1290]: Daemon: 2024-11-10 01:30:07,286 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:30:07 ArchDell lbry[1290]: Daemon: 2024-11-10 01:30:07,306 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:30:09 ArchDell lbry[1290]: Daemon: 2024-11-10 01:30:09,512 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:30:27 ArchDell brave[24501]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:30:29 ArchDell lbry[1290]: Daemon: 2024-11-10 01:30:29,374 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671826, change=1) header blocks, final height 1671826
Nov 10 01:31:09 ArchDell brave[24779]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:31:15 ArchDell kernel: traps: codium[24572] trap int3 ip:617bc8af646c sp:7ffda57fc5c0 error:0 in codium[600646c,617bc4b6a000+8972000]
Nov 10 01:31:15 ArchDell systemd-coredump[24786]: Process 24572 (codium) of user 1000 terminated abnormally with signal 5/TRAP, processing...
Nov 10 01:31:15 ArchDell systemd[1]: Started Process Core Dump (PID 24786/UID 0).
Nov 10 01:31:15 ArchDell systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Nov 10 01:31:18 ArchDell systemd-coredump[24787]: Process 24572 (codium) of user 1000 dumped core.
                                                  
                                                  Module vscode-sqlite3.node without build-id.
                                                  Module keymapping.node without build-id.
                                                  Module spdlog.node without build-id.
                                                  Stack trace of thread 24572:
                                                  #0  0x0000617bc8af646c n/a (codium + 0x600746c)
                                                  #1  0x0000617bc8af5fa5 n/a (codium + 0x6006fa5)
                                                  #2  0x0000617bc8af5a8d n/a (codium + 0x6006a8d)
                                                  #3  0x0000617bc8adedef n/a (codium + 0x5fefdef)
                                                  #4  0x0000617bc8adee4e n/a (codium + 0x5fefe4e)
                                                  #5  0x0000617bc8ade8f3 n/a (codium + 0x5fef8f3)
                                                  #6  0x0000617bc8adea3e n/a (codium + 0x5fefa3e)
                                                  #7  0x0000617bc9c35c71 n/a (codium + 0x7146c71)
                                                  #8  0x0000617bc9c35658 n/a (codium + 0x7146658)
                                                  #9  0x0000617bca71c65b n/a (codium + 0x7c2d65b)
                                                  #10 0x0000617bca70ebef n/a (codium + 0x7c1fbef)
                                                  #11 0x0000617bca70e86a n/a (codium + 0x7c1f86a)
                                                  #12 0x0000617bca71fd8a n/a (codium + 0x7c30d8a)
                                                  #13 0x0000617bca72321d n/a (codium + 0x7c3421d)
                                                  #14 0x0000617bca718309 n/a (codium + 0x7c29309)
                                                  #15 0x0000617bca717e77 n/a (codium + 0x7c28e77)
                                                  #16 0x0000617bca716d2c n/a (codium + 0x7c27d2c)
                                                  #17 0x0000617bca712b0b n/a (codium + 0x7c23b0b)
                                                  #18 0x0000617bca7124bd n/a (codium + 0x7c234bd)
                                                  #19 0x0000617bca71deee n/a (codium + 0x7c2eeee)
                                                  #20 0x0000617bca71d9be n/a (codium + 0x7c2e9be)
                                                  #21 0x0000617bc515a03e n/a (codium + 0x266b03e)
                                                  #22 0x0000617bc51598bb n/a (codium + 0x266a8bb)
                                                  #23 0x0000617bca6f4a1c n/a (codium + 0x7c05a1c)
                                                  #24 0x0000617bca7014bd n/a (codium + 0x7c124bd)
                                                  #25 0x0000617bc515924b n/a (codium + 0x266a24b)
                                                  #26 0x0000617bc5150bdc n/a (codium + 0x2661bdc)
                                                  #27 0x0000617bc501371a n/a (codium + 0x252471a)
                                                  #28 0x0000617bc7ffaa3d n/a (codium + 0x550ba3d)
                                                  #29 0x0000617bca68dcc0 n/a (codium + 0x7b9ecc0)
                                                  #30 0x0000617bca69070e n/a (codium + 0x7ba170e)
                                                  #31 0x0000617bca690656 n/a (codium + 0x7ba1656)
                                                  #32 0x0000617bca691965 n/a (codium + 0x7ba2965)
                                                  #33 0x0000617bc62c93e2 n/a (codium + 0x37da3e2)
                                                  #34 0x0000617bc8eb5686 n/a (codium + 0x63c6686)
                                                  #35 0x0000617bc8ebc2ce n/a (codium + 0x63cd2ce)
                                                  #36 0x0000617bc8eb6d4b n/a (codium + 0x63c7d4b)
                                                  #37 0x0000617bc8ec6181 n/a (codium + 0x63d7181)
                                                  #38 0x0000617bc8ec5834 n/a (codium + 0x63d6834)
                                                  #39 0x0000617bc8ebc2ce n/a (codium + 0x63cd2ce)
                                                  #40 0x0000617bc8eb2f6c n/a (codium + 0x63c3f6c)
                                                  #41 0x0000617bc4fb7c8f n/a (codium + 0x24c8c8f)
                                                  #42 0x0000617bc8edc78c n/a (codium + 0x63ed78c)
                                                  #43 0x0000617bc8b43c7f n/a (codium + 0x6054c7f)
                                                  #44 0x0000617bc8b64736 n/a (codium + 0x6075736)
                                                  #45 0x0000617bc8bc6f8e n/a (codium + 0x60d7f8e)
                                                  #46 0x0000752f5bb0d559 n/a (libglib-2.0.so.0 + 0x5d559)
                                                  #47 0x0000752f5bb70157 n/a (libglib-2.0.so.0 + 0xc0157)
                                                  #48 0x0000752f5bb0ca55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                  #49 0x0000617bc8bc662c n/a (codium + 0x60d762c)
                                                  #50 0x0000617bc8b64ec1 n/a (codium + 0x6075ec1)
                                                  #51 0x0000617bc8b253ae n/a (codium + 0x60363ae)
                                                  #52 0x0000617bc79b5a5f n/a (codium + 0x4ec6a5f)
                                                  #53 0x0000617bc79b7672 n/a (codium + 0x4ec8672)
                                                  #54 0x0000617bc79b32c6 n/a (codium + 0x4ec42c6)
                                                  #55 0x0000617bc52cc4b0 n/a (codium + 0x27dd4b0)
                                                  #56 0x0000617bc52cdc0e n/a (codium + 0x27dec0e)
                                                  #57 0x0000617bc52cda6c n/a (codium + 0x27dea6c)
                                                  #58 0x0000617bc52cb52f n/a (codium + 0x27dc52f)
                                                  #59 0x0000617bc52cb610 n/a (codium + 0x27dc610)
                                                  #60 0x0000617bc4f7f8a7 n/a (codium + 0x24908a7)
                                                  #61 0x0000752f5a6b3e08 n/a (libc.so.6 + 0x25e08)
                                                  #62 0x0000752f5a6b3ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                  #63 0x0000617bc4b6a02a _start (codium + 0x207b02a)
                                                  
                                                  Stack trace of thread 24587:
                                                  #0  0x0000752f5a7a78b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x0000617bc8bbfca0 n/a (codium + 0x60d0ca0)
                                                  #2  0x0000617bc8bbfa98 n/a (codium + 0x60d0a98)
                                                  #3  0x0000617bc8b64ec1 n/a (codium + 0x6075ec1)
                                                  #4  0x0000617bc8b253ae n/a (codium + 0x60363ae)
                                                  #5  0x0000617bc8b88b98 n/a (codium + 0x6099b98)
                                                  #6  0x0000617bc79b819f n/a (codium + 0x4ec919f)
                                                  #7  0x0000617bc8b88d94 n/a (codium + 0x6099d94)
                                                  #8  0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #9  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #10 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24576:
                                                  #0  0x0000752f5a79963d __poll (libc.so.6 + 0x10b63d)
                                                  #1  0x0000617bc80acc90 n/a (codium + 0x55bdc90)
                                                  #2  0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #3  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #4  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24583:
                                                  #0  0x0000752f5a7a78b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x0000617bc8bbfca0 n/a (codium + 0x60d0ca0)
                                                  #2  0x0000617bc8bbfa98 n/a (codium + 0x60d0a98)
                                                  #3  0x0000617bc8b64ec1 n/a (codium + 0x6075ec1)
                                                  #4  0x0000617bc8b253ae n/a (codium + 0x60363ae)
                                                  #5  0x0000617bc8b88b98 n/a (codium + 0x6099b98)
                                                  #6  0x0000617bc8b7256d n/a (codium + 0x608356d)
                                                  #7  0x0000617bc8b88d94 n/a (codium + 0x6099d94)
                                                  #8  0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #9  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #10 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24584:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a7217e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000617bc8b9ab3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000617bc8bc3056 n/a (codium + 0x60d4056)
                                                  #4  0x0000617bc8b4091c n/a (codium + 0x605191c)
                                                  #5  0x0000617bc8b81f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000617bc8b80a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000617bc8b81599 n/a (codium + 0x6092599)
                                                  #8  0x0000617bc8b8123d n/a (codium + 0x609223d)
                                                  #9  0x0000617bc8b8114d n/a (codium + 0x609214d)
                                                  #10 0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #11 0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24585:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a7217e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000617bc8b9ab3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000617bc8bc3056 n/a (codium + 0x60d4056)
                                                  #4  0x0000617bc8b4091c n/a (codium + 0x605191c)
                                                  #5  0x0000617bc8b81f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000617bc8b80a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000617bc8b81599 n/a (codium + 0x6092599)
                                                  #8  0x0000617bc8b8123d n/a (codium + 0x609223d)
                                                  #9  0x0000617bc8b8114d n/a (codium + 0x609214d)
                                                  #10 0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #11 0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24586:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a7217e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000617bc8b9ab3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000617bc8bc3056 n/a (codium + 0x60d4056)
                                                  #4  0x0000617bc8b4091c n/a (codium + 0x605191c)
                                                  #5  0x0000617bc8b81f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000617bc8b80a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000617bc8b81599 n/a (codium + 0x6092599)
                                                  #8  0x0000617bc8b8126d n/a (codium + 0x609226d)
                                                  #9  0x0000617bc8b81161 n/a (codium + 0x6092161)
                                                  #10 0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #11 0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24591:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a721479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000617bc4f78369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000617bcd0b47e9 n/a (codium + 0xa5c57e9)
                                                  #4  0x0000617bcd0b25cb n/a (codium + 0xa5c35cb)
                                                  #5  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24592:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a721479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000617bc4f78369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000617bcd0b47e9 n/a (codium + 0xa5c57e9)
                                                  #4  0x0000617bcd0b25cb n/a (codium + 0xa5c35cb)
                                                  #5  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24593:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a72a858 n/a (libc.so.6 + 0x9c858)
                                                  #2  0x0000617bc4f78196 uv_sem_wait (codium + 0x2489196)
                                                  #3  0x0000617bcd1904cc n/a (codium + 0xa6a14cc)
                                                  #4  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24595:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a721479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000617bc4f78369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000617bc4f68b83 n/a (codium + 0x2479b83)
                                                  #4  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24600:
                                                  #0  0x0000752f5a7a78b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x0000617bc8bbfca0 n/a (codium + 0x60d0ca0)
                                                  #2  0x0000617bc8bbfa98 n/a (codium + 0x60d0a98)
                                                  #3  0x0000617bc8b64ec1 n/a (codium + 0x6075ec1)
                                                  #4  0x0000617bc8b253ae n/a (codium + 0x60363ae)
                                                  #5  0x0000617bc8b88b98 n/a (codium + 0x6099b98)
                                                  #6  0x0000617bc8b88d94 n/a (codium + 0x6099d94)
                                                  #7  0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #8  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #9  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24603:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a7217e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000617bc8b9ab3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000617bc8bc3056 n/a (codium + 0x60d4056)
                                                  #4  0x0000617bc8b4091c n/a (codium + 0x605191c)
                                                  #5  0x0000617bc8b81f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000617bc8b80a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000617bc8b81599 n/a (codium + 0x6092599)
                                                  #8  0x0000617bc8b8123d n/a (codium + 0x609223d)
                                                  #9  0x0000617bc8b8114d n/a (codium + 0x609214d)
                                                  #10 0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #11 0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24604:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a7217e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000617bc8b9ab3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000617bc8bc3056 n/a (codium + 0x60d4056)
                                                  #4  0x0000617bc8b4091c n/a (codium + 0x605191c)
                                                  #5  0x0000617bc8b81f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000617bc8b80a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000617bc8b81599 n/a (codium + 0x6092599)
                                                  #8  0x0000617bc8b8123d n/a (codium + 0x609223d)
                                                  #9  0x0000617bc8b8114d n/a (codium + 0x609214d)
                                                  #10 0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #11 0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24607:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a721479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000617bc8b9aa16 n/a (codium + 0x60aba16)
                                                  #3  0x0000617bc9eb1414 n/a (codium + 0x73c2414)
                                                  #4  0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #5  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24613:
                                                  #0  0x0000752f5a7a78b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x0000617bc514a010 n/a (codium + 0x265b010)
                                                  #2  0x0000617bc510ee24 n/a (codium + 0x261fe24)
                                                  #3  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #4  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24589:
                                                  #0  0x0000752f5a7a7750 epoll_pwait (libc.so.6 + 0x119750)
                                                  #1  0x0000617bc4f7ccfd n/a (codium + 0x248dcfd)
                                                  #2  0x0000617bc4f6c5d5 uv_run (codium + 0x247d5d5)
                                                  #3  0x0000617bcd0b4581 n/a (codium + 0xa5c5581)
                                                  #4  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24598:
                                                  #0  0x0000752f5a7a7750 epoll_pwait (libc.so.6 + 0x119750)
                                                  #1  0x0000617bc4f7ccfd n/a (codium + 0x248dcfd)
                                                  #2  0x0000617bc4f6c5d5 uv_run (codium + 0x247d5d5)
                                                  #3  0x0000617bccf61bc0 n/a (codium + 0xa472bc0)
                                                  #4  0x0000617bcd12d782 n/a (codium + 0xa63e782)
                                                  #5  0x0000617bcd132522 n/a (codium + 0xa643522)
                                                  #6  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #7  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24634:
                                                  #0  0x0000752f5a7a51fd syscall (libc.so.6 + 0x1171fd)
                                                  #1  0x0000752f5bb3ef20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                  #2  0x0000752f5bad598c n/a (libglib-2.0.so.0 + 0x2598c)
                                                  #3  0x0000752f5bb45137 n/a (libglib-2.0.so.0 + 0x95137)
                                                  #4  0x0000752f5bb41026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #5  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24590:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a721479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000617bc4f78369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000617bcd0b47e9 n/a (codium + 0xa5c57e9)
                                                  #4  0x0000617bcd0b25cb n/a (codium + 0xa5c35cb)
                                                  #5  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24599:
                                                  #0  0x0000752f5a799bb0 ppoll (libc.so.6 + 0x10bbb0)
                                                  #1  0x0000752f5bb70227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                  #2  0x0000752f5bb0ca55 g_main_context_iteration (libglib-2.0.so.0 + 0x5ca55)
                                                  #3  0x0000752f5bb0cab2 n/a (libglib-2.0.so.0 + 0x5cab2)
                                                  #4  0x0000752f5bb41026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #5  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24623:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a7217e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000617bc8b9ab3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000617bc8bc3056 n/a (codium + 0x60d4056)
                                                  #4  0x0000617bc8b4091c n/a (codium + 0x605191c)
                                                  #5  0x0000617bc8b81f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000617bc8b80a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000617bc8b81599 n/a (codium + 0x6092599)
                                                  #8  0x0000617bc8b8126d n/a (codium + 0x609226d)
                                                  #9  0x0000617bc8b81161 n/a (codium + 0x6092161)
                                                  #10 0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #11 0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24660:
                                                  #0  0x0000752f5a7a4c57 __select (libc.so.6 + 0x116c57)
                                                  #1  0x0000752f4aa5ced7 _ZN15vscode_keyboard15ListenToXEventsEPv (keymapping.node + 0xded7)
                                                  #2  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #3  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24596:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a721479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000617bc4f78369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000617bc4f68b83 n/a (codium + 0x2479b83)
                                                  #4  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24635:
                                                  #0  0x0000752f5a799bb0 ppoll (libc.so.6 + 0x10bbb0)
                                                  #1  0x0000752f5bb70227 n/a (libglib-2.0.so.0 + 0xc0227)
                                                  #2  0x0000752f5bb0e287 g_main_loop_run (libglib-2.0.so.0 + 0x5e287)
                                                  #3  0x0000752f5b9f4bc4 n/a (libgio-2.0.so.0 + 0x113bc4)
                                                  #4  0x0000752f5bb41026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #5  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24588:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a721479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000617bc8b9aa16 n/a (codium + 0x60aba16)
                                                  #3  0x0000617bc8bc302c n/a (codium + 0x60d402c)
                                                  #4  0x0000617bc8b407e5 n/a (codium + 0x60517e5)
                                                  #5  0x0000617bc8afddbb n/a (codium + 0x600edbb)
                                                  #6  0x0000617bc8b64ec1 n/a (codium + 0x6075ec1)
                                                  #7  0x0000617bc8b253ae n/a (codium + 0x60363ae)
                                                  #8  0x0000617bc8b88b98 n/a (codium + 0x6099b98)
                                                  #9  0x0000617bc8b88d94 n/a (codium + 0x6099d94)
                                                  #10 0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #11 0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24662:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a7217e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000617bc8b9ab3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000617bc8bc3056 n/a (codium + 0x60d4056)
                                                  #4  0x0000617bc8b4091c n/a (codium + 0x605191c)
                                                  #5  0x0000617bc8b81f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000617bc8b80a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000617bc8b81599 n/a (codium + 0x6092599)
                                                  #8  0x0000617bc8b8123d n/a (codium + 0x609223d)
                                                  #9  0x0000617bc8b8114d n/a (codium + 0x609214d)
                                                  #10 0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #11 0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24594:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a721479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000617bc4f78369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000617bc4f68b83 n/a (codium + 0x2479b83)
                                                  #4  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24606:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a7217e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000617bc8b9ab3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000617bc8bc3056 n/a (codium + 0x60d4056)
                                                  #4  0x0000617bc8b4091c n/a (codium + 0x605191c)
                                                  #5  0x0000617bc8b81f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000617bc8b80a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000617bc8b81599 n/a (codium + 0x6092599)
                                                  #8  0x0000617bc8b8129d n/a (codium + 0x609229d)
                                                  #9  0x0000617bc8b81157 n/a (codium + 0x6092157)
                                                  #10 0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #11 0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24601:
                                                  #0  0x0000752f5a799c5a read (libc.so.6 + 0x10bc5a)
                                                  #1  0x0000617bc513854c n/a (codium + 0x264954c)
                                                  #2  0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #3  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #4  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24614:
                                                  #0  0x0000752f5a7a51fd syscall (libc.so.6 + 0x1171fd)
                                                  #1  0x0000752f5bb3ef20 g_cond_wait (libglib-2.0.so.0 + 0x8ef20)
                                                  #2  0x0000752f5bad598c n/a (libglib-2.0.so.0 + 0x2598c)
                                                  #3  0x0000752f5bad59fd g_async_queue_pop (libglib-2.0.so.0 + 0x259fd)
                                                  #4  0x0000752f59ec05fc n/a (libpangoft2-1.0.so.0 + 0xc5fc)
                                                  #5  0x0000752f5bb41026 n/a (libglib-2.0.so.0 + 0x91026)
                                                  #6  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #7  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24597:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a721479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000617bc4f78369 uv_cond_wait (codium + 0x2489369)
                                                  #3  0x0000617bc4f68b83 n/a (codium + 0x2479b83)
                                                  #4  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #5  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24602:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a7217e2 pthread_cond_timedwait (libc.so.6 + 0x937e2)
                                                  #2  0x0000617bc8b9ab3e n/a (codium + 0x60abb3e)
                                                  #3  0x0000617bc8bc3056 n/a (codium + 0x60d4056)
                                                  #4  0x0000617bc8b4091c n/a (codium + 0x605191c)
                                                  #5  0x0000617bc8b81f2d n/a (codium + 0x6092f2d)
                                                  #6  0x0000617bc8b80a3c n/a (codium + 0x6091a3c)
                                                  #7  0x0000617bc8b81599 n/a (codium + 0x6092599)
                                                  #8  0x0000617bc8b8123d n/a (codium + 0x609223d)
                                                  #9  0x0000617bc8b8114d n/a (codium + 0x609214d)
                                                  #10 0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #11 0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24605:
                                                  #0  0x0000752f5a79963d __poll (libc.so.6 + 0x10b63d)
                                                  #1  0x0000617bc8b9e08f n/a (codium + 0x60af08f)
                                                  #2  0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #3  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #4  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24608:
                                                  #0  0x0000752f5a71ea19 n/a (libc.so.6 + 0x90a19)
                                                  #1  0x0000752f5a721479 pthread_cond_wait (libc.so.6 + 0x93479)
                                                  #2  0x0000617bc8b9aa16 n/a (codium + 0x60aba16)
                                                  #3  0x0000617bc8bc302c n/a (codium + 0x60d402c)
                                                  #4  0x0000617bc8b407e5 n/a (codium + 0x60517e5)
                                                  #5  0x0000617bc8afddbb n/a (codium + 0x600edbb)
                                                  #6  0x0000617bc8b64ec1 n/a (codium + 0x6075ec1)
                                                  #7  0x0000617bc8b253ae n/a (codium + 0x60363ae)
                                                  #8  0x0000617bc8b88b98 n/a (codium + 0x6099b98)
                                                  #9  0x0000617bc8b88d94 n/a (codium + 0x6099d94)
                                                  #10 0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #11 0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #12 0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24582:
                                                  #0  0x0000752f5a78fac3 wait4 (libc.so.6 + 0x101ac3)
                                                  #1  0x0000617bc8bb5412 n/a (codium + 0x60c6412)
                                                  #2  0x0000617bc8bb5204 n/a (codium + 0x60c6204)
                                                  #3  0x0000617bc8bb6cf0 n/a (codium + 0x60c7cf0)
                                                  #4  0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #5  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #6  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  
                                                  Stack trace of thread 24651:
                                                  #0  0x0000752f5a7a78b2 epoll_wait (libc.so.6 + 0x1198b2)
                                                  #1  0x0000617bc8bbfca0 n/a (codium + 0x60d0ca0)
                                                  #2  0x0000617bc8bbfa98 n/a (codium + 0x60d0a98)
                                                  #3  0x0000617bc8b64ec1 n/a (codium + 0x6075ec1)
                                                  #4  0x0000617bc8b253ae n/a (codium + 0x60363ae)
                                                  #5  0x0000617bc8b88b98 n/a (codium + 0x6099b98)
                                                  #6  0x0000617bc8b88d94 n/a (codium + 0x6099d94)
                                                  #7  0x0000617bc8b9b27d n/a (codium + 0x60ac27d)
                                                  #8  0x0000752f5a72239d n/a (libc.so.6 + 0x9439d)
                                                  #9  0x0000752f5a7a749c n/a (libc.so.6 + 0x11949c)
                                                  ELF object binary architecture: AMD x86-64
Nov 10 01:31:18 ArchDell drkonqi-coredump-processor[24788]: "/opt/vscodium-bin/codium" 24572 "/var/lib/systemd/coredump/core.codium.1000.35f50f501117493aa5971396915fe53a.24572.1731182475000000.zst"
Nov 10 01:31:18 ArchDell systemd[1]: systemd-coredump@7-24786-0.service: Deactivated successfully.
Nov 10 01:31:18 ArchDell systemd[1]: systemd-coredump@7-24786-0.service: Consumed 3.039s CPU time, 939.8M memory peak.
Nov 10 01:31:18 ArchDell systemd[783]: Started Launch DrKonqi for a systemd-coredump crash (PID 24788/UID 0).
Nov 10 01:31:18 ArchDell drkonqi-coredump-launcher[24806]: Unable to find file for pid 24572 expected at "kcrash-metadata/codium.35f50f501117493aa5971396915fe53a.24572.ini"
Nov 10 01:31:18 ArchDell drkonqi-coredump-launcher[24806]: Nothing handled the dump :O
Nov 10 01:31:18 ArchDell systemd[1]: drkonqi-coredump-processor@7-24786-0.service: Deactivated successfully.
Nov 10 01:31:19 ArchDell lbry[1290]: Daemon: 2024-11-10 01:31:19,518 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:31:19 ArchDell lbry[1290]: Daemon: 2024-11-10 01:31:19,518 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:31:19 ArchDell lbry[1290]: 2024-11-10 01:31:19,518 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:31:19 ArchDell lbry[1290]: 2024-11-10 01:31:19,518 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:31:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:31:31,856 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:31:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:31:31,861 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:31:34 ArchDell lbry[1290]: Daemon: 2024-11-10 01:31:34,930 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:31:35 ArchDell lbry[1290]: Daemon: 2024-11-10 01:31:35,083 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:32:27 ArchDell brave[25256]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:32:29 ArchDell lbry[1290]: Daemon: 2024-11-10 01:32:29,525 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:32:29 ArchDell lbry[1290]: Daemon: 2024-11-10 01:32:29,525 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:32:29 ArchDell lbry[1290]: 2024-11-10 01:32:29,526 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:32:29 ArchDell lbry[1290]: Daemon: 2024-11-10 01:32:29,526 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:33:35 ArchDell kwin_x11[908]: kwin_core: XCB error: 152 (BadDamage), sequence: 36240, resource id: 20992958, major code: 143 (DAMAGE), minor code: 2 (Destroy)
Nov 10 01:33:35 ArchDell kwin_x11[908]: kwin_core: XCB error: 3 (BadWindow), sequence: 36241, resource id: 104857635, major code: 129 (SHAPE), minor code: 6 (Input)
Nov 10 01:33:39 ArchDell lbry[1290]: Daemon: 2024-11-10 01:33:39,531 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:33:39 ArchDell lbry[1290]: Daemon: 2024-11-10 01:33:39,532 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:33:39 ArchDell lbry[1290]: Daemon: 2024-11-10 01:33:39,532 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:33:39 ArchDell lbry[1290]: Daemon: 2024-11-10 01:33:39,533 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:34:26 ArchDell brave[25482]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:34:26 ArchDell brave[25488]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:34:48 ArchDell lbry[1290]: 01:34:48.242 › Checking for update
Nov 10 01:34:49 ArchDell lbry[1290]: Daemon: 2024-11-10 01:34:49,538 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:34:49 ArchDell lbry[1290]: Daemon: 2024-11-10 01:34:49,538 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:34:49 ArchDell lbry[1290]: Daemon: 2024-11-10 01:34:49,539 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:34:49 ArchDell lbry[1290]: Daemon: 2024-11-10 01:34:49,539 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:34:53 ArchDell lbry[1290]: 01:34:53.748 › Update for version 0.53.9 is not available (latest version: 0.53.9, downgrade is disallowed).
Nov 10 01:35:46 ArchDell lbry[1290]: Daemon: 2024-11-10 01:35:46,384 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671827, change=1) header blocks, final height 1671827
Nov 10 01:35:49 ArchDell lbry[1290]: Daemon: 2024-11-10 01:35:49,550 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671828, change=1) header blocks, final height 1671828
Nov 10 01:35:59 ArchDell lbry[1290]: Daemon: 2024-11-10 01:35:59,610 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:35:59 ArchDell lbry[1290]: Daemon: 2024-11-10 01:35:59,707 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:35:59 ArchDell lbry[1290]: Daemon: 2024-11-10 01:35:59,722 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:36:01 ArchDell lbry[1290]: Daemon: 2024-11-10 01:36:01,183 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:36:26 ArchDell brave[25912]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:36:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:36:31,931 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:36:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:36:31,938 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:36:35 ArchDell lbry[1290]: Daemon: 2024-11-10 01:36:35,501 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:36:35 ArchDell lbry[1290]: Daemon: 2024-11-10 01:36:35,519 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:37:03 ArchDell baloo_file_extractor[1765]: qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile
Nov 10 01:37:11 ArchDell lbry[1290]: Daemon: 2024-11-10 01:37:11,190 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:37:11 ArchDell lbry[1290]: Daemon: 2024-11-10 01:37:11,191 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:37:11 ArchDell lbry[1290]: 2024-11-10 01:37:11,191 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:37:11 ArchDell lbry[1290]: 2024-11-10 01:37:11,191 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:37:26 ArchDell brave[26118]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:38:21 ArchDell lbry[1290]: Daemon: 2024-11-10 01:38:21,196 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:38:21 ArchDell lbry[1290]: Daemon: 2024-11-10 01:38:21,196 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:38:21 ArchDell lbry[1290]: 2024-11-10 01:38:21,196 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:38:21 ArchDell lbry[1290]: Daemon: 2024-11-10 01:38:21,197 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:38:46 ArchDell brave[26222]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:39:09 ArchDell kwin_x11[908]: kwin_core: XCB error: 152 (BadDamage), sequence: 51852, resource id: 20998374, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Nov 10 01:39:12 ArchDell kwin_x11[908]: kwin_core: XCB error: 152 (BadDamage), sequence: 53291, resource id: 20998505, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Nov 10 01:39:26 ArchDell brave[26309]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:39:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:39:31,202 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:39:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:39:31,203 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:39:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:39:31,203 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:39:31 ArchDell lbry[1290]: Daemon: 2024-11-10 01:39:31,204 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:40:05 ArchDell kwin_x11[908]: kwin_core: XCB error: 152 (BadDamage), sequence: 4608, resource id: 20999689, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Nov 10 01:40:11 ArchDell kwin_x11[908]: kwin_core: XCB error: 152 (BadDamage), sequence: 6427, resource id: 20999795, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Nov 10 01:40:26 ArchDell brave[26455]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:40:41 ArchDell lbry[1290]: Daemon: 2024-11-10 01:40:41,207 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:40:41 ArchDell lbry[1290]: Daemon: 2024-11-10 01:40:41,208 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:40:41 ArchDell lbry[1290]: 2024-11-10 01:40:41,208 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:40:41 ArchDell lbry[1290]: 2024-11-10 01:40:41,208 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:41:26 ArchDell kwin_x11[908]: kwin_core: XCB error: 152 (BadDamage), sequence: 20302, resource id: 21000813, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Nov 10 01:41:26 ArchDell brave[26563]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:41:32 ArchDell lbry[1290]: Daemon: 2024-11-10 01:41:32,006 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:41:32 ArchDell lbry[1290]: Daemon: 2024-11-10 01:41:32,009 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:41:36 ArchDell lbry[1290]: Daemon: 2024-11-10 01:41:36,017 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:41:36 ArchDell lbry[1290]: Daemon: 2024-11-10 01:41:36,028 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:41:51 ArchDell lbry[1290]: Daemon: 2024-11-10 01:41:51,296 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:41:51 ArchDell lbry[1290]: Daemon: 2024-11-10 01:41:51,311 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:41:51 ArchDell lbry[1290]: Daemon: 2024-11-10 01:41:51,401 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:41:56 ArchDell lbry[1290]: Daemon: 2024-11-10 01:41:56,198 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:42:08 ArchDell brave[26615]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:42:09 ArchDell kwin_x11[908]: kwin_core: XCB error: 152 (BadDamage), sequence: 24965, resource id: 21001153, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Nov 10 01:43:06 ArchDell lbry[1290]: Daemon: 2024-11-10 01:43:06,201 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:43:06 ArchDell lbry[1290]: Daemon: 2024-11-10 01:43:06,201 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:43:06 ArchDell lbry[1290]: 2024-11-10 01:43:06,202 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:43:06 ArchDell lbry[1290]: 2024-11-10 01:43:06,202 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:43:26 ArchDell brave[26739]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:43:48 ArchDell brave[26757]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:44:16 ArchDell lbry[1290]: Daemon: 2024-11-10 01:44:16,207 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:44:16 ArchDell lbry[1290]: Daemon: 2024-11-10 01:44:16,207 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:44:16 ArchDell lbry[1290]: 2024-11-10 01:44:16,207 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:44:16 ArchDell lbry[1290]: Daemon: 2024-11-10 01:44:16,208 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:45:26 ArchDell lbry[1290]: Daemon: 2024-11-10 01:45:26,212 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:45:26 ArchDell lbry[1290]: Daemon: 2024-11-10 01:45:26,212 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:45:26 ArchDell lbry[1290]: 2024-11-10 01:45:26,213 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:45:26 ArchDell lbry[1290]: 2024-11-10 01:45:26,213 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:45:26 ArchDell lbry[1290]: 01:45:26.547 › Checking for update
Nov 10 01:45:26 ArchDell brave[26944]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:45:26 ArchDell brave[26950]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:45:33 ArchDell lbry[1290]: 01:45:33.038 › Update for version 0.53.9 is not available (latest version: 0.53.9, downgrade is disallowed).
Nov 10 01:46:32 ArchDell lbry[1290]: Daemon: 2024-11-10 01:46:32,085 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:46:32 ArchDell lbry[1290]: Daemon: 2024-11-10 01:46:32,092 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate CoinEx: Cannot connect to host api.coinex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:46:36 ArchDell lbry[1290]: Daemon: 2024-11-10 01:46:36,216 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:46:36 ArchDell lbry[1290]: Daemon: 2024-11-10 01:46:36,216 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:46:36 ArchDell lbry[1290]: 2024-11-10 01:46:36,216 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:46:36 ArchDell lbry[1290]: Daemon: 2024-11-10 01:46:36,216 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:46:36 ArchDell lbry[1290]: Daemon: 2024-11-10 01:46:36,396 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:46:36 ArchDell lbry[1290]: Daemon: 2024-11-10 01:46:36,673 WARNING  lbry.extras.daemon.exchange_rate_manager:94: Error trying to connect to exchange rate Bittrex: Cannot connect to host api.bittrex.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')]
Nov 10 01:47:26 ArchDell brave[27146]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:47:46 ArchDell lbry[1290]: Daemon: 2024-11-10 01:47:46,213 INFO     lbry.wallet.ledger:150: lbc_mainnet: added BlockHeightEvent(height=1671829, change=1) header blocks, final height 1671829
Nov 10 01:47:46 ArchDell lbry[1290]: Daemon: 2024-11-10 01:47:46,261 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.com:9252, 4 errors
Nov 10 01:47:46 ArchDell lbry[1290]: Daemon: 2024-11-10 01:47:46,281 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.grin.io:9252, 4 errors
Nov 10 01:47:46 ArchDell lbry[1290]: Daemon: 2024-11-10 01:47:46,342 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lizard.technology:9252, 4 errors
Nov 10 01:47:48 ArchDell lbry[1290]: Daemon: 2024-11-10 01:47:48,275 INFO     lbry.torrent.tracker:190: Tracker: finished announcing 4 files to tracker.lbry.pigg.es:9252, 4 errors
Nov 10 01:48:26 ArchDell brave[27262]: vdhcoapp is running successfully. This is not intended to be used directly from the command line. You should press Ctrl+C to exit. If your browser is unable to detect the coapp, run: "vdhcoapp install".
Nov 10 01:48:31 ArchDell sudo[27288]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-27288) opened.
Nov 10 01:48:34 ArchDell sudo[27288]:    (My-User-Name) : TTY=pts/4 ; PWD=/home/(My-User-Name) ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 10 01:48:34 ArchDell sudo[27288]: pam_unix(sudo:session): session opened for user root(uid=0) by (My-User-Name)(uid=1000)

The "sudo tcpdump -nnvvS port 6969" output (when I try to reach the python server from a browser):

tcpdump: listening on wlp2s0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
02:06:21.275561 IP (tos 0x0, ttl 64, id 8962, offset 0, flags [DF], proto TCP (6), length 60)
    192.168.1.2.45680 > 192.168.1.4.6969: Flags [S], cksum 0x5c59 (correct), seq 1490253049, win 65535, options [mss 1460,sackOK,TS val 1677682903 ecr 0,nop,wscale 10], length 0
02:06:21.275561 IP (tos 0x0, ttl 64, id 9079, offset 0, flags [DF], proto TCP (6), length 60)
    192.168.1.2.45682 > 192.168.1.4.6969: Flags [S], cksum 0x6e43 (correct), seq 630363472, win 65535, options [mss 1460,sackOK,TS val 1677683157 ecr 0,nop,wscale 10], length 0
02:06:21.275561 IP (tos 0x0, ttl 64, id 8963, offset 0, flags [DF], proto TCP (6), length 60)
    192.168.1.2.45680 > 192.168.1.4.6969: Flags [S], cksum 0x585c (correct), seq 1490253049, win 65535, options [mss 1460,sackOK,TS val 1677683924 ecr 0,nop,wscale 10], length 0
02:06:21.275644 IP (tos 0x0, ttl 64, id 9080, offset 0, flags [DF], proto TCP (6), length 60)
    192.168.1.2.45682 > 192.168.1.4.6969: Flags [S], cksum 0x6a40 (correct), seq 630363472, win 65535, options [mss 1460,sackOK,TS val 1677684184 ecr 0,nop,wscale 10], length 0
02:06:25.246457 IP (tos 0x0, ttl 64, id 51411, offset 0, flags [DF], proto TCP (6), length 60)
    192.168.1.2.45684 > 192.168.1.4.6969: Flags [S], cksum 0xd523 (correct), seq 2625088329, win 65535, options [mss 1460,sackOK,TS val 1677686292 ecr 0,nop,wscale 10], length 0
02:06:25.246457 IP (tos 0x0, ttl 64, id 41171, offset 0, flags [DF], proto TCP (6), length 60)
    192.168.1.2.45688 > 192.168.1.4.6969: Flags [S], cksum 0xe535 (correct), seq 1624102367, win 65535, options [mss 1460,sackOK,TS val 1677686546 ecr 0,nop,wscale 10], length 0
02:06:25.246457 IP (tos 0x0, ttl 64, id 51412, offset 0, flags [DF], proto TCP (6), length 60)
    192.168.1.2.45684 > 192.168.1.4.6969: Flags [S], cksum 0xd123 (correct), seq 2625088329, win 65535, options [mss 1460,sackOK,TS val 1677687316 ecr 0,nop,wscale 10], length 0
02:06:25.246457 IP (tos 0x0, ttl 64, id 41172, offset 0, flags [DF], proto TCP (6), length 60)
    192.168.1.2.45688 > 192.168.1.4.6969: Flags [S], cksum 0xe133 (correct), seq 1624102367, win 65535, options [mss 1460,sackOK,TS val 1677687572 ecr 0,nop,wscale 10], length 0

I've also attached some system spec for additional reference (fastfetch and lshw).

The "fastfetch -c all.jsonc --logo none" output:

(My-User-Name)@ArchDell
--------------
OS: Arch Linux x86_64
Host: Precision 5520
Bios (UEFI): 1.39.0 (1.39)
Bootmgr: Arch - grub.efi
Board: 0NKT5P (A00)
Chassis: Notebook
Kernel: Linux 6.11.6-arch1-1
Init System: systemd 256.7-1-arch
Uptime: 1 hour, 35 mins
Loadavg: 4.83, 4.20, 2.90
Processes: 362
Packages: 2745 (pacman), 44 (flatpak)
Shell: zsh 5.9
Display (SHP1453): 1920x1080 @ 60 Hz in 16" [Built-in]
Brightness (SHP1453): 100%
Monitor (SHP1453): 1920x1080 px @ 59.934 Hz - 346x194 mm (15.62 inches, 141.06 ppi)
LM: sddm 0.21.0 (X11)
DE: KDE Plasma 6.2.3
WM: KWin (X11)
WM Theme: Breeze
Theme: Breeze (Dark) [Qt], Breeze-Dark [GTK2], Breeze [GTK3]
Icons: Papirus-Dark [Qt], Papirus-Dark [GTK2/3/4]
Font: Noto Sans (10pt) [Qt], Noto Sans (10pt) [GTK2/3/4]
Cursor: macOS (32px)
Wallpaper: /usr/share/wallpapers/Kay/
Terminal: kitty 0.37.0
Terminal Font: JetBrainsMono-Regular (14pt)
Terminal Size: 133 columns x 27 rows (1862px x 837px)
Terminal Theme: #ADADAD (FG) - #202020 (BG) [Dark]
CPU: Intel(R) Core(TM) i7-7700HQ (8) @ 3.80 GHz - 66.0°C
CPU Cache (L1): 4x32.00 KiB (D), 4x32.00 KiB (I)
CPU Cache (L2): 4x256.00 KiB (U)
CPU Cache (L3): 6.00 MiB (U)
CPU Usage: 23%
GPU 1: NVIDIA Quadro M1200 (640) @ 1.15 GHz - 50.0°C (4.50 MiB / 3.94 GiB, 0%) [Discrete]
GPU 2: Intel HD Graphics 630 (24) @ 1.10 GHz [Integrated]
Memory: 9.07 GiB / 31.07 GiB (29%)
Swap: 546.50 MiB / 32.00 GiB (2%)
Disk (/): 641.52 GiB / 883.84 GiB (73%) - ext4
Disk (/home/(My-User-Name)/Archive): 3.93 TiB / 7.22 TiB (54%) - ext4
Disk (/home/(My-User-Name)/Grano1T): 715.21 GiB / 915.82 GiB (78%) - ext4
Disk (/home/(My-User-Name)/Grano4T): 564.27 GiB / 3.58 TiB (15%) - ext4
Disk (/home/(My-User-Name)/Side): 1.03 TiB / 1.79 TiB (57%) - ext4
Battery (DELL CP6DF): 100% [AC Connected]
Media Player: Youtube (Brave)
Media: Queso Fuego - Intro / Overview | UEFI Dev (in C) (Paused)
Public IP: 122.161.78.129 (Delhi, IN)
Local IP (wlp2s0): 192.168.1.4/24 2401:4900:1c64:c7cc:e3a7:10f5:58d6:cdd8/64,fe80::aaa7:4335:5b0f:c988/64 (38:de:ad:bd:47:0f) [MTU 1500] <UP,BROADCAST,RUNNING,MULTICAST,LOWER_UP>
DNS: 192.168.1.1
Wifi: Granottier_Air - WPA/WPA2 (100%)
Date & Time: 2024-11-10 02:26:07
Locale: en_US.UTF-8
Vulkan: 1.3.289 - NVIDIA [565.57.01]
OpenGL: 4.6 (Compatibility Profile) Mesa 24.2.6-arch1.1
OpenCL: 3.0 CUDA 12.7.33
Users: (My-User-Name)@:0 - login time 2024-11-10 00:51:19
Bluetooth Radio (ArchDell): Bluetooth 4.2 (Intel)
Sound: Built-in Audio Analog Stereo (64%)
Camera: Integrated_Webcam_HD: Integrate - sRGB (1280x720 px)
Network IO (wlp2s0): 1.27 KiB/s (IN) - 688 B/s (OUT)
Disk IO (AMicro AM8180 NVME): 0 B/s (R) - 0 B/s (W)
Disk IO (ATA ST2000LM003 HN-M): 0 B/s (R) - 0 B/s (W)
Disk IO (JMicron Generic): 0 B/s (R) - 0 B/s (W)
Disk IO (Samsung SSD 980 1TB): 84.80 MiB/s (R) - 9.23 MiB/s (W)
Disk IO (Seagate One Touch Hub): 0 B/s (R) - 0 B/s (W)
Disk IO (VendorCo ProductCode): 0 B/s (R) - 0 B/s (W)
Physical Disk (AMicro AM8180 NVME): 931.51 GiB [SSD, Fixed]
Physical Disk (ATA ST2000LM003 HN-M): 1.82 TiB [HDD, Fixed]
Physical Disk (JMicron Generic): 3.64 TiB [HDD, Fixed]
Physical Disk (Samsung SSD 980 1TB): 931.51 GiB [SSD, Fixed] - 56.9°C
Physical Disk (Seagate One Touch Hub): 7.28 TiB [HDD, Fixed]
Physical Disk (VendorCo ProductCode): 14.65 GiB [HDD, Removable]
TPM: 2.0
Version: fastfetch 2.29.0 (x86_64)

The "sudo lshw" output:

archdell
    description: Notebook
    product: Precision 5520 (07BF)
    vendor: Dell Inc.
    serial: 8N5WTN2
    width: 64 bits
    capabilities: smbios-3.0.0 dmi-3.0.0 smp vsyscall32
    configuration: boot=normal chassis=notebook family=Precision sku=07BF uuid=4c4c4544-004e-3510-8057-b8c04f544e32
  *-core
       description: Motherboard
       product: 0NKT5P
       vendor: Dell Inc.
       physical id: 0
       version: A00
       serial: /8N5WTN2/CNCMK0085J0009/
     *-firmware
          description: BIOS
          vendor: Dell Inc.
          physical id: 0
          version: 1.39.0
          date: 07/04/2024
          size: 64KiB
          capacity: 16MiB
          capabilities: pci pnp upgrade shadowing cdboot bootselect edd int13floppynec int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery biosbootspecification netboot uefi
     *-memory
          description: System Memory
          physical id: 45
          slot: System board or motherboard
          size: 32GiB
        *-bank:0
             description: SODIMM DDR4 Synchronous Unbuffered (Unregistered) 2400 MHz (0.4 ns)
             product: K821PJ-MIH
             vendor: Kingston
             physical id: 0
             serial: 430468EB
             slot: DIMM A
             size: 16GiB
             width: 64 bits
             clock: 2400MHz (0.4ns)
        *-bank:1
             description: SODIMM DDR4 Synchronous Unbuffered (Unregistered) 2400 MHz (0.4 ns)
             product: K821PJ-MIH
             vendor: Kingston
             physical id: 1
             serial: 440468EB
             slot: DIMM B
             size: 16GiB
             width: 64 bits
             clock: 2400MHz (0.4ns)
     *-cache:0
          description: L1 cache
          physical id: 49
          slot: L1 Cache
          size: 256KiB
          capacity: 256KiB
          capabilities: synchronous internal write-back unified
          configuration: level=1
     *-cache:1
          description: L2 cache
          physical id: 4a
          slot: L2 Cache
          size: 1MiB
          capacity: 1MiB
          capabilities: synchronous internal write-back unified
          configuration: level=2
     *-cache:2
          description: L3 cache
          physical id: 4b
          slot: L3 Cache
          size: 6MiB
          capacity: 6MiB
          capabilities: synchronous internal write-back unified
          configuration: level=3
     *-cpu
          description: CPU
          product: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
          vendor: Intel Corp.
          physical id: 4c
          bus info: cpu@0
          version: 6.158.9
          slot: U3E1
          size: 1820MHz
          capacity: 3800MHz
          width: 64 bits
          clock: 100MHz
          capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust sgx bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp vnmi md_clear flush_l1d arch_capabilities cpufreq
          configuration: cores=4 enabledcores=4 microcode=248 threads=8
     *-pci
          description: Host bridge
          product: Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@0000:00:00.0
          version: 05
          width: 32 bits
          clock: 33MHz
          configuration: driver=skl_uncore
          resources: irq:0
        *-pci:0
             description: PCI bridge
             product: 6th-10th Gen Core Processor PCIe Controller (x16)
             vendor: Intel Corporation
             physical id: 1
             bus info: pci@0000:00:01.0
             version: 05
             width: 32 bits
             clock: 33MHz
             capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:120 ioport:e000(size=4096) memory:ec000000-ed0fffff ioport:c0000000(size=301989888)
           *-display
                description: 3D controller
                product: GM107GLM [Quadro M1200 Mobile]
                vendor: NVIDIA Corporation
                physical id: 0
                bus info: pci@0000:01:00.0
                version: a2
                width: 64 bits
                clock: 33MHz
                capabilities: pm msi pciexpress bus_master cap_list rom
                configuration: driver=nvidia latency=0
                resources: irq:130 memory:ec000000-ecffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:e000(size=128) memory:ed000000-ed07ffff
        *-display
             description: VGA compatible controller
             product: HD Graphics 630
             vendor: Intel Corporation
             physical id: 2
             bus info: pci@0000:00:02.0
             logical name: /dev/fb0
             version: 04
             width: 64 bits
             clock: 33MHz
             capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
             configuration: depth=32 driver=i915 latency=0 resolution=1920,1080
             resources: irq:157 memory:eb000000-ebffffff memory:80000000-8fffffff ioport:f000(size=64) memory:c0000-dffff
        *-generic:0
             description: Signal processing controller
             product: Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem
             vendor: Intel Corporation
             physical id: 4
             bus info: pci@0000:00:04.0
             version: 05
             width: 64 bits
             clock: 33MHz
             capabilities: msi pm cap_list
             configuration: driver=proc_thermal latency=0
             resources: irq:16 memory:edd20000-edd27fff
        *-usb
             description: USB controller
             product: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller
             vendor: Intel Corporation
             physical id: 14
             bus info: pci@0000:00:14.0
             version: 31
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi xhci bus_master cap_list
             configuration: driver=xhci_hcd latency=0
             resources: irq:132 memory:edd10000-edd1ffff
           *-usbhost:0
                product: xHCI Host Controller
                vendor: Linux 6.11.6-arch1-1 xhci-hcd
                physical id: 0
                bus info: usb@1
                logical name: usb1
                version: 6.11
                capabilities: usb-2.00
                configuration: driver=hub slots=16 speed=480Mbit/s
              *-usb:0
                   description: Mass storage device
                   product: Disk 2.0
                   vendor: USB
                   physical id: 1
                   bus info: usb@1:1
                   version: 2.00
                   serial: 1273631247745760729
                   capabilities: usb-2.00 scsi
                   configuration: driver=usb-storage maxpower=100mA speed=480Mbit/s
              *-usb:1
                   description: USB hub
                   product: USB 2.0 Hub
                   vendor: Terminus Technology Inc.
                   physical id: 2
                   bus info: usb@1:2
                   version: 1.11
                   capabilities: usb-2.00
                   configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                 *-usb:0
                      description: Keyboard
                      product: SEMICO   Redgear Shadow Blade Mechanical Keyboard System Control
                      vendor: SEMICO
                      physical id: 1
                      bus info: usb@1:2.1
                      logical name: input10
                      logical name: /dev/input/event8
                      logical name: input6
                      logical name: /dev/input/event5
                      logical name: input6::capslock
                      logical name: input6::compose
                      logical name: input6::kana
                      logical name: input6::numlock
                      logical name: input6::scrolllock
                      logical name: input7
                      logical name: /dev/input/event6
                      logical name: input8
                      logical name: /dev/input/event7
                      version: 1.16
                      capabilities: usb-1.10 usb
                      configuration: driver=usbhid maxpower=100mA speed=2Mbit/s
                 *-usb:1
                      description: Mouse
                      product: INSTANT USB GAMING MOUSE  Keyboard
                      vendor: INSTANT
                      physical id: 2
                      bus info: usb@1:2.2
                      logical name: input12
                      logical name: /dev/input/event9
                      logical name: /dev/input/mouse0
                      logical name: input13
                      logical name: /dev/input/event10
                      version: 1.00
                      capabilities: usb-1.10 usb
                      configuration: driver=usbhid maxpower=100mA speed=2Mbit/s
              *-usb:2
                   description: Bluetooth wireless interface
                   product: Bluetooth wireless interface
                   vendor: Intel Corp.
                   physical id: 4
                   bus info: usb@1:4
                   version: 0.10
                   capabilities: bluetooth usb-2.00
                   configuration: driver=btusb maxpower=100mA speed=12Mbit/s
              *-usb:3
                   description: Video
                   product: Integrated_Webcam_HD
                   vendor: CN045G28LOG0084AB1JZA01
                   physical id: c
                   bus info: usb@1:c
                   version: 56.05
                   capabilities: usb-2.00
                   configuration: driver=uvcvideo maxpower=500mA speed=480Mbit/s
           *-usbhost:1
                product: xHCI Host Controller
                vendor: Linux 6.11.6-arch1-1 xhci-hcd
                physical id: 1
                bus info: usb@2
                logical name: usb2
                version: 6.11
                capabilities: usb-3.00
                configuration: driver=hub slots=10 speed=5000Mbit/s
        *-generic:1
             description: Signal processing controller
             product: 100 Series/C230 Series Chipset Family Thermal Subsystem
             vendor: Intel Corporation
             physical id: 14.2
             bus info: pci@0000:00:14.2
             version: 31
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi cap_list
             configuration: driver=intel_pch_thermal latency=0
             resources: irq:18 memory:edd38000-edd38fff
        *-generic:2
             description: Signal processing controller
             product: 100 Series/C230 Series Chipset Family Serial IO I2C Controller #0
             vendor: Intel Corporation
             physical id: 15
             bus info: pci@0000:00:15.0
             version: 31
             width: 64 bits
             clock: 33MHz
             capabilities: pm bus_master cap_list
             configuration: driver=intel-lpss latency=0
             resources: irq:16 memory:edd37000-edd37fff
        *-generic:3
             description: Signal processing controller
             product: 100 Series/C230 Series Chipset Family Serial IO I2C Controller #1
             vendor: Intel Corporation
             physical id: 15.1
             bus info: pci@0000:00:15.1
             version: 31
             width: 64 bits
             clock: 33MHz
             capabilities: pm bus_master cap_list
             configuration: driver=intel-lpss latency=0
             resources: irq:17 memory:edd36000-edd36fff
        *-communication
             description: Communication controller
             product: 100 Series/C230 Series Chipset Family MEI Controller #1
             vendor: Intel Corporation
             physical id: 16
             bus info: pci@0000:00:16.0
             version: 31
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi bus_master cap_list
             configuration: driver=mei_me latency=0
             resources: irq:158 memory:edd35000-edd35fff
        *-sata
             description: SATA controller
             product: Q170/Q150/B150/H170/H110/Z170/CM236 Chipset SATA Controller [AHCI Mode]
             vendor: Intel Corporation
             physical id: 17
             bus info: pci@0000:00:17.0
             version: 31
             width: 32 bits
             clock: 66MHz
             capabilities: sata msi pm ahci_1.0 bus_master cap_list
             configuration: driver=ahci latency=0
             resources: irq:129 memory:edd30000-edd31fff memory:edd34000-edd340ff ioport:f090(size=8) ioport:f080(size=4) ioport:f060(size=32) memory:edd33000-edd337ff
        *-pci:1
             description: PCI bridge
             product: 100 Series/C230 Series Chipset Family PCI Express Root Port #1
             vendor: Intel Corporation
             physical id: 1c
             bus info: pci@0000:00:1c.0
             version: f1
             width: 32 bits
             clock: 33MHz
             capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:121 memory:edc00000-edcfffff
           *-network
                description: Wireless interface
                product: Wireless 8265 / 8275
                vendor: Intel Corporation
                physical id: 0
                bus info: pci@0000:02:00.0
                logical name: wlp2s0
                version: 78
                serial: 38:de:ad:bd:47:0f
                width: 64 bits
                clock: 33MHz
                capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
                configuration: broadcast=yes driver=iwlwifi driverversion=6.11.6-arch1-1 firmware=36.ca7b901d.0 8265-36.ucode ip=192.168.1.4 latency=0 link=yes multicast=yes wireless=IEEE 802.11
                resources: irq:159 memory:edc00000-edc01fff
        *-pci:2
             description: PCI bridge
             product: 100 Series/C230 Series Chipset Family PCI Express Root Port #2
             vendor: Intel Corporation
             physical id: 1c.1
             bus info: pci@0000:00:1c.1
             version: f1
             width: 32 bits
             clock: 33MHz
             capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:122 ioport:d000(size=4096) memory:ed100000-edafffff ioport:d2100000(size=10485760)
           *-generic
                description: MMC Host
                product: RTS525A PCI Express Card Reader
                vendor: Realtek Semiconductor Co., Ltd.
                physical id: 0
                bus info: pci@0000:03:00.0
                logical name: mmc0
                version: 01
                width: 32 bits
                clock: 33MHz
                capabilities: pm msi pciexpress bus_master cap_list
                configuration: driver=rtsx_pci latency=0
                resources: irq:131 memory:ed100000-ed100fff
        *-pci:3
             description: PCI bridge
             product: 100 Series/C230 Series Chipset Family PCI Express Root Port #9
             vendor: Intel Corporation
             physical id: 1d
             bus info: pci@0000:00:1d.0
             version: f1
             width: 32 bits
             clock: 33MHz
             capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:123 memory:edb00000-edbfffff
           *-nvme
                description: NVMe device
                product: Samsung SSD 980 1TB
                vendor: Samsung Electronics Co Ltd
                physical id: 0
                bus info: pci@0000:04:00.0
                logical name: /dev/nvme0
                version: 3B4QFXO7
                serial: S649NL0W412227W
                width: 64 bits
                clock: 33MHz
                capabilities: nvme pm msi pciexpress msix nvm_express bus_master cap_list
                configuration: driver=nvme latency=0 nqn=nqn.1994-11.com.samsung:nvme:980M.2:S649NL0W412227W state=live
                resources: irq:16 memory:edb00000-edb03fff
              *-namespace:0
                   description: NVMe disk
                   physical id: 0
                   logical name: hwmon3
              *-namespace:1
                   description: NVMe disk
                   physical id: 2
                   logical name: /dev/ng0n1
              *-namespace:2
                   description: NVMe disk
                   physical id: 1
                   bus info: nvme@0:1
                   logical name: /dev/nvme0n1
                   size: 931GiB (1TB)
                   capabilities: gpt-1.00 partitioned partitioned:gpt
                   configuration: guid=cb3ed5d6-23b6-4836-bda0-ee1b16882c30 logicalsectorsize=512 sectorsize=512 wwid=eui.002538d431a03f58
                 *-volume:0 UNCLAIMED
                      description: Windows FAT volume
                      vendor: mkfs.fat
                      physical id: 1
                      bus info: nvme@0:1,1
                      version: FAT32
                      serial: aad0-fedf
                      size: 498MiB
                      capacity: 499MiB
                      capabilities: boot fat initialized
                      configuration: FATs=2 filesystem=fat name=boot
                 *-volume:1
                      description: Linux swap volume
                      vendor: Linux
                      physical id: 2
                      bus info: nvme@0:1,2
                      logical name: /dev/nvme0n1p2
                      version: 1
                      serial: db63a8fd-fb78-4be4-afc2-64a349c6a20a
                      size: 31GiB
                      capacity: 31GiB
                      capabilities: nofs swap initialized
                      configuration: filesystem=swap name=swap pagesize=4095
                 *-volume:2
                      description: EXT4 volume
                      vendor: Linux
                      physical id: 3
                      bus info: nvme@0:1,3
                      logical name: /dev/nvme0n1p3
                      logical name: /
                      version: 1.0
                      serial: 1dff8756-7c62-4f50-8b0a-5046c4a6eaf1
                      size: 899GiB
                      capabilities: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
                      configuration: created=2023-11-03 17:05:21 filesystem=ext4 lastmountpoint=/ modified=2024-11-10 01:50:47 mount.fstype=ext4 mount.options=rw,relatime,stripe=32 mounted=2024-11-10 00:50:47 name=root state=mounted
        *-pci:4
             description: PCI bridge
             product: 100 Series/C230 Series Chipset Family PCI Express Root Port #13
             vendor: Intel Corporation
             physical id: 1d.4
             bus info: pci@0000:00:1d.4
             version: f1
             width: 32 bits
             clock: 33MHz
             capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:124
        *-pci:5
             description: PCI bridge
             product: 100 Series/C230 Series Chipset Family PCI Express Root Port #15
             vendor: Intel Corporation
             physical id: 1d.6
             bus info: pci@0000:00:1d.6
             version: f1
             width: 32 bits
             clock: 33MHz
             capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
             configuration: driver=pcieport
             resources: irq:125 ioport:2000(size=12288) memory:d4000000-ea0fffff ioport:90000000(size=570425344)
           *-pci
                description: PCI bridge
                product: DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015]
                vendor: Intel Corporation
                physical id: 0
                bus info: pci@0000:06:00.0
                version: 00
                width: 32 bits
                clock: 33MHz
                capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                configuration: driver=pcieport
                resources: irq:18 ioport:2000(size=8192) memory:d4000000-ea0fffff ioport:90000000(size=570425344)
              *-pci:0
                   description: PCI bridge
                   product: DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015]
                   vendor: Intel Corporation
                   physical id: 0
                   bus info: pci@0000:07:00.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:126 memory:ea000000-ea0fffff
              *-pci:1
                   description: PCI bridge
                   product: DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015]
                   vendor: Intel Corporation
                   physical id: 1
                   bus info: pci@0000:07:01.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:127 ioport:2000(size=4096) memory:d4000000-e9efffff ioport:90000000(size=570425344)
              *-pci:2
                   description: PCI bridge
                   product: DSL6340 Thunderbolt 3 Bridge [Alpine Ridge 2C 2015]
                   vendor: Intel Corporation
                   physical id: 2
                   bus info: pci@0000:07:02.0
                   version: 00
                   width: 32 bits
                   clock: 33MHz
                   capabilities: pci pm msi pciexpress normal_decode bus_master cap_list
                   configuration: driver=pcieport
                   resources: irq:128 ioport:3000(size=4096) memory:e9f00000-e9ffffff
                 *-usb
                      description: USB controller
                      product: DSL6340 USB 3.1 Controller [Alpine Ridge]
                      vendor: Intel Corporation
                      physical id: 0
                      bus info: pci@0000:3e:00.0
                      version: 00
                      width: 32 bits
                      clock: 33MHz
                      capabilities: pm msi pciexpress xhci bus_master cap_list
                      configuration: driver=xhci_hcd latency=0
                      resources: irq:140 memory:e9f00000-e9f0ffff
                    *-usbhost:0
                         product: xHCI Host Controller
                         vendor: Linux 6.11.6-arch1-1 xhci-hcd
                         physical id: 0
                         bus info: usb@3
                         logical name: usb3
                         version: 6.11
                         capabilities: usb-2.00
                         configuration: driver=hub slots=2 speed=480Mbit/s
                       *-usb
                            description: USB hub
                            product: USB2.1 Hub
                            vendor: GenesysLogic
                            physical id: 1
                            bus info: usb@3:1
                            version: 6.63
                            capabilities: usb-2.10
                            configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                          *-usb
                               description: USB hub
                               product: USB2.1 Hub
                               vendor: GenesysLogic
                               physical id: 3
                               bus info: usb@3:1.3
                               version: 6.63
                               capabilities: usb-2.10
                               configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
                             *-usb:0
                                  description: USB hub
                                  product: One Touch Hub
                                  vendor: Seagate
                                  physical id: 1
                                  bus info: usb@3:1.3.1
                                  version: 74.56
                                  serial: 10003K58
                                  capabilities: usb-2.10
                                  configuration: driver=hub slots=4 speed=480Mbit/s
                             *-usb:1 UNCLAIMED
                                  description: Generic USB device
                                  product: USB C Video Adaptor
                                  vendor: USB C
                                  physical id: 4
                                  bus info: usb@3:1.3.4
                                  version: 2.01
                                  serial: 000000000001
                                  capabilities: usb-2.01
                                  configuration: speed=12Mbit/s
                    *-usbhost:1
                         product: xHCI Host Controller
                         vendor: Linux 6.11.6-arch1-1 xhci-hcd
                         physical id: 1
                         bus info: usb@4
                         logical name: usb4
                         version: 6.11
                         capabilities: usb-3.10
                         configuration: driver=hub slots=2 speed=10000Mbit/s
                       *-usb
                            description: USB hub
                            product: USB3.1 Hub
                            vendor: GenesysLogic
                            physical id: 1
                            bus info: usb@4:1
                            version: 6.63
                            capabilities: usb-3.20
                            configuration: driver=hub slots=4 speed=5000Mbit/s
                          *-usb:0
                               description: Communication device
                               product: AX88179A
                               vendor: ASIX
                               physical id: 1
                               bus info: usb@4:1.1
                               version: 2.00
                               serial: 008BD326
                               capabilities: usb-3.20
                               configuration: driver=cdc_ncm maxpower=184mA speed=5000Mbit/s
                          *-usb:1
                               description: USB hub
                               product: USB3.1 Hub
                               vendor: GenesysLogic
                               physical id: 3
                               bus info: usb@4:1.3
                               version: 6.63
                               capabilities: usb-3.20
                               configuration: driver=hub slots=4 speed=5000Mbit/s
                             *-usb:0
                                  description: USB hub
                                  product: One Touch Hub
                                  vendor: Seagate
                                  physical id: 1
                                  bus info: usb@4:1.3.1
                                  version: 74.56
                                  serial: 10003K58
                                  capabilities: usb-3.20
                                  configuration: driver=hub slots=4 speed=5000Mbit/s
                                *-usb:0
                                     description: Mass storage device
                                     product: One Touch Hub
                                     vendor: Seagate
                                     physical id: 1
                                     bus info: usb@4:1.3.1.1
                                     version: 1.00
                                     serial: 00000000NT381S79
                                     capabilities: usb-3.20 scsi
                                     configuration: driver=uas maxpower=896mA speed=5000Mbit/s
                                *-usb:1
                                     description: Mass storage device
                                     product: AM8180
                                     vendor: AMicro
                                     physical id: 4
                                     bus info: usb@4:1.3.1.4
                                     version: 20.01
                                     serial: 012345680084
                                     capabilities: usb-3.20 scsi
                                     configuration: driver=uas maxpower=896mA speed=5000Mbit/s
                             *-usb:1
                                  description: Mass storage device
                                  product: USB to ATA/ATAPI Bridge
                                  vendor: JMicron
                                  physical id: 2
                                  bus info: usb@4:1.3.2
                                  version: 4.25
                                  serial: 0123456789ABCDEB
                                  capabilities: usb-3.00 scsi
                                  configuration: driver=usb-storage maxpower=8mA speed=5000Mbit/s
        *-isa
             description: ISA bridge
             product: CM238 Chipset LPC/eSPI Controller
             vendor: Intel Corporation
             physical id: 1f
             bus info: pci@0000:00:1f.0
             version: 31
             width: 32 bits
             clock: 33MHz
             capabilities: isa bus_master
             configuration: latency=0
           *-pnp00:00
                product: Motherboard registers
                physical id: 0
                capabilities: pnp
                configuration: driver=system
           *-pnp00:01
                product: Motherboard registers
                physical id: 1
                capabilities: pnp
                configuration: driver=system
           *-pnp00:02
                product: AT Real-Time Clock
                physical id: 2
                capabilities: pnp
                configuration: driver=rtc_cmos
           *-pnp00:03
                product: PnP device INT3f0d
                vendor: Interphase Corporation
                physical id: 3
                capabilities: pnp
                configuration: driver=system
           *-pnp00:04
                product: IBM Enhanced keyboard controller (101/2-key)
                physical id: 4
                capabilities: pnp
                configuration: driver=i8042 kbd
           *-pnp00:05
                product: PnP device DLL07bf
                vendor: Dell Inc
                physical id: 5
                capabilities: pnp
                configuration: driver=i8042 aux
           *-pnp00:06
                product: Motherboard registers
                physical id: 6
                capabilities: pnp
                configuration: driver=system
           *-pnp00:07
                product: Motherboard registers
                physical id: 7
                capabilities: pnp
                configuration: driver=system
           *-pnp00:08
                product: Motherboard registers
                physical id: 8
                capabilities: pnp
                configuration: driver=system
           *-pnp00:09
                product: Motherboard registers
                physical id: 9
                capabilities: pnp
                configuration: driver=system
        *-memory UNCLAIMED
             description: Memory controller
             product: 100 Series/C230 Series Chipset Family Power Management Controller
             vendor: Intel Corporation
             physical id: 1f.2
             bus info: pci@0000:00:1f.2
             version: 31
             width: 32 bits
             clock: 33MHz (30.3ns)
             configuration: latency=0
             resources: memory:edd2c000-edd2ffff
        *-multimedia
             description: Audio device
             product: CM238 HD Audio Controller
             vendor: Intel Corporation
             physical id: 1f.3
             bus info: pci@0000:00:1f.3
             logical name: card0
             logical name: /dev/snd/controlC0
             logical name: /dev/snd/hwC0D0
             logical name: /dev/snd/hwC0D2
             logical name: /dev/snd/pcmC0D0c
             logical name: /dev/snd/pcmC0D0p
             logical name: /dev/snd/pcmC0D3p
             logical name: /dev/snd/pcmC0D7p
             logical name: /dev/snd/pcmC0D8p
             version: 31
             width: 64 bits
             clock: 33MHz
             capabilities: pm msi bus_master cap_list
             configuration: driver=snd_hda_intel latency=32
             resources: irq:160 memory:edd28000-edd2bfff memory:edd00000-edd0ffff
           *-input:0
                product: HDA Intel PCH Headphone Mic
                physical id: 0
                logical name: input28
                logical name: /dev/input/event19
           *-input:1
                product: HDA Intel PCH HDMI/DP,pcm=3
                physical id: 1
                logical name: input29
                logical name: /dev/input/event20
           *-input:2
                product: HDA Intel PCH HDMI/DP,pcm=7
                physical id: 2
                logical name: input30
                logical name: /dev/input/event21
           *-input:3
                product: HDA Intel PCH HDMI/DP,pcm=8
                physical id: 3
                logical name: input31
                logical name: /dev/input/event22
        *-serial
             description: SMBus
             product: 100 Series/C230 Series Chipset Family SMBus
             vendor: Intel Corporation
             physical id: 1f.4
             bus info: pci@0000:00:1f.4
             version: 31
             width: 64 bits
             clock: 33MHz
             configuration: driver=i801_smbus latency=0
             resources: irq:16 memory:edd32000-edd320ff ioport:f040(size=32)
  *-battery
       product: DELL CP6DF
       vendor: BYD
       physical id: 1
       version: 11/18/2020
       serial: 2153
       slot: Sys. Battery Bay
       capacity: 55990mWh
       configuration: voltage=11.4V
  *-scsi:0
       physical id: 2
       bus info: scsi@2
       logical name: scsi2
       capabilities: scsi-host
       configuration: driver=usb-storage
  *-scsi:1
       physical id: 3
       bus info: scsi@3
       logical name: scsi3
       capabilities: scsi-host
       configuration: driver=usb-storage
  *-input:0
       product: Lid Switch
       physical id: 4
       logical name: input0
       logical name: /dev/input/event0
       capabilities: platform
  *-input:1
       product: Power Button
       physical id: 5
       logical name: input1
       logical name: /dev/input/event1
       capabilities: platform
  *-input:2
       product: Video Bus
       physical id: 6
       logical name: input15
       logical name: /dev/input/event11
       capabilities: platform
  *-input:3
       product: Video Bus
       physical id: 7
       logical name: input16
       logical name: /dev/input/event12
       capabilities: platform
  *-input:4
       product: Intel HID events
       physical id: 8
       logical name: input17
       logical name: /dev/input/event13
       capabilities: platform
  *-input:5
       product: Intel HID 5 button array
       physical id: 9
       logical name: input18
       logical name: /dev/input/event14
       capabilities: platform
  *-input:6
       product: PC Speaker
       physical id: a
       logical name: input19
       logical name: /dev/input/event15
       capabilities: isa
  *-input:7
       product: Sleep Button
       physical id: b
       logical name: input2
       logical name: /dev/input/event2
       capabilities: platform
  *-input:8
       product: Dell WMI hotkeys
       physical id: c
       logical name: input24
       logical name: /dev/input/event18
       capabilities: platform
  *-input:9
       product: DLL07BF:01 06CB:7A13 Mouse
       physical id: d
       logical name: input25
       logical name: /dev/input/event16
       logical name: /dev/input/mouse1
       capabilities: i2c
  *-input:10
       product: DLL07BF:01 06CB:7A13 Touchpad
       physical id: e
       logical name: input26
       logical name: /dev/input/event17
       logical name: /dev/input/mouse2
       capabilities: i2c
  *-input:11
       product: Power Button
       physical id: f
       logical name: input3
       logical name: /dev/input/event3
       capabilities: platform
  *-input:12
       product: AT Translated Set 2 keyboard
       physical id: 10
       logical name: input4
       logical name: /dev/input/event4
       logical name: input4::capslock
       logical name: input4::numlock
       logical name: input4::scrolllock
       capabilities: i8042
  *-network
       description: Ethernet interface
       product: AX88179A
       physical id: 11
       bus info: usb@4:1.1
       logical name: enp62s0u1u1c2
       serial: f8:e4:3b:8b:d3:26
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=cdc_ncm driverversion=6.11.6-arch1-1 duplex=half firmware=CDC NCM (NO ZLP) link=no multicast=yes port=twisted pair

NOTE : I have completed all system updates and even a BIOS update before testing, and the results haven't changed much for the past year, I dont have any firewall installed, I dont have any problem with my router.

Current Solutions :

  • Reinstall the whole system : it's a bitch to backup everything important

  • Change OS : Last ditch effort to use the Laptop without issues

  • Get Help Online : Debug the system with a little effort (Solution) Diable nftables.service if not needed (it's very restrictive).

  • Not host any server : what's the point, might as well give fixing it a shot

Last edited by redluci4 (2024-11-10 01:58:26)

Offline

#2 2024-11-09 22:00:49

loqs
Member
Registered: 2014-03-06
Posts: 18,081

Re: Can't able to recive data for hosted servers. SOLVED

redluci4 wrote:

I dont have any firewall installed

Nov 10 00:51:02 ArchDell systemd[1]: Starting Netfilter Tables...

Edit:
Are there any nft rules?

# nft list ruleset

Last edited by loqs (2024-11-09 22:34:28)

Offline

#3 2024-11-10 01:43:56

redluci4
Member
Registered: 2024-11-09
Posts: 2

Re: Can't able to recive data for hosted servers. SOLVED

loqs, you are an angle, you made my day bro, as soon as I flushed the nft ruleset — my router traffic lit up like a Christmas tree.

It seems my nftables.service got enabled in my Laptop somehow, I have no idea how it got enabled. My command history has not mentioned of nftables.service until I started searching for it today, and I'm not sure what package might have enabled it.
(I just had a huge conversation with ChatGPT to find out why my ruleset looked very different for my Laptop-strict and PC-lenient, here is the chat ChatGPT NFTables Chat).

Now basically everything is working:

  • KdeConnect

  • Game Servers

  • Samba

  • ipfs

  • LBRY

  • i2pd

  • Apache Servers

  • Even the stupid python command

I appreciate the heads-up, but I need to ask you something how did you find it so quickly?

I mean -
I use KDE plasma and every time I go to the firewall-GUI-settings it says to install ufw, firewalld or something like it to use it, and since I don't have them installed, it says I don't have any firewall installed.

So I assumed nothing was blocking the internet in the core, since then I already learned how to use iptables, and finally flushed every iptables, etc. config I could find.

I had no idea about the nftables, or it's service being enabled.
And it being a user error rather than a logic error is the cherry on top almost impossible to detect if you don't know what you are looking for.

It almost made me go mad, and I stopped using my laptop entirely except when I want to go out.

Appreciate your help so, so much.

Offline

Board footer

Powered by FluxBB