You are not logged in.

#1 2024-05-11 20:56:27

tronoslycer
Member
Registered: 2014-05-12
Posts: 10

Docker freezes the whole system when starting containers up

I have several docker containers defined a in docker-composer.yml file, everytime I try to initialize the docker containers using "docker compose up -d", the system freezes for about 2 minutes, did someone here experience this before? This only happens in Arch Linux, I tested with other distro and this didn't happen.


Thanks in advance

Last edited by tronoslycer (2024-05-11 20:57:23)

Offline

#2 2024-05-13 08:40:01

cloverskull
Member
Registered: 2018-09-30
Posts: 207

Re: Docker freezes the whole system when starting containers up

Are you using btrfs? The COW function of btrfs gave me horrible docker performance. I can't remember the fix but this may point you in the right direction.

Offline

#3 2024-05-18 03:51:32

tronoslycer
Member
Registered: 2014-05-12
Posts: 10

Re: Docker freezes the whole system when starting containers up

No, I am not using BTRFS, I am using EXT4

Offline

#4 2024-05-18 06:29:31

seth
Member
Registered: 2012-09-03
Posts: 61,907

Re: Docker freezes the whole system when starting containers up

the system freezes for about 2 minutes

What exactly does that mean? Can you still switch VTs? (ctrl+alt+f2,f3,…)?
Is it "about 2 minutes" or "pretty much exactly 90s and I just exaggerated a bit for drama"
90s is a systemd timeout, 2 minutes is the kernels timeout for hung tasks.

After the freeze is over, check your system journal (sudo journalct -b), the tail will probably contain *some* form of error (either a kernel oops or a service timeout)

Offline

#5 2024-05-18 20:32:16

tronoslycer
Member
Registered: 2014-05-12
Posts: 10

Re: Docker freezes the whole system when starting containers up

Actually the system hangs for about 10 seconds and it freezes again, then it hangs for another 5 secs for about 2 mins, I also realized that when the docker containers are up the system hangs for about 10s while restarting. This is the output of sudo journalctl -b after the freeze:

may 18 10:10:19 carlos-pc kernel: Linux version 6.9.1-arch1-1 (linux@archlinux) (gcc (GCC) 14.1.1 20240507, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Fri, 17 May 2024 16:56:38 +0000
may 18 10:10:19 carlos-pc kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f6236f1f-c628-4fc2-88eb-88adb2ee5b06 rw loglevel=3 quiet
may 18 10:10:19 carlos-pc kernel: x86/tme: not enabled by BIOS
may 18 10:10:19 carlos-pc kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
may 18 10:10:19 carlos-pc kernel: BIOS-provided physical RAM map:
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000062e3afff] usable
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x0000000062e3b000-0x0000000062e3bfff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x0000000062e3c000-0x0000000063e9bfff] usable
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x0000000063e9c000-0x0000000063e9cfff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x0000000063e9d000-0x00000000705c3fff] usable
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x00000000705c4000-0x00000000742c3fff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x00000000742c4000-0x0000000074513fff] ACPI data
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x0000000074514000-0x000000007471efff] ACPI NVS
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x000000007471f000-0x0000000075ffefff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x0000000075fff000-0x0000000075ffffff] usable
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x0000000076000000-0x0000000079ffffff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x000000007a400000-0x000000007a7fffff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x000000007b000000-0x00000000807fffff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
may 18 10:10:19 carlos-pc kernel: BIOS-e820: [mem 0x0000000100000000-0x000000087f7fffff] usable
may 18 10:10:19 carlos-pc kernel: NX (Execute Disable) protection: active
may 18 10:10:19 carlos-pc kernel: APIC: Static calls initialized
may 18 10:10:19 carlos-pc kernel: e820: update [mem 0x5cd0a018-0x5cd25657] usable ==> usable
may 18 10:10:19 carlos-pc kernel: e820: update [mem 0x5ccfc018-0x5cd09857] usable ==> usable
may 18 10:10:19 carlos-pc kernel: extended physical RAM map:
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x0000000000100000-0x000000005ccfc017] usable
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x000000005ccfc018-0x000000005cd09857] usable
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x000000005cd09858-0x000000005cd0a017] usable
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x000000005cd0a018-0x000000005cd25657] usable
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x000000005cd25658-0x0000000062e3afff] usable
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x0000000062e3b000-0x0000000062e3bfff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x0000000062e3c000-0x0000000063e9bfff] usable
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x0000000063e9c000-0x0000000063e9cfff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x0000000063e9d000-0x00000000705c3fff] usable
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x00000000705c4000-0x00000000742c3fff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x00000000742c4000-0x0000000074513fff] ACPI data
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x0000000074514000-0x000000007471efff] ACPI NVS
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x000000007471f000-0x0000000075ffefff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x0000000075fff000-0x0000000075ffffff] usable
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x0000000076000000-0x0000000079ffffff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x000000007a400000-0x000000007a7fffff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x000000007b000000-0x00000000807fffff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
may 18 10:10:19 carlos-pc kernel: reserve setup_data: [mem 0x0000000100000000-0x000000087f7fffff] usable
may 18 10:10:19 carlos-pc kernel: efi: EFI v2.8 by American Megatrends
may 18 10:10:19 carlos-pc kernel: efi: ACPI=0x74513000 ACPI 2.0=0x74513014 TPMFinalLog=0x7462c000 SMBIOS=0x75a57000 SMBIOS 3.0=0x75a56000 MEMATTR=0x6d739018 ESRT=0x6d922518 INITRD=0x5ef4ce18 RNG=0x7446fc18 TPMEventLog=0x5ef42018 
may 18 10:10:19 carlos-pc kernel: random: crng init done
may 18 10:10:19 carlos-pc kernel: efi: Remove mem88: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
may 18 10:10:19 carlos-pc kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
may 18 10:10:19 carlos-pc kernel: efi: Not removing mem89: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
may 18 10:10:19 carlos-pc kernel: efi: Not removing mem90: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
may 18 10:10:19 carlos-pc kernel: efi: Not removing mem91: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
may 18 10:10:19 carlos-pc kernel: efi: Not removing mem93: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
may 18 10:10:19 carlos-pc kernel: efi: Remove mem94: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
may 18 10:10:19 carlos-pc kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
may 18 10:10:19 carlos-pc kernel: SMBIOS 3.5.0 present.
may 18 10:10:19 carlos-pc kernel: DMI: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 18 10:10:19 carlos-pc kernel: tsc: Detected 3400.000 MHz processor
may 18 10:10:19 carlos-pc kernel: tsc: Detected 3417.600 MHz TSC
may 18 10:10:19 carlos-pc kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
may 18 10:10:19 carlos-pc kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
may 18 10:10:19 carlos-pc kernel: last_pfn = 0x87f800 max_arch_pfn = 0x400000000
may 18 10:10:19 carlos-pc kernel: total RAM covered: 63424M
may 18 10:10:19 carlos-pc kernel: Found optimal setting for mtrr clean up
may 18 10:10:19 carlos-pc kernel:  gran_size: 64K         chunk_size: 128M         num_reg: 6          lose cover RAM: 0G
may 18 10:10:19 carlos-pc kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
may 18 10:10:19 carlos-pc kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
may 18 10:10:19 carlos-pc kernel: e820: update [mem 0x7c000000-0xffffffff] usable ==> reserved
may 18 10:10:19 carlos-pc kernel: last_pfn = 0x76000 max_arch_pfn = 0x400000000
may 18 10:10:19 carlos-pc kernel: esrt: Reserving ESRT space from 0x000000006d922518 to 0x000000006d9225f0.
may 18 10:10:19 carlos-pc kernel: e820: update [mem 0x6d922000-0x6d922fff] usable ==> reserved
may 18 10:10:19 carlos-pc kernel: Using GB pages for direct mapping
may 18 10:10:19 carlos-pc kernel: Incomplete global flushes, disabling PCID
may 18 10:10:19 carlos-pc kernel: Secure boot disabled
may 18 10:10:19 carlos-pc kernel: RAMDISK: [mem 0x58da6000-0x5ae64fff]
may 18 10:10:19 carlos-pc kernel: ACPI: Early table checksum verification disabled
may 18 10:10:19 carlos-pc kernel: ACPI: RSDP 0x0000000074513014 000024 (v02 ALASKA)
may 18 10:10:19 carlos-pc kernel: ACPI: XSDT 0x0000000074512728 000114 (v01 ALASKA A M I    01072009 AMI  01000013)
may 18 10:10:19 carlos-pc kernel: ACPI: FACP 0x0000000074511000 000114 (v06 ALASKA A M I    01072009 AMI  01000013)
may 18 10:10:19 carlos-pc kernel: ACPI: DSDT 0x0000000074485000 08B918 (v02 ALASKA A M I    01072009 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: FACS 0x000000007471E000 000040
may 18 10:10:19 carlos-pc kernel: ACPI: FIDT 0x0000000074484000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0x0000000074482000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0x000000007447C000 005D34 (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0x0000000074479000 002C11 (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0x0000000074475000 00334F (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: HPET 0x0000000074474000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
may 18 10:10:19 carlos-pc kernel: ACPI: APIC 0x0000000074473000 0001DC (v05 ALASKA A M I    01072009 AMI  01000013)
may 18 10:10:19 carlos-pc kernel: ACPI: MCFG 0x0000000074472000 00003C (v01 ALASKA A M I    01072009 AMI  01000013)
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0x0000000074470000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: NHLT 0x000000007446E000 00002D (v00 ALASKA A M I    01072009 AMI  01000013)
may 18 10:10:19 carlos-pc kernel: ACPI: LPIT 0x000000007446D000 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0x0000000074469000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0x0000000074466000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: DBGP 0x0000000074465000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
may 18 10:10:19 carlos-pc kernel: ACPI: DBG2 0x0000000074464000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0x0000000074463000 000C1F (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: DMAR 0x0000000074462000 000050 (v01 INTEL  EDK2     00000002      01000013)
may 18 10:10:19 carlos-pc kernel: ACPI: FPDT 0x0000000074461000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0x000000007445F000 001D9F (v02 INTEL  xh_rps14 00000000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0x000000007445B000 0039DA (v02 SocGpe SocGpe   00003000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0x0000000074457000 0039DA (v02 SocCmn SocCmn   00003000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: VFCT 0x0000000074448000 00E284 (v01 ALASKA A M I    00000001 AMD  33504F47)
may 18 10:10:19 carlos-pc kernel: ACPI: UEFI 0x000000007457F000 00063A (v01 INTEL  RstVmdE  00000000 INTL 00000000)
may 18 10:10:19 carlos-pc kernel: ACPI: UEFI 0x000000007457E000 00005C (v01 INTEL  RstVmdV  00000000 INTL 00000000)
may 18 10:10:19 carlos-pc kernel: ACPI: BGRT 0x0000000074447000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
may 18 10:10:19 carlos-pc kernel: ACPI: WPBT 0x000000007436B000 000040 (v01 ALASKA A M I    00000001 ASUS 00000001)
may 18 10:10:19 carlos-pc kernel: ACPI: TPM2 0x000000007436A000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
may 18 10:10:19 carlos-pc kernel: ACPI: PHAT 0x0000000074369000 00085C (v01 ALASKA A M I    00000005 MSFT 0100000D)
may 18 10:10:19 carlos-pc kernel: ACPI: WSMT 0x000000007446C000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving FACP table memory at [mem 0x74511000-0x74511113]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving DSDT table memory at [mem 0x74485000-0x74510917]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving FACS table memory at [mem 0x7471e000-0x7471e03f]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving FIDT table memory at [mem 0x74484000-0x7448409b]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74482000-0x7448238b]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x7447c000-0x74481d33]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74479000-0x7447bc10]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74475000-0x7447834e]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving HPET table memory at [mem 0x74474000-0x74474037]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving APIC table memory at [mem 0x74473000-0x744731db]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving MCFG table memory at [mem 0x74472000-0x7447203b]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74470000-0x74471f19]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving NHLT table memory at [mem 0x7446e000-0x7446e02c]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving LPIT table memory at [mem 0x7446d000-0x7446d0cb]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74469000-0x7446b356]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74466000-0x74468a82]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving DBGP table memory at [mem 0x74465000-0x74465033]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving DBG2 table memory at [mem 0x74464000-0x74464053]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74463000-0x74463c1e]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving DMAR table memory at [mem 0x74462000-0x7446204f]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving FPDT table memory at [mem 0x74461000-0x74461043]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x7445f000-0x74460d9e]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x7445b000-0x7445e9d9]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74457000-0x7445a9d9]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving VFCT table memory at [mem 0x74448000-0x74456283]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving UEFI table memory at [mem 0x7457f000-0x7457f639]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving UEFI table memory at [mem 0x7457e000-0x7457e05b]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving BGRT table memory at [mem 0x74447000-0x74447037]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving WPBT table memory at [mem 0x7436b000-0x7436b03f]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving TPM2 table memory at [mem 0x7436a000-0x7436a04b]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving PHAT table memory at [mem 0x74369000-0x7436985b]
may 18 10:10:19 carlos-pc kernel: ACPI: Reserving WSMT table memory at [mem 0x7446c000-0x7446c027]
may 18 10:10:19 carlos-pc kernel: No NUMA configuration found
may 18 10:10:19 carlos-pc kernel: Faking a node at [mem 0x0000000000000000-0x000000087f7fffff]
may 18 10:10:19 carlos-pc kernel: NODE_DATA(0) allocated [mem 0x87f7fb000-0x87f7fffff]
may 18 10:10:19 carlos-pc kernel: Zone ranges:
may 18 10:10:19 carlos-pc kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
may 18 10:10:19 carlos-pc kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
may 18 10:10:19 carlos-pc kernel:   Normal   [mem 0x0000000100000000-0x000000087f7fffff]
may 18 10:10:19 carlos-pc kernel:   Device   empty
may 18 10:10:19 carlos-pc kernel: Movable zone start for each node
may 18 10:10:19 carlos-pc kernel: Early memory node ranges
may 18 10:10:19 carlos-pc kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
may 18 10:10:19 carlos-pc kernel:   node   0: [mem 0x000000000009f000-0x000000000009ffff]
may 18 10:10:19 carlos-pc kernel:   node   0: [mem 0x0000000000100000-0x0000000062e3afff]
may 18 10:10:19 carlos-pc kernel:   node   0: [mem 0x0000000062e3c000-0x0000000063e9bfff]
may 18 10:10:19 carlos-pc kernel:   node   0: [mem 0x0000000063e9d000-0x00000000705c3fff]
may 18 10:10:19 carlos-pc kernel:   node   0: [mem 0x0000000075fff000-0x0000000075ffffff]
may 18 10:10:19 carlos-pc kernel:   node   0: [mem 0x0000000100000000-0x000000087f7fffff]
may 18 10:10:19 carlos-pc kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000087f7fffff]
may 18 10:10:19 carlos-pc kernel: On node 0, zone DMA: 1 pages in unavailable ranges
may 18 10:10:19 carlos-pc kernel: On node 0, zone DMA: 1 pages in unavailable ranges
may 18 10:10:19 carlos-pc kernel: On node 0, zone DMA: 96 pages in unavailable ranges
may 18 10:10:19 carlos-pc kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
may 18 10:10:19 carlos-pc kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
may 18 10:10:19 carlos-pc kernel: On node 0, zone DMA32: 23099 pages in unavailable ranges
may 18 10:10:19 carlos-pc kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
may 18 10:10:19 carlos-pc kernel: On node 0, zone Normal: 2048 pages in unavailable ranges
may 18 10:10:19 carlos-pc kernel: ACPI: PM-Timer IO Port: 0x1808
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
may 18 10:10:19 carlos-pc kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
may 18 10:10:19 carlos-pc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
may 18 10:10:19 carlos-pc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
may 18 10:10:19 carlos-pc kernel: ACPI: Using ACPI (MADT) for SMP configuration information
may 18 10:10:19 carlos-pc kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
may 18 10:10:19 carlos-pc kernel: e820: update [mem 0x6a983000-0x6aa76fff] usable ==> reserved
may 18 10:10:19 carlos-pc kernel: TSC deadline timer available
may 18 10:10:19 carlos-pc kernel: CPU topo: Max. logical packages:   1
may 18 10:10:19 carlos-pc kernel: CPU topo: Max. logical dies:       1
may 18 10:10:19 carlos-pc kernel: CPU topo: Max. dies per package:   1
may 18 10:10:19 carlos-pc kernel: CPU topo: Max. threads per core:   2
may 18 10:10:19 carlos-pc kernel: CPU topo: Num. cores per package:    16
may 18 10:10:19 carlos-pc kernel: CPU topo: Num. threads per package:  24
may 18 10:10:19 carlos-pc kernel: CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x5ccfc000-0x5ccfcfff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x5cd09000-0x5cd09fff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x5cd0a000-0x5cd0afff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x5cd25000-0x5cd25fff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x62e3b000-0x62e3bfff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x63e9c000-0x63e9cfff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x6a983000-0x6aa76fff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x6d922000-0x6d922fff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x705c4000-0x742c3fff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x742c4000-0x74513fff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x74514000-0x7471efff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x7471f000-0x75ffefff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x76000000-0x79ffffff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7a3fffff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x7a400000-0x7a7fffff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x7a800000-0x7affffff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x807fffff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x80800000-0xfdffffff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
may 18 10:10:19 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
may 18 10:10:19 carlos-pc kernel: [mem 0x80800000-0xfdffffff] available for PCI devices
may 18 10:10:19 carlos-pc kernel: Booting paravirtualized kernel on bare hardware
may 18 10:10:19 carlos-pc kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
may 18 10:10:19 carlos-pc kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
may 18 10:10:19 carlos-pc kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
may 18 10:10:19 carlos-pc kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
may 18 10:10:19 carlos-pc kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
may 18 10:10:19 carlos-pc kernel: pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
may 18 10:10:19 carlos-pc kernel: pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23 
may 18 10:10:19 carlos-pc kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f6236f1f-c628-4fc2-88eb-88adb2ee5b06 rw loglevel=3 quiet
may 18 10:10:19 carlos-pc kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
may 18 10:10:19 carlos-pc kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
may 18 10:10:19 carlos-pc kernel: printk: log_buf_len total cpu_extra contributions: 94208 bytes
may 18 10:10:19 carlos-pc kernel: printk: log_buf_len min size: 131072 bytes
may 18 10:10:19 carlos-pc kernel: printk: log_buf_len: 262144 bytes
may 18 10:10:19 carlos-pc kernel: printk: early log buf free: 111072(84%)
may 18 10:10:19 carlos-pc kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
may 18 10:10:19 carlos-pc kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
may 18 10:10:19 carlos-pc kernel: Fallback order for Node 0: 0 
may 18 10:10:19 carlos-pc kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8192203
may 18 10:10:19 carlos-pc kernel: Policy zone: Normal
may 18 10:10:19 carlos-pc kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
may 18 10:10:19 carlos-pc kernel: software IO TLB: area num 32.
may 18 10:10:19 carlos-pc kernel: Memory: 32430308K/33289604K available (18432K kernel code, 2164K rwdata, 13276K rodata, 3408K init, 3636K bss, 859036K reserved, 0K cma-reserved)
may 18 10:10:19 carlos-pc kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
may 18 10:10:19 carlos-pc kernel: ftrace: allocating 49689 entries in 195 pages
may 18 10:10:19 carlos-pc kernel: ftrace: allocated 195 pages with 4 groups
may 18 10:10:19 carlos-pc kernel: Dynamic Preempt: full
may 18 10:10:19 carlos-pc kernel: rcu: Preemptible hierarchical RCU implementation.
may 18 10:10:19 carlos-pc kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=24.
may 18 10:10:19 carlos-pc kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
may 18 10:10:19 carlos-pc kernel:         Trampoline variant of Tasks RCU enabled.
may 18 10:10:19 carlos-pc kernel:         Rude variant of Tasks RCU enabled.
may 18 10:10:19 carlos-pc kernel:         Tracing variant of Tasks RCU enabled.
may 18 10:10:19 carlos-pc kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
may 18 10:10:19 carlos-pc kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
may 18 10:10:19 carlos-pc kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
may 18 10:10:19 carlos-pc kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
may 18 10:10:19 carlos-pc kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
may 18 10:10:19 carlos-pc kernel: NR_IRQS: 20736, nr_irqs: 2248, preallocated irqs: 16
may 18 10:10:19 carlos-pc kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
may 18 10:10:19 carlos-pc kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
may 18 10:10:19 carlos-pc kernel: Console: colour dummy device 80x25
may 18 10:10:19 carlos-pc kernel: printk: legacy console [tty0] enabled
may 18 10:10:19 carlos-pc kernel: ACPI: Core revision 20230628
may 18 10:10:19 carlos-pc kernel: hpet: HPET dysfunctional in PC10. Force disabled.
may 18 10:10:19 carlos-pc kernel: APIC: Switch to symmetric I/O mode setup
may 18 10:10:19 carlos-pc kernel: DMAR: Host address width 39
may 18 10:10:19 carlos-pc kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
may 18 10:10:19 carlos-pc kernel: DMAR: dmar0: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
may 18 10:10:19 carlos-pc kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 0
may 18 10:10:19 carlos-pc kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
may 18 10:10:19 carlos-pc kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
may 18 10:10:19 carlos-pc kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
may 18 10:10:19 carlos-pc kernel: x2apic enabled
may 18 10:10:19 carlos-pc kernel: APIC: Switched APIC routing to: cluster x2apic
may 18 10:10:19 carlos-pc kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3143404a908, max_idle_ns: 440795209397 ns
may 18 10:10:19 carlos-pc kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6837.00 BogoMIPS (lpj=11392000)
may 18 10:10:19 carlos-pc kernel: CPU0: Thermal monitoring enabled (TM1)
may 18 10:10:19 carlos-pc kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
may 18 10:10:19 carlos-pc kernel: CET detected: Indirect Branch Tracking enabled
may 18 10:10:19 carlos-pc kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
may 18 10:10:19 carlos-pc kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
may 18 10:10:19 carlos-pc kernel: process: using mwait in idle threads
may 18 10:10:19 carlos-pc kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
may 18 10:10:19 carlos-pc kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
may 18 10:10:19 carlos-pc kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
may 18 10:10:19 carlos-pc kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
may 18 10:10:19 carlos-pc kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
may 18 10:10:19 carlos-pc kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
may 18 10:10:19 carlos-pc kernel: Register File Data Sampling: Mitigation: Clear Register File
may 18 10:10:19 carlos-pc kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
may 18 10:10:19 carlos-pc kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
may 18 10:10:19 carlos-pc kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
may 18 10:10:19 carlos-pc kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
may 18 10:10:19 carlos-pc kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
may 18 10:10:19 carlos-pc kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
may 18 10:10:19 carlos-pc kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
may 18 10:10:19 carlos-pc kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
may 18 10:10:19 carlos-pc kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
may 18 10:10:19 carlos-pc kernel: Freeing SMP alternatives memory: 40K
may 18 10:10:19 carlos-pc kernel: pid_max: default: 32768 minimum: 301
may 18 10:10:19 carlos-pc kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
may 18 10:10:19 carlos-pc kernel: landlock: Up and running.
may 18 10:10:19 carlos-pc kernel: Yama: becoming mindful.
may 18 10:10:19 carlos-pc kernel: LSM support for eBPF active
may 18 10:10:19 carlos-pc kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
may 18 10:10:19 carlos-pc kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
may 18 10:10:19 carlos-pc kernel: smpboot: CPU0: 13th Gen Intel(R) Core(TM) i7-13700K (family: 0x6, model: 0xb7, stepping: 0x1)
may 18 10:10:19 carlos-pc kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
may 18 10:10:19 carlos-pc kernel: core: cpu_core PMU driver: 
may 18 10:10:19 carlos-pc kernel: ... version:                5
may 18 10:10:19 carlos-pc kernel: ... bit width:              48
may 18 10:10:19 carlos-pc kernel: ... generic registers:      8
may 18 10:10:19 carlos-pc kernel: ... value mask:             0000ffffffffffff
may 18 10:10:19 carlos-pc kernel: ... max period:             00007fffffffffff
may 18 10:10:19 carlos-pc kernel: ... fixed-purpose events:   4
may 18 10:10:19 carlos-pc kernel: ... event mask:             0001000f000000ff
may 18 10:10:19 carlos-pc kernel: signal: max sigframe size: 3632
may 18 10:10:19 carlos-pc kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1596
may 18 10:10:19 carlos-pc kernel: rcu: Hierarchical SRCU implementation.
may 18 10:10:19 carlos-pc kernel: rcu:         Max phase no-delay instances is 1000.
may 18 10:10:19 carlos-pc kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
may 18 10:10:19 carlos-pc kernel: smp: Bringing up secondary CPUs ...
may 18 10:10:19 carlos-pc kernel: smpboot: x86: Booting SMP configuration:
may 18 10:10:19 carlos-pc kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14 #16 #17 #18 #19 #20 #21 #22 #23
may 18 10:10:19 carlos-pc kernel: core: cpu_atom PMU driver: PEBS-via-PT 
may 18 10:10:19 carlos-pc kernel: ... version:                5
may 18 10:10:19 carlos-pc kernel: ... bit width:              48
may 18 10:10:19 carlos-pc kernel: ... generic registers:      6
may 18 10:10:19 carlos-pc kernel: ... value mask:             0000ffffffffffff
may 18 10:10:19 carlos-pc kernel: ... max period:             00007fffffffffff
may 18 10:10:19 carlos-pc kernel: ... fixed-purpose events:   3
may 18 10:10:19 carlos-pc kernel: ... event mask:             000000070000003f
may 18 10:10:19 carlos-pc kernel:   #1  #3  #5  #7  #9 #11 #13 #15
may 18 10:10:19 carlos-pc kernel: smp: Brought up 1 node, 24 CPUs
may 18 10:10:19 carlos-pc kernel: smpboot: Total of 24 processors activated (164110.00 BogoMIPS)
may 18 10:10:19 carlos-pc kernel: devtmpfs: initialized
may 18 10:10:19 carlos-pc kernel: x86/mm: Memory block size: 128MB
may 18 10:10:19 carlos-pc kernel: ACPI: PM: Registering ACPI NVS region [mem 0x74514000-0x7471efff] (2142208 bytes)
may 18 10:10:19 carlos-pc kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
may 18 10:10:19 carlos-pc kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
may 18 10:10:19 carlos-pc kernel: pinctrl core: initialized pinctrl subsystem
may 18 10:10:19 carlos-pc kernel: PM: RTC time: 15:10:15, date: 2024-05-18
may 18 10:10:19 carlos-pc kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
may 18 10:10:19 carlos-pc kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
may 18 10:10:19 carlos-pc kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
may 18 10:10:19 carlos-pc kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
may 18 10:10:19 carlos-pc kernel: audit: initializing netlink subsys (disabled)
may 18 10:10:19 carlos-pc kernel: audit: type=2000 audit(1716045015.009:1): state=initialized audit_enabled=0 res=1
may 18 10:10:19 carlos-pc kernel: thermal_sys: Registered thermal governor 'fair_share'
may 18 10:10:19 carlos-pc kernel: thermal_sys: Registered thermal governor 'bang_bang'
may 18 10:10:19 carlos-pc kernel: thermal_sys: Registered thermal governor 'step_wise'
may 18 10:10:19 carlos-pc kernel: thermal_sys: Registered thermal governor 'user_space'
may 18 10:10:19 carlos-pc kernel: thermal_sys: Registered thermal governor 'power_allocator'
may 18 10:10:19 carlos-pc kernel: cpuidle: using governor ladder
may 18 10:10:19 carlos-pc kernel: cpuidle: using governor menu
may 18 10:10:19 carlos-pc kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
may 18 10:10:19 carlos-pc kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
may 18 10:10:19 carlos-pc kernel: PCI: ECAM [mem 0xc0000000-0xce0fffff] (base 0xc0000000) for domain 0000 [bus 00-e0]
may 18 10:10:19 carlos-pc kernel: PCI: not using ECAM ([mem 0xc0000000-0xce0fffff] not reserved)
may 18 10:10:19 carlos-pc kernel: PCI: Using configuration type 1 for base access
may 18 10:10:19 carlos-pc kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
may 18 10:10:19 carlos-pc kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
may 18 10:10:19 carlos-pc kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
may 18 10:10:19 carlos-pc kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
may 18 10:10:19 carlos-pc kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
may 18 10:10:19 carlos-pc kernel: Demotion targets for Node 0: null
may 18 10:10:19 carlos-pc kernel: ACPI: Added _OSI(Module Device)
may 18 10:10:19 carlos-pc kernel: ACPI: Added _OSI(Processor Device)
may 18 10:10:19 carlos-pc kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
may 18 10:10:19 carlos-pc kernel: ACPI: Added _OSI(Processor Aggregator Device)
may 18 10:10:19 carlos-pc kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
may 18 10:10:19 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0xFFFF9CF301722000 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0xFFFF9CF301713000 000689 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0xFFFF9CF3021FD400 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0xFFFF9CF301714000 0004B5 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0xFFFF9CF301706000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0xFFFF9CF30226E000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0xFFFF9CF30226A000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 18 10:10:19 carlos-pc kernel: ACPI: SSDT 0xFFFF9CF30171D000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
may 18 10:10:19 carlos-pc kernel: ACPI: _OSC evaluated successfully for all CPUs
may 18 10:10:19 carlos-pc kernel: ACPI: Interpreter enabled
may 18 10:10:19 carlos-pc kernel: ACPI: PM: (supports S0 S3 S4 S5)
may 18 10:10:19 carlos-pc kernel: ACPI: Using IOAPIC for interrupt routing
may 18 10:10:19 carlos-pc kernel: PCI: ECAM [mem 0xc0000000-0xce0fffff] (base 0xc0000000) for domain 0000 [bus 00-e0]
may 18 10:10:19 carlos-pc kernel: PCI: ECAM [mem 0xc0000000-0xce0fffff] reserved as ACPI motherboard resource
may 18 10:10:19 carlos-pc kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
may 18 10:10:19 carlos-pc kernel: PCI: Ignoring E820 reservations for host bridge windows
may 18 10:10:19 carlos-pc kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
may 18 10:10:19 carlos-pc kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS14.BTRT: New power resource
may 18 10:10:19 carlos-pc kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
may 18 10:10:19 carlos-pc kernel: ACPI: \_TZ_.FN00: New power resource
may 18 10:10:19 carlos-pc kernel: ACPI: \_TZ_.FN01: New power resource
may 18 10:10:19 carlos-pc kernel: ACPI: \_TZ_.FN02: New power resource
may 18 10:10:19 carlos-pc kernel: ACPI: \_TZ_.FN03: New power resource
may 18 10:10:19 carlos-pc kernel: ACPI: \_TZ_.FN04: New power resource
may 18 10:10:19 carlos-pc kernel: ACPI: \PIN_: New power resource
may 18 10:10:19 carlos-pc kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
may 18 10:10:19 carlos-pc kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
may 18 10:10:19 carlos-pc kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
may 18 10:10:19 carlos-pc kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
may 18 10:10:19 carlos-pc kernel: PCI host bridge to bus 0000:00
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000effff window]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: root bus resource [mem 0x80800000-0xbfffffff window]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: root bus resource [bus 00-e0]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:00.0: [8086:a703] type 00 class 0x060000 conventional PCI endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:01.0: [8086:a70d] type 01 class 0x060400 PCIe Root Port
may 18 10:10:19 carlos-pc kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:01.0:   bridge window [io  0x6000-0x6fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x85400000-0x856fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x4000000000-0x440fffffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:00:01.0: PTM enabled (root), 4ns granularity
may 18 10:10:19 carlos-pc kernel: pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
may 18 10:10:19 carlos-pc kernel: pci 0000:00:06.0: PCI bridge to [bus 04]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:06.0:   bridge window [mem 0x85800000-0x858fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
may 18 10:10:19 carlos-pc kernel: pci 0000:00:0a.0: [8086:a77d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:0a.0: BAR 0 [mem 0x4414210000-0x4414217fff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:0a.0: enabling Extended Tags
may 18 10:10:19 carlos-pc kernel: pci 0000:00:0e.0: [8086:a77f] type 00 class 0x010400 PCIe Root Complex Integrated Endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:0e.0: BAR 0 [mem 0x4412000000-0x4413ffffff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:0e.0: BAR 2 [mem 0x82000000-0x83ffffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:0e.0: BAR 4 [mem 0x4414100000-0x44141fffff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:14.0: [8086:7a60] type 00 class 0x0c0330 conventional PCI endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:14.0: BAR 0 [mem 0x4414200000-0x441420ffff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:00:14.2: [8086:7a27] type 00 class 0x050000 conventional PCI endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:14.2: BAR 0 [mem 0x4414228000-0x441422bfff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:14.2: BAR 2 [mem 0x4414231000-0x4414231fff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:14.3: [8086:7a70] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:14.3: BAR 0 [mem 0x4414224000-0x4414227fff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:00:15.0: [8086:7a4c] type 00 class 0x0c8000 conventional PCI endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:15.1: [8086:7a4d] type 00 class 0x0c8000 conventional PCI endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:15.2: [8086:7a4e] type 00 class 0x0c8000 conventional PCI endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:15.2: BAR 0 [mem 0x00000000-0x00000fff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:16.0: [8086:7a68] type 00 class 0x078000 conventional PCI endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:16.0: BAR 0 [mem 0x441422d000-0x441422dfff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:16.0: PME# supported from D3hot
may 18 10:10:19 carlos-pc kernel: pci 0000:00:17.0: [8086:7a62] type 00 class 0x010601 conventional PCI endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:17.0: BAR 0 [mem 0x85900000-0x85901fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:17.0: BAR 1 [mem 0x85903000-0x859030ff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:17.0: BAR 2 [io  0x7050-0x7057]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:17.0: BAR 3 [io  0x7040-0x7043]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:17.0: BAR 4 [io  0x7020-0x703f]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:17.0: BAR 5 [mem 0x85902000-0x859027ff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:17.0: PME# supported from D3hot
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1a.0: [8086:7a48] type 01 class 0x060400 PCIe Root Port
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1a.0: PCI bridge to [bus 05]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1a.0:   bridge window [io  0x5000-0x5fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1a.0:   bridge window [mem 0x84a00000-0x853fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1a.0:   bridge window [mem 0x4410b00000-0x44114fffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1c.0: [8086:7a38] type 01 class 0x060400 PCIe Root Port
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 06]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0x84000000-0x849fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0x4410100000-0x4410afffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1d.0: [8086:7a36] type 01 class 0x060400 PCIe Root Port
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1d.0:   bridge window [mem 0x85700000-0x857fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1f.0: [8086:7a06] type 00 class 0x060100 conventional PCI endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1f.3: [8086:7a50] type 00 class 0x040300 conventional PCI endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1f.3: BAR 0 [mem 0x4414220000-0x4414223fff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1f.3: BAR 4 [mem 0x4414000000-0x44140fffff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1f.4: [8086:7a23] type 00 class 0x0c0500 conventional PCI endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1f.4: BAR 0 [mem 0x441422c000-0x441422c0ff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1f.5: [8086:7a24] type 00 class 0x0c8000 conventional PCI endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
may 18 10:10:19 carlos-pc kernel: pci 0000:01:00.0: BAR 0 [mem 0x85600000-0x85603fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
may 18 10:10:19 carlos-pc kernel: pci 0000:01:00.0:   bridge window [io  0x6000-0x6fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:01:00.0:   bridge window [mem 0x85400000-0x855fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:01:00.0:   bridge window [mem 0x4000000000-0x440fffffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
may 18 10:10:19 carlos-pc kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
may 18 10:10:19 carlos-pc kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
may 18 10:10:19 carlos-pc kernel: pci 0000:02:00.0:   bridge window [io  0x6000-0x6fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:02:00.0:   bridge window [mem 0x85400000-0x855fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:02:00.0:   bridge window [mem 0x4000000000-0x440fffffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.0: [1002:747e] type 00 class 0x030000 PCIe Legacy Endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.0: BAR 0 [mem 0x4000000000-0x43ffffffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.0: BAR 2 [mem 0x4400000000-0x440fffffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.0: BAR 4 [io  0x6000-0x60ff]
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.0: BAR 5 [mem 0x85400000-0x854fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.0: ROM [mem 0x85500000-0x8551ffff pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.1: [1002:ab30] type 00 class 0x040300 PCIe Legacy Endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.1: BAR 0 [mem 0x85520000-0x85523fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
may 18 10:10:19 carlos-pc kernel: pci 0000:04:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:04:00.0: BAR 0 [mem 0x85800000-0x85803fff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:06.0: PCI bridge to [bus 04]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1a.0: PCI bridge to [bus 05]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 06]
may 18 10:10:19 carlos-pc kernel: pci 0000:07:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
may 18 10:10:19 carlos-pc kernel: pci 0000:07:00.0: BAR 0 [io  0x3000-0x30ff]
may 18 10:10:19 carlos-pc kernel: pci 0000:07:00.0: BAR 2 [mem 0x85700000-0x8570ffff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:07:00.0: BAR 4 [mem 0x85710000-0x85713fff 64bit]
may 18 10:10:19 carlos-pc kernel: pci 0000:07:00.0: supports D1 D2
may 18 10:10:19 carlos-pc kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
may 18 10:10:19 carlos-pc kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
may 18 10:10:19 carlos-pc kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
may 18 10:10:19 carlos-pc kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
may 18 10:10:19 carlos-pc kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
may 18 10:10:19 carlos-pc kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
may 18 10:10:19 carlos-pc kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
may 18 10:10:19 carlos-pc kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
may 18 10:10:19 carlos-pc kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
may 18 10:10:19 carlos-pc kernel: iommu: Default domain type: Translated
may 18 10:10:19 carlos-pc kernel: iommu: DMA domain TLB invalidation policy: lazy mode
may 18 10:10:19 carlos-pc kernel: SCSI subsystem initialized
may 18 10:10:19 carlos-pc kernel: libata version 3.00 loaded.
may 18 10:10:19 carlos-pc kernel: ACPI: bus type USB registered
may 18 10:10:19 carlos-pc kernel: usbcore: registered new interface driver usbfs
may 18 10:10:19 carlos-pc kernel: usbcore: registered new interface driver hub
may 18 10:10:19 carlos-pc kernel: usbcore: registered new device driver usb
may 18 10:10:19 carlos-pc kernel: EDAC MC: Ver: 3.0.0
may 18 10:10:19 carlos-pc kernel: efivars: Registered efivars operations
may 18 10:10:19 carlos-pc kernel: NetLabel: Initializing
may 18 10:10:19 carlos-pc kernel: NetLabel:  domain hash size = 128
may 18 10:10:19 carlos-pc kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
may 18 10:10:19 carlos-pc kernel: NetLabel:  unlabeled traffic allowed by default
may 18 10:10:19 carlos-pc kernel: mctp: management component transport protocol core
may 18 10:10:19 carlos-pc kernel: NET: Registered PF_MCTP protocol family
may 18 10:10:19 carlos-pc kernel: PCI: Using ACPI for IRQ routing
may 18 10:10:19 carlos-pc kernel: PCI: pci_cache_line_size set to 64 bytes
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
may 18 10:10:19 carlos-pc kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
may 18 10:10:19 carlos-pc kernel: e820: reserve RAM buffer [mem 0x5ccfc018-0x5fffffff]
may 18 10:10:19 carlos-pc kernel: e820: reserve RAM buffer [mem 0x5cd0a018-0x5fffffff]
may 18 10:10:19 carlos-pc kernel: e820: reserve RAM buffer [mem 0x62e3b000-0x63ffffff]
may 18 10:10:19 carlos-pc kernel: e820: reserve RAM buffer [mem 0x63e9c000-0x63ffffff]
may 18 10:10:19 carlos-pc kernel: e820: reserve RAM buffer [mem 0x6a983000-0x6bffffff]
may 18 10:10:19 carlos-pc kernel: e820: reserve RAM buffer [mem 0x6d922000-0x6fffffff]
may 18 10:10:19 carlos-pc kernel: e820: reserve RAM buffer [mem 0x705c4000-0x73ffffff]
may 18 10:10:19 carlos-pc kernel: e820: reserve RAM buffer [mem 0x76000000-0x77ffffff]
may 18 10:10:19 carlos-pc kernel: e820: reserve RAM buffer [mem 0x87f800000-0x87fffffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.0: vgaarb: setting as boot VGA device
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.0: vgaarb: bridge control possible
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
may 18 10:10:19 carlos-pc kernel: vgaarb: loaded
may 18 10:10:19 carlos-pc kernel: clocksource: Switched to clocksource tsc-early
may 18 10:10:19 carlos-pc kernel: VFS: Disk quotas dquot_6.6.0
may 18 10:10:19 carlos-pc kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
may 18 10:10:19 carlos-pc kernel: pnp: PnP ACPI init
may 18 10:10:19 carlos-pc kernel: system 00:00: [io  0x0290-0x029f] has been reserved
may 18 10:10:19 carlos-pc kernel: system 00:00: [io  0x0b00-0x0b1f] has been reserved
may 18 10:10:19 carlos-pc kernel: pnp 00:01: [dma 0 disabled]
may 18 10:10:19 carlos-pc kernel: system 00:02: [io  0x0680-0x069f] has been reserved
may 18 10:10:19 carlos-pc kernel: system 00:02: [io  0x164e-0x164f] has been reserved
may 18 10:10:19 carlos-pc kernel: system 00:03: [io  0x1854-0x1857] has been reserved
may 18 10:10:19 carlos-pc kernel: system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
may 18 10:10:19 carlos-pc kernel: system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
may 18 10:10:19 carlos-pc kernel: system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
may 18 10:10:19 carlos-pc kernel: system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved
may 18 10:10:19 carlos-pc kernel: system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
may 18 10:10:19 carlos-pc kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
may 18 10:10:19 carlos-pc kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
may 18 10:10:19 carlos-pc kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
may 18 10:10:19 carlos-pc kernel: system 00:05: [io  0x2000-0x20fe] has been reserved
may 18 10:10:19 carlos-pc kernel: pnp: PnP ACPI: found 7 devices
may 18 10:10:19 carlos-pc kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
may 18 10:10:19 carlos-pc kernel: NET: Registered PF_INET protocol family
may 18 10:10:19 carlos-pc kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
may 18 10:10:19 carlos-pc kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
may 18 10:10:19 carlos-pc kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
may 18 10:10:19 carlos-pc kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
may 18 10:10:19 carlos-pc kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
may 18 10:10:19 carlos-pc kernel: TCP: Hash tables configured (established 262144 bind 65536)
may 18 10:10:19 carlos-pc kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
may 18 10:10:19 carlos-pc kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
may 18 10:10:19 carlos-pc kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
may 18 10:10:19 carlos-pc kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
may 18 10:10:19 carlos-pc kernel: NET: Registered PF_XDP protocol family
may 18 10:10:19 carlos-pc kernel: pci 0000:00:15.0: BAR 0 [mem 0x4410000000-0x4410000fff 64bit]: assigned
may 18 10:10:19 carlos-pc kernel: pci 0000:00:15.1: BAR 0 [mem 0x4410001000-0x4410001fff 64bit]: assigned
may 18 10:10:19 carlos-pc kernel: pci 0000:00:15.2: BAR 0 [mem 0x4410002000-0x4410002fff 64bit]: assigned
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1f.5: BAR 0 [mem 0x80800000-0x80800fff]: assigned
may 18 10:10:19 carlos-pc kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
may 18 10:10:19 carlos-pc kernel: pci 0000:02:00.0:   bridge window [io  0x6000-0x6fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:02:00.0:   bridge window [mem 0x85400000-0x855fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:02:00.0:   bridge window [mem 0x4000000000-0x440fffffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
may 18 10:10:19 carlos-pc kernel: pci 0000:01:00.0:   bridge window [io  0x6000-0x6fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:01:00.0:   bridge window [mem 0x85400000-0x855fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:01:00.0:   bridge window [mem 0x4000000000-0x440fffffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:01.0:   bridge window [io  0x6000-0x6fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x85400000-0x856fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x4000000000-0x440fffffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:06.0: PCI bridge to [bus 04]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:06.0:   bridge window [mem 0x85800000-0x858fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1a.0: PCI bridge to [bus 05]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1a.0:   bridge window [io  0x5000-0x5fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1a.0:   bridge window [mem 0x84a00000-0x853fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1a.0:   bridge window [mem 0x4410b00000-0x44114fffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 06]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0x84000000-0x849fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0x4410100000-0x4410afffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
may 18 10:10:19 carlos-pc kernel: pci 0000:00:1d.0:   bridge window [mem 0x85700000-0x857fffff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000effff window]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: resource 8 [mem 0x80800000-0xbfffffff window]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:01: resource 0 [io  0x6000-0x6fff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:01: resource 1 [mem 0x85400000-0x856fffff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:01: resource 2 [mem 0x4000000000-0x440fffffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:02: resource 0 [io  0x6000-0x6fff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:02: resource 1 [mem 0x85400000-0x855fffff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:02: resource 2 [mem 0x4000000000-0x440fffffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:03: resource 0 [io  0x6000-0x6fff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:03: resource 1 [mem 0x85400000-0x855fffff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:03: resource 2 [mem 0x4000000000-0x440fffffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:04: resource 1 [mem 0x85800000-0x858fffff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:05: resource 0 [io  0x5000-0x5fff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:05: resource 1 [mem 0x84a00000-0x853fffff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:05: resource 2 [mem 0x4410b00000-0x44114fffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:06: resource 0 [io  0x4000-0x4fff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:06: resource 1 [mem 0x84000000-0x849fffff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:06: resource 2 [mem 0x4410100000-0x4410afffff 64bit pref]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:07: resource 0 [io  0x3000-0x3fff]
may 18 10:10:19 carlos-pc kernel: pci_bus 0000:07: resource 1 [mem 0x85700000-0x857fffff]
may 18 10:10:19 carlos-pc kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
may 18 10:10:19 carlos-pc kernel: PCI: CLS 64 bytes, default 64
may 18 10:10:19 carlos-pc kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
may 18 10:10:19 carlos-pc kernel: software IO TLB: mapped [mem 0x00000000667cf000-0x000000006a7cf000] (64MB)
may 18 10:10:19 carlos-pc kernel: Trying to unpack rootfs image as initramfs...
may 18 10:10:19 carlos-pc kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3143404a908, max_idle_ns: 440795209397 ns
may 18 10:10:19 carlos-pc kernel: clocksource: Switched to clocksource tsc
may 18 10:10:19 carlos-pc kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
may 18 10:10:19 carlos-pc kernel: Initialise system trusted keyrings
may 18 10:10:19 carlos-pc kernel: Key type blacklist registered
may 18 10:10:19 carlos-pc kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
may 18 10:10:19 carlos-pc kernel: zbud: loaded
may 18 10:10:19 carlos-pc kernel: fuse: init (API version 7.40)
may 18 10:10:19 carlos-pc kernel: integrity: Platform Keyring initialized
may 18 10:10:19 carlos-pc kernel: integrity: Machine keyring initialized
may 18 10:10:19 carlos-pc kernel: Key type asymmetric registered
may 18 10:10:19 carlos-pc kernel: Asymmetric key parser 'x509' registered
may 18 10:10:19 carlos-pc kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
may 18 10:10:19 carlos-pc kernel: io scheduler mq-deadline registered
may 18 10:10:19 carlos-pc kernel: io scheduler kyber registered
may 18 10:10:19 carlos-pc kernel: io scheduler bfq registered
may 18 10:10:19 carlos-pc kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 121
may 18 10:10:19 carlos-pc kernel: pcieport 0000:00:01.0: AER: enabled with IRQ 121
may 18 10:10:19 carlos-pc kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 122
may 18 10:10:19 carlos-pc kernel: pcieport 0000:00:06.0: AER: enabled with IRQ 122
may 18 10:10:19 carlos-pc kernel: pcieport 0000:00:1a.0: PME: Signaling with IRQ 123
may 18 10:10:19 carlos-pc kernel: pcieport 0000:00:1a.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
may 18 10:10:19 carlos-pc kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
may 18 10:10:19 carlos-pc kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
may 18 10:10:19 carlos-pc kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
may 18 10:10:19 carlos-pc kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 125
may 18 10:10:19 carlos-pc kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
may 18 10:10:19 carlos-pc kernel: Monitor-Mwait will be used to enter C-1 state
may 18 10:10:19 carlos-pc kernel: Monitor-Mwait will be used to enter C-2 state
may 18 10:10:19 carlos-pc kernel: Monitor-Mwait will be used to enter C-3 state
may 18 10:10:19 carlos-pc kernel: ACPI: \_SB_.PR00: Found 3 idle states
may 18 10:10:19 carlos-pc kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
may 18 10:10:19 carlos-pc kernel: ACPI: button: Sleep Button [SLPB]
may 18 10:10:19 carlos-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
may 18 10:10:19 carlos-pc kernel: ACPI: button: Power Button [PWRB]
may 18 10:10:19 carlos-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
may 18 10:10:19 carlos-pc kernel: ACPI: button: Power Button [PWRF]
may 18 10:10:19 carlos-pc kernel: thermal LNXTHERM:00: registered as thermal_zone0
may 18 10:10:19 carlos-pc kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
may 18 10:10:19 carlos-pc kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
may 18 10:10:19 carlos-pc kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
may 18 10:10:19 carlos-pc kernel: hpet_acpi_add: no address or irqs in _CRS
may 18 10:10:19 carlos-pc kernel: Non-volatile memory driver v1.3
may 18 10:10:19 carlos-pc kernel: Linux agpgart interface v0.103
may 18 10:10:19 carlos-pc kernel: Freeing initrd memory: 33532K
may 18 10:10:19 carlos-pc kernel: ACPI: bus type drm_connector registered
may 18 10:10:19 carlos-pc kernel: ahci 0000:00:17.0: version 3.0
may 18 10:10:19 carlos-pc kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
may 18 10:10:19 carlos-pc kernel: ahci 0000:00:17.0: 4/4 ports implemented (port mask 0xf0)
may 18 10:10:19 carlos-pc kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds 
may 18 10:10:19 carlos-pc kernel: scsi host0: ahci
may 18 10:10:19 carlos-pc kernel: scsi host1: ahci
may 18 10:10:19 carlos-pc kernel: scsi host2: ahci
may 18 10:10:19 carlos-pc kernel: scsi host3: ahci
may 18 10:10:19 carlos-pc kernel: scsi host4: ahci
may 18 10:10:19 carlos-pc kernel: scsi host5: ahci
may 18 10:10:19 carlos-pc kernel: scsi host6: ahci
may 18 10:10:19 carlos-pc kernel: scsi host7: ahci
may 18 10:10:19 carlos-pc kernel: ata1: DUMMY
may 18 10:10:19 carlos-pc kernel: ata2: DUMMY
may 18 10:10:19 carlos-pc kernel: ata3: DUMMY
may 18 10:10:19 carlos-pc kernel: ata4: DUMMY
may 18 10:10:19 carlos-pc kernel: ata5: SATA max UDMA/133 abar m2048@0x85902000 port 0x85902300 irq 127 lpm-pol 3
may 18 10:10:19 carlos-pc kernel: ata6: SATA max UDMA/133 abar m2048@0x85902000 port 0x85902380 irq 127 lpm-pol 3
may 18 10:10:19 carlos-pc kernel: ata7: SATA max UDMA/133 abar m2048@0x85902000 port 0x85902400 irq 127 lpm-pol 3
may 18 10:10:19 carlos-pc kernel: ata8: SATA max UDMA/133 abar m2048@0x85902000 port 0x85902480 irq 127 lpm-pol 3
may 18 10:10:19 carlos-pc kernel: usbcore: registered new interface driver usbserial_generic
may 18 10:10:19 carlos-pc kernel: usbserial: USB Serial support registered for generic
may 18 10:10:19 carlos-pc kernel: rtc_cmos rtc_cmos: RTC can wake from S4
may 18 10:10:19 carlos-pc kernel: rtc_cmos rtc_cmos: registered as rtc0
may 18 10:10:19 carlos-pc kernel: rtc_cmos rtc_cmos: setting system clock to 2024-05-18T15:10:15 UTC (1716045015)
may 18 10:10:19 carlos-pc kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
may 18 10:10:19 carlos-pc kernel: intel_pstate: Intel P-state driver initializing
may 18 10:10:19 carlos-pc kernel: intel_pstate: HWP enabled
may 18 10:10:19 carlos-pc kernel: ledtrig-cpu: registered to indicate activity on CPUs
may 18 10:10:19 carlos-pc kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
may 18 10:10:19 carlos-pc kernel: fbcon: Deferring console take-over
may 18 10:10:19 carlos-pc kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
may 18 10:10:19 carlos-pc kernel: hid: raw HID events driver (C) Jiri Kosina
may 18 10:10:19 carlos-pc kernel: drop_monitor: Initializing network drop monitor service
may 18 10:10:19 carlos-pc kernel: NET: Registered PF_INET6 protocol family
may 18 10:10:19 carlos-pc kernel: Segment Routing with IPv6
may 18 10:10:19 carlos-pc kernel: RPL Segment Routing with IPv6
may 18 10:10:19 carlos-pc kernel: In-situ OAM (IOAM) with IPv6
may 18 10:10:19 carlos-pc kernel: NET: Registered PF_PACKET protocol family
may 18 10:10:19 carlos-pc kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
may 18 10:10:19 carlos-pc kernel: microcode: Current revision: 0x00000123
may 18 10:10:19 carlos-pc kernel: IPI shorthand broadcast: enabled
may 18 10:10:19 carlos-pc kernel: sched_clock: Marking stable (430022921, 6304463)->(464045838, -27718454)
may 18 10:10:19 carlos-pc kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
may 18 10:10:19 carlos-pc kernel: registered taskstats version 1
may 18 10:10:19 carlos-pc kernel: Loading compiled-in X.509 certificates
may 18 10:10:19 carlos-pc kernel: Loaded X.509 cert 'Build time autogenerated kernel key: be4bbad69eed7dd060ec4b225d099c7ad90dc57b'
may 18 10:10:19 carlos-pc kernel: zswap: loaded using pool zstd/zsmalloc
may 18 10:10:19 carlos-pc kernel: Key type .fscrypt registered
may 18 10:10:19 carlos-pc kernel: Key type fscrypt-provisioning registered
may 18 10:10:19 carlos-pc kernel: integrity: Loading X.509 certificate: UEFI:db
may 18 10:10:19 carlos-pc kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
may 18 10:10:19 carlos-pc kernel: integrity: Loading X.509 certificate: UEFI:db
may 18 10:10:19 carlos-pc kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
may 18 10:10:19 carlos-pc kernel: integrity: Loading X.509 certificate: UEFI:db
may 18 10:10:19 carlos-pc kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
may 18 10:10:19 carlos-pc kernel: integrity: Loading X.509 certificate: UEFI:db
may 18 10:10:19 carlos-pc kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
may 18 10:10:19 carlos-pc kernel: integrity: Loading X.509 certificate: UEFI:db
may 18 10:10:19 carlos-pc kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
may 18 10:10:19 carlos-pc kernel: PM:   Magic number: 8:553:184
may 18 10:10:19 carlos-pc kernel: acpi INT3472:0b: hash matches
may 18 10:10:19 carlos-pc kernel: thermal LNXTHERM:00: hash matches
may 18 10:10:19 carlos-pc kernel: acpi device:43: hash matches
may 18 10:10:19 carlos-pc kernel: RAS: Correctable Errors collector initialized.
may 18 10:10:19 carlos-pc kernel: clk: Disabling unused clocks
may 18 10:10:19 carlos-pc kernel: PM: genpd: Disabling unused power domains
may 18 10:10:19 carlos-pc kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
may 18 10:10:19 carlos-pc kernel: ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
may 18 10:10:19 carlos-pc kernel: ata5: SATA link down (SStatus 4 SControl 300)
may 18 10:10:19 carlos-pc kernel: ata6: SATA link down (SStatus 4 SControl 300)
may 18 10:10:19 carlos-pc kernel: ata7.00: ATA-10: CT1000BX500SSD1, M6CR030, max UDMA/133
may 18 10:10:19 carlos-pc kernel: ata7.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
may 18 10:10:19 carlos-pc kernel: ata8.00: ATA-10: ADATA SU650, XD0R630B, max UDMA/133
may 18 10:10:19 carlos-pc kernel: ata8.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32), AA
may 18 10:10:19 carlos-pc kernel: ata7.00: Features: Dev-Sleep
may 18 10:10:19 carlos-pc kernel: ata8.00: configured for UDMA/133
may 18 10:10:19 carlos-pc kernel: ata7.00: configured for UDMA/133
may 18 10:10:19 carlos-pc kernel: ahci 0000:00:17.0: port does not support device sleep
may 18 10:10:19 carlos-pc kernel: scsi 6:0:0:0: Direct-Access     ATA      CT1000BX500SSD1  030  PQ: 0 ANSI: 5
may 18 10:10:19 carlos-pc kernel: scsi 7:0:0:0: Direct-Access     ATA      ADATA SU650      630B PQ: 0 ANSI: 5
may 18 10:10:19 carlos-pc kernel: sd 6:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
may 18 10:10:19 carlos-pc kernel: sd 6:0:0:0: [sda] Write Protect is off
may 18 10:10:19 carlos-pc kernel: sd 6:0:0:0: [sda] Mode Sense: 00 3a 00 00
may 18 10:10:19 carlos-pc kernel: sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
may 18 10:10:19 carlos-pc kernel: sd 6:0:0:0: [sda] Preferred minimum I/O size 512 bytes
may 18 10:10:19 carlos-pc kernel: sd 7:0:0:0: [sdb] 937703088 512-byte logical blocks: (480 GB/447 GiB)
may 18 10:10:19 carlos-pc kernel: sd 7:0:0:0: [sdb] Write Protect is off
may 18 10:10:19 carlos-pc kernel: sd 7:0:0:0: [sdb] Mode Sense: 00 3a 00 00
may 18 10:10:19 carlos-pc kernel: sd 7:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
may 18 10:10:19 carlos-pc kernel: sd 7:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
may 18 10:10:19 carlos-pc kernel: sd 6:0:0:0: [sda] Attached SCSI disk
may 18 10:10:19 carlos-pc kernel:  sdb: sdb1 sdb2 sdb3
may 18 10:10:19 carlos-pc kernel: sd 7:0:0:0: [sdb] Attached SCSI disk
may 18 10:10:19 carlos-pc kernel: Freeing unused decrypted memory: 2028K
may 18 10:10:19 carlos-pc kernel: Freeing unused kernel image (initmem) memory: 3408K
may 18 10:10:19 carlos-pc kernel: Write protecting the kernel read-only data: 32768k
may 18 10:10:19 carlos-pc kernel: Freeing unused kernel image (rodata/data gap) memory: 1060K
may 18 10:10:19 carlos-pc kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
may 18 10:10:19 carlos-pc kernel: rodata_test: all tests were successful
may 18 10:10:19 carlos-pc kernel: Run /init as init process
may 18 10:10:19 carlos-pc kernel:   with arguments:
may 18 10:10:19 carlos-pc kernel:     /init
may 18 10:10:19 carlos-pc kernel:   with environment:
may 18 10:10:19 carlos-pc kernel:     HOME=/
may 18 10:10:19 carlos-pc kernel:     TERM=linux
may 18 10:10:19 carlos-pc kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
may 18 10:10:19 carlos-pc kernel: vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
may 18 10:10:19 carlos-pc kernel: pci_bus 10000:e0: root bus resource [bus e0-ff]
may 18 10:10:19 carlos-pc kernel: pci_bus 10000:e0: root bus resource [mem 0x82000000-0x83ffffff]
may 18 10:10:19 carlos-pc kernel: pci_bus 10000:e0: root bus resource [mem 0x4414102000-0x44141fffff 64bit]
may 18 10:10:19 carlos-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
may 18 10:10:19 carlos-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
may 18 10:10:19 carlos-pc kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
may 18 10:10:19 carlos-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
may 18 10:10:19 carlos-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
may 18 10:10:19 carlos-pc kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
may 18 10:10:19 carlos-pc kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
may 18 10:10:19 carlos-pc kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
may 18 10:10:19 carlos-pc kernel: usb usb1: Product: xHCI Host Controller
may 18 10:10:19 carlos-pc kernel: usb usb1: Manufacturer: Linux 6.9.1-arch1-1 xhci-hcd
may 18 10:10:19 carlos-pc kernel: usb usb1: SerialNumber: 0000:00:14.0
may 18 10:10:19 carlos-pc kernel: hub 1-0:1.0: USB hub found
may 18 10:10:19 carlos-pc kernel: hub 1-0:1.0: 16 ports detected
may 18 10:10:19 carlos-pc kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
may 18 10:10:19 carlos-pc kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
may 18 10:10:19 carlos-pc kernel: usb usb2: Product: xHCI Host Controller
may 18 10:10:19 carlos-pc kernel: usb usb2: Manufacturer: Linux 6.9.1-arch1-1 xhci-hcd
may 18 10:10:19 carlos-pc kernel: usb usb2: SerialNumber: 0000:00:14.0
may 18 10:10:19 carlos-pc kernel: hub 2-0:1.0: USB hub found
may 18 10:10:19 carlos-pc kernel: hub 2-0:1.0: 9 ports detected
may 18 10:10:19 carlos-pc kernel: nvme 0000:04:00.0: platform quirk: setting simple suspend
may 18 10:10:19 carlos-pc kernel: nvme nvme0: pci function 0000:04:00.0
may 18 10:10:19 carlos-pc kernel: vmd 0000:00:0e.0: Bound to PCI domain 10000
may 18 10:10:19 carlos-pc kernel: nvme nvme0: D3 entry latency set to 10 seconds
may 18 10:10:19 carlos-pc kernel: nvme nvme0: 24/0/0 default/read/poll queues
may 18 10:10:19 carlos-pc kernel:  nvme0n1: p1 p2 p3 p4 p5 p6
may 18 10:10:19 carlos-pc kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
may 18 10:10:19 carlos-pc kernel: usb 1-2: config 1 has an invalid interface number: 2 but max is 1
may 18 10:10:19 carlos-pc kernel: usb 1-2: config 1 has no interface number 1
may 18 10:10:19 carlos-pc kernel: usb 1-2: New USB device found, idVendor=0b05, idProduct=19af, bcdDevice= 1.00
may 18 10:10:19 carlos-pc kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
may 18 10:10:19 carlos-pc kernel: usb 1-2: Product: AURA LED Controller
may 18 10:10:19 carlos-pc kernel: usb 1-2: Manufacturer: AsusTek Computer Inc.
may 18 10:10:19 carlos-pc kernel: usb 1-2: SerialNumber: 9876543210
may 18 10:10:19 carlos-pc kernel: usb 2-8: new SuperSpeed USB device number 2 using xhci_hcd
may 18 10:10:19 carlos-pc kernel: usb 2-8: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
may 18 10:10:19 carlos-pc kernel: usb 2-8: New USB device strings: Mfr=2, Product=3, SerialNumber=0
may 18 10:10:19 carlos-pc kernel: usb 2-8: Product: ASM107x
may 18 10:10:19 carlos-pc kernel: usb 2-8: Manufacturer: ASUS TEK.
may 18 10:10:19 carlos-pc kernel: hub 2-8:1.0: USB hub found
may 18 10:10:19 carlos-pc kernel: hub 2-8:1.0: 4 ports detected
may 18 10:10:19 carlos-pc kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
may 18 10:10:19 carlos-pc kernel: usb 1-3: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
may 18 10:10:19 carlos-pc kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
may 18 10:10:19 carlos-pc kernel: usb 1-3: Product: USB Receiver
may 18 10:10:19 carlos-pc kernel: usb 1-3: Manufacturer: Logitech
may 18 10:10:19 carlos-pc kernel: usb 1-9: new high-speed USB device number 4 using xhci_hcd
may 18 10:10:19 carlos-pc kernel: usb 1-9: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
may 18 10:10:19 carlos-pc kernel: usb 1-9: New USB device strings: Mfr=2, Product=3, SerialNumber=0
may 18 10:10:19 carlos-pc kernel: usb 1-9: Product: ASM107x
may 18 10:10:19 carlos-pc kernel: usb 1-9: Manufacturer: ASUS TEK.
may 18 10:10:19 carlos-pc kernel: hub 1-9:1.0: USB hub found
may 18 10:10:19 carlos-pc kernel: hub 1-9:1.0: 4 ports detected
may 18 10:10:19 carlos-pc kernel: usbcore: registered new interface driver usbhid
may 18 10:10:19 carlos-pc kernel: usbhid: USB HID core driver
may 18 10:10:19 carlos-pc kernel: [drm] amdgpu kernel modesetting enabled.
may 18 10:10:19 carlos-pc kernel: amdgpu: Virtual CRAT table created for CPU
may 18 10:10:19 carlos-pc kernel: amdgpu: Topology: Add CPU node
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
may 18 10:10:19 carlos-pc kernel: [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x747E 0x1043:0x05FD 0xC8).
may 18 10:10:19 carlos-pc kernel: [drm] register mmio base: 0x85400000
may 18 10:10:19 carlos-pc kernel: [drm] register mmio size: 1048576
may 18 10:10:19 carlos-pc kernel: hid-generic 0003:0B05:19AF.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:00:14.0-2/input2
may 18 10:10:19 carlos-pc kernel: [drm] add ip block number 0 <soc21_common>
may 18 10:10:19 carlos-pc kernel: [drm] add ip block number 1 <gmc_v11_0>
may 18 10:10:19 carlos-pc kernel: [drm] add ip block number 2 <ih_v6_0>
may 18 10:10:19 carlos-pc kernel: [drm] add ip block number 3 <psp>
may 18 10:10:19 carlos-pc kernel: [drm] add ip block number 4 <smu>
may 18 10:10:19 carlos-pc kernel: [drm] add ip block number 5 <dm>
may 18 10:10:19 carlos-pc kernel: [drm] add ip block number 6 <gfx_v11_0>
may 18 10:10:19 carlos-pc kernel: [drm] add ip block number 7 <sdma_v6_0>
may 18 10:10:19 carlos-pc kernel: [drm] add ip block number 8 <vcn_v4_0>
may 18 10:10:19 carlos-pc kernel: [drm] add ip block number 9 <jpeg_v4_0>
may 18 10:10:19 carlos-pc kernel: [drm] add ip block number 10 <mes_v11_0>
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
may 18 10:10:19 carlos-pc kernel: amdgpu: ATOM BIOS: 115-D712BP2-100
may 18 10:10:19 carlos-pc kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C534.0002/input/input3
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: CP RS64 enable
may 18 10:10:19 carlos-pc kernel: [drm] VCN(0) encode/decode are enabled in VM mode
may 18 10:10:19 carlos-pc kernel: [drm] VCN(1) encode/decode are enabled in VM mode
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: [drm:jpeg_v4_0_early_init [amdgpu]] JPEG decode is enabled in VM mode
may 18 10:10:19 carlos-pc kernel: usb 1-10: new high-speed USB device number 5 using xhci_hcd
may 18 10:10:19 carlos-pc kernel: hid-generic 0003:046D:C534.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-3/input0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: vgaarb: deactivate vga console
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: MEM ECC is not presented.
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SRAM ECC is not presented.
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: DF poison setting is inconsistent(1:0:0:0)!
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: Poison setting is inconsistent in DF/UMC(0:1)!
may 18 10:10:19 carlos-pc kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/input/input4
may 18 10:10:19 carlos-pc kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 16368M 0x0000008000000000 - 0x00000083FEFFFFFF (16368M used)
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
may 18 10:10:19 carlos-pc kernel: [drm] Detected VRAM RAM=16368M, BAR=16384M
may 18 10:10:19 carlos-pc kernel: [drm] RAM width 256bits GDDR6
may 18 10:10:19 carlos-pc kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/input/input5
may 18 10:10:19 carlos-pc kernel: [drm] amdgpu: 16368M of VRAM memory ready
may 18 10:10:19 carlos-pc kernel: [drm] amdgpu: 15917M of GTT memory ready.
may 18 10:10:19 carlos-pc kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
may 18 10:10:19 carlos-pc kernel: [drm] PCIE GART of 512M enabled (table at 0x00000083FEB00000).
may 18 10:10:19 carlos-pc kernel: [drm] Loading DMUB firmware via PSP: version=0x07002A00
may 18 10:10:19 carlos-pc kernel: [drm] Found VCN firmware Version ENC: 1.19 DEC: 7 VEP: 0 Revision: 13
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
may 18 10:10:19 carlos-pc kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/input/input6
may 18 10:10:19 carlos-pc kernel: hid-generic 0003:046D:C534.0003: input,hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-3/input1
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: reserve 0xa700000 from 0x83e0000000 for PSP TMR
may 18 10:10:19 carlos-pc kernel: usb 1-10: config 1 interface 0 altsetting 0 endpoint 0x83 has an invalid bInterval 32, changing to 9
may 18 10:10:19 carlos-pc kernel: usb 1-10: New USB device found, idVendor=1b3f, idProduct=2247, bcdDevice= 1.00
may 18 10:10:19 carlos-pc kernel: usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=5
may 18 10:10:19 carlos-pc kernel: usb 1-10: Product: GENERAL WEBCAM
may 18 10:10:19 carlos-pc kernel: usb 1-10: Manufacturer: GENERAL
may 18 10:10:19 carlos-pc kernel: usb 1-10: SerialNumber: JH0415_20200710_v004
may 18 10:10:19 carlos-pc kernel: usb 1-9.1: new full-speed USB device number 6 using xhci_hcd
may 18 10:10:19 carlos-pc kernel: logitech-djreceiver 0003:046D:C534.0002: hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-3/input0
may 18 10:10:19 carlos-pc kernel: usb 1-9.1: New USB device found, idVendor=4c4a, idProduct=4155, bcdDevice= 1.00
may 18 10:10:19 carlos-pc kernel: usb 1-9.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
may 18 10:10:19 carlos-pc kernel: usb 1-9.1: Product: UACDemoV1.0
may 18 10:10:19 carlos-pc kernel: usb 1-9.1: Manufacturer: Jieli Technology
may 18 10:10:19 carlos-pc kernel: usb 1-9.1: SerialNumber: 1120021803060813
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000003d, smu fw if version = 0x00000040, smu fw program = 0, smu fw version = 0x00504e00 (80.78.0)
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
may 18 10:10:19 carlos-pc kernel: input: Jieli Technology UACDemoV1.0 as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.1/1-9.1:1.4/0003:4C4A:4155.0004/input/input9
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
may 18 10:10:19 carlos-pc kernel: [drm] Display Core v3.2.273 initialized on DCN 3.2
may 18 10:10:19 carlos-pc kernel: [drm] DP-HDMI FRL PCON supported
may 18 10:10:19 carlos-pc kernel: [drm] DMUB hardware initialized: version=0x07002A00
may 18 10:10:19 carlos-pc kernel: logitech-djreceiver 0003:046D:C534.0003: hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-3/input1
may 18 10:10:19 carlos-pc kernel: usb 1-11: new full-speed USB device number 7 using xhci_hcd
may 18 10:10:19 carlos-pc kernel: hid-generic 0003:4C4A:4155.0004: input,hidraw3: USB HID v1.00 Device [Jieli Technology UACDemoV1.0] on usb-0000:00:14.0-9.1/input4
may 18 10:10:19 carlos-pc kernel: logitech-djreceiver 0003:046D:C534.0003: device of type eQUAD nano Lite (0x0a) connected on slot 2
may 18 10:10:19 carlos-pc kernel: input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/0003:046D:4054.0005/input/input10
may 18 10:10:19 carlos-pc kernel: input: Logitech Wireless Mouse PID:4054 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/0003:046D:4054.0005/input/input11
may 18 10:10:19 carlos-pc kernel: hid-generic 0003:046D:4054.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:00:14.0-3/input1:2
may 18 10:10:19 carlos-pc kernel: usb-storage 1-9.1:1.0: USB Mass Storage device detected
may 18 10:10:19 carlos-pc kernel: scsi host8: usb-storage 1-9.1:1.0
may 18 10:10:19 carlos-pc kernel: usbcore: registered new interface driver usb-storage
may 18 10:10:19 carlos-pc kernel: usbcore: registered new interface driver uas
may 18 10:10:19 carlos-pc kernel: input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/0003:046D:4054.0005/input/input15
may 18 10:10:19 carlos-pc kernel: logitech-hidpp-device 0003:046D:4054.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:14.0-3/input1:2
may 18 10:10:19 carlos-pc kernel: usb 1-11: New USB device found, idVendor=0c45, idProduct=5004, bcdDevice= 1.09
may 18 10:10:19 carlos-pc kernel: usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=0
may 18 10:10:19 carlos-pc kernel: usb 1-11: Product: USB DEVICE
may 18 10:10:19 carlos-pc kernel: usb 1-11: Manufacturer: SONiX
may 18 10:10:19 carlos-pc kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:0C45:5004.0006/input/input16
may 18 10:10:19 carlos-pc kernel: hid-generic 0003:0C45:5004.0006: input,hidraw5: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-11/input0
may 18 10:10:19 carlos-pc kernel: input: SONiX USB DEVICE Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:0C45:5004.0007/input/input17
may 18 10:10:19 carlos-pc kernel: [drm] kiq ring mec 3 pipe 1 q 0
may 18 10:10:19 carlos-pc kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
may 18 10:10:19 carlos-pc kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:0C45:5004.0007/input/input18
may 18 10:10:19 carlos-pc kernel: hid-generic 0003:0C45:5004.0007: input,hiddev98,hidraw6: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-11/input1
may 18 10:10:19 carlos-pc kernel: amdgpu: HMM registered 16368MB device memory
may 18 10:10:19 carlos-pc kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
may 18 10:10:19 carlos-pc kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
may 18 10:10:19 carlos-pc kernel: amdgpu: Virtual CRAT table created for GPU
may 18 10:10:19 carlos-pc kernel: amdgpu: Topology: Add dGPU node [0x747e:0x1002]
may 18 10:10:19 carlos-pc kernel: kfd kfd: amdgpu: added device 1002:747e
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SE 3, SH per SE 2, CU per SH 10, active_cu_number 60
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_1 uses VM inv eng 1 on hub 8
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 4 on hub 8
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 14 on hub 0
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
may 18 10:10:19 carlos-pc kernel: [drm] Initialized amdgpu 3.57.0 20150101 for 0000:03:00.0 on minor 1
may 18 10:10:19 carlos-pc kernel: fbcon: amdgpudrmfb (fb0) is primary device
may 18 10:10:19 carlos-pc kernel: fbcon: Deferring console take-over
may 18 10:10:19 carlos-pc kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
may 18 10:10:19 carlos-pc kernel: usb 1-14: new full-speed USB device number 8 using xhci_hcd
may 18 10:10:19 carlos-pc kernel: fbcon: Taking over console
may 18 10:10:19 carlos-pc kernel: [drm] DSC precompute is not needed.
may 18 10:10:19 carlos-pc kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
may 18 10:10:19 carlos-pc kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
may 18 10:10:19 carlos-pc kernel: EXT4-fs (sdb3): mounted filesystem f6236f1f-c628-4fc2-88eb-88adb2ee5b06 r/w with ordered data mode. Quota mode: none.
may 18 10:10:19 carlos-pc kernel: Console: switching to colour frame buffer device 170x48
may 18 10:10:19 carlos-pc systemd[1]: systemd 255.6-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
may 18 10:10:19 carlos-pc systemd[1]: Detected architecture x86-64.
may 18 10:10:19 carlos-pc systemd[1]: Hostname set to <carlos-pc>.
may 18 10:10:19 carlos-pc kernel: scsi 8:0:0:0: Direct-Access     BR25     UDISK            1.00 PQ: 0 ANSI: 2
may 18 10:10:19 carlos-pc kernel: sd 8:0:0:0: [sdc] Media removed, stopped polling
may 18 10:10:19 carlos-pc kernel: sd 8:0:0:0: [sdc] Attached SCSI removable disk
may 18 10:10:19 carlos-pc systemd[1]: bpf-lsm: LSM BPF program attached
may 18 10:10:19 carlos-pc systemd[1]: Queued start job for default target Graphical Interface.
may 18 10:10:19 carlos-pc systemd[1]: Created slice Slice /system/dirmngr.
may 18 10:10:19 carlos-pc systemd[1]: Created slice Slice /system/getty.
may 18 10:10:19 carlos-pc systemd[1]: Created slice Slice /system/gpg-agent.
may 18 10:10:19 carlos-pc systemd[1]: Created slice Slice /system/gpg-agent-browser.
may 18 10:10:19 carlos-pc systemd[1]: Created slice Slice /system/gpg-agent-extra.
may 18 10:10:19 carlos-pc systemd[1]: Created slice Slice /system/gpg-agent-ssh.
may 18 10:10:19 carlos-pc systemd[1]: Created slice Slice /system/keyboxd.
may 18 10:10:19 carlos-pc systemd[1]: Created slice Slice /system/modprobe.
may 18 10:10:19 carlos-pc systemd[1]: Created slice User and Session Slice.
may 18 10:10:19 carlos-pc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
may 18 10:10:19 carlos-pc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
may 18 10:10:19 carlos-pc systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
may 18 10:10:19 carlos-pc systemd[1]: Expecting device /dev/disk/by-uuid/e07daaa3-dc30-4166-8bba-c33452c3a947...
may 18 10:10:19 carlos-pc systemd[1]: Expecting device /dev/sdb1...
may 18 10:10:19 carlos-pc systemd[1]: Expecting device /dev/sdb2...
may 18 10:10:19 carlos-pc systemd[1]: Reached target Local Encrypted Volumes.
may 18 10:10:19 carlos-pc systemd[1]: Reached target Login Prompts.
may 18 10:10:19 carlos-pc systemd[1]: Reached target Local Integrity Protected Volumes.
may 18 10:10:19 carlos-pc systemd[1]: Reached target Path Units.
may 18 10:10:19 carlos-pc systemd[1]: Reached target Remote File Systems.
may 18 10:10:19 carlos-pc systemd[1]: Reached target Slice Units.
may 18 10:10:19 carlos-pc systemd[1]: Reached target Local Verity Protected Volumes.
may 18 10:10:19 carlos-pc systemd[1]: Listening on Device-mapper event daemon FIFOs.
may 18 10:10:19 carlos-pc systemd[1]: Listening on Process Core Dump Socket.
may 18 10:10:19 carlos-pc systemd[1]: Listening on Journal Socket (/dev/log).
may 18 10:10:19 carlos-pc systemd[1]: Listening on Journal Socket.
may 18 10:10:19 carlos-pc systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
may 18 10:10:19 carlos-pc systemd[1]: Listening on udev Control Socket.
may 18 10:10:19 carlos-pc systemd[1]: Listening on udev Kernel Socket.
may 18 10:10:19 carlos-pc systemd[1]: Listening on User Database Manager Socket.
may 18 10:10:19 carlos-pc systemd[1]: Mounting Huge Pages File System...
may 18 10:10:19 carlos-pc systemd[1]: Mounting POSIX Message Queue File System...
may 18 10:10:19 carlos-pc systemd[1]: Mounting Kernel Debug File System...
may 18 10:10:19 carlos-pc systemd[1]: Mounting Kernel Trace File System...
may 18 10:10:19 carlos-pc systemd[1]: Starting Create List of Static Device Nodes...
may 18 10:10:19 carlos-pc systemd[1]: Starting Load Kernel Module configfs...
may 18 10:10:19 carlos-pc systemd[1]: Starting Load Kernel Module dm_mod...
may 18 10:10:19 carlos-pc systemd[1]: Starting Load Kernel Module drm...
may 18 10:10:19 carlos-pc systemd[1]: Starting Load Kernel Module fuse...
may 18 10:10:19 carlos-pc systemd[1]: Starting Load Kernel Module loop...
may 18 10:10:19 carlos-pc systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
may 18 10:10:19 carlos-pc systemd[1]: Starting Journal Service...
may 18 10:10:19 carlos-pc systemd[1]: Starting Load Kernel Modules...
may 18 10:10:19 carlos-pc systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
may 18 10:10:19 carlos-pc systemd[1]: Starting Remount Root and Kernel File Systems...
may 18 10:10:19 carlos-pc systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
may 18 10:10:19 carlos-pc systemd[1]: Starting Coldplug All udev Devices...
may 18 10:10:19 carlos-pc systemd[1]: Mounted Huge Pages File System.
may 18 10:10:19 carlos-pc systemd[1]: Mounted POSIX Message Queue File System.
may 18 10:10:19 carlos-pc systemd[1]: Mounted Kernel Debug File System.
may 18 10:10:19 carlos-pc systemd[1]: Mounted Kernel Trace File System.
may 18 10:10:19 carlos-pc systemd[1]: Finished Create List of Static Device Nodes.
may 18 10:10:19 carlos-pc systemd[1]: modprobe@configfs.service: Deactivated successfully.
may 18 10:10:19 carlos-pc systemd[1]: Finished Load Kernel Module configfs.
may 18 10:10:19 carlos-pc systemd[1]: modprobe@drm.service: Deactivated successfully.
may 18 10:10:19 carlos-pc systemd[1]: Finished Load Kernel Module drm.
may 18 10:10:19 carlos-pc systemd[1]: modprobe@fuse.service: Deactivated successfully.
may 18 10:10:19 carlos-pc systemd[1]: Finished Load Kernel Module fuse.
may 18 10:10:19 carlos-pc systemd[1]: Mounting FUSE Control File System...
may 18 10:10:19 carlos-pc systemd[1]: Mounting Kernel Configuration File System...
may 18 10:10:19 carlos-pc systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
may 18 10:10:19 carlos-pc kernel: loop: module loaded
may 18 10:10:19 carlos-pc systemd[1]: modprobe@loop.service: Deactivated successfully.
may 18 10:10:19 carlos-pc systemd[1]: Finished Load Kernel Module loop.
may 18 10:10:19 carlos-pc systemd[1]: Mounted FUSE Control File System.
may 18 10:10:19 carlos-pc systemd[1]: Mounted Kernel Configuration File System.
may 18 10:10:19 carlos-pc kernel: device-mapper: uevent: version 1.0.3
may 18 10:10:19 carlos-pc kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
may 18 10:10:19 carlos-pc systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
may 18 10:10:19 carlos-pc systemd[1]: Finished Load Kernel Module dm_mod.
may 18 10:10:19 carlos-pc systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
may 18 10:10:19 carlos-pc systemd[1]: Finished Load Kernel Modules.
may 18 10:10:19 carlos-pc systemd[1]: Starting Apply Kernel Variables...
may 18 10:10:19 carlos-pc systemd-journald[470]: Collecting audit messages is disabled.
may 18 10:10:19 carlos-pc systemd[1]: Finished Apply Kernel Variables.
may 18 10:10:19 carlos-pc systemd[1]: Starting User Database Manager...
may 18 10:10:19 carlos-pc systemd-journald[470]: Journal started
may 18 10:10:19 carlos-pc systemd-journald[470]: Runtime Journal (/run/log/journal/f77277339f7443618c96c8ed3d9f6c71) is 8.0M, max 1.5G, 1.5G free.
may 18 10:10:19 carlos-pc systemd-modules-load[471]: Inserted module 'crypto_user'
may 18 10:10:19 carlos-pc systemd[1]: Started Journal Service.
may 18 10:10:19 carlos-pc systemd[1]: Finished Coldplug All udev Devices.
may 18 10:10:19 carlos-pc systemd[1]: Finished Remount Root and Kernel File Systems.
may 18 10:10:19 carlos-pc systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
may 18 10:10:19 carlos-pc systemd[1]: Starting Flush Journal to Persistent Storage...
may 18 10:10:19 carlos-pc kernel: EXT4-fs (sdb3): re-mounted f6236f1f-c628-4fc2-88eb-88adb2ee5b06 r/w. Quota mode: none.
may 18 10:10:19 carlos-pc systemd[1]: Starting Load/Save OS Random Seed...
may 18 10:10:19 carlos-pc systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
may 18 10:10:19 carlos-pc systemd[1]: Started User Database Manager.
may 18 10:10:19 carlos-pc systemd-journald[470]: Time spent on flushing to /var/log/journal/f77277339f7443618c96c8ed3d9f6c71 is 63.109ms for 1140 entries.
may 18 10:10:19 carlos-pc systemd-journald[470]: System Journal (/var/log/journal/f77277339f7443618c96c8ed3d9f6c71) is 285.5M, max 4.0G, 3.7G free.
may 18 10:10:19 carlos-pc systemd-journald[470]: Received client request to flush runtime journal.
may 18 10:10:19 carlos-pc systemd-journald[470]: /var/log/journal/f77277339f7443618c96c8ed3d9f6c71/system.journal: Journal file uses a different sequence number ID, rotating.
may 18 10:10:19 carlos-pc systemd-journald[470]: Rotating system journal.
may 18 10:10:19 carlos-pc systemd[1]: Finished Load/Save OS Random Seed.
may 18 10:10:19 carlos-pc systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
may 18 10:10:19 carlos-pc systemd[1]: Starting Create System Users...
may 18 10:10:19 carlos-pc systemd[1]: Finished Create System Users.
may 18 10:10:19 carlos-pc systemd[1]: Starting Create Static Device Nodes in /dev...
may 18 10:10:19 carlos-pc systemd[1]: Finished Create Static Device Nodes in /dev.
may 18 10:10:19 carlos-pc systemd[1]: Reached target Preparation for Local File Systems.
may 18 10:10:19 carlos-pc systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
may 18 10:10:19 carlos-pc systemd[1]: Starting Rule-based Manager for Device Events and Files...
may 18 10:10:19 carlos-pc systemd-udevd[513]: Using default interface naming scheme 'v255'.
may 18 10:10:19 carlos-pc systemd[1]: Finished Flush Journal to Persistent Storage.
may 18 10:10:19 carlos-pc systemd[1]: Started Rule-based Manager for Device Events and Files.
may 18 10:10:19 carlos-pc kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
may 18 10:10:19 carlos-pc kernel: input: PC Speaker as /devices/platform/pcspkr/input/input19
may 18 10:10:19 carlos-pc kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
may 18 10:10:19 carlos-pc kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
may 18 10:10:19 carlos-pc kernel: i2c i2c-9: Memory type 0x22 not supported yet, not instantiating SPD
may 18 10:10:19 carlos-pc kernel: intel_pmc_core INT33A1:00:  initialized
may 18 10:10:19 carlos-pc systemd[1]: Found device ADATA_SU650 1.
may 18 10:10:19 carlos-pc kernel: i8042: PNP: No PS/2 controller found.
may 18 10:10:19 carlos-pc systemd[1]: Found device ADATA_SU650 2.
may 18 10:10:19 carlos-pc systemd[1]: Found device CT1000BX500SSD1 CarlosData.
may 18 10:10:19 carlos-pc kernel: Creating 1 MTD partitions on "0000:00:1f.5":
may 18 10:10:19 carlos-pc kernel: 0x000000000000-0x000001000000 : "BIOS"
may 18 10:10:19 carlos-pc mtp-probe[599]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
may 18 10:10:19 carlos-pc mtp-probe[600]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11"
may 18 10:10:19 carlos-pc mtp-probe[601]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3"
may 18 10:10:19 carlos-pc systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
may 18 10:10:19 carlos-pc mtp-probe[598]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.1"
may 18 10:10:19 carlos-pc mtp-probe[596]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10"
may 18 10:10:19 carlos-pc mtp-probe[600]: bus: 1, device: 7 was not an MTP device
may 18 10:10:19 carlos-pc mtp-probe[599]: bus: 1, device: 2 was not an MTP device
may 18 10:10:19 carlos-pc mtp-probe[601]: bus: 1, device: 3 was not an MTP device
may 18 10:10:19 carlos-pc mtp-probe[596]: bus: 1, device: 5 was not an MTP device
may 18 10:10:19 carlos-pc mtp-probe[598]: bus: 1, device: 6 was not an MTP device
may 18 10:10:19 carlos-pc kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
may 18 10:10:19 carlos-pc kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
may 18 10:10:19 carlos-pc kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
may 18 10:10:19 carlos-pc kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
may 18 10:10:19 carlos-pc kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
may 18 10:10:19 carlos-pc kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
may 18 10:10:19 carlos-pc systemd[1]: Activating swap /dev/sdb2...
may 18 10:10:19 carlos-pc systemd[1]: Mounting /boot/efi...
may 18 10:10:19 carlos-pc kernel: mousedev: PS/2 mouse device common for all mice
may 18 10:10:19 carlos-pc kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
may 18 10:10:19 carlos-pc kernel: iTCO_vendor_support: vendor-support=0
may 18 10:10:19 carlos-pc kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
may 18 10:10:19 carlos-pc kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
may 18 10:10:19 carlos-pc systemd[1]: Mounting /media/carlos/CarlosData...
may 18 10:10:19 carlos-pc kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
may 18 10:10:19 carlos-pc kernel: cfg80211: failed to load regulatory.db
may 18 10:10:19 carlos-pc kernel: Adding 4194300k swap on /dev/sdb2.  Priority:-2 extents:1 across:4194300k SS
may 18 10:10:19 carlos-pc systemd[1]: Activated swap /dev/sdb2.
may 18 10:10:19 carlos-pc kernel: EXT4-fs (sda): mounted filesystem e07daaa3-dc30-4166-8bba-c33452c3a947 r/w with ordered data mode. Quota mode: none.
may 18 10:10:19 carlos-pc systemd[1]: Mounted /media/carlos/CarlosData.
may 18 10:10:19 carlos-pc systemd[1]: Reached target Swaps.
may 18 10:10:19 carlos-pc systemd[1]: Mounting Temporary Directory /tmp...
may 18 10:10:19 carlos-pc systemd[1]: Starting Virtual Console Setup...
may 18 10:10:19 carlos-pc systemd[1]: Mounted Temporary Directory /tmp.
may 18 10:10:19 carlos-pc systemd[1]: Finished Virtual Console Setup.
may 18 10:10:19 carlos-pc kernel: Bluetooth: Core ver 2.22
may 18 10:10:19 carlos-pc kernel: NET: Registered PF_BLUETOOTH protocol family
may 18 10:10:19 carlos-pc kernel: Bluetooth: HCI device and connection manager initialized
may 18 10:10:19 carlos-pc kernel: Bluetooth: HCI socket layer initialized
may 18 10:10:19 carlos-pc kernel: Bluetooth: L2CAP socket layer initialized
may 18 10:10:19 carlos-pc kernel: Bluetooth: SCO socket layer initialized
may 18 10:10:19 carlos-pc kernel: mc: Linux media interface: v0.10
may 18 10:10:19 carlos-pc kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
may 18 10:10:19 carlos-pc kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
may 18 10:10:19 carlos-pc kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
may 18 10:10:19 carlos-pc kernel: asus_wmi: ASUS WMI generic driver loaded
may 18 10:10:19 carlos-pc kernel: r8169 0000:07:00.0: enabling device (0000 -> 0003)
may 18 10:10:19 carlos-pc kernel: r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
may 18 10:10:19 carlos-pc kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
may 18 10:10:19 carlos-pc kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
may 18 10:10:19 carlos-pc kernel: asus_wmi: SFUN value: 0x1
may 18 10:10:19 carlos-pc kernel: eeepc-wmi eeepc-wmi: Detected ATK, not ASUSWMI, use DSTS
may 18 10:10:19 carlos-pc kernel: asus_wmi: SFUN value: 0x1
may 18 10:10:19 carlos-pc kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
may 18 10:10:19 carlos-pc kernel: cryptd: max_cpu_qlen set to 1000
may 18 10:10:19 carlos-pc systemd[1]: Mounted /boot/efi.
may 18 10:10:19 carlos-pc systemd[1]: Reached target Local File Systems.
may 18 10:10:19 carlos-pc kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input20
may 18 10:10:19 carlos-pc kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input21
may 18 10:10:19 carlos-pc systemd[1]: Listening on System Extension Image Management (Varlink).
may 18 10:10:19 carlos-pc (udev-worker)[526]: event9: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
may 18 10:10:19 carlos-pc kernel: r8169 0000:07:00.0 eth0: RTL8125B, 10:7c:61:24:33:5d, XID 641, IRQ 182
may 18 10:10:19 carlos-pc kernel: r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
may 18 10:10:19 carlos-pc kernel: Intel(R) Wireless WiFi driver for Linux
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
may 18 10:10:19 carlos-pc kernel: r8169 0000:07:00.0 enp7s0: renamed from eth0
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x1300504, cnv-id 0x80401 wfpm id 0x80000030
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: PCI dev 7a70/0074, rev=0x430, rfid=0x10a100
may 18 10:10:19 carlos-pc kernel: AVX2 version of gcm_enc/dec engaged.
may 18 10:10:19 carlos-pc kernel: AES CTR mode by8 optimization enabled
may 18 10:10:19 carlos-pc kernel: videodev: Linux video capture interface: v2.00
may 18 10:10:19 carlos-pc kernel: usbcore: registered new interface driver btusb
may 18 10:10:19 carlos-pc kernel: Bluetooth: hci0: Device revision is 2
may 18 10:10:19 carlos-pc kernel: Bluetooth: hci0: Secure boot is enabled
may 18 10:10:19 carlos-pc kernel: Bluetooth: hci0: OTP lock is enabled
may 18 10:10:19 carlos-pc kernel: Bluetooth: hci0: API lock is enabled
may 18 10:10:19 carlos-pc kernel: Bluetooth: hci0: Debug lock is disabled
may 18 10:10:19 carlos-pc kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
may 18 10:10:19 carlos-pc kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
may 18 10:10:19 carlos-pc kernel: ACPI Warning: \_SB.PC00.XHCI.RHUB.HS14._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20230628/nsarguments-61)
may 18 10:10:19 carlos-pc kernel: Bluetooth: hci0: DSM reset method type: 0x00
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: loaded firmware version 89.e9cec78e.0 so-a0-hr-b0-89.ucode op_mode iwlmvm
may 18 10:10:19 carlos-pc kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
may 18 10:10:19 carlos-pc kernel: Bluetooth: hci0: Boot Address: 0x100800
may 18 10:10:19 carlos-pc kernel: Bluetooth: hci0: Firmware Version: 46-14.24
may 18 10:10:19 carlos-pc systemd[1]: Starting Rebuild Dynamic Linker Cache...
may 18 10:10:19 carlos-pc systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
may 18 10:10:19 carlos-pc systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
may 18 10:10:19 carlos-pc systemd[1]: Starting Create Volatile Files and Directories...
may 18 10:10:19 carlos-pc kernel: pps_core: LinuxPPS API ver. 1 registered
may 18 10:10:19 carlos-pc kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
may 18 10:10:19 carlos-pc systemd[1]: Reached target Bluetooth Support.
may 18 10:10:19 carlos-pc systemd[1]: Starting Load/Save RF Kill Switch Status...
may 18 10:10:19 carlos-pc kernel: usb 1-10: Warning! Unlikely big volume range (=5120), cval->res is probably wrong.
may 18 10:10:19 carlos-pc kernel: usb 1-10: [5] FU [Mic Capture Volume] ch = 1, val = 7680/12800/1
may 18 10:10:19 carlos-pc kernel: PTP clock support registered
may 18 10:10:19 carlos-pc kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
may 18 10:10:19 carlos-pc kernel: snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
may 18 10:10:19 carlos-pc kernel: snd_hda_intel 0000:03:00.1: Force to non-snoop mode
may 18 10:10:19 carlos-pc kernel: usb 1-10: Found UVC 1.00 device GENERAL WEBCAM (1b3f:2247)
may 18 10:10:19 carlos-pc kernel: usb 1-10: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
may 18 10:10:19 carlos-pc kernel: usbcore: registered new interface driver uvcvideo
may 18 10:10:19 carlos-pc systemd[1]: Started Load/Save RF Kill Switch Status.
may 18 10:10:19 carlos-pc kernel: usbcore: registered new interface driver snd-usb-audio
may 18 10:10:19 carlos-pc systemd[1]: Reached target Sound Card.
may 18 10:10:19 carlos-pc kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
may 18 10:10:19 carlos-pc kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card3/input22
may 18 10:10:19 carlos-pc kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card3/input23
may 18 10:10:19 carlos-pc kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card3/input24
may 18 10:10:19 carlos-pc kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card3/input25
may 18 10:10:19 carlos-pc systemd[1]: Finished Create Volatile Files and Directories.
may 18 10:10:19 carlos-pc systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
may 18 10:10:19 carlos-pc systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
may 18 10:10:19 carlos-pc systemd[1]: Starting Rebuild Journal Catalog...
may 18 10:10:19 carlos-pc systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
may 18 10:10:19 carlos-pc systemd[1]: Starting Record System Boot/Shutdown in UTMP...
may 18 10:10:19 carlos-pc systemd[1]: Finished Record System Boot/Shutdown in UTMP.
may 18 10:10:19 carlos-pc systemd[1]: Finished Rebuild Journal Catalog.
may 18 10:10:19 carlos-pc systemd[1]: Finished Rebuild Dynamic Linker Cache.
may 18 10:10:19 carlos-pc systemd[1]: Starting Update is Completed...
may 18 10:10:19 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC897: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
may 18 10:10:19 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
may 18 10:10:19 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
may 18 10:10:19 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
may 18 10:10:19 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:    dig-out=0x1e/0x0
may 18 10:10:19 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:    inputs:
may 18 10:10:19 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
may 18 10:10:19 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
may 18 10:10:19 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
may 18 10:10:19 carlos-pc systemd[1]: Finished Update is Completed.
may 18 10:10:19 carlos-pc systemd[1]: Reached target System Initialization.
may 18 10:10:19 carlos-pc systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
may 18 10:10:19 carlos-pc systemd[1]: Started Daily verification of password and group files.
may 18 10:10:19 carlos-pc systemd[1]: Started Daily Cleanup of Temporary Directories.
may 18 10:10:19 carlos-pc systemd[1]: Reached target Timer Units.
may 18 10:10:19 carlos-pc systemd[1]: Listening on D-Bus System Message Bus Socket.
may 18 10:10:19 carlos-pc systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
may 18 10:10:19 carlos-pc systemd[1]: Starting Docker Socket for the API...
may 18 10:10:19 carlos-pc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
may 18 10:10:19 carlos-pc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
may 18 10:10:19 carlos-pc systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
may 18 10:10:19 carlos-pc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
may 18 10:10:19 carlos-pc systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
may 18 10:10:19 carlos-pc systemd[1]: Starting D-Bus System Message Bus...
may 18 10:10:19 carlos-pc systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
may 18 10:10:19 carlos-pc systemd[1]: Listening on Docker Socket for the API.
may 18 10:10:19 carlos-pc systemd[1]: Reached target Socket Units.
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x430
may 18 10:10:19 carlos-pc kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
may 18 10:10:19 carlos-pc kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card2/input26
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
may 18 10:10:19 carlos-pc kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card2/input27
may 18 10:10:19 carlos-pc kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card2/input28
may 18 10:10:19 carlos-pc kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card2/input29
may 18 10:10:19 carlos-pc kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card2/input30
may 18 10:10:19 carlos-pc kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card2/input31
may 18 10:10:19 carlos-pc kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card2/input32
may 18 10:10:19 carlos-pc kernel: intel_tcc_cooling: Programmable TCC Offset detected
may 18 10:10:19 carlos-pc kernel: intel_rapl_msr: PL4 support detected.
may 18 10:10:19 carlos-pc kernel: intel_rapl_common: Found RAPL domain package
may 18 10:10:19 carlos-pc kernel: intel_rapl_common: Found RAPL domain core
may 18 10:10:19 carlos-pc systemd[1]: Started D-Bus System Message Bus.
may 18 10:10:19 carlos-pc systemd[1]: Reached target Basic System.
may 18 10:10:19 carlos-pc systemd[1]: Starting Network Manager...
may 18 10:10:19 carlos-pc systemd[1]: Starting User Login Management...
may 18 10:10:19 carlos-pc systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
may 18 10:10:19 carlos-pc systemd[1]: Started Verify integrity of password and group files.
may 18 10:10:19 carlos-pc dbus-broker-launch[697]: Ready
may 18 10:10:19 carlos-pc systemd-logind[703]: New seat seat0.
may 18 10:10:19 carlos-pc systemd-logind[703]: Watching system buttons on /dev/input/event2 (Power Button)
may 18 10:10:19 carlos-pc systemd-logind[703]: Watching system buttons on /dev/input/event1 (Power Button)
may 18 10:10:19 carlos-pc systemd-logind[703]: Watching system buttons on /dev/input/event0 (Sleep Button)
may 18 10:10:19 carlos-pc systemd-logind[703]: Watching system buttons on /dev/input/event5 (SONiX USB DEVICE)
may 18 10:10:19 carlos-pc systemd-logind[703]: Watching system buttons on /dev/input/event6 (SONiX USB DEVICE Keyboard)
may 18 10:10:19 carlos-pc systemd-logind[703]: Watching system buttons on /dev/input/event4 (Logitech Wireless Mouse)
may 18 10:10:19 carlos-pc systemd[1]: Started User Login Management.
may 18 10:10:19 carlos-pc NetworkManager[702]: <info>  [1716045019.8074] NetworkManager (version 1.46.0-2) is starting... (boot:34ed2c7b-66a2-45a9-96d2-0ecfe24bb142)
may 18 10:10:19 carlos-pc NetworkManager[702]: <info>  [1716045019.8074] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3: base HW address: c8:5e:a9:c8:f8:5c
may 18 10:10:19 carlos-pc NetworkManager[702]: <info>  [1716045019.9551] manager[0x6430ae6b2d30]: monitoring kernel firmware directory '/lib/firmware'.
may 18 10:10:19 carlos-pc kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
may 18 10:10:19 carlos-pc systemd[1]: Starting Hostname Service...
may 18 10:10:19 carlos-pc systemd[1]: shadow.service: Deactivated successfully.
may 18 10:10:20 carlos-pc systemd[1]: Started Hostname Service.
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0278] hostname: hostname: using hostnamed
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0278] hostname: static hostname changed from (none) to "carlos-pc"
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0282] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0286] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0286] manager[0x6430ae6b2d30]: rfkill: Wi-Fi hardware radio set enabled
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0286] manager[0x6430ae6b2d30]: rfkill: WWAN hardware radio set enabled
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0456] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-ovs.so)
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0480] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-wifi.so)
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0546] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-wwan.so)
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0912] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-team.so)
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0925] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-bluetooth.so)
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0933] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-adsl.so)
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0937] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0938] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0939] manager: Networking is enabled by state file
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0944] settings: Loaded settings plugin: keyfile (internal)
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0983] dhcp: init: Using DHCP client 'internal'
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.0989] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.1004] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.1012] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.1019] device (lo): Activation: starting connection 'lo' (d6d62fff-3817-4fe6-a645-0637df1d7004)
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.1027] manager: (enp7s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.1044] settings: (enp7s0): created default wired connection 'Conexión cableada 1'
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.1044] device (enp7s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
may 18 10:10:20 carlos-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
may 18 10:10:20 carlos-pc kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
may 18 10:10:20 carlos-pc systemd[1]: Started Network Manager Script Dispatcher Service.
may 18 10:10:20 carlos-pc kernel: r8169 0000:07:00.0 enp7s0: Link is Down
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.3226] device (wlp0s20f3): driver supports Access Point (AP) mode
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.3235] manager: (wlp0s20f3): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
may 18 10:10:20 carlos-pc systemd[1]: Started Network Manager.
may 18 10:10:20 carlos-pc systemd[1]: Reached target Network.
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.3310] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.3344] ovsdb: disconnected from ovsdb
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.3345] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.3348] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.3350] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.3357] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.3366] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
may 18 10:10:20 carlos-pc systemd[1]: Starting Network Manager Wait Online...
may 18 10:10:20 carlos-pc systemd[1]: Starting containerd container runtime...
may 18 10:10:20 carlos-pc systemd[1]: Starting Permit User Sessions...
may 18 10:10:20 carlos-pc systemd[1]: Finished Permit User Sessions.
may 18 10:10:20 carlos-pc systemd[1]: Starting GNOME Display Manager...
may 18 10:10:20 carlos-pc systemd[1]: Started GNOME Display Manager.
may 18 10:10:20 carlos-pc systemd[1]: Reached target User and Group Name Lookups.
may 18 10:10:20 carlos-pc systemd[1]: Starting Accounts Service...
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.5823] device (wlp0s20f3): set-hw-addr: set MAC address to 52:8D:B5:1F:1F:D1 (scanning)
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.609772827-05:00" level=info msg="starting containerd" revision=3a4de459a68952ffb703bbe7f2290861a75b6b67.m version=v1.7.17
may 18 10:10:20 carlos-pc systemd[1]: Starting Authorization Manager...
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.630648201-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.631927276-05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.9.1-arch1-1\\n\"): skip plugin" type=io.containerd.snapshotter.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.631938152-05:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.631944607-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.632576379-05:00" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.632581692-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.632741306-05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.632745411-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.632790970-05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.632795568-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.632800703-05:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.632804098-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.632887594-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.632996798-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.633025201-05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.633029504-05:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.633336948-05:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.633348648-05:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.633352595-05:00" level=info msg="metadata content store policy set" policy=shared
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.638696417-05:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.639143781-05:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.639155322-05:00" level=info msg="loading plugin \"io.containerd.lease.v1.manager\"..." type=io.containerd.lease.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.639167271-05:00" level=info msg="loading plugin \"io.containerd.streaming.v1.manager\"..." type=io.containerd.streaming.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.639177923-05:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.639219535-05:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640105993-05:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640158368-05:00" level=info msg="loading plugin \"io.containerd.runtime.v2.shim\"..." type=io.containerd.runtime.v2
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640169444-05:00" level=info msg="loading plugin \"io.containerd.sandbox.store.v1.local\"..." type=io.containerd.sandbox.store.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640181135-05:00" level=info msg="loading plugin \"io.containerd.sandbox.controller.v1.local\"..." type=io.containerd.sandbox.controller.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640197441-05:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640213405-05:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640224260-05:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640234935-05:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640245631-05:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640259426-05:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640269140-05:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640278327-05:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640310078-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640321560-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640332402-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640342702-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640356842-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640367179-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640376774-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640387417-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640402097-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandbox-controllers\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640417401-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandboxes\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640427176-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640436726-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.streaming\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640447034-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640459129-05:00" level=info msg="loading plugin \"io.containerd.transfer.v1.local\"..." type=io.containerd.transfer.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640475885-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.transfer\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640486999-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.640495519-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.642366007-05:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.642382785-05:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="skip plugin: tracing endpoint not configured" type=io.containerd.tracing.processor.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.642393013-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.642405310-05:00" level=info msg="skip loading plugin \"io.containerd.internal.v1.tracing\"..." error="skip plugin: tracing endpoint not configured" type=io.containerd.internal.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.642415470-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.642427595-05:00" level=info msg="loading plugin \"io.containerd.nri.v1.nri\"..." type=io.containerd.nri.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.642438314-05:00" level=info msg="NRI interface is disabled by configuration."
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.642448850-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.cri\"..." type=io.containerd.grpc.v1
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.642534343-05:00" level=info msg="Start cri plugin with config {PluginConfig:{ContainerdConfig:{Snapshotter:overlayfs DefaultRuntimeName:runc DefaultRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} UntrustedWorkloadRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} Runtimes:map[runc:{Type:io.containerd.runc.v2 Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[BinaryName: CriuImagePath: CriuPath: CriuWorkPath: IoGid:0 IoUid:0 NoNewKeyring:false NoPivotRoot:false Root: ShimCgroup: SystemdCgroup:false] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:podsandbox}] NoPivot:false DisableSnapshotAnnotations:true DiscardUnpackedLayers:false IgnoreBlockIONotEnabledErrors:false IgnoreRdtNotEnabledErrors:false} CniConfig:{NetworkPluginBinDir:/opt/cni/bin NetworkPluginConfDir:/etc/cni/net.d NetworkPluginMaxConfNum:1 NetworkPluginSetupSerially:false NetworkPluginConfTemplate: IPPreference:} Registry:{ConfigPath: Mirrors:map[] Configs:map[] Auths:map[] Headers:map[]} ImageDecryption:{KeyModel:node} DisableTCPService:true StreamServerAddress:127.0.0.1 StreamServerPort:0 StreamIdleTimeout:4h0m0s EnableSelinux:false SelinuxCategoryRange:1024 SandboxImage:registry.k8s.io/pause:3.8 StatsCollectPeriod:10 SystemdCgroup:false EnableTLSStreaming:false X509KeyPairStreaming:{TLSCertFile: TLSKeyFile:} MaxContainerLogLineSize:16384 DisableCgroup:false DisableApparmor:false RestrictOOMScoreAdj:false MaxConcurrentDownloads:3 DisableProcMount:false UnsetSeccompProfile: TolerateMissingHugetlbController:true DisableHugetlbController:true DeviceOwnershipFromSecurityContext:false IgnoreImageDefinedVolumes:false NetNSMountsUnderStateDir:false EnableUnprivilegedPorts:false EnableUnprivilegedICMP:false EnableCDI:false CDISpecDirs:[/etc/cdi /var/run/cdi] ImagePullProgressTimeout:5m0s DrainExecSyncIOTimeout:0s ImagePullWithSyncFs:false IgnoreDeprecationWarnings:[]} ContainerdRootDir:/var/lib/containerd ContainerdEndpoint:/run/containerd/containerd.sock RootDir:/var/lib/containerd/io.containerd.grpc.v1.cri StateDir:/run/containerd/io.containerd.grpc.v1.cri}"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.642577916-05:00" level=info msg="Connect containerd service"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.644005484-05:00" level=info msg="using legacy CRI server"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.644013085-05:00" level=info msg="using experimental NRI integration - disable nri plugin to prevent this"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.644504124-05:00" level=info msg="Get image filesystem path \"/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs\""
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.646798419-05:00" level=error msg="failed to load cni during init, please check CRI plugin status before setting up network for pods" error="cni config load failed: no network config found in /etc/cni/net.d: cni plugin not initialized: failed to load cni config"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.649880265-05:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.649933959-05:00" level=info msg=serving... address=/run/containerd/containerd.sock
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.650084093-05:00" level=info msg="Start subscribing containerd event"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.650185768-05:00" level=info msg="Start recovering state"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.650322516-05:00" level=info msg="Start event monitor"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.650351395-05:00" level=info msg="Start snapshots syncer"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.650367263-05:00" level=info msg="Start cni network conf syncer for default"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.650379255-05:00" level=info msg="Start streaming server"
may 18 10:10:20 carlos-pc containerd[772]: time="2024-05-18T10:10:20.650503554-05:00" level=info msg="containerd successfully booted in 0.042220s"
may 18 10:10:20 carlos-pc systemd[1]: Started containerd container runtime.
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
may 18 10:10:20 carlos-pc kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.7681] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.7684] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.7690] device (lo): Activation: successful, device activated.
may 18 10:10:20 carlos-pc systemd[1]: Starting WPA supplicant...
may 18 10:10:20 carlos-pc polkitd[791]: Started polkitd version 124
may 18 10:10:20 carlos-pc polkitd[791]: Loading rules from directory /etc/polkit-1/rules.d
may 18 10:10:20 carlos-pc polkitd[791]: Loading rules from directory /usr/share/polkit-1/rules.d
may 18 10:10:20 carlos-pc polkitd[791]: Finished loading, compiling and executing 9 rules
may 18 10:10:20 carlos-pc systemd[1]: Started Authorization Manager.
may 18 10:10:20 carlos-pc polkitd[791]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
may 18 10:10:20 carlos-pc accounts-daemon[777]: started daemon version 23.13.0
may 18 10:10:20 carlos-pc systemd[1]: Started Accounts Service.
may 18 10:10:20 carlos-pc systemd[1]: Started WPA supplicant.
may 18 10:10:20 carlos-pc wpa_supplicant[802]: Successfully initialized wpa_supplicant
may 18 10:10:20 carlos-pc systemd-logind[703]: New session 1 of user gdm.
may 18 10:10:20 carlos-pc systemd[1]: Created slice User Slice of UID 120.
may 18 10:10:20 carlos-pc systemd[1]: Starting User Runtime Directory /run/user/120...
may 18 10:10:20 carlos-pc systemd[1]: Finished User Runtime Directory /run/user/120.
may 18 10:10:20 carlos-pc systemd[1]: Starting User Manager for UID 120...
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.8833] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.8834] Wi-Fi P2P device controlled by interface wlp0s20f3 created
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.8836] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.8837] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.8841] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
may 18 10:10:20 carlos-pc NetworkManager[702]: <info>  [1716045020.8844] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
may 18 10:10:20 carlos-pc dbus-broker-launch[697]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
may 18 10:10:20 carlos-pc (systemd)[824]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
may 18 10:10:20 carlos-pc (systemd)[824]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by gdm(uid=0)
may 18 10:10:21 carlos-pc kernel: Bluetooth: hci0: Waiting for firmware download to complete
may 18 10:10:21 carlos-pc kernel: Bluetooth: hci0: Firmware loaded in 1307526 usecs
may 18 10:10:21 carlos-pc kernel: Bluetooth: hci0: Waiting for device to boot
may 18 10:10:21 carlos-pc kernel: Bluetooth: hci0: Device booted in 14604 usecs
may 18 10:10:21 carlos-pc kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
may 18 10:10:21 carlos-pc kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-4150.ddc
may 18 10:10:21 carlos-pc kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
may 18 10:10:21 carlos-pc kernel: Bluetooth: hci0: Firmware timestamp 2024.14 buildtype 1 build 81454
may 18 10:10:21 carlos-pc kernel: Bluetooth: hci0: Firmware SHA1: 0xdfd62093
may 18 10:10:21 carlos-pc kernel: Bluetooth: hci0: Fseq status: Success (0x00)
may 18 10:10:21 carlos-pc kernel: Bluetooth: hci0: Fseq executed: 00.00.02.41
may 18 10:10:21 carlos-pc kernel: Bluetooth: hci0: Fseq BT Top: 00.00.02.41
may 18 10:10:21 carlos-pc systemd[824]: Queued start job for default target Main User Target.
may 18 10:10:21 carlos-pc systemd[824]: Created slice User Application Slice.
may 18 10:10:21 carlos-pc systemd[824]: Reached target Paths.
may 18 10:10:21 carlos-pc systemd[824]: Reached target Timers.
may 18 10:10:21 carlos-pc systemd[824]: Starting D-Bus User Message Bus Socket...
may 18 10:10:21 carlos-pc systemd[824]: Listening on GnuPG network certificate management daemon.
may 18 10:10:21 carlos-pc systemd[824]: Listening on GNOME Keyring daemon.
may 18 10:10:21 carlos-pc systemd[824]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
may 18 10:10:21 carlos-pc systemd[824]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
may 18 10:10:21 carlos-pc systemd[824]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
may 18 10:10:21 carlos-pc systemd[824]: Listening on GnuPG cryptographic agent and passphrase cache.
may 18 10:10:21 carlos-pc systemd[824]: Listening on GnuPG public key management service.
may 18 10:10:21 carlos-pc systemd[824]: Listening on p11-kit server.
may 18 10:10:21 carlos-pc systemd[824]: Listening on PipeWire PulseAudio.
may 18 10:10:21 carlos-pc systemd[824]: Listening on PipeWire Multimedia System Sockets.
may 18 10:10:21 carlos-pc systemd[824]: Listening on D-Bus User Message Bus Socket.
may 18 10:10:21 carlos-pc systemd[824]: Reached target Sockets.
may 18 10:10:21 carlos-pc systemd[824]: Reached target Basic System.
may 18 10:10:21 carlos-pc systemd[1]: Started User Manager for UID 120.
may 18 10:10:21 carlos-pc systemd[824]: Starting Update XDG user dir configuration...
may 18 10:10:21 carlos-pc systemd[1]: Started Session 1 of User gdm.
may 18 10:10:21 carlos-pc systemd[824]: Finished Update XDG user dir configuration.
may 18 10:10:21 carlos-pc systemd[824]: Reached target Main User Target.
may 18 10:10:21 carlos-pc systemd[824]: Startup finished in 261ms.
may 18 10:10:21 carlos-pc systemd[824]: Created slice User Core Session Slice.
may 18 10:10:21 carlos-pc systemd[824]: Starting D-Bus User Message Bus...
may 18 10:10:21 carlos-pc dbus-broker-launch[841]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
may 18 10:10:21 carlos-pc dbus-broker-launch[841]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
may 18 10:10:21 carlos-pc systemd[824]: Started D-Bus User Message Bus.
may 18 10:10:21 carlos-pc dbus-broker-launch[841]: Ready
may 18 10:10:21 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=120 pid=846 comm="/usr/lib/gnome-session-binary --autostart /usr/sha")
may 18 10:10:21 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
may 18 10:10:21 carlos-pc gnome-session[846]: gnome-session-binary[846]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error al llamar StartSereviceByName para org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
may 18 10:10:21 carlos-pc gnome-session-binary[846]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error al llamar StartSereviceByName para org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
may 18 10:10:21 carlos-pc gnome-shell[858]: Running GNOME Shell (using mutter 46.1) as a Wayland display server
may 18 10:10:21 carlos-pc systemd[1]: Starting RealtimeKit Scheduling Policy Service...
may 18 10:10:21 carlos-pc systemd[1]: Started RealtimeKit Scheduling Policy Service.
may 18 10:10:21 carlos-pc rtkit-daemon[877]: Successfully called chroot.
may 18 10:10:21 carlos-pc rtkit-daemon[877]: Successfully dropped privileges.
may 18 10:10:21 carlos-pc rtkit-daemon[877]: Successfully limited resources.
may 18 10:10:21 carlos-pc rtkit-daemon[877]: Running.
may 18 10:10:21 carlos-pc rtkit-daemon[877]: Canary thread running.
may 18 10:10:21 carlos-pc rtkit-daemon[877]: Watchdog thread running.
may 18 10:10:21 carlos-pc rtkit-daemon[877]: Supervising 0 threads of 0 processes of 0 users.
may 18 10:10:21 carlos-pc rtkit-daemon[877]: Supervising 0 threads of 0 processes of 0 users.
may 18 10:10:21 carlos-pc rtkit-daemon[877]: Successfully made thread 876 of process 858 owned by '120' RT at priority 20.
may 18 10:10:21 carlos-pc rtkit-daemon[877]: Supervising 1 threads of 1 processes of 1 users.
may 18 10:10:21 carlos-pc gnome-shell[858]: Made thread 'KMS thread' realtime scheduled
may 18 10:10:22 carlos-pc gnome-shell[858]: Device '/dev/dri/card1' prefers shadow buffer
may 18 10:10:22 carlos-pc gnome-shell[858]: Added device '/dev/dri/card1' (amdgpu) using atomic mode setting.
may 18 10:10:22 carlos-pc gnome-shell[858]: Created gbm renderer for '/dev/dri/card1'
may 18 10:10:22 carlos-pc gnome-shell[858]: Boot VGA GPU /dev/dri/card1 selected as primary
may 18 10:10:22 carlos-pc gnome-shell[858]: Obtained a high priority EGL context
may 18 10:10:22 carlos-pc gnome-shell[858]: Obtained a high priority EGL context
may 18 10:10:22 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=858 comm="/usr/bin/gnome-shell")
may 18 10:10:22 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Successfully activated service 'org.a11y.Bus'
may 18 10:10:22 carlos-pc gnome-shell[858]: Using public X11 display :1024, (using :1025 for managed services)
may 18 10:10:22 carlos-pc gnome-shell[858]: Using Wayland display name 'wayland-0'
may 18 10:10:22 carlos-pc /usr/lib/gdm-wayland-session[922]: dbus-daemon[922]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=858 comm="/usr/bin/gnome-shell")
may 18 10:10:22 carlos-pc /usr/lib/gdm-wayland-session[922]: dbus-daemon[922]: Successfully activated service 'org.a11y.atspi.Registry'
may 18 10:10:22 carlos-pc /usr/lib/gdm-wayland-session[932]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
may 18 10:10:22 carlos-pc systemd[1]: Starting Manage, Install and Generate Color Profiles...
may 18 10:10:22 carlos-pc systemd[1]: Started Manage, Install and Generate Color Profiles.
may 18 10:10:22 carlos-pc gnome-shell[858]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
may 18 10:10:22 carlos-pc gnome-shell[858]: Will monitor session 1
may 18 10:10:22 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Activating service name='org.gnome.Shell.Screencast' requested by ':1.3' (uid=120 pid=858 comm="/usr/bin/gnome-shell")
may 18 10:10:22 carlos-pc systemd[1]: Starting Locale Service...
may 18 10:10:22 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=120 pid=858 comm="/usr/bin/gnome-shell")
may 18 10:10:22 carlos-pc systemd[1]: Started Locale Service.
may 18 10:10:22 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
may 18 10:10:22 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=858 comm="/usr/bin/gnome-shell")
may 18 10:10:22 carlos-pc systemd[1]: Starting Daemon for power management...
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension apps-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension auto-move-windows@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension drive-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension launch-new-instance@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension light-style@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension native-window-placement@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension places-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension system-monitor@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/system-monitor@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/system-monitor@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension user-theme@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension window-list@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension windowsNavigator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc gnome-shell[858]: Extension workspace-indicator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com will not be loaded
may 18 10:10:22 carlos-pc org.gnome.Shell.desktop[858]: Window manager warning: Failed to parse saved session file: Falló al abrir el archivo «/var/lib/gdm/.config/mutter/sessions/10ca2cd81115613c77171604502139650100000008460000.ms»: No existe el fichero o el directorio
may 18 10:10:22 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Successfully activated service 'org.gnome.Shell.Notifications'
may 18 10:10:22 carlos-pc gnome-shell[858]: Failed to launch ibus-daemon: Falló al ejecutar el proceso hijo «ibus-daemon» (No existe el fichero o el directorio)
may 18 10:10:22 carlos-pc kernel: rfkill: input handler disabled
may 18 10:10:22 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Activating service name='org.freedesktop.systemd1' requested by ':1.12' (uid=120 pid=1001 comm="/usr/lib/gsd-sharing")
may 18 10:10:22 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
may 18 10:10:22 carlos-pc gsd-sharing[1001]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
may 18 10:10:22 carlos-pc gsd-sharing[1001]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
may 18 10:10:22 carlos-pc systemd[1]: Started Daemon for power management.
may 18 10:10:22 carlos-pc polkitd[791]: Registered Authentication Agent for unix-session:1 (system bus name :1.17 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale es_CO.UTF-8)
may 18 10:10:22 carlos-pc gnome-shell[858]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
may 18 10:10:22 carlos-pc dbus-broker-launch[697]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
may 18 10:10:22 carlos-pc NetworkManager[702]: <info>  [1716045022.9202] agent-manager: agent[5597909caf9b7bf3,:1.17/org.gnome.Shell.NetworkAgent/120]: agent registered
may 18 10:10:23 carlos-pc systemd[824]: Started PipeWire Multimedia Service.
may 18 10:10:23 carlos-pc systemd[1]: Starting Location Lookup Service...
may 18 10:10:23 carlos-pc systemd[824]: Started Multimedia Service Session Manager.
may 18 10:10:23 carlos-pc systemd[824]: Started PipeWire PulseAudio.
may 18 10:10:23 carlos-pc gnome-shell[858]: Failed to launch ibus-daemon: Falló al ejecutar el proceso hijo «ibus-daemon» (No existe el fichero o el directorio)
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 1 threads of 1 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 1 threads of 1 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 1 threads of 1 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Successfully made thread 1182 of process 1182 owned by '120' high priority at nice level -11.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 2 threads of 2 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 2 threads of 2 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 2 threads of 2 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 2 threads of 2 processes of 1 users.
may 18 10:10:23 carlos-pc org.gnome.Shell.desktop[1189]: The XKEYBOARD keymap compiler (xkbcomp) reports:
may 18 10:10:23 carlos-pc org.gnome.Shell.desktop[1189]: > Warning:          Unsupported maximum keycode 708, clipping.
may 18 10:10:23 carlos-pc org.gnome.Shell.desktop[1189]: >                   X11 cannot support keycodes above 255.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Successfully made thread 1187 of process 1187 owned by '120' high priority at nice level -11.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 3 threads of 3 processes of 1 users.
may 18 10:10:23 carlos-pc org.gnome.Shell.desktop[1189]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
may 18 10:10:23 carlos-pc org.gnome.Shell.desktop[1189]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
may 18 10:10:23 carlos-pc org.gnome.Shell.desktop[1189]: Errors from xkbcomp are not fatal to the X server
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Successfully made thread 1195 of process 1187 owned by '120' RT at priority 20.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 4 threads of 3 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Successfully made thread 1196 of process 1182 owned by '120' RT at priority 20.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 5 threads of 3 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 5 threads of 3 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 5 threads of 3 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 5 threads of 3 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Successfully made thread 1185 of process 1185 owned by '120' high priority at nice level -11.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 6 threads of 4 processes of 1 users.
may 18 10:10:23 carlos-pc geoclue[1184]: Failed to connect to avahi service: Daemon not running
may 18 10:10:23 carlos-pc systemd[1]: Started Location Lookup Service.
may 18 10:10:23 carlos-pc gnome-session-binary[846]: Entering running state
may 18 10:10:23 carlos-pc xbrlapi.desktop[1226]: openConnection: connect: No existe el fichero o el directorio
may 18 10:10:23 carlos-pc xbrlapi.desktop[1226]: cannot connect to braille devices daemon brltty at :0
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Successfully made thread 876 of process 858 owned by '120' high priority at nice level 0.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 6 threads of 4 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 5 threads of 3 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 5 threads of 3 processes of 1 users.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Successfully made thread 876 of process 858 owned by '120' RT at priority 20.
may 18 10:10:23 carlos-pc rtkit-daemon[877]: Supervising 6 threads of 4 processes of 1 users.
may 18 10:10:23 carlos-pc gsd-media-keys[1032]: Failed to grab accelerator for keybinding settings:hibernate
may 18 10:10:23 carlos-pc gsd-media-keys[1032]: Failed to grab accelerator for keybinding settings:playback-repeat
may 18 10:10:23 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Activating service name='org.gnome.ScreenSaver' requested by ':1.20' (uid=120 pid=1054 comm="/usr/lib/gsd-power")
may 18 10:10:23 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Successfully activated service 'org.gnome.Shell.Screencast'
may 18 10:10:23 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Successfully activated service 'org.gnome.ScreenSaver'
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc wireplumber[1185]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:23 carlos-pc kernel: logitech-hidpp-device 0003:046D:4054.0005: HID++ 4.5 device connected.
may 18 10:10:23 carlos-pc gnome-shell[858]: Registering session with GDM
may 18 10:10:23 carlos-pc wireplumber[1185]: BlueZ system service is not available
may 18 10:10:23 carlos-pc wireplumber[1185]: [0:00:08.611869387] [1185] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
may 18 10:10:23 carlos-pc wireplumber[1185]: [0:00:08.611897724] [1185] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
may 18 10:10:23 carlos-pc wireplumber[1185]: [0:00:08.611947749] [1185]  INFO Camera camera_manager.cpp:284 libcamera v0.2.0
may 18 10:10:23 carlos-pc wireplumber[1185]: device number invalid for v4l2 device:nil
may 18 10:10:23 carlos-pc wireplumber[1185]: device number invalid for libcamera device:libcamera_device.\_SB_.PC00.XHCI.RHUB.HS10-10:1.0-1b3f:2247
may 18 10:10:23 carlos-pc pipewire[1182]: [0:00:08.645954328] [1182] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
may 18 10:10:23 carlos-pc pipewire[1182]: [0:00:08.645980443] [1182] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
may 18 10:10:23 carlos-pc pipewire[1182]: [0:00:08.646025239] [1182]  INFO Camera camera_manager.cpp:284 libcamera v0.2.0
may 18 10:10:23 carlos-pc pipewire[1182]: spa.v4l2: '/dev/video0' VIDIOC_QUERYCTRL: Error de entrada/salida
may 18 10:10:23 carlos-pc pipewire[1182]: spa.v4l2: '/dev/video0' VIDIOC_QUERYCTRL: Error de entrada/salida
may 18 10:10:23 carlos-pc gsd-media-keys[1032]: Unable to get default source
may 18 10:10:23 carlos-pc systemd[824]: Starting sandboxed app permission store...
may 18 10:10:23 carlos-pc systemd[824]: Started sandboxed app permission store.
may 18 10:10:23 carlos-pc gsd-media-keys[1032]: Unable to get default sink
may 18 10:10:23 carlos-pc gsd-media-keys[1032]: Unable to get default source
may 18 10:10:24 carlos-pc wpa_supplicant[802]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CO
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.2943] policy: auto-activating connection 'Alvarez' (259ae6bb-bbdb-4d7a-ba49-c32f3ec57b8e)
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.2944] device (wlp0s20f3): Activation: starting connection 'Alvarez' (259ae6bb-bbdb-4d7a-ba49-c32f3ec57b8e)
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.2944] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.2945] manager: NetworkManager state is now CONNECTING
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3587] device (wlp0s20f3): set-hw-addr: reset MAC address to C8:5E:A9:C8:F8:5C (preserve)
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3609] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3612] device (wlp0s20f3): Activation: (wifi) access point 'Alvarez' has security, but secrets are required.
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3612] device (wlp0s20f3): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3614] sup-iface[37f57efd2f8da997,0,wlp0s20f3]: wps: type pbc start...
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3627] device (wlp0s20f3): supplicant interface state: disconnected -> inactive
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3627] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> inactive
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3628] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3631] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3634] device (wlp0s20f3): Activation: (wifi) connection 'Alvarez' has security, and secrets exist.  No new secrets needed.
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3634] Config: added 'ssid' value 'Alvarez'
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3634] Config: added 'scan_ssid' value '1'
may 18 10:10:24 carlos-pc wpa_supplicant[802]: wlp0s20f3: WPS-PBC-ACTIVE
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3635] Config: added 'bgscan' value 'simple:30:-70:86400'
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3635] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3635] Config: added 'auth_alg' value 'OPEN'
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3635] Config: added 'psk' value '<hidden>'
may 18 10:10:24 carlos-pc wpa_supplicant[802]: wlp0s20f3: WPS-CANCEL
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3672] device (wlp0s20f3): supplicant interface state: inactive -> scanning
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3673] device (p2p-dev-wlp0s20f3): supplicant management interface state: inactive -> scanning
may 18 10:10:24 carlos-pc wpa_supplicant[802]: wlp0s20f3: SME: Trying to authenticate with a4:98:13:4c:9d:d1 (SSID='Alvarez' freq=5180 MHz)
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3990] device (wlp0s20f3): supplicant interface state: scanning -> authenticating
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.3990] device (p2p-dev-wlp0s20f3): supplicant management interface state: scanning -> authenticating
may 18 10:10:24 carlos-pc kernel: wlp0s20f3: authenticate with a4:98:13:4c:9d:d1 (local address=c8:5e:a9:c8:f8:5c)
may 18 10:10:24 carlos-pc kernel: wlp0s20f3: send auth to a4:98:13:4c:9d:d1 (try 1/3)
may 18 10:10:24 carlos-pc wpa_supplicant[802]: wlp0s20f3: Trying to associate with a4:98:13:4c:9d:d1 (SSID='Alvarez' freq=5180 MHz)
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.4253] device (wlp0s20f3): supplicant interface state: authenticating -> associating
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.4253] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
may 18 10:10:24 carlos-pc kernel: wlp0s20f3: authenticated
may 18 10:10:24 carlos-pc kernel: wlp0s20f3: associate with a4:98:13:4c:9d:d1 (try 1/3)
may 18 10:10:24 carlos-pc kernel: wlp0s20f3: RX AssocResp from a4:98:13:4c:9d:d1 (capab=0x131 status=0 aid=3)
may 18 10:10:24 carlos-pc wpa_supplicant[802]: wlp0s20f3: Associated with a4:98:13:4c:9d:d1
may 18 10:10:24 carlos-pc wpa_supplicant[802]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
may 18 10:10:24 carlos-pc kernel: wlp0s20f3: associated
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.4414] device (wlp0s20f3): supplicant interface state: associating -> associated
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.4414] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
may 18 10:10:24 carlos-pc kernel: wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by a4:98:13:4c:9d:d1
may 18 10:10:24 carlos-pc wpa_supplicant[802]: wlp0s20f3: WPA: Key negotiation completed with a4:98:13:4c:9d:d1 [PTK=CCMP GTK=CCMP]
may 18 10:10:24 carlos-pc wpa_supplicant[802]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to a4:98:13:4c:9d:d1 completed [id=0 id_str=]
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.6909] device (wlp0s20f3): supplicant interface state: associated -> completed
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.6909] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Alvarez"
may 18 10:10:24 carlos-pc wpa_supplicant[802]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=234000
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.6910] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> completed
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.6912] device (wlp0s20f3): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.6922] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.7362] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.1.8, acd pending
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.9097] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.1.8
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.9104] policy: set 'Alvarez' (wlp0s20f3) as default for IPv4 routing and DNS
may 18 10:10:24 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Activating service name='org.freedesktop.systemd1' requested by ':1.12' (uid=120 pid=1001 comm="/usr/lib/gsd-sharing")
may 18 10:10:24 carlos-pc dbus-broker-launch[697]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
may 18 10:10:24 carlos-pc /usr/lib/gdm-wayland-session[845]: dbus-daemon[845]: [session uid=120 pid=845] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
may 18 10:10:24 carlos-pc gsd-sharing[1001]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
may 18 10:10:24 carlos-pc gsd-sharing[1001]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.9196] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.9220] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.9222] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.9228] manager: NetworkManager state is now CONNECTED_SITE
may 18 10:10:24 carlos-pc NetworkManager[702]: <info>  [1716045024.9241] device (wlp0s20f3): Activation: successful, device activated.
may 18 10:10:24 carlos-pc systemd[1]: systemd-rfkill.service: Deactivated successfully.
may 18 10:10:25 carlos-pc NetworkManager[702]: <info>  [1716045025.6190] manager: NetworkManager state is now CONNECTED_GLOBAL
may 18 10:10:26 carlos-pc NetworkManager[702]: <info>  [1716045026.3225] manager: startup complete
may 18 10:10:26 carlos-pc systemd[1]: Finished Network Manager Wait Online.
may 18 10:10:26 carlos-pc systemd[1]: Reached target Network is Online.
may 18 10:10:26 carlos-pc systemd[1]: Starting Docker Application Container Engine...
may 18 10:10:26 carlos-pc dockerd[1311]: time="2024-05-18T10:10:26.743075775-05:00" level=info msg="Starting up"
may 18 10:10:26 carlos-pc NetworkManager[702]: <info>  [1716045026.7724] dhcp6 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
may 18 10:10:26 carlos-pc NetworkManager[702]: <info>  [1716045026.7735] policy: set 'Alvarez' (wlp0s20f3) as default for IPv6 routing and DNS
may 18 10:10:26 carlos-pc dockerd[1311]: time="2024-05-18T10:10:26.868481669-05:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
may 18 10:10:26 carlos-pc NetworkManager[702]: <info>  [1716045026.9814] dhcp6 (wlp0s20f3): state changed new lease
may 18 10:10:27 carlos-pc dockerd[1311]: time="2024-05-18T10:10:27.001327429-05:00" level=info msg="Loading containers: start."
may 18 10:10:27 carlos-pc kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
may 18 10:10:27 carlos-pc kernel: Bridge firewalling registered
may 18 10:10:27 carlos-pc kernel: Initializing XFRM netlink socket
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.1893] manager: (br-bcbfcb2bda6b): new Bridge device (/org/freedesktop/NetworkManager/Devices/5)
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2252] device (br-bcbfcb2bda6b): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2254] device (br-bcbfcb2bda6b): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2257] device (br-bcbfcb2bda6b): Activation: starting connection 'br-bcbfcb2bda6b' (7072bf0c-13a3-4f5a-bd6a-6d4b5c08caa8)
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2265] device (br-bcbfcb2bda6b): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2266] device (br-bcbfcb2bda6b): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2267] device (br-bcbfcb2bda6b): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2271] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/6)
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2273] device (br-bcbfcb2bda6b): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2286] device (br-bcbfcb2bda6b): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2287] device (br-bcbfcb2bda6b): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2291] device (br-bcbfcb2bda6b): Activation: successful, device activated.
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2604] device (docker0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2607] device (docker0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2612] device (docker0): Activation: starting connection 'docker0' (6cc9ff16-97d3-406a-9242-80d8afff73b2)
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2615] device (docker0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2618] device (docker0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2620] device (docker0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2622] device (docker0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2636] device (docker0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2637] device (docker0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.2640] device (docker0): Activation: successful, device activated.
may 18 10:10:27 carlos-pc dockerd[1311]: time="2024-05-18T10:10:27.309327254-05:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
may 18 10:10:27 carlos-pc kernel: br-bcbfcb2bda6b: port 1(veth24de077) entered blocking state
may 18 10:10:27 carlos-pc kernel: br-bcbfcb2bda6b: port 1(veth24de077) entered disabled state
may 18 10:10:27 carlos-pc kernel: veth24de077: entered allmulticast mode
may 18 10:10:27 carlos-pc kernel: veth24de077: entered promiscuous mode
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.4133] manager: (veth7d4706d): new Veth device (/org/freedesktop/NetworkManager/Devices/7)
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.4144] manager: (veth24de077): new Veth device (/org/freedesktop/NetworkManager/Devices/8)
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.4227] manager: (veth39f31af): new Veth device (/org/freedesktop/NetworkManager/Devices/9)
may 18 10:10:27 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethe70461d) entered blocking state
may 18 10:10:27 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethe70461d) entered disabled state
may 18 10:10:27 carlos-pc kernel: vethe70461d: entered allmulticast mode
may 18 10:10:27 carlos-pc kernel: vethe70461d: entered promiscuous mode
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.4230] manager: (vethe70461d): new Veth device (/org/freedesktop/NetworkManager/Devices/10)
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.4349] manager: (vethcf3d11e): new Veth device (/org/freedesktop/NetworkManager/Devices/11)
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.4353] manager: (veth1d64fab): new Veth device (/org/freedesktop/NetworkManager/Devices/12)
may 18 10:10:27 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth1d64fab) entered blocking state
may 18 10:10:27 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth1d64fab) entered disabled state
may 18 10:10:27 carlos-pc kernel: veth1d64fab: entered allmulticast mode
may 18 10:10:27 carlos-pc kernel: veth1d64fab: entered promiscuous mode
may 18 10:10:27 carlos-pc containerd[772]: time="2024-05-18T10:10:27.588236480-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:10:27 carlos-pc containerd[772]: time="2024-05-18T10:10:27.588262830-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:10:27 carlos-pc containerd[772]: time="2024-05-18T10:10:27.588267367-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:27 carlos-pc containerd[772]: time="2024-05-18T10:10:27.588439440-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:10:27 carlos-pc containerd[772]: time="2024-05-18T10:10:27.588467482-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:10:27 carlos-pc containerd[772]: time="2024-05-18T10:10:27.588475358-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:27 carlos-pc containerd[772]: time="2024-05-18T10:10:27.588473538-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:10:27 carlos-pc containerd[772]: time="2024-05-18T10:10:27.588500059-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:10:27 carlos-pc containerd[772]: time="2024-05-18T10:10:27.588507481-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:27 carlos-pc containerd[772]: time="2024-05-18T10:10:27.588844489-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:27 carlos-pc containerd[772]: time="2024-05-18T10:10:27.588856877-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:27 carlos-pc containerd[772]: time="2024-05-18T10:10:27.588856869-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:27 carlos-pc systemd[1]: Started libcontainer container 034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.
may 18 10:10:27 carlos-pc systemd[1]: Started libcontainer container 1415add57eecc9609ec93fa01169b534e4f4b1d82cbda61bf7afb0bff8de4885.
may 18 10:10:27 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 18 10:10:27 carlos-pc kernel: eth0: renamed from vethcf3d11e
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.8349] device (veth1d64fab): carrier: link connected
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.8350] device (br-bcbfcb2bda6b): carrier: link connected
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.8350] device (vethe70461d): carrier: link connected
may 18 10:10:27 carlos-pc NetworkManager[702]: <info>  [1716045027.8351] device (veth24de077): carrier: link connected
may 18 10:10:27 carlos-pc kernel: eth0: renamed from veth39f31af
may 18 10:10:27 carlos-pc kernel: eth0: renamed from veth7d4706d
may 18 10:10:27 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth1d64fab) entered blocking state
may 18 10:10:27 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth1d64fab) entered forwarding state
may 18 10:10:27 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethe70461d) entered blocking state
may 18 10:10:27 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethe70461d) entered forwarding state
may 18 10:10:27 carlos-pc kernel: br-bcbfcb2bda6b: port 1(veth24de077) entered blocking state
may 18 10:10:27 carlos-pc kernel: br-bcbfcb2bda6b: port 1(veth24de077) entered forwarding state
may 18 10:10:27 carlos-pc dockerd[1311]: time="2024-05-18T10:10:27.898396726-05:00" level=info msg="Loading containers: done."
may 18 10:10:27 carlos-pc dockerd[1311]: time="2024-05-18T10:10:27.925413091-05:00" level=info msg="Docker daemon" commit=8e96db1c32 containerd-snapshotter=false storage-driver=overlay2 version=26.1.3
may 18 10:10:27 carlos-pc dockerd[1311]: time="2024-05-18T10:10:27.925763235-05:00" level=info msg="Daemon has completed initialization"
may 18 10:10:28 carlos-pc dockerd[1311]: time="2024-05-18T10:10:28.317946765-05:00" level=info msg="API listen on /run/docker.sock"
may 18 10:10:28 carlos-pc systemd[1]: Started Docker Application Container Engine.
may 18 10:10:28 carlos-pc systemd[1]: Reached target Multi-User System.
may 18 10:10:28 carlos-pc systemd[1]: Reached target Graphical Interface.
may 18 10:10:28 carlos-pc systemd[1]: Startup finished in 12.863s (firmware) + 2.533s (loader) + 3.177s (kernel) + 10.044s (userspace) = 28.619s.
may 18 10:10:29 carlos-pc gdm-password][1344]: gkr-pam: unable to locate daemon control file
may 18 10:10:29 carlos-pc gdm-password][1344]: gkr-pam: stashed password to try later in open session
may 18 10:10:29 carlos-pc gdm-password][1344]: pam_unix(gdm-password:session): session opened for user carlos(uid=1000) by carlos(uid=0)
may 18 10:10:29 carlos-pc systemd-logind[703]: New session 3 of user carlos.
may 18 10:10:29 carlos-pc systemd[1]: Created slice User Slice of UID 1000.
may 18 10:10:29 carlos-pc systemd[1]: Starting User Runtime Directory /run/user/1000...
may 18 10:10:29 carlos-pc systemd[1]: Finished User Runtime Directory /run/user/1000.
may 18 10:10:29 carlos-pc systemd[1]: Starting User Manager for UID 1000...
may 18 10:10:29 carlos-pc (systemd)[1859]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[carlos] ruser=[<unknown>] rhost=[<unknown>]
may 18 10:10:29 carlos-pc (systemd)[1859]: pam_unix(systemd-user:session): session opened for user carlos(uid=1000) by carlos(uid=0)
may 18 10:10:29 carlos-pc systemd[1859]: Queued start job for default target Main User Target.
may 18 10:10:29 carlos-pc systemd-journald[470]: /var/log/journal/f77277339f7443618c96c8ed3d9f6c71/user-1000.journal: Journal file uses a different sequence number ID, rotating.
may 18 10:10:29 carlos-pc systemd[1859]: Created slice User Application Slice.
may 18 10:10:29 carlos-pc systemd[1859]: Reached target Paths.
may 18 10:10:29 carlos-pc systemd[1859]: Reached target Timers.
may 18 10:10:29 carlos-pc systemd[1859]: Starting D-Bus User Message Bus Socket...
may 18 10:10:29 carlos-pc systemd[1859]: Listening on GnuPG network certificate management daemon.
may 18 10:10:29 carlos-pc systemd[1859]: Listening on GNOME Keyring daemon.
may 18 10:10:29 carlos-pc systemd[1859]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
may 18 10:10:29 carlos-pc systemd[1859]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
may 18 10:10:29 carlos-pc systemd[1859]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
may 18 10:10:29 carlos-pc systemd[1859]: Listening on GnuPG cryptographic agent and passphrase cache.
may 18 10:10:29 carlos-pc systemd[1859]: Listening on GnuPG public key management service.
may 18 10:10:29 carlos-pc systemd[1859]: Listening on p11-kit server.
may 18 10:10:29 carlos-pc systemd[1859]: Listening on PipeWire PulseAudio.
may 18 10:10:29 carlos-pc systemd[1859]: Listening on PipeWire Multimedia System Sockets.
may 18 10:10:29 carlos-pc systemd[1859]: Listening on D-Bus User Message Bus Socket.
may 18 10:10:29 carlos-pc systemd[1859]: Reached target Sockets.
may 18 10:10:29 carlos-pc systemd[1859]: Reached target Basic System.
may 18 10:10:29 carlos-pc systemd[1]: Started User Manager for UID 1000.
may 18 10:10:29 carlos-pc systemd[1859]: Starting Update XDG user dir configuration...
may 18 10:10:29 carlos-pc systemd[1]: Started Session 3 of User carlos.
may 18 10:10:29 carlos-pc systemd[1859]: Started GNOME Keyring daemon.
may 18 10:10:29 carlos-pc systemd[1859]: Finished Update XDG user dir configuration.
may 18 10:10:29 carlos-pc systemd[1859]: Reached target Main User Target.
may 18 10:10:29 carlos-pc systemd[1859]: Startup finished in 143ms.
may 18 10:10:29 carlos-pc gnome-keyring-daemon[1881]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
may 18 10:10:29 carlos-pc systemd[1859]: Created slice User Core Session Slice.
may 18 10:10:29 carlos-pc systemd[1859]: Starting D-Bus User Message Bus...
may 18 10:10:29 carlos-pc dbus-broker-launch[1892]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
may 18 10:10:29 carlos-pc dbus-broker-launch[1892]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
may 18 10:10:29 carlos-pc systemd[1859]: Started D-Bus User Message Bus.
may 18 10:10:29 carlos-pc dbus-broker-launch[1892]: Ready
may 18 10:10:29 carlos-pc gdm-password][1344]: gkr-pam: unlocked login keyring
may 18 10:10:30 carlos-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
may 18 10:10:30 carlos-pc kernel: rfkill: input handler enabled
may 18 10:10:30 carlos-pc gsd-media-keys[1032]: Unable to get default source
may 18 10:10:30 carlos-pc gsd-media-keys[1032]: Unable to get default sink
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (--) Log file renamed from "/home/carlos/.local/share/xorg/Xorg.pid-1910.log" to "/home/carlos/.local/share/xorg/Xorg.0.log"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: X.Org X Server 1.21.1.13
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: X Protocol Version 11, Revision 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: Current Operating System: Linux carlos-pc 6.9.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 17 May 2024 16:56:38 +0000 x86_64
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f6236f1f-c628-4fc2-88eb-88adb2ee5b06 rw loglevel=3 quiet
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:  
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: Current version of pixman: 0.43.4
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         Before reporting problems, check [url]http://wiki.x.org[/url]
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         to make sure that you have the latest version.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: Markers: (--) probed, (**) from config file, (==) default setting,
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         (++) from command line, (!!) notice, (II) informational,
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Log file: "/home/carlos/.local/share/xorg/Xorg.0.log", Time: Sat May 18 10:10:30 2024
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Using config directory: "/etc/X11/xorg.conf.d"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) No Layout section.  Using the first Screen section.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) No screen section available. Using defaults.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) |-->Screen "Default Screen Section" (0)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) |   |-->Monitor "<default monitor>"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) No monitor specified for screen "Default Screen Section".
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         Using a default monitor configuration.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Allowing byte-swapped clients
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Automatically adding devices
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Automatically enabling devices
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Automatically adding GPU devices
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Automatically binding GPU devices
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Max clients allowed: 256, resource mask: 0x1fffff
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (WW) The directory "/usr/share/fonts/misc" does not exist.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         Entry deleted from font path.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         Entry deleted from font path.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         Entry deleted from font path.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         Entry deleted from font path.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         Entry deleted from font path.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         Entry deleted from font path.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) FontPath set to:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) ModulePath set to "/usr/lib/xorg/modules"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) The server relies on udev to provide the list of input devices.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Module ABI versions:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         X.Org ANSI C Emulation: 0.4
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         X.Org Video Driver: 25.2
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         X.Org XInput driver : 24.4
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         X.Org Server Extension : 10.0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (++) using VT number 2
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) xfree86: Adding drm device (/dev/dri/card1)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/drm/card1
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (--) PCI:*(3@0:0:0) 1002:747e:1043:05fd rev 200, Mem @ 0x4000000000/17179869184, 0x4400000000/268435456, 0x85400000/1048576, I/O @ 0x00006000/256, BIOS @ 0x????????/131072
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) LoadModule: "glx"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Module glx: vendor="X.Org Foundation"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         compiled for 1.21.1.13, module version = 1.0.0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         ABI class: X.Org Server Extension, version 10.0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Matched ati as autoconfigured driver 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Matched modesetting as autoconfigured driver 1
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Matched fbdev as autoconfigured driver 2
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Matched vesa as autoconfigured driver 3
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) Assigned the driver to the xf86ConfigLayout
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) LoadModule: "ati"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (WW) Warning, couldn't open module ati
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (EE) Failed to load module "ati" (module does not exist, 0)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) LoadModule: "modesetting"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Module modesetting: vendor="X.Org Foundation"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         compiled for 1.21.1.13, module version = 1.21.1
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         Module class: X.Org Video Driver
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         ABI class: X.Org Video Driver, version 25.2
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) LoadModule: "fbdev"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (WW) Warning, couldn't open module fbdev
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (EE) Failed to load module "fbdev" (module does not exist, 0)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) LoadModule: "vesa"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (WW) Warning, couldn't open module vesa
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (EE) Failed to load module "vesa" (module does not exist, 0)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): using drv /dev/dri/card1
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Creating default Display subsection in Screen section
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         "Default Screen Section" for depth/fbbpp 24/32
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) modeset(0): Depth 24, (==) framebuffer bpp 32
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) modeset(0): RGB weight 888
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) modeset(0): Default visual is TrueColor
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Loading sub module "glamoregl"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) LoadModule: "glamoregl"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Module glamoregl: vendor="X.Org Foundation"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         compiled for 1.21.1.13, module version = 1.0.1
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         ABI class: X.Org ANSI C Emulation, version 0.4
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): glamor X acceleration enabled on AMD Radeon RX 7800 XT (radeonsi, navi32, LLVM 17.0.6, DRM 3.57, 6.9.1-arch1-1)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): glamor initialized
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) modeset(0): VariableRefresh: disabled
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) modeset(0): AsyncFlipSecondaries: disabled
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Output DP-1 has no monitor section
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Output DP-2 has no monitor section
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Output DP-3 has no monitor section
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Output HDMI-1 has no monitor section
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID for output DP-1
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID for output DP-2
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Manufacturer: SAM  Model: 71da  Serial#: 893464629
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Year: 2021  Week: 18
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID Version: 1.4
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Digital Display Input
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 8 bits per channel
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Digital interface is DisplayPort
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Max Image Size [cm]: horiz.: 53  vert.: 30
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Gamma: 2.20
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): DPMS capabilities: Off
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): First detailed timing is preferred mode
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Preferred mode is native pixel format and refresh rate
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): redX: 0.651 redY: 0.336   greenX: 0.326 greenY: 0.616
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): blueX: 0.153 blueY: 0.073   whiteX: 0.313 whiteY: 0.329
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported established timings:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 720x400@70Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 640x480@60Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 640x480@67Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 640x480@72Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 640x480@75Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 800x600@56Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 800x600@60Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 800x600@72Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 800x600@75Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 832x624@75Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 1024x768@60Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 1024x768@70Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 1024x768@75Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 1280x1024@75Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 1152x864@75Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Manufacturer's mask: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported standard timings:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): #6: hsize: 1152  vsize 864  refresh: 75  vid: 20337
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported detailed timing:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): clock: 384.1 MHz   Image Size:  527 x 296 mm
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): h_active: 1920  h_sync: 1978  h_sync_end 2010 h_blank_end 2070 h_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): v_active: 1080  v_sync: 1102  v_sync_end 1110 v_blanking: 1125 v_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Ranges: V min: 48 V max: 165 Hz, H min: 30 H max: 167 kHz, PixClock max 405 MHz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Monitor name: LS24AG32x
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Serial No: H9JWC00210
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported detailed timing:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): clock: 297.0 MHz   Image Size:  527 x 296 mm
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported detailed timing:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported detailed timing:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): clock: 346.5 MHz   Image Size:  527 x 296 mm
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1157 v_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Number of EDID sections to follow: 1
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID (in hex):
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         00ffffffffffff004c2dda7135304135
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         121f0104a5351e782acb75a656539d27
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         125054bfef8081c0810081809500a9c0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         b300714f01010e96809670382d403a20
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         68040f282100001e000000fd0030a51e
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         a728000a202020202020000000fc004c
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         53323441473332780a202020000000ff
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         0048394a57433030323130202020010e
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         020315e148903f1f4004131203230907
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         07830100000474801871382d40582c45
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         000f282100001e023a801871382d4058
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         2c45000f282100001e5a8780a070384d
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         40302035000f282100001e0000000000
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         00000000000000000000000000000000
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         00000000000000000000000000000000
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         000000000000000000000000000000e6
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Printing probed modes for output DP-2
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1920x1080"x165.0  384.14  1920 1978 2010 2070  1080 1102 1110 1125 +hsync +vsync (185.6 kHz eP)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1920x1080"x144.0  346.50  1920 1968 2000 2080  1080 1083 1088 1157 +hsync +vsync (166.6 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1920x1080"x120.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1920x1080"x100.0  297.00  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (112.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1920x1080"x119.9  296.70  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (134.9 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID for output DP-3
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID for output HDMI-1
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Manufacturer: GSM  Model: 5acd  Serial#: 16843009
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Year: 2014  Week: 1
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID Version: 1.3
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Digital Display Input
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Max Image Size [cm]: horiz.: 41  vert.: 23
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Gamma: 2.20
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): DPMS capabilities: StandBy Suspend Off
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): First detailed timing is preferred mode
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): redX: 0.636 redY: 0.345   greenX: 0.332 greenY: 0.609
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): blueX: 0.156 blueY: 0.061   whiteX: 0.313 whiteY: 0.329
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported established timings:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 720x400@70Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 640x480@60Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 640x480@75Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 800x600@56Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 800x600@60Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 800x600@75Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 832x624@75Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 1024x768@60Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): 1024x768@75Hz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Manufacturer's mask: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported standard timings:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): #0: hsize: 640  vsize 480  refresh: 75  vid: 20273
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): #1: hsize: 800  vsize 600  refresh: 75  vid: 20293
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): #3: hsize: 1280  vsize 720  refresh: 60  vid: 49281
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported detailed timing:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): clock: 85.5 MHz   Image Size:  410 x 230 mm
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): h_active: 1366  h_sync: 1436  h_sync_end 1579 h_blank_end 1792 h_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 774 v_blanking: 798 v_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 61 kHz, PixClock max 95 MHz
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Monitor name: LG HD
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Serial No:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported detailed timing:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): clock: 74.2 MHz   Image Size:  440 x 250 mm
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Supported detailed timing:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): clock: 27.0 MHz   Image Size:  440 x 250 mm
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Number of EDID sections to follow: 1
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID (in hex):
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         00ffffffffffff001e6dcd5a01010101
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         0118010380291778ead025a258559c28
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         0f5054a76a00314f454f614f81c00101
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         010101010101662156aa51001e30468f
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         33009ae61000001e000000fd00384b1e
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         3d09000a202020202020000000fc004c
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         472048440a20202020202020000000ff
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         000a20202020202020202020202001ff
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         020318f1458413011203230907078301
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         000065030c0010000000000000000000
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         00000000000000000000000000000000
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         000000000000000000000000011d0072
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         51d01e206e285500b8fa1000001e8c0a
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         d08a20e02d10103e9600b8fa10000018
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         00000000000000000000000000000000
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0):         00000000000000000000000000000019
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "1024x576" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "1280x720" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "1280x720" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Printing probed modes for output HDMI-1
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Output DP-1 disconnected
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Output DP-2 connected
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Output DP-3 disconnected
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Output HDMI-1 connected
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using spanning desktop for initial modes
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Output DP-2 using initial mode 1920x1080 +0+0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Output HDMI-1 using initial mode 1366x768 +1920+0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) modeset(0): DPI set to (96, 96)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Loading sub module "fb"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) LoadModule: "fb"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Module "fb" already built-in
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) modeset(0): Backing store enabled
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) modeset(0): Silken mouse enabled
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (==) modeset(0): DPMS enabled
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): [DRI2] Setup complete
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): [DRI2]   DRI driver: radeonsi
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension Generic Event Extension
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension SHAPE
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension MIT-SHM
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension XInputExtension
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension XTEST
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension BIG-REQUESTS
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension SYNC
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension XKEYBOARD
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension XC-MISC
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension SECURITY
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension XFIXES
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension RENDER
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension RANDR
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension COMPOSITE
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension DAMAGE
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension MIT-SCREEN-SAVER
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension DOUBLE-BUFFER
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension RECORD
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension DPMS
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension Present
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension DRI3
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension X-Resource
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension XVideo
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension XVideo-MotionCompensation
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension GLX
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) AIGLX: Loaded and initialized radeonsi
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) GLX: Initialized DRI2 GL provider for screen 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension XFree86-VidModeExtension
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension XFree86-DGA
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension XFree86-DRI
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Initializing extension DRI2
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Damage tracking initialized
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Setting screen physical size to 869 x 285
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Power Button: Applying InputClass "system-keyboard"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) LoadModule: "libinput"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Module libinput: vendor="X.Org Foundation"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         compiled for 1.21.1.8, module version = 1.4.0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         Module class: X.Org XInput Driver
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]:         ABI class: X.Org XInput driver, version 24.4
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Using input driver 'libinput' for 'Power Button'
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Power Button: always reports core events
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "Device" "/dev/input/event2"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event2  - Power Button: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event2  - Power Button: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event2  - Power Button: device removed
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "xkb_layout" "es"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event2  - Power Button: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event2  - Power Button: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Power Button: Applying InputClass "system-keyboard"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Using input driver 'libinput' for 'Power Button'
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 30 paused 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Power Button: always reports core events
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "Device" "/dev/input/event1"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event1  - Power Button: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event1  - Power Button: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event1  - Power Button: device removed
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "xkb_layout" "es"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event1  - Power Button: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event1  - Power Button: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Sleep Button: Applying InputClass "system-keyboard"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Using input driver 'libinput' for 'Sleep Button'
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 31 paused 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Sleep Button: always reports core events
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "Device" "/dev/input/event0"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event0  - Sleep Button: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event0  - Sleep Button: device removed
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "xkb_layout" "es"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event0  - Sleep Button: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event11)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event12)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event13)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event14)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event5)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) SONiX USB DEVICE: Applying InputClass "libinput keyboard catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) SONiX USB DEVICE: Applying InputClass "system-keyboard"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Using input driver 'libinput' for 'SONiX USB DEVICE'
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) SONiX USB DEVICE: always reports core events
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "Device" "/dev/input/event5"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event5  - SONiX USB DEVICE: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event5  - SONiX USB DEVICE: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event5  - SONiX USB DEVICE: device removed
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:0C45:5004.0006/input/input16/event5"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) XINPUT: Adding extended input device "SONiX USB DEVICE" (type: KEYBOARD, id 9)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "xkb_layout" "es"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event5  - SONiX USB DEVICE: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event5  - SONiX USB DEVICE: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device SONiX USB DEVICE Keyboard (/dev/input/event6)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) SONiX USB DEVICE Keyboard: Applying InputClass "libinput keyboard catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) SONiX USB DEVICE Keyboard: Applying InputClass "system-keyboard"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Using input driver 'libinput' for 'SONiX USB DEVICE Keyboard'
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 33 paused 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) SONiX USB DEVICE Keyboard: always reports core events
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "Device" "/dev/input/event6"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event6  - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event6  - SONiX USB DEVICE Keyboard: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event6  - SONiX USB DEVICE Keyboard: device removed
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) libinput: SONiX USB DEVICE Keyboard: needs a virtual subdevice
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:0C45:5004.0007/input/input17/event6"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) XINPUT: Adding extended input device "SONiX USB DEVICE Keyboard" (type: MOUSE, id 10)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "AccelerationScheme" "none"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) SONiX USB DEVICE Keyboard: (accel) selected scheme none/0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) SONiX USB DEVICE Keyboard: (accel) acceleration factor: 2.000
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) SONiX USB DEVICE Keyboard: (accel) acceleration threshold: 4
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event6  - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event6  - SONiX USB DEVICE Keyboard: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event7)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event4)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Logitech Wireless Mouse: Applying InputClass "libinput keyboard catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Logitech Wireless Mouse: Applying InputClass "system-keyboard"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 34 paused 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Logitech Wireless Mouse: always reports core events
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "Device" "/dev/input/event4"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event4  - Logitech Wireless Mouse: is tagged by udev as: Keyboard Mouse
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event4  - Logitech Wireless Mouse: device is a pointer
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event4  - Logitech Wireless Mouse: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event4  - Logitech Wireless Mouse: device removed
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) libinput: Logitech Wireless Mouse: needs a virtual subdevice
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/0003:046D:4054.0005/input/input15/event4"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 11)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "AccelerationScheme" "none"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Logitech Wireless Mouse: (accel) selected scheme none/0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event4  - Logitech Wireless Mouse: is tagged by udev as: Keyboard Mouse
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event4  - Logitech Wireless Mouse: device is a pointer
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event4  - Logitech Wireless Mouse: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse0)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Logitech Wireless Mouse: Applying InputClass "system-keyboard"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device Jieli Technology UACDemoV1.0 (/dev/input/event3)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Jieli Technology UACDemoV1.0: Applying InputClass "libinput keyboard catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Jieli Technology UACDemoV1.0: Applying InputClass "system-keyboard"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Using input driver 'libinput' for 'Jieli Technology UACDemoV1.0'
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 35 paused 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Jieli Technology UACDemoV1.0: always reports core events
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "Device" "/dev/input/event3"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event3  - Jieli Technology UACDemoV1.0: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event3  - Jieli Technology UACDemoV1.0: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event3  - Jieli Technology UACDemoV1.0: device removed
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.1/1-9.1:1.4/0003:4C4A:4155.0004/input/input9/event3"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) XINPUT: Adding extended input device "Jieli Technology UACDemoV1.0" (type: KEYBOARD, id 12)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "xkb_layout" "es"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event3  - Jieli Technology UACDemoV1.0: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event3  - Jieli Technology UACDemoV1.0: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event15)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event16)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event17)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event18)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event19)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event20)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event21)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event10)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 36 paused 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Asus WMI hotkeys: always reports core events
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "Device" "/dev/input/event10"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event10 - Asus WMI hotkeys: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event10 - Asus WMI hotkeys: device removed
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input21/event10"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "xkb_layout" "es"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event10 - Asus WMI hotkeys: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event9)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 37 paused 0
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Eee PC WMI hotkeys: always reports core events
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "Device" "/dev/input/event9"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event9  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event9  - Eee PC WMI hotkeys: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event9  - Eee PC WMI hotkeys: device removed
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input20/event9"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 14)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "xkb_layout" "es"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event9  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event9  - Eee PC WMI hotkeys: device is a keyboard
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) No input driver specified, ignoring this device.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) This device may have been added with another device file.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) SONiX USB DEVICE Keyboard: Applying InputClass "libinput keyboard catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) SONiX USB DEVICE Keyboard: Applying InputClass "system-keyboard"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Using input driver 'libinput' for 'SONiX USB DEVICE Keyboard'
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) SONiX USB DEVICE Keyboard: always reports core events
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "Device" "/dev/input/event6"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) libinput: SONiX USB DEVICE Keyboard: is a virtual subdevice
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:0C45:5004.0007/input/input17/event6"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) XINPUT: Adding extended input device "SONiX USB DEVICE Keyboard" (type: KEYBOARD, id 15)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "xkb_layout" "es"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Logitech Wireless Mouse: Applying InputClass "libinput keyboard catchall"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Logitech Wireless Mouse: Applying InputClass "system-keyboard"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Logitech Wireless Mouse: always reports core events
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "Device" "/dev/input/event4"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) libinput: Logitech Wireless Mouse: is a virtual subdevice
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/0003:046D:4054.0005/input/input15/event4"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: KEYBOARD, id 16)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (**) Option "xkb_layout" "es"
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1956]: /etc/gdm/Xsession: Beginning session setup...
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1972]: localuser:carlos being added to access control list
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1956]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/gnome-session
may 18 10:10:30 carlos-pc systemd[1859]: Starting Accessibility services bus...
may 18 10:10:30 carlos-pc systemd[1859]: Started Accessibility services bus.
may 18 10:10:30 carlos-pc at-spi-bus-launcher[1999]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
may 18 10:10:30 carlos-pc at-spi-bus-launcher[1999]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
may 18 10:10:30 carlos-pc dbus-broker-launch[1999]: Ready
may 18 10:10:30 carlos-pc systemd[1859]: Created slice Slice /app/gnome-session-manager.
may 18 10:10:30 carlos-pc systemd[1859]: Reached target GNOME X11 Session.
may 18 10:10:30 carlos-pc systemd[1859]: Reached target Session services which should run early before the graphical session is brought up.
may 18 10:10:30 carlos-pc systemd[1859]: Reached target GNOME Shell.
may 18 10:10:30 carlos-pc systemd[1859]: Starting Monitor Session leader for GNOME Session...
may 18 10:10:30 carlos-pc systemd[1859]: Started Monitor Session leader for GNOME Session.
may 18 10:10:30 carlos-pc systemd[1859]: Reached target Tasks to be run before GNOME Session starts.
may 18 10:10:30 carlos-pc systemd[1859]: Starting GNOME Session Manager (session: gnome)...
may 18 10:10:30 carlos-pc gnome-keyring-daemon[1881]: The PKCS#11 component was already initialized
may 18 10:10:30 carlos-pc gnome-keyring-d[1881]: The PKCS#11 component was already initialized
may 18 10:10:30 carlos-pc gnome-keyring-pkcs11.desktop[2037]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
may 18 10:10:30 carlos-pc gnome-keyring-daemon[2037]: discover_other_daemon: 1
may 18 10:10:30 carlos-pc gnome-keyring-daemon[2040]: discover_other_daemon: 1
may 18 10:10:30 carlos-pc gnome-keyring-ssh.desktop[2040]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
may 18 10:10:30 carlos-pc systemd[1859]: app-gnome-gnome\x2dkeyring\x2dpkcs11-2028.scope: PID 2028 vanished before we could move it to target cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dpkcs11-2028.scope', skipping: No such process
may 18 10:10:30 carlos-pc systemd[1859]: app-gnome-gnome\x2dkeyring\x2dpkcs11-2028.scope: No PIDs left to attach to the scope's control group, refusing.
may 18 10:10:30 carlos-pc systemd[1859]: app-gnome-gnome\x2dkeyring\x2dpkcs11-2028.scope: Failed with result 'resources'.
may 18 10:10:30 carlos-pc systemd[1859]: Failed to start Application launched by gnome-session-binary.
may 18 10:10:30 carlos-pc systemd[1859]: Started Application launched by gnome-session-binary.
may 18 10:10:30 carlos-pc systemd[1859]: app-gnome-gnome\x2dkeyring\x2dssh-2029.scope: PID 2029 vanished before we could move it to target cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dssh-2029.scope', skipping: No such process
may 18 10:10:30 carlos-pc systemd[1859]: app-gnome-gnome\x2dkeyring\x2dssh-2029.scope: No PIDs left to attach to the scope's control group, refusing.
may 18 10:10:30 carlos-pc systemd[1859]: app-gnome-gnome\x2dkeyring\x2dssh-2029.scope: Failed with result 'resources'.
may 18 10:10:30 carlos-pc systemd[1859]: Failed to start Application launched by gnome-session-binary.
may 18 10:10:30 carlos-pc gnome-keyring-daemon[1881]: The Secret Service was already initialized
may 18 10:10:30 carlos-pc gnome-keyring-d[1881]: The Secret Service was already initialized
may 18 10:10:30 carlos-pc gnome-keyring-daemon[2042]: discover_other_daemon: 1
may 18 10:10:30 carlos-pc gnome-keyring-secrets.desktop[2042]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
may 18 10:10:30 carlos-pc systemd[1859]: Started GNOME Session Manager (session: gnome).
may 18 10:10:30 carlos-pc systemd[1859]: Reached target GNOME Session Manager is ready.
may 18 10:10:30 carlos-pc systemd[1859]: GNOME Shell on Wayland was skipped because of an unmet condition check (ConditionEnvironment=XDG_SESSION_TYPE=wayland).
may 18 10:10:30 carlos-pc systemd[1859]: Starting GNOME Shell on X11...
may 18 10:10:30 carlos-pc systemd[1859]: Starting Virtual filesystem service...
may 18 10:10:30 carlos-pc systemd[1859]: Started Virtual filesystem service.
may 18 10:10:30 carlos-pc gnome-shell[2044]: Running GNOME Shell (using mutter 46.1) as a X11 window and compositing manager
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID vendor "GSM", prod id 23245
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using EDID range info for horizontal sync
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using EDID range info for vertical refresh
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Printing DDC gathered Modelines:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Disabling kernel dirty updates, not required.
may 18 10:10:30 carlos-pc systemd[1859]: Created slice Slice /app/dbus-:1.7-org.a11y.atspi.Registry.
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID vendor "GSM", prod id 23245
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using hsync ranges from config file
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using vrefresh ranges from config file
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Printing DDC gathered Modelines:
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 18 10:10:30 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 18 10:10:30 carlos-pc systemd[1859]: Started dbus-:1.7-org.a11y.atspi.Registry@0.service.
may 18 10:10:30 carlos-pc at-spi2-registryd[2088]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
may 18 10:10:31 carlos-pc gnome-shell[2044]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
may 18 10:10:31 carlos-pc gnome-shell[2044]: Will monitor session 3
may 18 10:10:31 carlos-pc systemd[1859]: Created slice Slice /app/dbus-:1.2-org.gnome.Shell.Screencast.
may 18 10:10:31 carlos-pc systemd[1859]: Started dbus-:1.2-org.gnome.Shell.Screencast@0.service.
may 18 10:10:31 carlos-pc systemd[1859]: Created slice Slice /app/dbus-:1.2-org.gnome.Shell.CalendarServer.
may 18 10:10:31 carlos-pc systemd[1859]: Started dbus-:1.2-org.gnome.Shell.CalendarServer@0.service.
may 18 10:10:31 carlos-pc systemd[1859]: Starting sandboxed app permission store...
may 18 10:10:31 carlos-pc systemd[1859]: Started sandboxed app permission store.
may 18 10:10:31 carlos-pc systemd[1859]: Created slice Slice /app/dbus-:1.2-org.gnome.Shell.Notifications.
may 18 10:10:31 carlos-pc systemd[1859]: Started dbus-:1.2-org.gnome.Shell.Notifications@0.service.
may 18 10:10:31 carlos-pc gnome-shell[2044]: Could not issue 'GetUnit' systemd call
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME Shell on X11.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME Session is initialized.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME session X11 services.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME Session (session: gnome).
may 18 10:10:31 carlos-pc systemd[1859]: Starting Evolution source registry...
may 18 10:10:31 carlos-pc systemd[1859]: Starting Signal initialization done to GNOME Session Manager...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME accessibility service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME color management service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME date & time service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME maintenance of expirable data service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME keyboard configuration service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME keyboard shortcuts service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME power management service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME printer notifications service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME RFKill support service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME FreeDesktop screensaver service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME file sharing service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME smartcard service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME sound sample caching service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME USB protection service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME Wacom tablet support service...
may 18 10:10:31 carlos-pc systemd[1859]: Starting GNOME XSettings service...
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME accessibility service.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME accessibility target.
may 18 10:10:31 carlos-pc gnome-session-binary[2021]: Entering running state
may 18 10:10:31 carlos-pc systemd[1859]: Finished Signal initialization done to GNOME Session Manager.
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME printer notifications service.
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME FreeDesktop screensaver service.
may 18 10:10:31 carlos-pc kernel: rfkill: input handler disabled
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME maintenance of expirable data service.
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME smartcard service.
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME file sharing service.
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME RFKill support service.
may 18 10:10:31 carlos-pc systemd[1859]: Started Application launched by gnome-session-binary.
may 18 10:10:31 carlos-pc systemd[1859]: Started Application launched by gnome-session-binary.
may 18 10:10:31 carlos-pc systemd[1859]: Started Application launched by gnome-session-binary.
may 18 10:10:31 carlos-pc systemd[1859]: Started Application launched by gnome-session-binary.
may 18 10:10:31 carlos-pc systemd[1859]: Started Application launched by gnome-session-binary.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME maintenance of expirable data target.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME printer notifications target.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME RFKill support target.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME FreeDesktop screensaver target.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME file sharing target.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME smartcard target.
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME date & time service.
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME sound sample caching service.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME date & time target.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME sound sample caching target.
may 18 10:10:31 carlos-pc gnome-shell[2044]: Failed to launch ibus-daemon: Falló al ejecutar el proceso hijo «ibus-daemon» (No existe el fichero o el directorio)
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME keyboard configuration service.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME keyboard configuration target.
may 18 10:10:31 carlos-pc gnome-shell[2044]: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead.
                                             0 inhibit() ["resource:///org/gnome/shell/misc/loginManager.js":209:8]
                                             1 InterpretGeneratorResume() ["self-hosted":1455:33]
                                             2 AsyncFunctionNext() ["self-hosted":852:26]
                                             3 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19]
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME USB protection service.
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME color management service.
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME power management service.
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME keyboard shortcuts service.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME color management target.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME keyboard shortcuts target.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME power management target.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME USB protection target.
may 18 10:10:31 carlos-pc systemd[1]: Starting Disk Manager...
may 18 10:10:31 carlos-pc systemd[1859]: Created slice Slice /app/dbus-:1.2-org.gnome.ScreenSaver.
may 18 10:10:31 carlos-pc systemd[1859]: Started dbus-:1.2-org.gnome.ScreenSaver@0.service.
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME Wacom tablet support service.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME Wacom tablet support target.
may 18 10:10:31 carlos-pc systemd[1859]: Started PipeWire Multimedia Service.
may 18 10:10:31 carlos-pc systemd[1859]: Started Multimedia Service Session Manager.
may 18 10:10:31 carlos-pc systemd[1859]: Started PipeWire PulseAudio.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 6 threads of 4 processes of 1 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 6 threads of 4 processes of 1 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 6 threads of 4 processes of 1 users.
may 18 10:10:31 carlos-pc udisksd[2303]: udisks daemon version 2.10.1 starting
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Successfully made thread 2310 of process 2310 owned by '1000' high priority at nice level -11.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 7 threads of 5 processes of 2 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Successfully made thread 2335 of process 2310 owned by '1000' RT at priority 20.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 8 threads of 5 processes of 2 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 8 threads of 5 processes of 2 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 8 threads of 5 processes of 2 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 8 threads of 5 processes of 2 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 8 threads of 5 processes of 2 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 8 threads of 5 processes of 2 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 8 threads of 5 processes of 2 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Successfully made thread 2314 of process 2314 owned by '1000' high priority at nice level -11.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 9 threads of 6 processes of 2 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Successfully made thread 2316 of process 2316 owned by '1000' high priority at nice level -11.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 10 threads of 7 processes of 2 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Successfully made thread 2367 of process 2316 owned by '1000' RT at priority 20.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 11 threads of 7 processes of 2 users.
may 18 10:10:31 carlos-pc gsd-usb-protect[2192]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
may 18 10:10:31 carlos-pc gsd-media-keys[2172]: Failed to grab accelerator for keybinding settings:rotate-video-lock
may 18 10:10:31 carlos-pc gsd-media-keys[2172]: Failed to grab accelerator for keybinding settings:hibernate
may 18 10:10:31 carlos-pc gsd-media-keys[2172]: Failed to grab accelerator for keybinding settings:playback-repeat
may 18 10:10:31 carlos-pc gsd-media-keys[2172]: Failed to grab accelerator for keybinding settings:playback-random
may 18 10:10:31 carlos-pc gsd-media-keys[2172]: Failed to grab accelerator for keybinding settings:screensaver
may 18 10:10:31 carlos-pc gnome-shell[2044]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
may 18 10:10:31 carlos-pc systemd[1859]: Starting Virtual filesystem service - disk device monitor...
may 18 10:10:31 carlos-pc systemd[1]: Started Disk Manager.
may 18 10:10:31 carlos-pc udisksd[2303]: Acquired the name org.freedesktop.UDisks2 on the system message bus
may 18 10:10:31 carlos-pc systemd[1859]: Starting Portal service...
may 18 10:10:31 carlos-pc systemd[1859]: Started Virtual filesystem service - disk device monitor.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc wireplumber[2314]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 18 10:10:31 carlos-pc systemd[1859]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
may 18 10:10:31 carlos-pc systemd[1859]: Created slice Slice /app/dbus-:1.2-org.gnome.OnlineAccounts.
may 18 10:10:31 carlos-pc systemd[1859]: Started dbus-:1.2-org.gnome.OnlineAccounts@0.service.
may 18 10:10:31 carlos-pc systemd[1859]: Starting flatpak document portal service...
may 18 10:10:31 carlos-pc systemd[1859]: Started flatpak document portal service.
may 18 10:10:31 carlos-pc goa-daemon[2453]: goa-daemon version 3.50.1 starting
may 18 10:10:31 carlos-pc systemd[1859]: Created slice Slice /app/dbus-:1.2-org.gnome.Identity.
may 18 10:10:31 carlos-pc systemd[1859]: Started dbus-:1.2-org.gnome.Identity@0.service.
may 18 10:10:31 carlos-pc systemd[1859]: Started Virtual filesystem service - GNOME Online Accounts monitor.
may 18 10:10:31 carlos-pc systemd[1859]: Starting Virtual filesystem service - digital camera monitor...
may 18 10:10:31 carlos-pc systemd[1859]: Started Virtual filesystem service - digital camera monitor.
may 18 10:10:31 carlos-pc systemd[1859]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
may 18 10:10:31 carlos-pc systemd[1859]: Started Virtual filesystem service - Media Transfer Protocol monitor.
may 18 10:10:31 carlos-pc systemd[1859]: Starting Virtual filesystem service - Apple File Conduit monitor...
may 18 10:10:31 carlos-pc systemd[1859]: Started Evolution source registry.
may 18 10:10:31 carlos-pc systemd[1859]: Started Virtual filesystem service - Apple File Conduit monitor.
may 18 10:10:31 carlos-pc systemd[1859]: Starting Evolution calendar service...
may 18 10:10:31 carlos-pc systemd[1859]: Started GNOME XSettings service.
may 18 10:10:31 carlos-pc systemd[1859]: GNOME session X11 services is inactive.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME XSettings target.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME Session.
may 18 10:10:31 carlos-pc systemd[1859]: Reached target GNOME X11 Session (session: gnome).
may 18 10:10:31 carlos-pc systemd[1859]: Reached target Current graphical user session.
may 18 10:10:31 carlos-pc systemd[1859]: Starting Portal service (GNOME implementation)...
may 18 10:10:31 carlos-pc polkitd[791]: Registered Authentication Agent for unix-session:3 (system bus name :1.60 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale es_CO.UTF-8)
may 18 10:10:31 carlos-pc gnome-shell[2044]: Failed to import DBusMenu, quicklists are not available: Error: Requiring Dbusmenu, version none: Typelib file for namespace 'Dbusmenu' (any version) not found
may 18 10:10:31 carlos-pc gnome-shell[2044]: Failed to import DBusMenu, quicklists are not available: Error: Requiring Dbusmenu, version none: Typelib file for namespace 'Dbusmenu' (any version) not found
may 18 10:10:31 carlos-pc gnome-shell[2044]: Failed to import DBusMenu, quicklists are not available: Error: Requiring Dbusmenu, version none: Typelib file for namespace 'Dbusmenu' (any version) not found
may 18 10:10:31 carlos-pc systemd[1859]: Created slice Slice /app/dbus-:1.2-org.freedesktop.FileManager1.
may 18 10:10:31 carlos-pc NetworkManager[702]: <info>  [1716045031.6179] agent-manager: agent[298da06ca1d53fff,:1.60/org.gnome.Shell.NetworkAgent/1000]: agent registered
may 18 10:10:31 carlos-pc systemd[1859]: Started dbus-:1.2-org.freedesktop.FileManager1@0.service.
may 18 10:10:31 carlos-pc systemd[1859]: Starting Virtual filesystem metadata service...
may 18 10:10:31 carlos-pc systemd[1859]: Started Evolution calendar service.
may 18 10:10:31 carlos-pc systemd[1859]: Starting Evolution address book service...
may 18 10:10:31 carlos-pc systemd[1859]: Started Virtual filesystem metadata service.
may 18 10:10:31 carlos-pc systemd[1859]: Started Evolution address book service.
may 18 10:10:31 carlos-pc wireplumber[2314]: BlueZ system service is not available
may 18 10:10:31 carlos-pc wireplumber[2314]: [0:00:16.589471232] [2314] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
may 18 10:10:31 carlos-pc wireplumber[2314]: [0:00:16.589479183] [2314] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
may 18 10:10:31 carlos-pc wireplumber[2314]: [0:00:16.589490652] [2314]  INFO Camera camera_manager.cpp:284 libcamera v0.2.0
may 18 10:10:31 carlos-pc gsd-media-keys[2172]: Unable to get default sink
may 18 10:10:31 carlos-pc wireplumber[2314]: device number invalid for v4l2 device:nil
may 18 10:10:31 carlos-pc wireplumber[2314]: device number invalid for libcamera device:libcamera_device.\_SB_.PC00.XHCI.RHUB.HS10-10:1.0-1b3f:2247
may 18 10:10:31 carlos-pc pipewire[2310]: [0:00:16.595391546] [2310] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
may 18 10:10:31 carlos-pc pipewire[2310]: [0:00:16.595400331] [2310] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
may 18 10:10:31 carlos-pc pipewire[2310]: [0:00:16.595413642] [2310]  INFO Camera camera_manager.cpp:284 libcamera v0.2.0
may 18 10:10:31 carlos-pc pipewire[2310]: spa.v4l2: '/dev/video0' VIDIOC_QUERYCTRL: Error de entrada/salida
may 18 10:10:31 carlos-pc pipewire[2310]: spa.v4l2: '/dev/video0' VIDIOC_QUERYCTRL: Error de entrada/salida
may 18 10:10:31 carlos-pc gsd-media-keys[2172]: Unable to get default source
may 18 10:10:31 carlos-pc gsd-media-keys[2172]: Unable to get default sink
may 18 10:10:31 carlos-pc gsd-media-keys[2172]: Unable to get default source
may 18 10:10:31 carlos-pc nautilus[2526]: Connecting to org.freedesktop.Tracker3.Miner.Files
may 18 10:10:31 carlos-pc systemd[1859]: Started Portal service (GNOME implementation).
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 11 threads of 7 processes of 2 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 11 threads of 7 processes of 2 users.
may 18 10:10:31 carlos-pc rtkit-daemon[877]: Supervising 11 threads of 7 processes of 2 users.
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 18 10:10:31 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 18 10:10:31 carlos-pc systemd[1859]: Starting Portal service (GTK/GNOME implementation)...
may 18 10:10:31 carlos-pc systemd[1859]: Started Portal service (GTK/GNOME implementation).
may 18 10:10:31 carlos-pc systemd[1859]: Started Portal service.
may 18 10:10:32 carlos-pc slack.desktop[2201]: Initializing local storage instance
may 18 10:10:32 carlos-pc systemd[1859]: Created slice Slice /app/dbus-:1.2-org.gnome.NautilusPreviewer.
may 18 10:10:32 carlos-pc systemd[1859]: Created slice User Background Tasks Slice.
may 18 10:10:32 carlos-pc systemd[1859]: Started dbus-:1.2-org.gnome.NautilusPreviewer@0.service.
may 18 10:10:32 carlos-pc systemd[1859]: Starting Tracker file system data miner...
may 18 10:10:32 carlos-pc gnome-software[2188]: Failed to load /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: libfwupd.so.2: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
may 18 10:10:32 carlos-pc systemd[1859]: Created slice Slice /app/dbus-:1.2-org.gnome.Epiphany.WebAppProvider.
may 18 10:10:32 carlos-pc systemd[1859]: Started dbus-:1.2-org.gnome.Epiphany.WebAppProvider@0.service.
may 18 10:10:32 carlos-pc slack.desktop[2201]: (electron) Sending uncompressed crash reports is deprecated and will be removed in a future version of Electron. Set { compress: true } to opt-in to the new behavior. Crash reports will be uploaded gzipped, which most crash reporting servers support.
may 18 10:10:32 carlos-pc gnome-shell[2044]: GNOME Shell started at Sat May 18 2024 10:10:31 GMT-0500 (hora estándar de Colombia)
may 18 10:10:32 carlos-pc gnome-shell[2044]: Registering session with GDM
may 18 10:10:32 carlos-pc gnome-shell[858]: Connection to xwayland lost
may 18 10:10:32 carlos-pc gnome-shell[858]: Xwayland terminated, exiting since it was mandatory
may 18 10:10:32 carlos-pc gnome-shell[858]: JS ERROR: Gio.IOErrorEnum: Xwayland exited unexpectedly
                                            @resource:///org/gnome/shell/ui/init.js:21:20
may 18 10:10:32 carlos-pc gnome-shell[858]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception
may 18 10:10:32 carlos-pc systemd-logind[703]: Session 1 logged out. Waiting for processes to exit.
may 18 10:10:32 carlos-pc dbus-broker-launch[697]: Activation request for 'org.bluez' failed: The systemd unit 'dbus-org.bluez.service' could not be found.
may 18 10:10:32 carlos-pc polkitd[791]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.17, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale es_CO.UTF-8) (disconnected from bus)
may 18 10:10:32 carlos-pc systemd[1]: session-1.scope: Deactivated successfully.
may 18 10:10:32 carlos-pc systemd[1]: session-1.scope: Consumed 2.449s CPU time.
may 18 10:10:32 carlos-pc systemd-logind[703]: Removed session 1.
may 18 10:10:32 carlos-pc kernel: warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
may 18 10:10:32 carlos-pc gdm[770]: Gdm: Child process -837 was already dead.
may 18 10:10:32 carlos-pc gnome-keyring-daemon[1881]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
may 18 10:10:32 carlos-pc gnome-keyring-d[1881]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
may 18 10:10:32 carlos-pc systemd[1859]: Started Tracker file system data miner.
may 18 10:10:32 carlos-pc dockerd[1311]: time="2024-05-18T10:10:32.590810631-05:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.18.0.4:39429" dns-server="udp:190.248.0.9:53" error="read udp 172.18.0.4:39429->190.248.0.9:53: i/o timeout" question=";host.docker.internal.\tIN\t A" spanID=5dbc9760e3ba6197 traceID=2685c2c5cc04098a0ed7e8ac2fca928e
may 18 10:10:32 carlos-pc dockerd[1311]: time="2024-05-18T10:10:32.590848373-05:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.18.0.4:50986" dns-server="udp:190.248.0.9:53" error="read udp 172.18.0.4:50986->190.248.0.9:53: i/o timeout" question=";host.docker.internal.\tIN\t AAAA" spanID=b814bd96a975533a traceID=6c6e49b9a5f33696e7c312052895e6b3
may 18 10:10:32 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 18 10:10:32 carlos-pc containerd[772]: time="2024-05-18T10:10:32.703212719-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:32 carlos-pc containerd[772]: time="2024-05-18T10:10:32.703242068-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:32 carlos-pc containerd[772]: time="2024-05-18T10:10:32.703245572-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 18 10:10:32 carlos-pc dockerd[1311]: time="2024-05-18T10:10:32.703257808-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 18 10:10:32 carlos-pc kernel: vethcf3d11e: renamed from eth0
may 18 10:10:32 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth1d64fab) entered disabled state
may 18 10:10:32 carlos-pc NetworkManager[702]: <info>  [1716045032.7704] manager: (vethcf3d11e): new Veth device (/org/freedesktop/NetworkManager/Devices/13)
may 18 10:10:32 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth1d64fab) entered disabled state
may 18 10:10:32 carlos-pc kernel: veth1d64fab (unregistering): left allmulticast mode
may 18 10:10:32 carlos-pc kernel: veth1d64fab (unregistering): left promiscuous mode
may 18 10:10:32 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth1d64fab) entered disabled state
may 18 10:10:32 carlos-pc systemd[1]: run-docker-netns-f717064f27fe.mount: Deactivated successfully.
may 18 10:10:32 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 18 10:10:32 carlos-pc NetworkManager[702]: <info>  [1716045032.9002] manager: (vethbb07ef8): new Veth device (/org/freedesktop/NetworkManager/Devices/14)
may 18 10:10:32 carlos-pc NetworkManager[702]: <info>  [1716045032.9005] manager: (veth4e8d2f1): new Veth device (/org/freedesktop/NetworkManager/Devices/15)
may 18 10:10:32 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth4e8d2f1) entered blocking state
may 18 10:10:32 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth4e8d2f1) entered disabled state
may 18 10:10:32 carlos-pc kernel: veth4e8d2f1: entered allmulticast mode
may 18 10:10:32 carlos-pc kernel: veth4e8d2f1: entered promiscuous mode
may 18 10:10:32 carlos-pc containerd[772]: time="2024-05-18T10:10:32.940820491-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:10:32 carlos-pc containerd[772]: time="2024-05-18T10:10:32.940867281-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:10:32 carlos-pc containerd[772]: time="2024-05-18T10:10:32.940875503-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:32 carlos-pc containerd[772]: time="2024-05-18T10:10:32.940931752-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:32 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 18 10:10:33 carlos-pc NetworkManager[702]: <info>  [1716045033.1139] device (veth4e8d2f1): carrier: link connected
may 18 10:10:33 carlos-pc kernel: eth0: renamed from vethbb07ef8
may 18 10:10:33 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth4e8d2f1) entered blocking state
may 18 10:10:33 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth4e8d2f1) entered forwarding state
may 18 10:10:33 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 18 10:10:33 carlos-pc containerd[772]: time="2024-05-18T10:10:33.305632280-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:33 carlos-pc containerd[772]: time="2024-05-18T10:10:33.305659538-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:33 carlos-pc containerd[772]: time="2024-05-18T10:10:33.305662708-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 18 10:10:33 carlos-pc dockerd[1311]: time="2024-05-18T10:10:33.305700545-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 18 10:10:33 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth4e8d2f1) entered disabled state
may 18 10:10:33 carlos-pc kernel: vethbb07ef8: renamed from eth0
may 18 10:10:33 carlos-pc NetworkManager[702]: <info>  [1716045033.3638] manager: (vethbb07ef8): new Veth device (/org/freedesktop/NetworkManager/Devices/16)
may 18 10:10:33 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth4e8d2f1) entered disabled state
may 18 10:10:33 carlos-pc kernel: veth4e8d2f1 (unregistering): left allmulticast mode
may 18 10:10:33 carlos-pc kernel: veth4e8d2f1 (unregistering): left promiscuous mode
may 18 10:10:33 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth4e8d2f1) entered disabled state
may 18 10:10:33 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetha8ecccc) entered blocking state
may 18 10:10:33 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetha8ecccc) entered disabled state
may 18 10:10:33 carlos-pc kernel: vetha8ecccc: entered allmulticast mode
may 18 10:10:33 carlos-pc kernel: vetha8ecccc: entered promiscuous mode
may 18 10:10:33 carlos-pc NetworkManager[702]: <info>  [1716045033.5130] manager: (veth965047e): new Veth device (/org/freedesktop/NetworkManager/Devices/17)
may 18 10:10:33 carlos-pc NetworkManager[702]: <info>  [1716045033.5135] manager: (vetha8ecccc): new Veth device (/org/freedesktop/NetworkManager/Devices/18)
may 18 10:10:33 carlos-pc containerd[772]: time="2024-05-18T10:10:33.571112225-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:10:33 carlos-pc containerd[772]: time="2024-05-18T10:10:33.571388629-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:10:33 carlos-pc containerd[772]: time="2024-05-18T10:10:33.571397833-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:33 carlos-pc containerd[772]: time="2024-05-18T10:10:33.571490758-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:33 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 18 10:10:33 carlos-pc NetworkManager[702]: <info>  [1716045033.7276] device (vetha8ecccc): carrier: link connected
may 18 10:10:33 carlos-pc kernel: eth0: renamed from veth965047e
may 18 10:10:33 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetha8ecccc) entered blocking state
may 18 10:10:33 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetha8ecccc) entered forwarding state
may 18 10:10:33 carlos-pc systemd[1]: run-docker-netns-758f979d87e4.mount: Deactivated successfully.
may 18 10:10:33 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 18 10:10:33 carlos-pc containerd[772]: time="2024-05-18T10:10:33.886180331-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:33 carlos-pc containerd[772]: time="2024-05-18T10:10:33.886218086-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:33 carlos-pc containerd[772]: time="2024-05-18T10:10:33.886225136-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 18 10:10:33 carlos-pc dockerd[1311]: time="2024-05-18T10:10:33.886252784-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 18 10:10:33 carlos-pc kernel: veth965047e: renamed from eth0
may 18 10:10:33 carlos-pc NetworkManager[702]: <info>  [1716045033.9438] manager: (veth965047e): new Veth device (/org/freedesktop/NetworkManager/Devices/19)
may 18 10:10:33 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetha8ecccc) entered disabled state
may 18 10:10:33 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetha8ecccc) entered disabled state
may 18 10:10:33 carlos-pc kernel: vetha8ecccc (unregistering): left allmulticast mode
may 18 10:10:33 carlos-pc kernel: vetha8ecccc (unregistering): left promiscuous mode
may 18 10:10:33 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetha8ecccc) entered disabled state
may 18 10:10:34 carlos-pc systemd[1]: run-docker-netns-56505cb007a1.mount: Deactivated successfully.
may 18 10:10:34 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 18 10:10:34 carlos-pc gnome-shell[2044]: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in Get
                                             
                                             Stack trace:
                                               _promisify/proto[asyncFunc]/</<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:453:45
                                               @resource:///org/gnome/shell/ui/init.js:21:20
                                               ### Promise created here: ###
                                               getProperty@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/dbusProxy.js:89:33
                                               refreshProperty@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:306:48
                                               _refreshOwnProperties/<@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:192:32
                                               _refreshOwnProperties@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:190:51
                                               _onSignalAsync/refreshPropertiesPromises<@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:246:26
                                               _onSignalAsync@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:245:50
                                               async*_onSignal@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:204:14
                                               _init/<@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/dbusProxy.js:40:43
                                               @resource:///org/gnome/shell/ui/init.js:21:20
                                               
may 18 10:10:34 carlos-pc NetworkManager[702]: <info>  [1716045034.2940] manager: (veth4cd29c1): new Veth device (/org/freedesktop/NetworkManager/Devices/20)
may 18 10:10:34 carlos-pc NetworkManager[702]: <info>  [1716045034.2944] manager: (vethec74000): new Veth device (/org/freedesktop/NetworkManager/Devices/21)
may 18 10:10:34 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethec74000) entered blocking state
may 18 10:10:34 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethec74000) entered disabled state
may 18 10:10:34 carlos-pc kernel: vethec74000: entered allmulticast mode
may 18 10:10:34 carlos-pc kernel: vethec74000: entered promiscuous mode
may 18 10:10:34 carlos-pc containerd[772]: time="2024-05-18T10:10:34.330860714-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:10:34 carlos-pc containerd[772]: time="2024-05-18T10:10:34.331150774-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:10:34 carlos-pc containerd[772]: time="2024-05-18T10:10:34.331185910-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:34 carlos-pc containerd[772]: time="2024-05-18T10:10:34.331235929-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:34 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 18 10:10:34 carlos-pc NetworkManager[702]: <info>  [1716045034.4571] device (vethec74000): carrier: link connected
may 18 10:10:34 carlos-pc kernel: eth0: renamed from veth4cd29c1
may 18 10:10:34 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethec74000) entered blocking state
may 18 10:10:34 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethec74000) entered forwarding state
may 18 10:10:34 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 18 10:10:34 carlos-pc containerd[772]: time="2024-05-18T10:10:34.672533811-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:34 carlos-pc containerd[772]: time="2024-05-18T10:10:34.672573156-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:34 carlos-pc containerd[772]: time="2024-05-18T10:10:34.672577467-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 18 10:10:34 carlos-pc dockerd[1311]: time="2024-05-18T10:10:34.672605557-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 18 10:10:34 carlos-pc kernel: veth4cd29c1: renamed from eth0
may 18 10:10:34 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethec74000) entered disabled state
may 18 10:10:34 carlos-pc NetworkManager[702]: <info>  [1716045034.7570] manager: (veth4cd29c1): new Veth device (/org/freedesktop/NetworkManager/Devices/22)
may 18 10:10:34 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethec74000) entered disabled state
may 18 10:10:34 carlos-pc kernel: vethec74000 (unregistering): left allmulticast mode
may 18 10:10:34 carlos-pc kernel: vethec74000 (unregistering): left promiscuous mode
may 18 10:10:34 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethec74000) entered disabled state
may 18 10:10:34 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 18 10:10:35 carlos-pc NetworkManager[702]: <info>  [1716045035.4801] manager: (veth18bbe45): new Veth device (/org/freedesktop/NetworkManager/Devices/23)
may 18 10:10:35 carlos-pc NetworkManager[702]: <info>  [1716045035.4805] manager: (veth3deedc2): new Veth device (/org/freedesktop/NetworkManager/Devices/24)
may 18 10:10:35 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth3deedc2) entered blocking state
may 18 10:10:35 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth3deedc2) entered disabled state
may 18 10:10:35 carlos-pc kernel: veth3deedc2: entered allmulticast mode
may 18 10:10:35 carlos-pc kernel: veth3deedc2: entered promiscuous mode
may 18 10:10:35 carlos-pc containerd[772]: time="2024-05-18T10:10:35.521757483-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:10:35 carlos-pc containerd[772]: time="2024-05-18T10:10:35.521784410-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:10:35 carlos-pc containerd[772]: time="2024-05-18T10:10:35.521789318-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:35 carlos-pc containerd[772]: time="2024-05-18T10:10:35.521818185-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:35 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 18 10:10:35 carlos-pc NetworkManager[702]: <info>  [1716045035.6371] device (veth3deedc2): carrier: link connected
may 18 10:10:35 carlos-pc kernel: eth0: renamed from veth18bbe45
may 18 10:10:35 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth3deedc2) entered blocking state
may 18 10:10:35 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth3deedc2) entered forwarding state
may 18 10:10:35 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 18 10:10:35 carlos-pc containerd[772]: time="2024-05-18T10:10:35.786773206-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:35 carlos-pc containerd[772]: time="2024-05-18T10:10:35.786811360-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:35 carlos-pc containerd[772]: time="2024-05-18T10:10:35.786818031-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 18 10:10:35 carlos-pc dockerd[1311]: time="2024-05-18T10:10:35.786806168-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 18 10:10:35 carlos-pc kernel: veth18bbe45: renamed from eth0
may 18 10:10:35 carlos-pc NetworkManager[702]: <info>  [1716045035.8503] manager: (veth18bbe45): new Veth device (/org/freedesktop/NetworkManager/Devices/25)
may 18 10:10:35 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth3deedc2) entered disabled state
may 18 10:10:35 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth3deedc2) entered disabled state
may 18 10:10:35 carlos-pc kernel: veth3deedc2 (unregistering): left allmulticast mode
may 18 10:10:35 carlos-pc kernel: veth3deedc2 (unregistering): left promiscuous mode
may 18 10:10:35 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth3deedc2) entered disabled state
may 18 10:10:35 carlos-pc systemd[1]: run-docker-netns-bbd02a4401b1.mount: Deactivated successfully.
may 18 10:10:35 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 18 10:10:37 carlos-pc gnome-shell[2044]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
may 18 10:10:37 carlos-pc gnome-shell[2044]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
may 18 10:10:37 carlos-pc slack.desktop[2710]: [0518/101037.025327:ERROR:elf_dynamic_array_reader.h(64)] tag not found
may 18 10:10:37 carlos-pc slack.desktop[2710]: [0518/101037.026084:ERROR:elf_dynamic_array_reader.h(64)] tag not found
may 18 10:10:37 carlos-pc slack.desktop[2710]: [0518/101037.031356:ERROR:directory_reader_posix.cc(43)] opendir /home/carlos/.config/Slack/Crashpad/attachments/257b71b6-54eb-4ebf-a275-64ad056af2fc: No such file or directory (2)
may 18 10:10:37 carlos-pc systemd[1]: Created slice Slice /system/systemd-coredump.
may 18 10:10:37 carlos-pc systemd[1]: Started Process Core Dump (PID 3598/UID 0).
may 18 10:10:37 carlos-pc NetworkManager[702]: <info>  [1716045037.3961] manager: (veth0d3a170): new Veth device (/org/freedesktop/NetworkManager/Devices/26)
may 18 10:10:37 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth53e9f73) entered blocking state
may 18 10:10:37 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth53e9f73) entered disabled state
may 18 10:10:37 carlos-pc kernel: veth53e9f73: entered allmulticast mode
may 18 10:10:37 carlos-pc kernel: veth53e9f73: entered promiscuous mode
may 18 10:10:37 carlos-pc NetworkManager[702]: <info>  [1716045037.3965] manager: (veth53e9f73): new Veth device (/org/freedesktop/NetworkManager/Devices/27)
may 18 10:10:37 carlos-pc containerd[772]: time="2024-05-18T10:10:37.454587047-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:10:37 carlos-pc containerd[772]: time="2024-05-18T10:10:37.454629635-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:10:37 carlos-pc containerd[772]: time="2024-05-18T10:10:37.454637119-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:37 carlos-pc containerd[772]: time="2024-05-18T10:10:37.454685999-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:37 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 18 10:10:37 carlos-pc NetworkManager[702]: <info>  [1716045037.5541] device (veth53e9f73): carrier: link connected
may 18 10:10:37 carlos-pc kernel: eth0: renamed from veth0d3a170
may 18 10:10:37 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth53e9f73) entered blocking state
may 18 10:10:37 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth53e9f73) entered forwarding state
may 18 10:10:37 carlos-pc systemd-coredump[3600]: Process 2201 (slack) of user 1000 dumped core.
                                                  
                                                  Stack trace of thread 2201:
                                                  #0  0x000055cb1e4b00ca n/a (slack + 0x78720ca)
                                                  #1  0x000055cb1e4b01b7 n/a (slack + 0x78721b7)
                                                  #2  0x000055cb1e4b01b7 n/a (slack + 0x78721b7)
                                                  #3  0x000055cb1e4b01b7 n/a (slack + 0x78721b7)
                                                  #4  0x000055cb1e4b01b7 n/a (slack + 0x78721b7)
                                                  #5  0x000055cb1e4b01b7 n/a (slack + 0x78721b7)
                                                  #6  0x000055cb1e4b01b7 n/a (slack + 0x78721b7)
                                                  #7  0x000055cb1e4b01b7 n/a (slack + 0x78721b7)
                                                  #8  0x000055cb1e4aef5f n/a (slack + 0x7870f5f)
                                                  #9  0x000055cb1e4b042c n/a (slack + 0x787242c)
                                                  #10 0x000055cb1e4cd43e n/a (slack + 0x788f43e)
                                                  #11 0x000055cb1e4f97b7 n/a (slack + 0x78bb7b7)
                                                  #12 0x000055cb1e348d86 n/a (slack + 0x770ad86)
                                                  #13 0x000055cb1e34aaed n/a (slack + 0x770caed)
                                                  #14 0x000055cb19248e9e n/a (slack + 0x260ae9e)
                                                  #15 0x000055cb19c8cdf3 n/a (slack + 0x304edf3)
                                                  #16 0x000055cb19437950 n/a (slack + 0x27f9950)
                                                  #17 0x000055cb1c95fb4f n/a (slack + 0x5d21b4f)
                                                  #18 0x000055cb1c97c39d n/a (slack + 0x5d3e39d)
                                                  #19 0x000055cb1c97c98c n/a (slack + 0x5d3e98c)
                                                  #20 0x000055cb1c9defd1 n/a (slack + 0x5da0fd1)
                                                  #21 0x000055cb1c97d0dd n/a (slack + 0x5d3f0dd)
                                                  #22 0x000055cb1c9427dd n/a (slack + 0x5d047dd)
                                                  #23 0x000055cb1b9570ff n/a (slack + 0x4d190ff)
                                                  #24 0x000055cb1b958f52 n/a (slack + 0x4d1af52)
                                                  #25 0x000055cb1b9545a9 n/a (slack + 0x4d165a9)
                                                  #26 0x000055cb193ac274 n/a (slack + 0x276e274)
                                                  #27 0x000055cb193ada6e n/a (slack + 0x276fa6e)
                                                  #28 0x000055cb193ad886 n/a (slack + 0x276f886)
                                                  #29 0x000055cb193ab24b n/a (slack + 0x276d24b)
                                                  #30 0x000055cb193ab350 n/a (slack + 0x276d350)
                                                  #31 0x000055cb19091928 n/a (slack + 0x2453928)
                                                  #32 0x000079addc460c88 n/a (libc.so.6 + 0x25c88)
                                                  #33 0x000079addc460d4c __libc_start_main (libc.so.6 + 0x25d4c)
                                                  #34 0x000055cb18c8602a _start (slack + 0x204802a)
                                                  
                                                  Stack trace of thread 2514:
                                                  #0  0x000079addc54339d __poll (libc.so.6 + 0x10839d)
                                                  #1  0x000055cb1bfe62f0 n/a (slack + 0x53a82f0)
                                                  #2  0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #3  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #4  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2579:
                                                  #0  0x000079addc539963 wait4 (libc.so.6 + 0xfe963)
                                                  #1  0x000055cb1c9cec00 n/a (slack + 0x5d90c00)
                                                  #2  0x000055cb1c9d0620 n/a (slack + 0x5d92620)
                                                  #3  0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #4  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #5  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2604:
                                                  #0  0x000079addc5514e2 epoll_wait (libc.so.6 + 0x1164e2)
                                                  #1  0x000055cb1c9d89e0 n/a (slack + 0x5d9a9e0)
                                                  #2  0x000055cb1c9d8877 n/a (slack + 0x5d9a877)
                                                  #3  0x000055cb1c97d0dd n/a (slack + 0x5d3f0dd)
                                                  #4  0x000055cb1c9427dd n/a (slack + 0x5d047dd)
                                                  #5  0x000055cb1c9a11f8 n/a (slack + 0x5d631f8)
                                                  #6  0x000055cb1c98a89d n/a (slack + 0x5d4c89d)
                                                  #7  0x000055cb1c9a1402 n/a (slack + 0x5d63402)
                                                  #8  0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #9  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #10 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2612:
                                                  #0  0x000055cb1947d5e7 n/a (slack + 0x283f5e7)
                                                  #1  0x000055cb19471492 n/a (slack + 0x2833492)
                                                  #2  0x000055cb194743dd n/a (slack + 0x28363dd)
                                                  #3  0x000055cb19473b9b n/a (slack + 0x2835b9b)
                                                  #4  0x000055cb1947bba2 n/a (slack + 0x283dba2)
                                                  #5  0x000055cb19462693 n/a (slack + 0x2824693)
                                                  #6  0x000055cb193cde59 n/a (slack + 0x278fe59)
                                                  #7  0x000055cb193b636b n/a (slack + 0x277836b)
                                                  #8  0x000055cb193e2753 n/a (slack + 0x27a4753)
                                                  #9  0x000055cb1c9d8edb n/a (slack + 0x5d9aedb)
                                                  #10 0x000055cb1c9d87f0 n/a (slack + 0x5d9a7f0)
                                                  #11 0x000055cb1c97d0dd n/a (slack + 0x5d3f0dd)
                                                  #12 0x000055cb1c9427dd n/a (slack + 0x5d047dd)
                                                  #13 0x000055cb1c9a11f8 n/a (slack + 0x5d631f8)
                                                  #14 0x000055cb1b959bff n/a (slack + 0x4d1bbff)
                                                  #15 0x000055cb1c9a1402 n/a (slack + 0x5d63402)
                                                  #16 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #17 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #18 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2606:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a25d n/a (slack + 0x5d5c25d)
                                                  #9  0x000055cb1c99a16d n/a (slack + 0x5d5c16d)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2605:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a25d n/a (slack + 0x5d5c25d)
                                                  #9  0x000055cb1c99a16d n/a (slack + 0x5d5c16d)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2609:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a28d n/a (slack + 0x5d5c28d)
                                                  #9  0x000055cb1c99a181 n/a (slack + 0x5d5c181)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2620:
                                                  #0  0x000079addc551380 epoll_pwait (libc.so.6 + 0x116380)
                                                  #1  0x000055cb1908ed99 n/a (slack + 0x2450d99)
                                                  #2  0x000055cb1907e725 uv_run (slack + 0x2440725)
                                                  #3  0x000055cb20c928ec n/a (slack + 0xa0548ec)
                                                  #4  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #5  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2622:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cced9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000055cb1908a449 uv_cond_wait (slack + 0x244c449)
                                                  #3  0x000055cb20c9074c n/a (slack + 0xa05274c)
                                                  #4  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #5  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2677:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cced9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000055cb1908a449 uv_cond_wait (slack + 0x244c449)
                                                  #3  0x000055cb1907acc3 n/a (slack + 0x243ccc3)
                                                  #4  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #5  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2679:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cced9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000055cb1908a449 uv_cond_wait (slack + 0x244c449)
                                                  #3  0x000055cb1907acc3 n/a (slack + 0x243ccc3)
                                                  #4  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #5  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2680:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cced9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000055cb1908a449 uv_cond_wait (slack + 0x244c449)
                                                  #3  0x000055cb1907acc3 n/a (slack + 0x243ccc3)
                                                  #4  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #5  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2678:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cced9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000055cb1908a449 uv_cond_wait (slack + 0x244c449)
                                                  #3  0x000055cb1907acc3 n/a (slack + 0x243ccc3)
                                                  #4  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #5  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2623:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cced9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000055cb1908a449 uv_cond_wait (slack + 0x244c449)
                                                  #3  0x000055cb20c9074c n/a (slack + 0xa05274c)
                                                  #4  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #5  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2775:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a25d n/a (slack + 0x5d5c25d)
                                                  #9  0x000055cb1c99a16d n/a (slack + 0x5d5c16d)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2621:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cced9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000055cb1908a449 uv_cond_wait (slack + 0x244c449)
                                                  #3  0x000055cb20c9074c n/a (slack + 0xa05274c)
                                                  #4  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #5  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2615:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cced9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000055cb1c9b36e5 n/a (slack + 0x5d756e5)
                                                  #3  0x000055cb1c9db74f n/a (slack + 0x5d9d74f)
                                                  #4  0x000055cb1c95cd5c n/a (slack + 0x5d1ed5c)
                                                  #5  0x000055cb1c91bd94 n/a (slack + 0x5cddd94)
                                                  #6  0x000055cb1c97d0dd n/a (slack + 0x5d3f0dd)
                                                  #7  0x000055cb1c9427dd n/a (slack + 0x5d047dd)
                                                  #8  0x000055cb1c9a11f8 n/a (slack + 0x5d631f8)
                                                  #9  0x000055cb1c9a1402 n/a (slack + 0x5d63402)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2716:
                                                  #0  0x000079addc54ee9d syscall (libc.so.6 + 0x113e9d)
                                                  #1  0x000079addd9699e0 g_cond_wait (libglib-2.0.so.0 + 0xb79e0)
                                                  #2  0x000079addd8d78dc n/a (libglib-2.0.so.0 + 0x258dc)
                                                  #3  0x000079addd943687 n/a (libglib-2.0.so.0 + 0x91687)
                                                  #4  0x000079addd93e236 n/a (libglib-2.0.so.0 + 0x8c236)
                                                  #5  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2748:
                                                  #0  0x000079addc5514e2 epoll_wait (libc.so.6 + 0x1164e2)
                                                  #1  0x000055cb1c9d89e0 n/a (slack + 0x5d9a9e0)
                                                  #2  0x000055cb1c9d8877 n/a (slack + 0x5d9a877)
                                                  #3  0x000055cb1c97d0dd n/a (slack + 0x5d3f0dd)
                                                  #4  0x000055cb1c9427dd n/a (slack + 0x5d047dd)
                                                  #5  0x000055cb1c9a11f8 n/a (slack + 0x5d631f8)
                                                  #6  0x000055cb1c9a1402 n/a (slack + 0x5d63402)
                                                  #7  0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #8  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #9  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2788:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a2bd n/a (slack + 0x5d5c2bd)
                                                  #9  0x000055cb1c99a177 n/a (slack + 0x5d5c177)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2791:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cced9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000055cb1c9b36e5 n/a (slack + 0x5d756e5)
                                                  #3  0x000055cb1dc6325a n/a (slack + 0x702525a)
                                                  #4  0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #5  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2749:
                                                  #0  0x000079addc5439ba read (libc.so.6 + 0x1089ba)
                                                  #1  0x000055cb1924323b n/a (slack + 0x260523b)
                                                  #2  0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #3  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #4  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2776:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a25d n/a (slack + 0x5d5c25d)
                                                  #9  0x000055cb1c99a16d n/a (slack + 0x5d5c16d)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2986:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a25d n/a (slack + 0x5d5c25d)
                                                  #9  0x000055cb1c99a16d n/a (slack + 0x5d5c16d)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2718:
                                                  #0  0x000079addc54339d __poll (libc.so.6 + 0x10839d)
                                                  #1  0x000079addd9708fd n/a (libglib-2.0.so.0 + 0xbe8fd)
                                                  #2  0x000079addd90f787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
                                                  #3  0x000079addd7f74b4 n/a (libgio-2.0.so.0 + 0x1124b4)
                                                  #4  0x000079addd93e236 n/a (libglib-2.0.so.0 + 0x8c236)
                                                  #5  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2795:
                                                  #0  0x000079addc54ee9d syscall (libc.so.6 + 0x113e9d)
                                                  #1  0x000079addd9699e0 g_cond_wait (libglib-2.0.so.0 + 0xb79e0)
                                                  #2  0x000079addd8d78dc n/a (libglib-2.0.so.0 + 0x258dc)
                                                  #3  0x000079addd8d794d g_async_queue_pop (libglib-2.0.so.0 + 0x2594d)
                                                  #4  0x000079addbdf4c48 n/a (libpangoft2-1.0.so.0 + 0x9c48)
                                                  #5  0x000079addd93e236 n/a (libglib-2.0.so.0 + 0x8c236)
                                                  #6  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #7  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2987:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a25d n/a (slack + 0x5d5c25d)
                                                  #9  0x000055cb1c99a16d n/a (slack + 0x5d5c16d)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2786:
                                                  #0  0x000079addc54339d __poll (libc.so.6 + 0x10839d)
                                                  #1  0x000055cb1c9b6dce n/a (slack + 0x5d78dce)
                                                  #2  0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #3  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #4  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2771:
                                                  #0  0x000079addc54339d __poll (libc.so.6 + 0x10839d)
                                                  #1  0x000079addd9708fd n/a (libglib-2.0.so.0 + 0xbe8fd)
                                                  #2  0x000079addd90df95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
                                                  #3  0x000079add8aa7fde n/a (libdconfsettings.so + 0x5fde)
                                                  #4  0x000079addd93e236 n/a (libglib-2.0.so.0 + 0x8c236)
                                                  #5  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2805:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a28d n/a (slack + 0x5d5c28d)
                                                  #9  0x000055cb1c99a181 n/a (slack + 0x5d5c181)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2777:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a25d n/a (slack + 0x5d5c25d)
                                                  #9  0x000055cb1c99a16d n/a (slack + 0x5d5c16d)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2792:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cced9 pthread_cond_wait (libc.so.6 + 0x91ed9)
                                                  #2  0x000055cb1c9b36e5 n/a (slack + 0x5d756e5)
                                                  #3  0x000055cb1c9db74f n/a (slack + 0x5d9d74f)
                                                  #4  0x000055cb1c95cd5c n/a (slack + 0x5d1ed5c)
                                                  #5  0x000055cb1c91bd94 n/a (slack + 0x5cddd94)
                                                  #6  0x000055cb1c97d0dd n/a (slack + 0x5d3f0dd)
                                                  #7  0x000055cb1c9427dd n/a (slack + 0x5d047dd)
                                                  #8  0x000055cb1c9a11f8 n/a (slack + 0x5d631f8)
                                                  #9  0x000055cb1c9a1402 n/a (slack + 0x5d63402)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 3079:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a25d n/a (slack + 0x5d5c25d)
                                                  #9  0x000055cb1c99a16d n/a (slack + 0x5d5c16d)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2717:
                                                  #0  0x000079addc54339d __poll (libc.so.6 + 0x10839d)
                                                  #1  0x000079addd9708fd n/a (libglib-2.0.so.0 + 0xbe8fd)
                                                  #2  0x000079addd90df95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
                                                  #3  0x000079addd90dfea n/a (libglib-2.0.so.0 + 0x5bfea)
                                                  #4  0x000079addd93e236 n/a (libglib-2.0.so.0 + 0x8c236)
                                                  #5  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #6  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2798:
                                                  #0  0x000079addc54ee9d syscall (libc.so.6 + 0x113e9d)
                                                  #1  0x000079addd96a337 g_cond_wait_until (libglib-2.0.so.0 + 0xb8337)
                                                  #2  0x000079addd8d78a5 n/a (libglib-2.0.so.0 + 0x258a5)
                                                  #3  0x000079addd8d7a18 g_async_queue_timeout_pop (libglib-2.0.so.0 + 0x25a18)
                                                  #4  0x000079addd944080 n/a (libglib-2.0.so.0 + 0x92080)
                                                  #5  0x000079addd93e236 n/a (libglib-2.0.so.0 + 0x8c236)
                                                  #6  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #7  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2985:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a25d n/a (slack + 0x5d5c25d)
                                                  #9  0x000055cb1c99a16d n/a (slack + 0x5d5c16d)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2855:
                                                  #0  0x000079addc5514e2 epoll_wait (libc.so.6 + 0x1164e2)
                                                  #1  0x000055cb1c9d89e0 n/a (slack + 0x5d9a9e0)
                                                  #2  0x000055cb1c9d8877 n/a (slack + 0x5d9a877)
                                                  #3  0x000055cb1c97d0dd n/a (slack + 0x5d3f0dd)
                                                  #4  0x000055cb1c9427dd n/a (slack + 0x5d047dd)
                                                  #5  0x000055cb1c9a11f8 n/a (slack + 0x5d631f8)
                                                  #6  0x000055cb1c9a1402 n/a (slack + 0x5d63402)
                                                  #7  0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #8  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #9  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 3556:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a25d n/a (slack + 0x5d5c25d)
                                                  #9  0x000055cb1c99a16d n/a (slack + 0x5d5c16d)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 3078:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a25d n/a (slack + 0x5d5c25d)
                                                  #9  0x000055cb1c99a16d n/a (slack + 0x5d5c16d)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 2793:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4d6278 n/a (libc.so.6 + 0x9b278)
                                                  #2  0x000055cb1908a276 uv_sem_wait (slack + 0x244c276)
                                                  #3  0x000055cb1921b743 n/a (slack + 0x25dd743)
                                                  #4  0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #5  0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  
                                                  Stack trace of thread 3555:
                                                  #0  0x000079addc4ca4e9 n/a (libc.so.6 + 0x8f4e9)
                                                  #1  0x000079addc4cd242 pthread_cond_timedwait (libc.so.6 + 0x92242)
                                                  #2  0x000055cb1c9b37fd n/a (slack + 0x5d757fd)
                                                  #3  0x000055cb1c9db77d n/a (slack + 0x5d9d77d)
                                                  #4  0x000055cb1c95ce83 n/a (slack + 0x5d1ee83)
                                                  #5  0x000055cb1c99afed n/a (slack + 0x5d5cfed)
                                                  #6  0x000055cb1c999abc n/a (slack + 0x5d5babc)
                                                  #7  0x000055cb1c99a5ce n/a (slack + 0x5d5c5ce)
                                                  #8  0x000055cb1c99a25d n/a (slack + 0x5d5c25d)
                                                  #9  0x000055cb1c99a16d n/a (slack + 0x5d5c16d)
                                                  #10 0x000055cb1c9b3f45 n/a (slack + 0x5d75f45)
                                                  #11 0x000079addc4cdded n/a (libc.so.6 + 0x92ded)
                                                  #12 0x000079addc5510dc n/a (libc.so.6 + 0x1160dc)
                                                  ELF object binary architecture: AMD x86-64
may 18 10:10:37 carlos-pc systemd[1]: systemd-coredump@0-3598-0.service: Deactivated successfully.
may 18 10:10:37 carlos-pc systemd[1859]: app-gnome-slack-2201.scope: Consumed 6.857s CPU time.
may 18 10:10:37 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 18 10:10:37 carlos-pc dockerd[1311]: time="2024-05-18T10:10:37.729907334-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 18 10:10:37 carlos-pc containerd[772]: time="2024-05-18T10:10:37.729915823-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:37 carlos-pc containerd[772]: time="2024-05-18T10:10:37.729953064-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:37 carlos-pc containerd[772]: time="2024-05-18T10:10:37.729959490-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 18 10:10:37 carlos-pc kernel: veth0d3a170: renamed from eth0
may 18 10:10:37 carlos-pc NetworkManager[702]: <info>  [1716045037.8069] manager: (veth0d3a170): new Veth device (/org/freedesktop/NetworkManager/Devices/28)
may 18 10:10:37 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth53e9f73) entered disabled state
may 18 10:10:37 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth53e9f73) entered disabled state
may 18 10:10:37 carlos-pc kernel: veth53e9f73 (unregistering): left allmulticast mode
may 18 10:10:37 carlos-pc kernel: veth53e9f73 (unregistering): left promiscuous mode
may 18 10:10:37 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth53e9f73) entered disabled state
may 18 10:10:37 carlos-pc systemd[1]: run-docker-netns-5927faa62047.mount: Deactivated successfully.
may 18 10:10:37 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 18 10:10:40 carlos-pc NetworkManager[702]: <info>  [1716045040.9394] manager: (veth1b69588): new Veth device (/org/freedesktop/NetworkManager/Devices/29)
may 18 10:10:40 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethd789af7) entered blocking state
may 18 10:10:40 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethd789af7) entered disabled state
may 18 10:10:40 carlos-pc kernel: vethd789af7: entered allmulticast mode
may 18 10:10:40 carlos-pc kernel: vethd789af7: entered promiscuous mode
may 18 10:10:40 carlos-pc NetworkManager[702]: <info>  [1716045040.9397] manager: (vethd789af7): new Veth device (/org/freedesktop/NetworkManager/Devices/30)
may 18 10:10:40 carlos-pc containerd[772]: time="2024-05-18T10:10:40.992154227-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:10:40 carlos-pc containerd[772]: time="2024-05-18T10:10:40.992193881-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:10:40 carlos-pc containerd[772]: time="2024-05-18T10:10:40.992205447-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:40 carlos-pc containerd[772]: time="2024-05-18T10:10:40.992555716-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:41 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 18 10:10:41 carlos-pc NetworkManager[702]: <info>  [1716045041.1373] device (vethd789af7): carrier: link connected
may 18 10:10:41 carlos-pc kernel: eth0: renamed from veth1b69588
may 18 10:10:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethd789af7) entered blocking state
may 18 10:10:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethd789af7) entered forwarding state
may 18 10:10:41 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 18 10:10:41 carlos-pc containerd[772]: time="2024-05-18T10:10:41.298623480-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:41 carlos-pc containerd[772]: time="2024-05-18T10:10:41.298662903-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:41 carlos-pc containerd[772]: time="2024-05-18T10:10:41.298669866-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 18 10:10:41 carlos-pc dockerd[1311]: time="2024-05-18T10:10:41.298651552-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 18 10:10:41 carlos-pc kernel: veth1b69588: renamed from eth0
may 18 10:10:41 carlos-pc NetworkManager[702]: <info>  [1716045041.3769] manager: (veth1b69588): new Veth device (/org/freedesktop/NetworkManager/Devices/31)
may 18 10:10:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethd789af7) entered disabled state
may 18 10:10:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethd789af7) entered disabled state
may 18 10:10:41 carlos-pc kernel: vethd789af7 (unregistering): left allmulticast mode
may 18 10:10:41 carlos-pc kernel: vethd789af7 (unregistering): left promiscuous mode
may 18 10:10:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethd789af7) entered disabled state
may 18 10:10:41 carlos-pc systemd[1]: run-docker-netns-01377f6a824b.mount: Deactivated successfully.
may 18 10:10:41 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 18 10:10:42 carlos-pc systemd[1859]: Started Application launched by gnome-shell.
may 18 10:10:42 carlos-pc systemd[1]: Stopping User Manager for UID 120...
may 18 10:10:42 carlos-pc systemd[824]: Activating special unit Exit the Session...
may 18 10:10:42 carlos-pc systemd[824]: Stopped target Main User Target.
may 18 10:10:42 carlos-pc systemd[824]: Stopping PipeWire PulseAudio...
may 18 10:10:42 carlos-pc systemd[824]: Stopping sandboxed app permission store...
may 18 10:10:42 carlos-pc systemd[824]: Stopped sandboxed app permission store.
may 18 10:10:42 carlos-pc systemd[824]: Stopped PipeWire PulseAudio.
may 18 10:10:42 carlos-pc systemd[824]: Stopping Multimedia Service Session Manager...
may 18 10:10:42 carlos-pc wireplumber[1185]: stopped by signal: Terminado
may 18 10:10:42 carlos-pc wireplumber[1185]: disconnected from pipewire
may 18 10:10:42 carlos-pc systemd[824]: Stopped Multimedia Service Session Manager.
may 18 10:10:42 carlos-pc systemd[824]: Stopping PipeWire Multimedia Service...
may 18 10:10:42 carlos-pc systemd[824]: Stopped PipeWire Multimedia Service.
may 18 10:10:42 carlos-pc systemd[824]: Stopped target Basic System.
may 18 10:10:42 carlos-pc systemd[824]: Stopped target Paths.
may 18 10:10:42 carlos-pc systemd[824]: Stopped target Sockets.
may 18 10:10:42 carlos-pc systemd[824]: Stopped target Timers.
may 18 10:10:42 carlos-pc systemd[824]: Closed GnuPG network certificate management daemon.
may 18 10:10:42 carlos-pc systemd[824]: Closed GNOME Keyring daemon.
may 18 10:10:42 carlos-pc systemd[824]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
may 18 10:10:42 carlos-pc systemd[824]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
may 18 10:10:42 carlos-pc systemd[824]: Closed GnuPG cryptographic agent (ssh-agent emulation).
may 18 10:10:42 carlos-pc systemd[824]: Closed GnuPG cryptographic agent and passphrase cache.
may 18 10:10:42 carlos-pc systemd[824]: Closed GnuPG public key management service.
may 18 10:10:42 carlos-pc systemd[824]: Closed p11-kit server.
may 18 10:10:42 carlos-pc systemd[824]: Closed PipeWire PulseAudio.
may 18 10:10:42 carlos-pc systemd[824]: Closed PipeWire Multimedia System Sockets.
may 18 10:10:42 carlos-pc dbus-broker[842]: Dispatched 732 messages @ 1(±3)μs / message.
may 18 10:10:42 carlos-pc systemd[824]: Stopping D-Bus User Message Bus...
may 18 10:10:42 carlos-pc systemd[824]: Stopped D-Bus User Message Bus.
may 18 10:10:42 carlos-pc systemd[824]: Removed slice User Core Session Slice.
may 18 10:10:42 carlos-pc systemd[824]: Closed D-Bus User Message Bus Socket.
may 18 10:10:42 carlos-pc systemd[824]: Removed slice User Application Slice.
may 18 10:10:42 carlos-pc systemd[824]: Reached target Shutdown.
may 18 10:10:42 carlos-pc systemd[824]: Finished Exit the Session.
may 18 10:10:42 carlos-pc systemd[824]: Reached target Exit the Session.
may 18 10:10:42 carlos-pc systemd[1]: user@120.service: Deactivated successfully.
may 18 10:10:42 carlos-pc systemd[1]: Stopped User Manager for UID 120.
may 18 10:10:42 carlos-pc systemd[1]: Stopping User Runtime Directory /run/user/120...
may 18 10:10:42 carlos-pc systemd[1]: run-user-120.mount: Deactivated successfully.
may 18 10:10:42 carlos-pc systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
may 18 10:10:42 carlos-pc systemd[1]: Stopped User Runtime Directory /run/user/120.
may 18 10:10:42 carlos-pc systemd[1]: Removed slice User Slice of UID 120.
may 18 10:10:42 carlos-pc systemd[1]: user-120.slice: Consumed 3.173s CPU time.
may 18 10:10:42 carlos-pc gnome-keyring-daemon[1881]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
may 18 10:10:42 carlos-pc gnome-keyring-d[1881]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
may 18 10:10:43 carlos-pc google-chrome.desktop[3966]: [3959:3959:0518/101043.915080:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not part of the idle inhibition specification: [url]https://specifications.freedesktop.org/idle-inhibit-spec/latest/[/url]
may 18 10:10:46 carlos-pc google-chrome.desktop[3966]: Created TensorFlow Lite XNNPACK delegate for CPU.
may 18 10:10:47 carlos-pc NetworkManager[702]: <info>  [1716045047.7056] manager: (vethe1e3b05): new Veth device (/org/freedesktop/NetworkManager/Devices/32)
may 18 10:10:47 carlos-pc NetworkManager[702]: <info>  [1716045047.7059] manager: (veth0195352): new Veth device (/org/freedesktop/NetworkManager/Devices/33)
may 18 10:10:47 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth0195352) entered blocking state
may 18 10:10:47 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth0195352) entered disabled state
may 18 10:10:47 carlos-pc kernel: veth0195352: entered allmulticast mode
may 18 10:10:47 carlos-pc kernel: veth0195352: entered promiscuous mode
may 18 10:10:47 carlos-pc containerd[772]: time="2024-05-18T10:10:47.744510760-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:10:47 carlos-pc containerd[772]: time="2024-05-18T10:10:47.744556255-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:10:47 carlos-pc containerd[772]: time="2024-05-18T10:10:47.744565104-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:47 carlos-pc containerd[772]: time="2024-05-18T10:10:47.744613652-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:10:47 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 18 10:10:47 carlos-pc NetworkManager[702]: <info>  [1716045047.8474] device (veth0195352): carrier: link connected
may 18 10:10:47 carlos-pc kernel: eth0: renamed from vethe1e3b05
may 18 10:10:47 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth0195352) entered blocking state
may 18 10:10:47 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth0195352) entered forwarding state
may 18 10:10:47 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 18 10:10:47 carlos-pc containerd[772]: time="2024-05-18T10:10:47.976632626-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:47 carlos-pc containerd[772]: time="2024-05-18T10:10:47.976665451-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 18 10:10:47 carlos-pc containerd[772]: time="2024-05-18T10:10:47.976669102-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 18 10:10:47 carlos-pc dockerd[1311]: time="2024-05-18T10:10:47.976645973-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 18 10:10:48 carlos-pc kernel: vethe1e3b05: renamed from eth0
may 18 10:10:48 carlos-pc NetworkManager[702]: <info>  [1716045048.0705] manager: (vethe1e3b05): new Veth device (/org/freedesktop/NetworkManager/Devices/34)
may 18 10:10:48 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth0195352) entered disabled state
may 18 10:10:48 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth0195352) entered disabled state
may 18 10:10:48 carlos-pc kernel: veth0195352 (unregistering): left allmulticast mode
may 18 10:10:48 carlos-pc kernel: veth0195352 (unregistering): left promiscuous mode
may 18 10:10:48 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth0195352) entered disabled state
may 18 10:10:48 carlos-pc systemd[1]: run-docker-netns-41970bac40ca.mount: Deactivated successfully.
may 18 10:10:48 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 18 10:10:51 carlos-pc google-chrome.desktop[3966]: [3959:3959:0518/101051.130584:ERROR:CONSOLE(200)] "Uncaught (in promise) TypeError: Cannot read properties of null (reading 'type')", source: chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/inpage.js (200)
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 18 10:10:52 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 18 10:11:00 carlos-pc NetworkManager[702]: <info>  [1716045060.7889] manager: (veth9805e53): new Veth device (/org/freedesktop/NetworkManager/Devices/35)
may 18 10:11:00 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth477a165) entered blocking state
may 18 10:11:00 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth477a165) entered disabled state
may 18 10:11:00 carlos-pc kernel: veth477a165: entered allmulticast mode
may 18 10:11:00 carlos-pc kernel: veth477a165: entered promiscuous mode
may 18 10:11:00 carlos-pc NetworkManager[702]: <info>  [1716045060.7911] manager: (veth477a165): new Veth device (/org/freedesktop/NetworkManager/Devices/36)
may 18 10:11:00 carlos-pc containerd[772]: time="2024-05-18T10:11:00.891542322-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:11:00 carlos-pc containerd[772]: time="2024-05-18T10:11:00.891720222-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:11:00 carlos-pc containerd[772]: time="2024-05-18T10:11:00.891762290-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:11:00 carlos-pc containerd[772]: time="2024-05-18T10:11:00.891981847-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:11:00 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 18 10:11:01 carlos-pc kernel: eth0: renamed from veth9805e53
may 18 10:11:01 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth477a165) entered blocking state
may 18 10:11:01 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth477a165) entered forwarding state
may 18 10:11:01 carlos-pc NetworkManager[702]: <info>  [1716045061.0629] device (veth477a165): carrier: link connected
may 18 10:11:01 carlos-pc systemd[1]: systemd-hostnamed.service: Deactivated successfully.
may 18 10:11:04 carlos-pc systemd[1]: systemd-localed.service: Deactivated successfully.
may 18 10:11:05 carlos-pc dockerd[1311]: time="2024-05-18T10:11:05.576939237-05:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.18.0.4:34264" dns-server="udp:190.248.0.9:53" error="read udp 172.18.0.4:34264->190.248.0.9:53: i/o timeout" question=";host.docker.internal.\tIN\t A" spanID=23c716048d363a70 traceID=244b656c6f6f9210553bd9f832fd8c80
may 18 10:11:09 carlos-pc dockerd[1311]: time="2024-05-18T10:11:09.797609830-05:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.18.0.4:54681" dns-server="udp:190.248.0.9:53" error="read udp 172.18.0.4:54681->190.248.0.9:53: i/o timeout" question=";host.docker.internal.\tIN\t AAAA" spanID=10bad8cd781e4d5f traceID=e0c809c3b0321b82784b0b011c8cf9fa
may 18 10:11:13 carlos-pc dockerd[1311]: time="2024-05-18T10:11:13.826553346-05:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.18.0.4:39724" dns-server="udp:190.248.0.9:53" error="read udp 172.18.0.4:39724->190.248.0.9:53: i/o timeout" question=";host.docker.internal.\tIN\t A" spanID=5e23221c72b1b703 traceID=375d240e7ca0e22f2208f0365dc154ca
may 18 10:11:17 carlos-pc dockerd[1311]: time="2024-05-18T10:11:17.904618295-05:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.18.0.4:43139" dns-server="udp:190.248.0.9:53" error="read udp 172.18.0.4:43139->190.248.0.9:53: i/o timeout" question=";host.docker.internal.\tIN\t A" spanID=5d2aa708af88642f traceID=8f5215ef3fb0276fd1003593ddf9870c
may 18 10:11:17 carlos-pc dockerd[1311]: time="2024-05-18T10:11:17.904683778-05:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.18.0.4:58428" dns-server="udp:190.248.0.9:53" error="read udp 172.18.0.4:58428->190.248.0.9:53: i/o timeout" question=";host.docker.internal.\tIN\t AAAA" spanID=64f090f2e3e0b2fa traceID=3805fcbffc3d5a9a3cd1f437230d9060
may 18 10:11:23 carlos-pc geoclue[1184]: Service not used for 60 seconds. Shutting down..
may 18 10:11:23 carlos-pc systemd[1]: geoclue.service: Deactivated successfully.
may 18 10:12:09 carlos-pc systemd[1859]: Created slice Slice /app/dbus-:1.2-org.gnome.Console.
may 18 10:12:10 carlos-pc systemd[1859]: Started dbus-:1.2-org.gnome.Console@0.service.
may 18 10:12:10 carlos-pc systemd[1859]: Started VTE child process 6095 launched by kgx process 6071.
may 18 10:12:10 carlos-pc gnome-shell[2044]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2800004
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.0336] manager: (veth722d2d7): new Veth device (/org/freedesktop/NetworkManager/Devices/37)
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.0342] manager: (veth3673587): new Veth device (/org/freedesktop/NetworkManager/Devices/38)
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 4(veth3673587) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 4(veth3673587) entered disabled state
may 18 10:12:16 carlos-pc kernel: veth3673587: entered allmulticast mode
may 18 10:12:16 carlos-pc kernel: veth3673587: entered promiscuous mode
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.0478] manager: (veth5fea106): new Veth device (/org/freedesktop/NetworkManager/Devices/39)
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 5(vethe15cb1c) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 5(vethe15cb1c) entered disabled state
may 18 10:12:16 carlos-pc kernel: vethe15cb1c: entered allmulticast mode
may 18 10:12:16 carlos-pc kernel: vethe15cb1c: entered promiscuous mode
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.0496] manager: (vethe15cb1c): new Veth device (/org/freedesktop/NetworkManager/Devices/40)
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 6(veth6846e01) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 6(veth6846e01) entered disabled state
may 18 10:12:16 carlos-pc kernel: veth6846e01: entered allmulticast mode
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.0616] manager: (veth2e65b44): new Veth device (/org/freedesktop/NetworkManager/Devices/41)
may 18 10:12:16 carlos-pc kernel: veth6846e01: entered promiscuous mode
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.0633] manager: (veth6846e01): new Veth device (/org/freedesktop/NetworkManager/Devices/42)
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 7(veth217efeb) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 7(veth217efeb) entered disabled state
may 18 10:12:16 carlos-pc kernel: veth217efeb: entered allmulticast mode
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.0723] manager: (veth96ca1c2): new Veth device (/org/freedesktop/NetworkManager/Devices/43)
may 18 10:12:16 carlos-pc kernel: veth217efeb: entered promiscuous mode
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.0739] manager: (veth217efeb): new Veth device (/org/freedesktop/NetworkManager/Devices/44)
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.0838] manager: (veth40d5868): new Veth device (/org/freedesktop/NetworkManager/Devices/45)
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.0844] manager: (vethc89dd93): new Veth device (/org/freedesktop/NetworkManager/Devices/46)
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethc89dd93) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethc89dd93) entered disabled state
may 18 10:12:16 carlos-pc kernel: vethc89dd93: entered allmulticast mode
may 18 10:12:16 carlos-pc kernel: vethc89dd93: entered promiscuous mode
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.089696935-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.089752323-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.089763445-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.089885477-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.0977] manager: (veth8090126): new Veth device (/org/freedesktop/NetworkManager/Devices/47)
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.0981] manager: (veth961211a): new Veth device (/org/freedesktop/NetworkManager/Devices/48)
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 9(veth961211a) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 9(veth961211a) entered disabled state
may 18 10:12:16 carlos-pc kernel: veth961211a: entered allmulticast mode
may 18 10:12:16 carlos-pc kernel: veth961211a: entered promiscuous mode
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.112481824-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.112664738-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.112670773-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.112696580-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc systemd[1]: Started libcontainer container 9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397.
may 18 10:12:16 carlos-pc systemd[1]: Started libcontainer container 38fe38dcd7695b7c6325e84f25b516b0ca04c76f92f4222c2f55fe32775402cc.
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.129740452-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.129963574-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.129969643-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.129998269-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.130183064-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.130204009-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.130209091-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.130235201-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.131510915-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.131530001-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.131536386-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.131573125-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc systemd[1]: Started libcontainer container 9b63576b7a2c1a404b91dbf98327a34b120de1f917a24de9cf97f020ff925ecf.
may 18 10:12:16 carlos-pc systemd[1]: Started libcontainer container 3ef1298edfa8ee4b9d4e928bcbf63f548215b6a0a17eef703be8345e73b48703.
may 18 10:12:16 carlos-pc systemd[1]: Started libcontainer container f8cb352163581eea59c526033bf34154baabee2e4656fee036e7cdcd8ff4c4e4.
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.152028055-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.152288502-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.152293640-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.152325252-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc systemd[1]: Started libcontainer container f704c382fdfa6acd59aa3db4ba80b60aeaca734adcf442491a153cc4205be588.
may 18 10:12:16 carlos-pc kernel: eth0: renamed from veth722d2d7
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 4(veth3673587) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 4(veth3673587) entered forwarding state
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.2071] device (veth3673587): carrier: link connected
may 18 10:12:16 carlos-pc kernel: eth0: renamed from veth96ca1c2
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 7(veth217efeb) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 7(veth217efeb) entered forwarding state
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.2682] device (veth217efeb): carrier: link connected
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.3408] device (veth6846e01): carrier: link connected
may 18 10:12:16 carlos-pc kernel: eth0: renamed from veth2e65b44
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 6(veth6846e01) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 6(veth6846e01) entered forwarding state
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.4445] device (vethc89dd93): carrier: link connected
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.4445] device (vethe15cb1c): carrier: link connected
may 18 10:12:16 carlos-pc kernel: eth0: renamed from veth40d5868
may 18 10:12:16 carlos-pc kernel: eth0: renamed from veth5fea106
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethc89dd93) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethc89dd93) entered forwarding state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 5(vethe15cb1c) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 5(vethe15cb1c) entered forwarding state
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.4940] device (veth961211a): carrier: link connected
may 18 10:12:16 carlos-pc kernel: eth0: renamed from veth8090126
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 9(veth961211a) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 9(veth961211a) entered forwarding state
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.5241] manager: (veth074f987): new Veth device (/org/freedesktop/NetworkManager/Devices/49)
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.5244] manager: (vetha0a9344): new Veth device (/org/freedesktop/NetworkManager/Devices/50)
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 10(vetha0a9344) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 10(vetha0a9344) entered disabled state
may 18 10:12:16 carlos-pc kernel: vetha0a9344: entered allmulticast mode
may 18 10:12:16 carlos-pc kernel: vetha0a9344: entered promiscuous mode
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.609342316-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.609384884-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.609393158-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.609439888-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:16 carlos-pc systemd[1]: Started libcontainer container dd10acfa00d80271d1e0b4edda96ce959f3ef2e3cc329059d46a362c592e8b74.
may 18 10:12:16 carlos-pc systemd[1]: docker-3ef1298edfa8ee4b9d4e928bcbf63f548215b6a0a17eef703be8345e73b48703.scope: Deactivated successfully.
may 18 10:12:16 carlos-pc dockerd[1311]: time="2024-05-18T10:12:16.726260035-05:00" level=info msg="ignoring event" container=3ef1298edfa8ee4b9d4e928bcbf63f548215b6a0a17eef703be8345e73b48703 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.726254578-05:00" level=info msg="shim disconnected" id=3ef1298edfa8ee4b9d4e928bcbf63f548215b6a0a17eef703be8345e73b48703 namespace=moby
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.726299039-05:00" level=warning msg="cleaning up after shim disconnected" id=3ef1298edfa8ee4b9d4e928bcbf63f548215b6a0a17eef703be8345e73b48703 namespace=moby
may 18 10:12:16 carlos-pc containerd[772]: time="2024-05-18T10:12:16.726305583-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 18 10:12:16 carlos-pc kernel: eth0: renamed from veth074f987
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethc89dd93) entered disabled state
may 18 10:12:16 carlos-pc kernel: veth40d5868: renamed from eth0
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.8041] manager: (veth40d5868): new Veth device (/org/freedesktop/NetworkManager/Devices/51)
may 18 10:12:16 carlos-pc NetworkManager[702]: <info>  [1716045136.8043] device (vetha0a9344): carrier: link connected
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 10(vetha0a9344) entered blocking state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 10(vetha0a9344) entered forwarding state
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethc89dd93) entered disabled state
may 18 10:12:16 carlos-pc kernel: vethc89dd93 (unregistering): left allmulticast mode
may 18 10:12:16 carlos-pc kernel: vethc89dd93 (unregistering): left promiscuous mode
may 18 10:12:16 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethc89dd93) entered disabled state
may 18 10:12:17 carlos-pc systemd[1]: var-lib-docker-overlay2-a2f09cf9884d1c3aad5990eef8e164a33e0d2051d3f2591c09d93d0001035959-merged.mount: Deactivated successfully.
may 18 10:12:18 carlos-pc /usr/lib/gdm-x-session[1910]: (EE) event4  - Logitech Wireless Mouse: client bug: event processing lagging behind by 35ms, your system is too slow
may 18 10:12:28 carlos-pc kernel: NetworkManager invoked oom-killer: gfp_mask=0x140cca(GFP_HIGHUSER_MOVABLE|__GFP_COMP), order=0, oom_score_adj=0
may 18 10:12:28 carlos-pc kernel: CPU: 13 PID: 702 Comm: NetworkManager Not tainted 6.9.1-arch1-1 #1 8721656fa781c58301f7268d475f3e6380e2b47c
may 18 10:12:28 carlos-pc kernel: Hardware name: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 18 10:12:28 carlos-pc kernel: Call Trace:
may 18 10:12:28 carlos-pc kernel:  <TASK>
may 18 10:12:28 carlos-pc kernel:  dump_stack_lvl+0x5d/0x80
may 18 10:12:28 carlos-pc kernel:  dump_header+0x44/0x18d
may 18 10:12:28 carlos-pc kernel:  oom_kill_process.cold+0x8/0x8a
may 18 10:12:28 carlos-pc kernel:  out_of_memory+0x209/0x500
may 18 10:12:28 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0xb0a/0xd70
may 18 10:12:28 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 18 10:12:28 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 18 10:12:28 carlos-pc kernel:  folio_alloc+0x15/0x30
may 18 10:12:28 carlos-pc kernel:  __filemap_get_folio+0x18d/0x2e0
may 18 10:12:28 carlos-pc kernel:  filemap_fault+0x1a4/0xba0
may 18 10:12:28 carlos-pc kernel:  __do_fault+0x32/0x120
may 18 10:12:28 carlos-pc kernel:  do_fault+0x271/0x490
may 18 10:12:28 carlos-pc kernel:  __handle_mm_fault+0x855/0xe10
may 18 10:12:28 carlos-pc kernel:  handle_mm_fault+0xf0/0x300
may 18 10:12:28 carlos-pc kernel:  do_user_addr_fault+0x20e/0x620
may 18 10:12:28 carlos-pc kernel:  exc_page_fault+0x81/0x190
may 18 10:12:28 carlos-pc kernel:  asm_exc_page_fault+0x26/0x30
may 18 10:12:28 carlos-pc kernel: RIP: 0033:0x7f56b601039d
may 18 10:12:28 carlos-pc kernel: Code: Unable to access opcode bytes at 0x7f56b6010373.
may 18 10:12:28 carlos-pc kernel: RSP: 002b:00007ffd820d2750 EFLAGS: 00010293
may 18 10:12:28 carlos-pc kernel: RAX: 0000000000000001 RBX: 000000007fffffff RCX: 00007f56b601039d
may 18 10:12:28 carlos-pc kernel: RDX: 0000000000001074 RSI: 000000000000000b RDI: 00006430ae74c9e0
may 18 10:12:28 carlos-pc kernel: RBP: 00007ffd820d2770 R08: 0000000000000000 R09: 000000007fffffff
may 18 10:12:28 carlos-pc kernel: R10: 00006430ae668030 R11: 0000000000000293 R12: 0000000000001074
may 18 10:12:28 carlos-pc kernel: R13: 000000000000000b R14: 00006430ae74c9e0 R15: 00006430ae668030
may 18 10:12:28 carlos-pc kernel:  </TASK>
may 18 10:12:28 carlos-pc kernel: Mem-Info:
may 18 10:12:28 carlos-pc kernel: active_anon:1624094 inactive_anon:6271026 isolated_anon:0
                                   active_file:566 inactive_file:453 isolated_file:0
                                   unevictable:8 dirty:97 writeback:0
                                   slab_reclaimable:14941 slab_unreclaimable:40556
                                   mapped:10621 shmem:29788 pagetables:30071
                                   sec_pagetables:0 bounce:0
                                   kernel_misc_reclaimable:0
                                   free:14640 free_pcp:3189 free_cma:0
may 18 10:12:28 carlos-pc kernel: Node 0 active_anon:6496376kB inactive_anon:25084104kB active_file:2264kB inactive_file:1812kB unevictable:32kB isolated(anon):0kB isolated(file):0kB mapped:42484kB dirty:388kB writeback:0kB shmem:119152kB shmem_thp:0kB shmem_pmdmapped:0kB anon_thp:25839616kB writeback_tmp:0kB kernel_stack:28112kB pagetables:120284kB sec_pagetables:0kB all_unreclaimable? no
may 18 10:12:28 carlos-pc kernel: Node 0 DMA free:11256kB boost:0kB min:28kB low:40kB high:52kB reserved_highatomic:0KB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 18 10:12:28 carlos-pc kernel: lowmem_reserve[]: 0 1683 31781 31781 31781
may 18 10:12:28 carlos-pc kernel: Node 0 DMA32 free:48548kB boost:0kB min:3576kB low:5300kB high:7024kB reserved_highatomic:0KB active_anon:15060kB inactive_anon:1681740kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:1824524kB managed:1757800kB mlocked:0kB bounce:0kB free_pcp:8216kB local_pcp:0kB free_cma:0kB
may 18 10:12:28 carlos-pc kernel: lowmem_reserve[]: 0 0 30097 30097 30097
may 18 10:12:28 carlos-pc kernel: Node 0 Normal free:0kB boost:0kB min:63972kB low:94788kB high:125604kB reserved_highatomic:0KB active_anon:6481324kB inactive_anon:23402344kB active_file:2128kB inactive_file:1948kB unevictable:32kB writepending:0kB present:31449088kB managed:30826168kB mlocked:32kB bounce:0kB free_pcp:4540kB local_pcp:0kB free_cma:0kB
may 18 10:12:28 carlos-pc kernel: lowmem_reserve[]: 0 0 0 0 0
may 18 10:12:28 carlos-pc kernel: Node 0 DMA: 0*4kB 1*8kB (U) 1*16kB (U) 1*32kB (U) 1*64kB (U) 1*128kB (U) 1*256kB (U) 1*512kB (U) 0*1024kB 1*2048kB (M) 2*4096kB (M) = 11256kB
may 18 10:12:28 carlos-pc kernel: Node 0 DMA32: 3*4kB (UM) 2*8kB (M) 2*16kB (UM) 19*32kB (U) 47*64kB (UM) 21*128kB (UM) 11*256kB (UM) 13*512kB (UM) 10*1024kB (UM) 1*2048kB (U) 5*4096kB (M) = 48604kB
may 18 10:12:28 carlos-pc kernel: Node 0 Normal: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 18 10:12:28 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
may 18 10:12:28 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
may 18 10:12:28 carlos-pc kernel: 93159 total pagecache pages
may 18 10:12:28 carlos-pc kernel: 62426 pages in swap cache
may 18 10:12:28 carlos-pc kernel: Free swap  = 36kB
may 18 10:12:28 carlos-pc kernel: Total swap = 4194300kB
may 18 10:12:28 carlos-pc kernel: 8322401 pages RAM
may 18 10:12:28 carlos-pc kernel: 0 pages HighMem/MovableOnly
may 18 10:12:28 carlos-pc kernel: 172569 pages reserved
may 18 10:12:28 carlos-pc kernel: 0 pages cma reserved
may 18 10:12:28 carlos-pc kernel: 0 pages hwpoisoned
may 18 10:12:28 carlos-pc kernel: Tasks state (memory values in pages):
may 18 10:12:28 carlos-pc kernel: [  pid  ]   uid  tgid total_vm      rss rss_anon rss_file rss_shmem pgtables_bytes swapents oom_score_adj name
may 18 10:12:28 carlos-pc kernel: [    470]     0   470    16915      378      358        0        20   135168        0          -250 systemd-journal
may 18 10:12:28 carlos-pc kernel: [    481]     0   481     4203      288      192       96         0    77824        0             0 systemd-userdbd
may 18 10:12:28 carlos-pc kernel: [    513]     0   513     8915      288      192       96         0    90112      384         -1000 systemd-udevd
may 18 10:12:28 carlos-pc kernel: [    697]    81   697     2347      292      148      144         0    57344        0          -900 dbus-broker-lau
may 18 10:12:28 carlos-pc kernel: [    701]    81   701     1481      275      227       48         0    53248        0          -900 dbus-broker
may 18 10:12:28 carlos-pc kernel: [    702]     0   702   103931      945      816      129         0   180224        0             0 NetworkManager
may 18 10:12:28 carlos-pc kernel: [    703]     0   703     4366      443      299      144         0    77824        0             0 systemd-logind
may 18 10:12:28 carlos-pc kernel: [    770]     0   770    78203      240      144       96         0   122880        0             0 gdm
may 18 10:12:28 carlos-pc kernel: [    772]     0   772   744785     4732     4732        0         0   516096      624          -999 containerd
may 18 10:12:28 carlos-pc kernel: [    777]     0   777    77901      224      144       80         0   118784        0             0 accounts-daemon
may 18 10:12:28 carlos-pc kernel: [    791]   102   791    96149      641      594       47         0   139264        0             0 polkitd
may 18 10:12:28 carlos-pc kernel: [    802]     0   802     4593      288      288        0         0    77824        0             0 wpa_supplicant
may 18 10:12:28 carlos-pc kernel: [    877]   133   877     5783      192       48      144         0    69632        0             0 rtkit-daemon
may 18 10:12:28 carlos-pc kernel: [    933]   970   933    79329     1265     1056      209         0   131072        0             0 colord
may 18 10:12:28 carlos-pc kernel: [    986]     0   986    78822      624      576       48         0   126976        0             0 upowerd
may 18 10:12:28 carlos-pc kernel: [   1311]     0  1311  1105034    10477    10477        0         0   884736     1920          -500 dockerd
may 18 10:12:28 carlos-pc kernel: [   1344]     0  1344    60488      288      240       48         0   110592       48             0 gdm-session-wor
may 18 10:12:28 carlos-pc kernel: [   1543]     0  1543   399298      666      618       48         0   163840        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   1550]     0  1550   417731      673      625       48         0   172032        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   1562]     0  1562   417731      673      625       48         0   172032        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   1570]     0  1570   436164      672      624       48         0   188416        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   1640]     0  1640   309534        3        3        0         0   110592     1200          -998 containerd-shim
may 18 10:12:28 carlos-pc kernel: [   1642]     0  1642   309534      107      107        0         0   106496     1200          -998 containerd-shim
may 18 10:12:28 carlos-pc kernel: [   1699]   999  1699  4680604  3591051  3591051        0         0 34578432   652560             0 mysqld
may 18 10:12:28 carlos-pc kernel: [   1700] 65534  1700      530       48        0       48         0    53248        0             0 dnsmasq
may 18 10:12:28 carlos-pc kernel: [   1859]  1000  1859     5416      768      672       96         0    90112        0           100 systemd
may 18 10:12:28 carlos-pc kernel: [   1863]  1000  1863     5743      494      398       96         0    77824        0           100 (sd-pam)
may 18 10:12:28 carlos-pc kernel: [   1881]  1000  1881    78294      240      192       48         0   122880        0           200 gnome-keyring-d
may 18 10:12:28 carlos-pc kernel: [   1892]  1000  1892     2258      144       48       96         0    57344       48           200 dbus-broker-lau
may 18 10:12:28 carlos-pc kernel: [   1893]  1000  1893     1493      192       96       96         0    53248        0           200 dbus-broker
may 18 10:12:28 carlos-pc kernel: [   1908]  1000  1908    58105      144        0      144         0   102400       96             0 gdm-x-session
may 18 10:12:28 carlos-pc kernel: [   1910]  1000  1910   307374     4673     2733       96      1844   651264     9696             0 Xorg
may 18 10:12:28 carlos-pc kernel: [   1956]  1000  1956    92985      144        0      144         0   188416      480             0 gnome-session-b
may 18 10:12:28 carlos-pc kernel: [   1993]  1000  1993    95484      144      144        0         0   131072        0           200 at-spi-bus-laun
may 18 10:12:28 carlos-pc kernel: [   1999]  1000  1999     2226      144       48       96         0    61440        0           200 dbus-broker-lau
may 18 10:12:28 carlos-pc kernel: [   2002]  1000  2002     1015       96        0       96         0    49152        0           200 dbus-broker
may 18 10:12:28 carlos-pc kernel: [   2019]  1000  2019    22006      240       96      144         0    81920        0           200 gnome-session-c
may 18 10:12:28 carlos-pc kernel: [   2021]  1000  2021   130022      720      576      144         0   208896        0           200 gnome-session-b
may 18 10:12:28 carlos-pc kernel: [   2044]  1000  2044  1576142    21563    21460      103         0  1662976    25536           100 gnome-shell
may 18 10:12:28 carlos-pc kernel: [   2050]  1000  2050    79195      384      288       96         0   135168        0           200 gvfsd
may 18 10:12:28 carlos-pc kernel: [   2056]  1000  2056   114060      144       96       48         0   139264        0           200 gvfsd-fuse
may 18 10:12:28 carlos-pc kernel: [   2086]  1000  2086   401344     8048     6128       95      1825   688128     2832           100 mutter-x11-fram
may 18 10:12:28 carlos-pc kernel: [   2088]  1000  2088    58768      288      192       96         0   102400        0           200 at-spi2-registr
may 18 10:12:28 carlos-pc kernel: [   2119]  1000  2119   164903      672      624       48         0   225280        0           200 gnome-shell-cal
may 18 10:12:28 carlos-pc kernel: [   2120]  1000  2120    76469      192       96       96         0   114688        0           200 xdg-permission-
may 18 10:12:28 carlos-pc kernel: [   2143]  1000  2143   714510     1419     1275      144         0   266240        0           200 gjs
may 18 10:12:28 carlos-pc kernel: [   2164]  1000  2164   183340     1968     1824      144         0   319488       48           200 evolution-sourc
may 18 10:12:28 carlos-pc kernel: [   2166]  1000  2166    95065      240      144       96         0   122880        0           200 gsd-a11y-settin
may 18 10:12:28 carlos-pc kernel: [   2167]  1000  2167   112484     1248     1248        0         0   208896        0           200 gsd-color
may 18 10:12:28 carlos-pc kernel: [   2168]  1000  2168   107372      432      336       96         0   172032        0           200 gsd-datetime
may 18 10:12:28 carlos-pc kernel: [   2169]  1000  2169   114560      254      144      110         0   155648        0           200 gsd-housekeepin
may 18 10:12:28 carlos-pc kernel: [   2170]  1000  2170   112178     1150     1054       96         0   212992        0           200 gsd-keyboard
may 18 10:12:28 carlos-pc kernel: [   2172]  1000  2172   186540     1294     1246       48         0   274432        0           200 gsd-media-keys
may 18 10:12:28 carlos-pc kernel: [   2173]  1000  2173   130878     1390     1198      192         0   237568        0           200 gsd-power
may 18 10:12:28 carlos-pc kernel: [   2174]  1000  2174    80157      432      288      144         0   139264        0           200 gsd-print-notif
may 18 10:12:28 carlos-pc kernel: [   2179]  1000  2179   131964      240      144       96         0   151552        0           200 gsd-rfkill
may 18 10:12:28 carlos-pc kernel: [   2180]  1000  2180    76496       96       96        0         0   110592        0           200 gsd-screensaver
may 18 10:12:28 carlos-pc kernel: [   2183]  1000  2183   133803      624      432      192         0   159744        0           200 gsd-sharing
may 18 10:12:28 carlos-pc kernel: [   2185]  1000  2185    95620      240      192       48         0   126976        0           200 gsd-smartcard
may 18 10:12:28 carlos-pc kernel: [   2188]  1000  2188   503755     3784     3649      135         0   970752    24144           200 gnome-software
may 18 10:12:28 carlos-pc kernel: [   2189]  1000  2189    98692      144        0      144         0   139264      288           200 gsd-sound
may 18 10:12:28 carlos-pc kernel: [   2192]  1000  2192   132918       96       96        0         0   151552        0           200 gsd-usb-protect
may 18 10:12:28 carlos-pc kernel: [   2197]  1000  2197    76726      240      240        0         0   110592        0           200 gsd-disk-utilit
may 18 10:12:28 carlos-pc kernel: [   2199]  1000  2199   112373     1342     1246       96         0   208896        0           200 gsd-wacom
may 18 10:12:28 carlos-pc kernel: [   2200]  1000  2200   112397     1294     1246       48         0   208896        0           200 gsd-xsettings
may 18 10:12:28 carlos-pc kernel: [   2207]  1000  2207   239662     1584     1584        0         0   401408     1392           200 evolution-alarm
may 18 10:12:28 carlos-pc kernel: [   2235]  1000  2235   112851      720      528      192         0   208896        0           200 gsd-printer
may 18 10:12:28 carlos-pc kernel: [   2303]     0  2303   117318      576      576        0         0   155648        0             0 udisksd
may 18 10:12:28 carlos-pc kernel: [   2306]  1000  2306   681715     1495     1351      144         0   262144        0           200 gjs
may 18 10:12:28 carlos-pc kernel: [   2310]  1000  2310    49907     2052     2004       48         0   135168        0           200 pipewire
may 18 10:12:28 carlos-pc kernel: [   2314]  1000  2314   142473     1392     1344       48         0   196608        0           200 wireplumber
may 18 10:12:28 carlos-pc kernel: [   2316]  1000  2316    25754      740      574      166         0    90112      384           200 pipewire-pulse
may 18 10:12:28 carlos-pc kernel: [   2414]  1000  2414   145060       96        0       96         0   212992      528           200 gvfs-udisks2-vo
may 18 10:12:28 carlos-pc kernel: [   2444]  1000  2444   139078      528      432       96         0   192512      144           200 xdg-desktop-por
may 18 10:12:28 carlos-pc kernel: [   2449]  1000  2449    76531      192      144       48         0   114688        0           200 gvfs-goa-volume
may 18 10:12:28 carlos-pc kernel: [   2453]  1000  2453   135088      864      768       96         0   245760        0           200 goa-daemon
may 18 10:12:28 carlos-pc kernel: [   2458]  1000  2458   151798       96        0       96         0   172032      192           200 xdg-document-po
may 18 10:12:28 carlos-pc kernel: [   2464]  1000  2464      633       48        0       48         0    45056        0           200 fusermount3
may 18 10:12:28 carlos-pc kernel: [   2473]  1000  2473    96403       96       48       48         0   139264      192           200 goa-identity-se
may 18 10:12:28 carlos-pc kernel: [   2476]  1000  2476    77090       48        0       48         0   114688      240           200 gvfs-gphoto2-vo
may 18 10:12:28 carlos-pc kernel: [   2489]  1000  2489    76617      288      192       96         0   114688        0           200 gvfs-mtp-volume
may 18 10:12:28 carlos-pc kernel: [   2496]  1000  2496    96675      288      240       48         0   143360        0           200 gvfs-afc-volume
may 18 10:12:28 carlos-pc kernel: [   2504]  1000  2504   241742     1104      960      144         0   290816        0           200 evolution-calen
may 18 10:12:28 carlos-pc kernel: [   2505]  1000  2505   433754     2410     2308      102         0   675840     1104           200 xdg-desktop-por
may 18 10:12:28 carlos-pc kernel: [   2527]  1000  2527   153034      301      288       13         0   184320        0           200 gvfsd-trash
may 18 10:12:28 carlos-pc kernel: [   2577]  1000  2577    58222       48       48        0         0   102400       96           200 gvfsd-metadata
may 18 10:12:28 carlos-pc kernel: [   2582]  1000  2582   204765      960      864       96         0   290816        0           200 evolution-addre
may 18 10:12:28 carlos-pc kernel: [   2645]  1000  2645   112197     1344     1200      144         0   212992        0           200 xdg-desktop-por
may 18 10:12:28 carlos-pc kernel: [   2683]  1000  2683   184158     2884     2718      166         0   266240        0           200 tracker-miner-f
may 18 10:12:28 carlos-pc kernel: [   3959]  1000  3959  8599664    45312    43518        0      1794  1748992        0           100 chrome
may 18 10:12:28 carlos-pc kernel: [   3965]  1000  3965     1446       96        0       96         0    49152        0           100 cat
may 18 10:12:28 carlos-pc kernel: [   3966]  1000  3966     1446       96        0       96         0    53248        0           100 cat
may 18 10:12:28 carlos-pc kernel: [   3968]     0  3968     4336      240      192       48         0    77824        0             0 systemd-userwor
may 18 10:12:28 carlos-pc kernel: [   3970]     0  3970     4336      192      192        0         0    81920        0             0 systemd-userwor
may 18 10:12:28 carlos-pc kernel: [   3980]  1000  3980  8394178        0        0        0         0    73728        0           100 chrome_crashpad
may 18 10:12:28 carlos-pc kernel: [   3986]  1000  3986  8391869       96       48       48         0    61440        0           100 chrome_crashpad
may 18 10:12:28 carlos-pc kernel: [   3992]  1000  3992  8545694     3024     2928       96         0   425984        0           100 chrome
may 18 10:12:28 carlos-pc kernel: [   3993]  1000  3993  8545692     3120     2880      240         0   434176        0           100 chrome
may 18 10:12:28 carlos-pc kernel: [   4000]  1000  4000  8545698     3032     2984       48         0   278528        0           100 chrome
may 18 10:12:28 carlos-pc kernel: [   4022]  1000  4022  8663945    18423    17587       53       783  1224704        0           200 chrome
may 18 10:12:28 carlos-pc kernel: [   4027]  1000  4027  8498892     5765     5558        0       207   708608        0           200 chrome
may 18 10:12:28 carlos-pc kernel: [   4037]  1000  4037  8556459     3277     3181        0        96   495616        0           200 chrome
may 18 10:12:28 carlos-pc kernel: [   4096]  1000  4096 297367344    10569    10136        0       433   987136        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4115]  1000  4115 296826121     5677     5389        0       288   827392        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4116]  1000  4116 296815610     4568     4328        0       240   737280        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4136]  1000  4136 296834311     7304     7020       49       235   909312        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4186]  1000  4186 296827969    11556    11367        0       189   978944        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4227]  1000  4227 296815610     4440     4200        0       240   737280        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4236]  1000  4236 296823871     8980     8740        0       240   876544        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4245]  1000  4245 296816396     4762     4426       48       288   757760        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4254]  1000  4254 296822559     5506     5218        0       288   827392        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4263]  1000  4263 296840279    19860    19636        0       224  1146880        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4428]  1000  4428 296823917    16061    14140       49      1872  1048576        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4447]  1000  4447 296856665    26719    23840        0      2879  1355776        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4472]  1000  4472 297409665    25915    25627        0       288  1241088        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4485]  1000  4485 297949331    10520    10142        0       378  1142784        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4495]  1000  4495 297406056    73817    70119        0      3698  1753088        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   4496]  1000  4496 296830273    21108    18468        0      2640  1073152        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   5033]  1000  5033  8493775     3312     3168      144         0   524288        0           200 chrome
may 18 10:12:28 carlos-pc kernel: [   5046]  1000  5046 296815609     4344     3960       48       336   675840        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   5369]  1000  5369 296840393    22796    20056        0      2740  1142784        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   5539]     0  5539   436164      673      625       48         0   184320        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   5545]     0  5545   436228     1258     1162       96         0   184320        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   5561]     0  5561   436228      721      625       96         0   184320        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   5568]     0  5568   436228      672      624       48         0   188416        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   5584]     0  5584   309534     1166     1166        0         0   114688        0          -998 containerd-shim
may 18 10:12:28 carlos-pc kernel: [   5605]     0  5605     1276      144       48       96         0    57344        0             0 sudo
may 18 10:12:28 carlos-pc kernel: [   5969]     0  5969    60440     3337     2526      139       672   208896        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   5980]    33  5980    60458     2660     2564       96         0   176128        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   5981]    33  5981    60458     2660     2564       96         0   176128        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   5982]    33  5982    60458     2660     2564       96         0   176128        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   5983]    33  5983    60458     2660     2564       96         0   176128        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   5984]    33  5984    60458     2660     2564       96         0   176128        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   6056]  1000  6056 297361165     4853     4517        0       336   782336        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   6071]  1000  6071   585769     2893     2848       45         0   880640     9024           200 kgx
may 18 10:12:28 carlos-pc kernel: [   6095]  1000  6095     3230     1098     1092        6         0    61440        0           200 zsh
may 18 10:12:28 carlos-pc kernel: [   6109]  1000  6109 297410641    19257    18117       96      1044  1183744        0           300 chrome
may 18 10:12:28 carlos-pc kernel: [   6135]  1000  6135     2485      487      439       48         0    57344       96           200 zsh
may 18 10:12:28 carlos-pc kernel: [   6248]     0  6248     4336      144      144        0         0    77824        0             0 systemd-userwor
may 18 10:12:28 carlos-pc kernel: [   6647]  1000  6647     3054     1023      975       48         0    61440        0           200 zsh
may 18 10:12:28 carlos-pc kernel: [   6649]  1000  6649     3050     1071      975       96         0    61440        0           200 zsh
may 18 10:12:28 carlos-pc kernel: [   6650]  1000  6650   643046      699      699        0         0   581632        0           200 gitstatusd
may 18 10:12:28 carlos-pc kernel: [   6798]     0  6798   417731      662      614       48         0   172032        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   6805]     0  6805   417795      624      624        0         0   176128        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   6828]     0  6828   309470     1316     1311        5         0   118784        0          -998 containerd-shim
may 18 10:12:28 carlos-pc kernel: [   6830]     0  6830   436164      666      618       48         0   184320        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   6842]     0  6842   417731      624      624        0         0   176128        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   6871]     0  6871   436228      721      625       96         0   188416        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   6879]     0  6879   436228      646      550       96         0   184320        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   6895]     0  6895   309470     1312     1312        0         0   118784        0          -998 containerd-shim
may 18 10:12:28 carlos-pc kernel: [   6924]     0  6924   436228      720      624       96         0   184320        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   6930]     0  6930   454661      719      623       96         0   200704        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   6942]     0  6942     2960       48        0       48         0    69632       48             0 docker-entrypoi
may 18 10:12:28 carlos-pc kernel: [   6951] 11211  6951   102838      384      240      144         0   159744        0             0 memcached
may 18 10:12:28 carlos-pc kernel: [   6974]     0  6974   309470     1263     1263        0         0   118784        0          -998 containerd-shim
may 18 10:12:28 carlos-pc kernel: [   6993]     0  6993   309534     1240     1240        0         0   122880        0          -998 containerd-shim
may 18 10:12:28 carlos-pc kernel: [   7049]     0  7049    55863     2700     1998       78       624   180224        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   7059]  1000  7059   178296     1038     1038        0         0   102400        0             0 MailHog
may 18 10:12:28 carlos-pc kernel: [   7100]     0  7100   309534     1253     1253        0         0   122880        0          -998 containerd-shim
may 18 10:12:28 carlos-pc kernel: [   7140]     0  7140    19168     1601     1546       55         0   147456        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   7190]     0  7190     2960       99        3       96         0    65536       48             0 docker-entrypoi
may 18 10:12:28 carlos-pc kernel: [   7191]     0  7191  4214834  3745044  3744900      144         0 32583680   295920             0 mysqld
may 18 10:12:28 carlos-pc kernel: [   7274]     0  7274   417731      673      625       48         0   172032        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   7281]     0  7281   436228      702      606       96         0   184320        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   7295]     0  7295   436228      657      609       48         0   180224        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   7302]     0  7302   417795      721      625       96         0   176128        0          -500 docker-proxy
may 18 10:12:28 carlos-pc kernel: [   7310]    33  7310    55871     2152     2056       96         0   147456        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   7311]    33  7311    55871     2152     2056       96         0   147456        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   7312]    33  7312    55871     2152     2056       96         0   147456        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   7313]    33  7313    55871     2107     2011       96         0   147456        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   7314]    33  7314    55871     2121     2025       96         0   147456        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   7322]     0  7322   309534     1270     1270        0         0   122880        0          -998 containerd-shim
may 18 10:12:28 carlos-pc kernel: [   7357]     0  7357   176227       19       19        0         0    94208      528             0 forego
may 18 10:12:28 carlos-pc kernel: [   7416]    33  7416    19176     1732     1732        0         0   126976        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   7417]    33  7417    19176     1732     1732        0         0   126976        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   7418]    33  7418    19176     1732     1732        0         0   126976        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   7419]    33  7419    19176     1732     1732        0         0   126976        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   7420]    33  7420    19176     1732     1732        0         0   126976        0             0 apache2
may 18 10:12:28 carlos-pc kernel: [   7425]     0  7425   177825     1891     1795       96         0   110592        0             0 docker-gen
may 18 10:12:28 carlos-pc kernel: [   7429]     0  7429    15232      186       90       96         0    61440      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7434]   101  7434    16317      526      430       96         0    69632      864             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7435]   101  7435    16317      574      478       96         0    69632      864             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7436]   101  7436    16317      478      430       48         0    69632      816             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7437]   101  7437    16317      622      574       48         0    69632      720             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7438]   101  7438    16317      190      142       48         0    69632     1152             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7439]   101  7439    16317      190      142       48         0    69632     1200             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7440]   101  7440    16317      238      190       48         0    69632     1152             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7441]   101  7441    16317      286      238       48         0    69632     1104             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7442]   101  7442    16317      238      190       48         0    69632     1152             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7443]   101  7443    16317      334      286       48         0    69632     1056             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7444]   101  7444    16317     1150     1102       48         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7445]   101  7445    16317     1150     1102       48         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7446]   101  7446    16317      622      574       48         0    69632      720             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7447]   101  7447    16317     1150     1102       48         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7448]   101  7448    16317     1150     1102       48         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7449]   101  7449    16317     1150     1102       48         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7450]   101  7450    16317     1150     1102       48         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7451]   101  7451    16317     1150     1102       48         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7452]   101  7452    16317     1150     1102       48         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7453]   101  7453    16317     1150     1102       48         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7454]   101  7454    16317     1151     1103       48         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7455]   101  7455    16317     1236     1140       96         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7456]   101  7456    16317     1151     1103       48         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: [   7457]   101  7457    16317     1199     1151       48         0    69632      192             0 nginx
may 18 10:12:28 carlos-pc kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=NetworkManager.service,mems_allowed=0,global_oom,task_memcg=/system.slice/docker-034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.scope,task=mysqld,pid=1699,uid=999
may 18 10:12:28 carlos-pc kernel: Out of memory: Killed process 1699 (mysqld) total-vm:18722416kB, anon-rss:14364204kB, file-rss:0kB, shmem-rss:0kB, UID:999 pgtables:33768kB oom_score_adj:0
may 18 10:12:28 carlos-pc kernel: mysqld: page allocation failure: order:0, mode:0x140cca(GFP_HIGHUSER_MOVABLE|__GFP_COMP), nodemask=(null),cpuset=docker-034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.scope,mems_allowed=0
may 18 10:12:28 carlos-pc kernel: CPU: 21 PID: 5395 Comm: mysqld Not tainted 6.9.1-arch1-1 #1 8721656fa781c58301f7268d475f3e6380e2b47c
may 18 10:12:28 carlos-pc kernel: Hardware name: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 18 10:12:28 carlos-pc kernel: Call Trace:
may 18 10:12:28 carlos-pc kernel:  <TASK>
may 18 10:12:28 carlos-pc kernel:  dump_stack_lvl+0x5d/0x80
may 18 10:12:28 carlos-pc kernel:  warn_alloc+0x164/0x190
may 18 10:12:28 carlos-pc kernel:  ? schedule_timeout+0xa8/0x160
may 18 10:12:28 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0xc75/0xd70
may 18 10:12:28 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 18 10:12:28 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 18 10:12:28 carlos-pc kernel:  folio_alloc+0x15/0x30
may 18 10:12:28 carlos-pc kernel:  __filemap_get_folio+0x18d/0x2e0
may 18 10:12:28 carlos-pc kernel:  filemap_fault+0x1a4/0xba0
may 18 10:12:28 carlos-pc kernel:  __do_fault+0x32/0x120
may 18 10:12:28 carlos-pc kernel:  do_fault+0x271/0x490
may 18 10:12:28 carlos-pc kernel:  __handle_mm_fault+0x855/0xe10
may 18 10:12:28 carlos-pc kernel:  handle_mm_fault+0xf0/0x300
may 18 10:12:28 carlos-pc kernel:  do_user_addr_fault+0x20e/0x620
may 18 10:12:28 carlos-pc kernel:  exc_page_fault+0x81/0x190
may 18 10:12:28 carlos-pc kernel:  asm_exc_page_fault+0x26/0x30
may 18 10:12:28 carlos-pc kernel: RIP: 0033:0x77385de68a00
may 18 10:12:28 carlos-pc kernel: Code: Unable to access opcode bytes at 0x77385de689d6.
may 18 10:12:28 carlos-pc kernel: RSP: 002b:000077341afff7e8 EFLAGS: 00010202
may 18 10:12:28 carlos-pc kernel: RAX: 0000000000001000 RBX: 0000000000000000 RCX: 000077345b3df010
may 18 10:12:28 carlos-pc kernel: RDX: 0000000000002000 RSI: 0000000000000000 RDI: 000077345b3e5010
may 18 10:12:28 carlos-pc kernel: RBP: 000077341afffa20 R08: 000077341afff840 R09: 000077345b3e5010
may 18 10:12:28 carlos-pc kernel: R10: 000077345b3e5010 R11: 0000000000000206 R12: 000077345b3e5010
may 18 10:12:28 carlos-pc kernel: R13: 000077341afffca0 R14: 000077341afffa40 R15: 0000000000000300
may 18 10:12:28 carlos-pc kernel:  </TASK>
may 18 10:12:28 carlos-pc kernel: Mem-Info:
may 18 10:12:28 carlos-pc kernel: active_anon:1613314 inactive_anon:6281835 isolated_anon:0
                                   active_file:628 inactive_file:327 isolated_file:0
                                   unevictable:8 dirty:97 writeback:0
                                   slab_reclaimable:14941 slab_unreclaimable:40556
                                   mapped:10621 shmem:29788 pagetables:30071
                                   sec_pagetables:0 bounce:0
                                   kernel_misc_reclaimable:0
                                   free:16587 free_pcp:1137 free_cma:0
may 18 10:12:28 carlos-pc kernel: Node 0 active_anon:6453256kB inactive_anon:25127340kB active_file:2512kB inactive_file:1308kB unevictable:32kB isolated(anon):0kB isolated(file):0kB mapped:42484kB dirty:388kB writeback:0kB shmem:119152kB shmem_thp:0kB shmem_pmdmapped:0kB anon_thp:25839616kB writeback_tmp:0kB kernel_stack:28112kB pagetables:120284kB sec_pagetables:0kB all_unreclaimable? no
may 18 10:12:28 carlos-pc kernel: Node 0 DMA free:11256kB boost:0kB min:28kB low:40kB high:52kB reserved_highatomic:0KB active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 18 10:12:28 carlos-pc kernel: lowmem_reserve[]: 0 1683 31781 31781 31781
may 18 10:12:28 carlos-pc kernel: Node 0 DMA32 free:56684kB boost:0kB min:3576kB low:5300kB high:7024kB reserved_highatomic:0KB active_anon:11936kB inactive_anon:1684940kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:1824524kB managed:1757800kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 18 10:12:28 carlos-pc kernel: lowmem_reserve[]: 0 0 30097 30097 30097
may 18 10:12:28 carlos-pc kernel: Node 0 Normal free:0kB boost:0kB min:63972kB low:94788kB high:125604kB reserved_highatomic:0KB active_anon:6441312kB inactive_anon:23442408kB active_file:1520kB inactive_file:2420kB unevictable:32kB writepending:0kB present:31449088kB managed:30826168kB mlocked:32kB bounce:0kB free_pcp:4548kB local_pcp:0kB free_cma:0kB
may 18 10:12:28 carlos-pc kernel: lowmem_reserve[]: 0 0 0 0 0
may 18 10:12:28 carlos-pc kernel: Node 0 DMA: 0*4kB 1*8kB (U) 1*16kB (U) 1*32kB (U) 1*64kB (U) 1*128kB (U) 1*256kB (U) 1*512kB (U) 0*1024kB 1*2048kB (M) 2*4096kB (M) = 11256kB
may 18 10:12:28 carlos-pc kernel: Node 0 DMA32: 199*4kB (UM) 226*8kB (UM) 179*16kB (UM) 106*32kB (U) 47*64kB (UM) 21*128kB (UM) 11*256kB (UM) 13*512kB (UM) 10*1024kB (UM) 1*2048kB (U) 5*4096kB (M) = 56796kB
may 18 10:12:28 carlos-pc kernel: Node 0 Normal: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 18 10:12:28 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
may 18 10:12:28 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
may 18 10:12:28 carlos-pc kernel: 93162 total pagecache pages
may 18 10:12:28 carlos-pc kernel: 62429 pages in swap cache
may 18 10:12:28 carlos-pc kernel: Free swap  = 40kB
may 18 10:12:28 carlos-pc kernel: Total swap = 4194300kB
may 18 10:12:28 carlos-pc kernel: 8322401 pages RAM
may 18 10:12:28 carlos-pc kernel: 0 pages HighMem/MovableOnly
may 18 10:12:28 carlos-pc kernel: 172569 pages reserved
may 18 10:12:28 carlos-pc kernel: 0 pages cma reserved
may 18 10:12:28 carlos-pc kernel: 0 pages hwpoisoned
may 18 10:12:28 carlos-pc systemd[1]: docker-034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.scope: A process of this unit has been killed by the OOM killer.
may 18 10:12:28 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event4  - Logitech Wireless Mouse: SYN_DROPPED event - some input events have been lost.
may 18 10:12:28 carlos-pc systemd[1]: docker-034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.scope: Deactivated successfully.
may 18 10:12:28 carlos-pc systemd[1]: docker-034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.scope: Consumed 30.776s CPU time.
may 18 10:12:28 carlos-pc dockerd[1311]: 2024/05/18 10:12:28 http: superfluous response.WriteHeader call from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*respWriterWrapper).WriteHeader (wrap.go:98)
may 18 10:12:29 carlos-pc dockerd[1311]: time="2024-05-18T10:12:29.134293433-05:00" level=info msg="ignoring event" container=034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 18 10:12:29 carlos-pc containerd[772]: time="2024-05-18T10:12:29.135398242-05:00" level=info msg="shim disconnected" id=034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26 namespace=moby
may 18 10:12:29 carlos-pc containerd[772]: time="2024-05-18T10:12:29.138964363-05:00" level=warning msg="cleaning up after shim disconnected" id=034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26 namespace=moby
may 18 10:12:29 carlos-pc containerd[772]: time="2024-05-18T10:12:29.138969944-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 18 10:12:29 carlos-pc kernel: veth39f31af: renamed from eth0
may 18 10:12:29 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethe70461d) entered disabled state
may 18 10:12:29 carlos-pc NetworkManager[702]: <info>  [1716045149.2674] manager: (veth39f31af): new Veth device (/org/freedesktop/NetworkManager/Devices/52)
may 18 10:12:29 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethe70461d) entered disabled state
may 18 10:12:29 carlos-pc kernel: vethe70461d (unregistering): left allmulticast mode
may 18 10:12:29 carlos-pc kernel: vethe70461d (unregistering): left promiscuous mode
may 18 10:12:29 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethe70461d) entered disabled state
may 18 10:12:29 carlos-pc systemd[1]: run-docker-netns-aff4921453a2.mount: Deactivated successfully.
may 18 10:12:29 carlos-pc systemd[1]: var-lib-docker-overlay2-4a2736b06d2c4f4dbd6711b8eb69615308d81d2ade676dbeaa7f39b73d17052d-merged.mount: Deactivated successfully.
may 18 10:12:29 carlos-pc NetworkManager[702]: <info>  [1716045149.4129] manager: (vethccbc03f): new Veth device (/org/freedesktop/NetworkManager/Devices/53)
may 18 10:12:29 carlos-pc kernel: br-bcbfcb2bda6b: port 2(veth1f29851) entered blocking state
may 18 10:12:29 carlos-pc kernel: br-bcbfcb2bda6b: port 2(veth1f29851) entered disabled state
may 18 10:12:29 carlos-pc kernel: veth1f29851: entered allmulticast mode
may 18 10:12:29 carlos-pc kernel: veth1f29851: entered promiscuous mode
may 18 10:12:29 carlos-pc NetworkManager[702]: <info>  [1716045149.4132] manager: (veth1f29851): new Veth device (/org/freedesktop/NetworkManager/Devices/54)
may 18 10:12:29 carlos-pc containerd[772]: time="2024-05-18T10:12:29.477154636-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 18 10:12:29 carlos-pc containerd[772]: time="2024-05-18T10:12:29.477612890-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 18 10:12:29 carlos-pc containerd[772]: time="2024-05-18T10:12:29.477621248-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:29 carlos-pc containerd[772]: time="2024-05-18T10:12:29.477668963-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 18 10:12:29 carlos-pc systemd[1]: Started libcontainer container 034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.
may 18 10:12:29 carlos-pc systemd-journald[470]: Under memory pressure, flushing caches.
may 18 10:12:29 carlos-pc NetworkManager[702]: <info>  [1716045149.8210] device (veth1f29851): carrier: link connected
may 18 10:12:29 carlos-pc kernel: eth0: renamed from vethccbc03f
may 18 10:12:29 carlos-pc kernel: br-bcbfcb2bda6b: port 2(veth1f29851) entered blocking state
may 18 10:12:29 carlos-pc kernel: br-bcbfcb2bda6b: port 2(veth1f29851) entered forwarding state
may 18 10:12:31 carlos-pc google-chrome.desktop[3966]: [3959:4008:0518/101231.379925:ERROR:connection_factory_impl.cc(434)] Failed to connect to MCS endpoint with error -105
may 18 10:13:50 carlos-pc kernel: warn_alloc: 27 callbacks suppressed
may 18 10:13:50 carlos-pc kernel: chrome: page allocation failure: order:0, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=user.slice,mems_allowed=0
may 18 10:13:50 carlos-pc kernel: CPU: 13 PID: 4022 Comm: chrome Not tainted 6.9.1-arch1-1 #1 8721656fa781c58301f7268d475f3e6380e2b47c
may 18 10:13:50 carlos-pc kernel: Hardware name: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 18 10:13:51 carlos-pc kernel: Call Trace:
may 18 10:13:51 carlos-pc kernel:  <TASK>
may 18 10:13:51 carlos-pc kernel:  dump_stack_lvl+0x5d/0x80
may 18 10:13:51 carlos-pc kernel:  warn_alloc+0x164/0x190
may 18 10:13:51 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0xc75/0xd70
may 18 10:13:51 carlos-pc kernel:  ? __blk_mq_alloc_requests+0x423/0x500
may 18 10:13:51 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 18 10:13:51 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 18 10:13:51 carlos-pc kernel:  __read_swap_cache_async+0x124/0x280
may 18 10:13:51 carlos-pc kernel:  zswap_writeback_entry+0x73/0x1f0
may 18 10:13:51 carlos-pc kernel:  shrink_memcg_cb+0x82/0xd0
may 18 10:13:51 carlos-pc kernel:  __list_lru_walk_one+0xa3/0x1b0
may 18 10:13:51 carlos-pc kernel:  ? __pfx_shrink_memcg_cb+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  ? __pfx_shrink_memcg_cb+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  list_lru_walk_one+0x5d/0x90
may 18 10:13:51 carlos-pc kernel:  zswap_shrinker_scan+0xbd/0x120
may 18 10:13:51 carlos-pc kernel:  do_shrink_slab+0x143/0x360
may 18 10:13:51 carlos-pc kernel:  shrink_slab+0x2a9/0x3b0
may 18 10:13:51 carlos-pc kernel:  shrink_one+0x120/0x1f0
may 18 10:13:51 carlos-pc kernel:  shrink_node+0x962/0xbb0
may 18 10:13:51 carlos-pc kernel:  do_try_to_free_pages+0xc8/0x5d0
may 18 10:13:51 carlos-pc kernel:  try_to_free_pages+0xd9/0x210
may 18 10:13:51 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0x339/0xd70
may 18 10:13:51 carlos-pc kernel:  ? __rseq_handle_notify_resume+0xa6/0x490
may 18 10:13:51 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 18 10:13:51 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 18 10:13:51 carlos-pc kernel:  folio_alloc+0x15/0x30
may 18 10:13:51 carlos-pc kernel:  __filemap_get_folio+0x18d/0x2e0
may 18 10:13:51 carlos-pc kernel:  filemap_fault+0x1a4/0xba0
may 18 10:13:51 carlos-pc kernel:  __do_fault+0x32/0x120
may 18 10:13:51 carlos-pc kernel:  do_fault+0x271/0x490
may 18 10:13:51 carlos-pc kernel:  __handle_mm_fault+0x855/0xe10
may 18 10:13:51 carlos-pc kernel:  ? do_syscall_64+0x8e/0x160
may 18 10:13:51 carlos-pc kernel:  handle_mm_fault+0xf0/0x300
may 18 10:13:51 carlos-pc kernel:  do_user_addr_fault+0x20e/0x620
may 18 10:13:51 carlos-pc kernel:  exc_page_fault+0x81/0x190
may 18 10:13:51 carlos-pc kernel:  asm_exc_page_fault+0x26/0x30
may 18 10:13:51 carlos-pc kernel: RIP: 0033:0x70cbf478e39d
may 18 10:13:51 carlos-pc kernel: Code: Unable to access opcode bytes at 0x70cbf478e373.
may 18 10:13:51 carlos-pc kernel: RSP: 002b:00007ffcb5c476f0 EFLAGS: 00010293
may 18 10:13:51 carlos-pc kernel: RAX: 0000000000000000 RBX: 000000007fffffff RCX: 000070cbf478e39d
may 18 10:13:51 carlos-pc kernel: RDX: 000000000000032d RSI: 0000000000000003 RDI: 00000b1c00751160
may 18 10:13:51 carlos-pc kernel: RBP: 00007ffcb5c47710 R08: 0000000000000000 R09: 000000007fffffff
may 18 10:13:51 carlos-pc kernel: R10: 00000b1c00010700 R11: 0000000000000293 R12: 000000000000032d
may 18 10:13:51 carlos-pc kernel: R13: 0000000000000003 R14: 00000b1c00751160 R15: 00000b1c00010700
may 18 10:13:51 carlos-pc kernel:  </TASK>
may 18 10:13:51 carlos-pc kernel: Mem-Info:
may 18 10:13:51 carlos-pc kernel: active_anon:5941513 inactive_anon:1957378 isolated_anon:0
                                   active_file:408 inactive_file:596 isolated_file:0
                                   unevictable:8 dirty:136 writeback:20
                                   slab_reclaimable:15222 slab_unreclaimable:43834
                                   mapped:4066 shmem:8442 pagetables:29568
                                   sec_pagetables:0 bounce:0
                                   kernel_misc_reclaimable:0
                                   free:2377 free_pcp:0 free_cma:0
may 18 10:13:51 carlos-pc kernel: Node 0 active_anon:23766052kB inactive_anon:7829512kB active_file:1632kB inactive_file:2384kB unevictable:32kB isolated(anon):0kB isolated(file):0kB mapped:16264kB dirty:544kB writeback:80kB shmem:33768kB shmem_thp:0kB shmem_pmdmapped:0kB anon_thp:26036224kB writeback_tmp:0kB kernel_stack:27568kB pagetables:118272kB sec_pagetables:0kB all_unreclaimable? no
may 18 10:13:51 carlos-pc kernel: Node 0 DMA free:56kB boost:0kB min:28kB low:40kB high:52kB reserved_highatomic:0KB active_anon:5020kB inactive_anon:5692kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:68kB present:15992kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 18 10:13:51 carlos-pc kernel: lowmem_reserve[]: 0 1683 31781 31781 31781
may 18 10:13:51 carlos-pc kernel: Node 0 DMA32 free:5688kB boost:0kB min:3576kB low:5300kB high:7024kB reserved_highatomic:0KB active_anon:1660352kB inactive_anon:86476kB active_file:8kB inactive_file:8kB unevictable:0kB writepending:0kB present:1824524kB managed:1757800kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 18 10:13:51 carlos-pc kernel: lowmem_reserve[]: 0 0 30097 30097 30097
may 18 10:13:51 carlos-pc kernel: Node 0 Normal free:3764kB boost:12288kB min:76260kB low:107076kB high:137892kB reserved_highatomic:0KB active_anon:22115936kB inactive_anon:7722312kB active_file:1624kB inactive_file:2376kB unevictable:32kB writepending:644kB present:31449088kB managed:30826168kB mlocked:32kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 18 10:13:51 carlos-pc kernel: lowmem_reserve[]: 0 0 0 0 0
may 18 10:13:51 carlos-pc kernel: Node 0 DMA: 9*4kB (U) 3*8kB (U) 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 60kB
may 18 10:13:51 carlos-pc kernel: Node 0 DMA32: 141*4kB (U) 99*8kB (U) 67*16kB (U) 52*32kB (U) 15*64kB (U) 5*128kB (U) 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 5692kB
may 18 10:13:51 carlos-pc kernel: Node 0 Normal: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 18 10:13:51 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
may 18 10:13:51 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
may 18 10:13:51 carlos-pc kernel: 167733 total pagecache pages
may 18 10:13:51 carlos-pc kernel: 158287 pages in swap cache
may 18 10:13:51 carlos-pc kernel: Free swap  = 240kB
may 18 10:13:51 carlos-pc kernel: Total swap = 4194300kB
may 18 10:13:51 carlos-pc kernel: 8322401 pages RAM
may 18 10:13:51 carlos-pc kernel: 0 pages HighMem/MovableOnly
may 18 10:13:51 carlos-pc kernel: 172569 pages reserved
may 18 10:13:51 carlos-pc kernel: 0 pages cma reserved
may 18 10:13:51 carlos-pc kernel: 0 pages hwpoisoned
may 18 10:13:51 carlos-pc kernel: warn_alloc: 8475 callbacks suppressed
may 18 10:13:51 carlos-pc kernel: hwrng: page allocation failure: order:0, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=/,mems_allowed=0
may 18 10:13:51 carlos-pc kernel: CPU: 13 PID: 196 Comm: hwrng Not tainted 6.9.1-arch1-1 #1 8721656fa781c58301f7268d475f3e6380e2b47c
may 18 10:13:51 carlos-pc kernel: Hardware name: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 18 10:13:51 carlos-pc kernel: Call Trace:
may 18 10:13:51 carlos-pc kernel:  <TASK>
may 18 10:13:51 carlos-pc kernel:  dump_stack_lvl+0x5d/0x80
may 18 10:13:51 carlos-pc kernel:  warn_alloc+0x164/0x190
may 18 10:13:51 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0xc75/0xd70
may 18 10:13:51 carlos-pc kernel:  ? ll_back_merge_fn+0x169/0x1f0
may 18 10:13:51 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 18 10:13:51 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 18 10:13:51 carlos-pc kernel:  __read_swap_cache_async+0x124/0x280
may 18 10:13:51 carlos-pc kernel:  zswap_writeback_entry+0x73/0x1f0
may 18 10:13:51 carlos-pc kernel:  shrink_memcg_cb+0x82/0xd0
may 18 10:13:51 carlos-pc kernel:  __list_lru_walk_one+0xa3/0x1b0
may 18 10:13:51 carlos-pc kernel:  ? __pfx_shrink_memcg_cb+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  ? __pfx_shrink_memcg_cb+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  list_lru_walk_one+0x5d/0x90
may 18 10:13:51 carlos-pc kernel:  zswap_shrinker_scan+0xbd/0x120
may 18 10:13:51 carlos-pc kernel:  do_shrink_slab+0x143/0x360
may 18 10:13:51 carlos-pc kernel:  shrink_slab+0x2a9/0x3b0
may 18 10:13:51 carlos-pc kernel:  shrink_one+0x120/0x1f0
may 18 10:13:51 carlos-pc kernel:  shrink_node+0x962/0xbb0
may 18 10:13:51 carlos-pc kernel:  do_try_to_free_pages+0xc8/0x5d0
may 18 10:13:51 carlos-pc kernel:  try_to_free_pages+0xd9/0x210
may 18 10:13:51 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0x339/0xd70
may 18 10:13:51 carlos-pc kernel:  ? schedule+0x27/0xf0
may 18 10:13:51 carlos-pc kernel:  ? schedule_hrtimeout_range_clock+0xe7/0x1d0
may 18 10:13:51 carlos-pc kernel:  ? __pfx_hwrng_fillfn+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 18 10:13:51 carlos-pc kernel:  ? __pfx_hwrng_fillfn+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 18 10:13:51 carlos-pc kernel:  __get_free_pages+0x11/0x40
may 18 10:13:51 carlos-pc kernel:  tpm2_get_random+0x68/0x200
may 18 10:13:51 carlos-pc kernel:  ? tpm_chip_start+0x46/0xb0
may 18 10:13:51 carlos-pc kernel:  ? __pfx_hwrng_fillfn+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  tpm_get_random+0x5f/0x80
may 18 10:13:51 carlos-pc kernel:  hwrng_fillfn+0xdf/0x1f0
may 18 10:13:51 carlos-pc kernel:  kthread+0xcf/0x100
may 18 10:13:51 carlos-pc kernel:  ? __pfx_kthread+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  ret_from_fork+0x31/0x50
may 18 10:13:51 carlos-pc kernel:  ? __pfx_kthread+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  ret_from_fork_asm+0x1a/0x30
may 18 10:13:51 carlos-pc kernel:  </TASK>
may 18 10:13:51 carlos-pc kernel: Mem-Info:
may 18 10:13:51 carlos-pc kernel: active_anon:6065462 inactive_anon:1835448 isolated_anon:0
                                   active_file:441 inactive_file:362 isolated_file:0
                                   unevictable:8 dirty:0 writeback:13
                                   slab_reclaimable:15210 slab_unreclaimable:43825
                                   mapped:4066 shmem:8442 pagetables:29568
                                   sec_pagetables:0 bounce:0
                                   kernel_misc_reclaimable:0
                                   free:0 free_pcp:916 free_cma:0
may 18 10:13:51 carlos-pc kernel: Node 0 active_anon:24261848kB inactive_anon:7341792kB active_file:1764kB inactive_file:1448kB unevictable:32kB isolated(anon):0kB isolated(file):0kB mapped:16264kB dirty:0kB writeback:52kB shmem:33768kB shmem_thp:0kB shmem_pmdmapped:0kB anon_thp:26036224kB writeback_tmp:0kB kernel_stack:27568kB pagetables:118272kB sec_pagetables:0kB all_unreclaimable? no
may 18 10:13:51 carlos-pc kernel: Node 0 DMA free:0kB boost:0kB min:28kB low:40kB high:52kB reserved_highatomic:0KB active_anon:4944kB inactive_anon:6312kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 18 10:13:51 carlos-pc kernel: lowmem_reserve[]: 0 1683 31781 31781 31781
may 18 10:13:51 carlos-pc kernel: Node 0 DMA32 free:0kB boost:2048kB min:5624kB low:7348kB high:9072kB reserved_highatomic:0KB active_anon:851428kB inactive_anon:899920kB active_file:0kB inactive_file:20kB unevictable:0kB writepending:4kB present:1824524kB managed:1757800kB mlocked:0kB bounce:0kB free_pcp:1600kB local_pcp:0kB free_cma:0kB
may 18 10:13:51 carlos-pc kernel: lowmem_reserve[]: 0 0 30097 30097 30097
may 18 10:13:51 carlos-pc kernel: Node 0 Normal free:0kB boost:0kB min:63972kB low:94788kB high:125604kB reserved_highatomic:0KB active_anon:23405036kB inactive_anon:6436000kB active_file:1688kB inactive_file:1516kB unevictable:32kB writepending:48kB present:31449088kB managed:30826168kB mlocked:32kB bounce:0kB free_pcp:2064kB local_pcp:0kB free_cma:0kB
may 18 10:13:51 carlos-pc kernel: lowmem_reserve[]: 0 0 0 0 0
may 18 10:13:51 carlos-pc kernel: Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 18 10:13:51 carlos-pc kernel: Node 0 DMA32: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 18 10:13:51 carlos-pc kernel: Node 0 Normal: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 18 10:13:51 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
may 18 10:13:51 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
may 18 10:13:51 carlos-pc kernel: 169332 total pagecache pages
may 18 10:13:51 carlos-pc kernel: 160087 pages in swap cache
may 18 10:13:51 carlos-pc kernel: Free swap  = 8kB
may 18 10:13:51 carlos-pc kernel: Total swap = 4194300kB
may 18 10:13:51 carlos-pc kernel: 8322401 pages RAM
may 18 10:13:51 carlos-pc kernel: 0 pages HighMem/MovableOnly
may 18 10:13:51 carlos-pc kernel: 172569 pages reserved
may 18 10:13:51 carlos-pc kernel: 0 pages cma reserved
may 18 10:13:51 carlos-pc kernel: 0 pages hwpoisoned
may 18 10:13:51 carlos-pc kernel: hwrng invoked oom-killer: gfp_mask=0xcc0(GFP_KERNEL), order=0, oom_score_adj=0
may 18 10:13:51 carlos-pc kernel: CPU: 11 PID: 196 Comm: hwrng Not tainted 6.9.1-arch1-1 #1 8721656fa781c58301f7268d475f3e6380e2b47c
may 18 10:13:51 carlos-pc kernel: Hardware name: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 18 10:13:51 carlos-pc kernel: Call Trace:
may 18 10:13:51 carlos-pc kernel:  <TASK>
may 18 10:13:51 carlos-pc kernel:  dump_stack_lvl+0x5d/0x80
may 18 10:13:51 carlos-pc kernel:  dump_header+0x44/0x18d
may 18 10:13:51 carlos-pc kernel:  oom_kill_process.cold+0x8/0x8a
may 18 10:13:51 carlos-pc kernel:  out_of_memory+0x209/0x500
may 18 10:13:51 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0xb0a/0xd70
may 18 10:13:51 carlos-pc kernel:  ? __pfx_hwrng_fillfn+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 18 10:13:51 carlos-pc kernel:  ? __pfx_hwrng_fillfn+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 18 10:13:51 carlos-pc kernel:  __get_free_pages+0x11/0x40
may 18 10:13:51 carlos-pc kernel:  tpm2_get_random+0x68/0x200
may 18 10:13:51 carlos-pc kernel:  ? tpm_chip_start+0x46/0xb0
may 18 10:13:51 carlos-pc kernel:  ? __pfx_hwrng_fillfn+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  tpm_get_random+0x5f/0x80
may 18 10:13:51 carlos-pc kernel:  hwrng_fillfn+0xdf/0x1f0
may 18 10:13:51 carlos-pc kernel:  kthread+0xcf/0x100
may 18 10:13:51 carlos-pc kernel:  ? __pfx_kthread+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  ret_from_fork+0x31/0x50
may 18 10:13:51 carlos-pc kernel:  ? __pfx_kthread+0x10/0x10
may 18 10:13:51 carlos-pc kernel:  ret_from_fork_asm+0x1a/0x30
may 18 10:13:51 carlos-pc kernel:  </TASK>
may 18 10:13:51 carlos-pc kernel: Mem-Info:
may 18 10:13:51 carlos-pc kernel: active_anon:1841965 inactive_anon:6058962 isolated_anon:0
                                   active_file:194 inactive_file:545 isolated_file:0
                                   unevictable:8 dirty:0 writeback:44
                                   slab_reclaimable:15210 slab_unreclaimable:43825
                                   mapped:4066 shmem:8442 pagetables:29568
                                   sec_pagetables:0 bounce:0
                                   kernel_misc_reclaimable:0
                                   free:0 free_pcp:894 free_cma:0
may 18 10:13:51 carlos-pc kernel: Node 0 active_anon:7367860kB inactive_anon:24235848kB active_file:776kB inactive_file:2180kB unevictable:32kB isolated(anon):0kB isolated(file):0kB mapped:16264kB dirty:0kB writeback:176kB shmem:33768kB shmem_thp:0kB shmem_pmdmapped:0kB anon_thp:26036224kB writeback_tmp:0kB kernel_stack:27568kB pagetables:118272kB sec_pagetables:0kB all_unreclaimable? no
may 18 10:13:51 carlos-pc kernel: Node 0 DMA free:0kB boost:0kB min:28kB low:40kB high:52kB reserved_highatomic:0KB active_anon:4720kB inactive_anon:6536kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 18 10:13:51 carlos-pc kernel: lowmem_reserve[]: 0 1683 31781 31781 31781
may 18 10:13:51 carlos-pc kernel: Node 0 DMA32 free:0kB boost:0kB min:3576kB low:5300kB high:7024kB reserved_highatomic:0KB active_anon:81632kB inactive_anon:1669716kB active_file:12kB inactive_file:0kB unevictable:0kB writepending:36kB present:1824524kB managed:1757800kB mlocked:0kB bounce:0kB free_pcp:1600kB local_pcp:0kB free_cma:0kB
may 18 10:13:51 carlos-pc kernel: lowmem_reserve[]: 0 0 30097 30097 30097
may 18 10:13:51 carlos-pc kernel: Node 0 Normal free:0kB boost:0kB min:63972kB low:94788kB high:125604kB reserved_highatomic:0KB active_anon:7281932kB inactive_anon:22559172kB active_file:1424kB inactive_file:1968kB unevictable:32kB writepending:140kB present:31449088kB managed:30826168kB mlocked:32kB bounce:0kB free_pcp:1976kB local_pcp:0kB free_cma:0kB
may 18 10:13:51 carlos-pc kernel: lowmem_reserve[]: 0 0 0 0 0
may 18 10:13:51 carlos-pc kernel: Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 18 10:13:51 carlos-pc kernel: Node 0 DMA32: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 18 10:13:51 carlos-pc kernel: Node 0 Normal: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 18 10:13:51 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
may 18 10:13:51 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
may 18 10:13:51 carlos-pc kernel: 169363 total pagecache pages
may 18 10:13:51 carlos-pc kernel: 160118 pages in swap cache
may 18 10:13:51 carlos-pc kernel: Free swap  = 8kB
may 18 10:13:51 carlos-pc kernel: Total swap = 4194300kB
may 18 10:13:51 carlos-pc kernel: 8322401 pages RAM
may 18 10:13:51 carlos-pc kernel: 0 pages HighMem/MovableOnly
may 18 10:13:51 carlos-pc kernel: 172569 pages reserved
may 18 10:13:51 carlos-pc kernel: 0 pages cma reserved
may 18 10:13:51 carlos-pc kernel: 0 pages hwpoisoned
may 18 10:13:51 carlos-pc kernel: Tasks state (memory values in pages):
may 18 10:13:51 carlos-pc kernel: [  pid  ]   uid  tgid total_vm      rss rss_anon rss_file rss_shmem pgtables_bytes swapents oom_score_adj name
may 18 10:13:51 carlos-pc kernel: [    470]     0   470    14635      246      226        0        20   126976        0          -250 systemd-journal
may 18 10:13:51 carlos-pc kernel: [    481]     0   481     4203      288      192       96         0    77824        0             0 systemd-userdbd
may 18 10:13:51 carlos-pc kernel: [    513]     0   513     8915      432      240      192         0    90112      336         -1000 systemd-udevd
may 18 10:13:51 carlos-pc kernel: [    697]    81   697     2347      292      148      144         0    57344        0          -900 dbus-broker-lau
may 18 10:13:51 carlos-pc kernel: [    701]    81   701     1481      371      227      144         0    53248        0          -900 dbus-broker
may 18 10:13:51 carlos-pc kernel: [    702]     0   702   103931      849      816       33         0   180224        0             0 NetworkManager
may 18 10:13:51 carlos-pc kernel: [    703]     0   703     4366      539      299      240         0    77824        0             0 systemd-logind
may 18 10:13:51 carlos-pc kernel: [    770]     0   770    78203      192       96       96         0   122880       48             0 gdm
may 18 10:13:51 carlos-pc kernel: [    772]     0   772   744785     4348     4348        0         0   516096     1008          -999 containerd
may 18 10:13:51 carlos-pc kernel: [    777]     0   777    77901      176       96       80         0   118784       48             0 accounts-daemon
may 18 10:13:51 carlos-pc kernel: [    791]   102   791    96149      641      594       47         0   139264        0             0 polkitd
may 18 10:13:51 carlos-pc kernel: [    802]     0   802     4593      288      288        0         0    77824        0             0 wpa_supplicant
may 18 10:13:51 carlos-pc kernel: [    877]   133   877     5783      192       48      144         0    69632        0             0 rtkit-daemon
may 18 10:13:51 carlos-pc kernel: [    933]   970   933    79329      689      480      209         0   131072      576             0 colord
may 18 10:13:51 carlos-pc kernel: [    986]     0   986    78822      624      576       48         0   126976        0             0 upowerd
may 18 10:13:51 carlos-pc kernel: [   1311]     0  1311  1160397    11197    11197        0         0   925696     1488          -500 dockerd
may 18 10:13:51 carlos-pc kernel: [   1344]     0  1344    60488      288      240       48         0   110592       48             0 gdm-session-wor
may 18 10:13:51 carlos-pc kernel: [   1543]     0  1543   399298      570      522       48         0   163840       96          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   1550]     0  1550   417731      673      625       48         0   172032        0          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   1640]     0  1640   309534      483      483        0         0   118784      720          -998 containerd-shim
may 18 10:13:51 carlos-pc kernel: [   1700] 65534  1700      530       48        0       48         0    53248        0             0 dnsmasq
may 18 10:13:51 carlos-pc kernel: [   1859]  1000  1859     5416      864      672      192         0    90112        0           100 systemd
may 18 10:13:51 carlos-pc kernel: [   1863]  1000  1863     5743      494      398       96         0    77824        0           100 (sd-pam)
may 18 10:13:51 carlos-pc kernel: [   1881]  1000  1881    78294      240      192       48         0   122880        0           200 gnome-keyring-d
may 18 10:13:51 carlos-pc kernel: [   1892]  1000  1892     2258      144       48       96         0    57344       48           200 dbus-broker-lau
may 18 10:13:51 carlos-pc kernel: [   1893]  1000  1893     1493      240       48      192         0    53248       48           200 dbus-broker
may 18 10:13:51 carlos-pc kernel: [   1908]  1000  1908    58105      144        0      144         0   102400       96             0 gdm-x-session
may 18 10:13:51 carlos-pc kernel: [   1910]  1000  1910   307374     3569     1485      240      1844   638976    10992             0 Xorg
may 18 10:13:51 carlos-pc kernel: [   1956]  1000  1956    92985      144        0      144         0   188416      480             0 gnome-session-b
may 18 10:13:51 carlos-pc kernel: [   1993]  1000  1993    95484      144      144        0         0   131072        0           200 at-spi-bus-laun
may 18 10:13:51 carlos-pc kernel: [   1999]  1000  1999     2226      144       48       96         0    61440        0           200 dbus-broker-lau
may 18 10:13:51 carlos-pc kernel: [   2002]  1000  2002     1015       96        0       96         0    49152        0           200 dbus-broker
may 18 10:13:51 carlos-pc kernel: [   2019]  1000  2019    22006      240       96      144         0    81920        0           200 gnome-session-c
may 18 10:13:51 carlos-pc kernel: [   2021]  1000  2021   130022      720      576      144         0   208896        0           200 gnome-session-b
may 18 10:13:51 carlos-pc kernel: [   2044]  1000  2044  1577166    17139    16988      151         0  1662976    30528           100 gnome-shell
may 18 10:13:51 carlos-pc kernel: [   2050]  1000  2050    79195      384      288       96         0   135168        0           200 gvfsd
may 18 10:13:51 carlos-pc kernel: [   2056]  1000  2056   114060      144       96       48         0   139264        0           200 gvfsd-fuse
may 18 10:13:51 carlos-pc kernel: [   2086]  1000  2086   401344     2480      608       47      1825   675840     8352           100 mutter-x11-fram
may 18 10:13:51 carlos-pc kernel: [   2088]  1000  2088    58768      336      192      144         0   102400        0           200 at-spi2-registr
may 18 10:13:51 carlos-pc kernel: [   2119]  1000  2119   164903      672      624       48         0   225280        0           200 gnome-shell-cal
may 18 10:13:51 carlos-pc kernel: [   2120]  1000  2120    76469      144       48       96         0   114688       48           200 xdg-permission-
may 18 10:13:51 carlos-pc kernel: [   2143]  1000  2143   714510     1371     1227      144         0   266240        0           200 gjs
may 18 10:13:51 carlos-pc kernel: [   2164]  1000  2164   183340     1968     1824      144         0   319488       48           200 evolution-sourc
may 18 10:13:51 carlos-pc kernel: [   2166]  1000  2166    95065      240      144       96         0   122880        0           200 gsd-a11y-settin
may 18 10:13:51 carlos-pc kernel: [   2167]  1000  2167   112484     1248     1248        0         0   208896        0           200 gsd-color
may 18 10:13:51 carlos-pc kernel: [   2168]  1000  2168   107372      384      288       96         0   172032       96           200 gsd-datetime
may 18 10:13:51 carlos-pc kernel: [   2169]  1000  2169   114560      302      144      158         0   155648        0           200 gsd-housekeepin
may 18 10:13:51 carlos-pc kernel: [   2170]  1000  2170   112178     1006      958       48         0   212992       96           200 gsd-keyboard
may 18 10:13:51 carlos-pc kernel: [   2172]  1000  2172   186540     1246     1246        0         0   274432        0           200 gsd-media-keys
may 18 10:13:51 carlos-pc kernel: [   2173]  1000  2173   130878     1294     1198       96         0   237568        0           200 gsd-power
may 18 10:13:51 carlos-pc kernel: [   2174]  1000  2174    80157      288      144      144         0   139264      144           200 gsd-print-notif
may 18 10:13:51 carlos-pc kernel: [   2179]  1000  2179   131964      192      144       48         0   151552        0           200 gsd-rfkill
may 18 10:13:51 carlos-pc kernel: [   2180]  1000  2180    76496       48       48        0         0   110592       48           200 gsd-screensaver
may 18 10:13:51 carlos-pc kernel: [   2183]  1000  2183   133803      480      432       48         0   159744        0           200 gsd-sharing
may 18 10:13:51 carlos-pc kernel: [   2185]  1000  2185    95620       48        0       48         0   126976      192           200 gsd-smartcard
may 18 10:13:51 carlos-pc kernel: [   2188]  1000  2188   503755     1336     1297       39         0   958464    26496           200 gnome-software
may 18 10:13:51 carlos-pc kernel: [   2189]  1000  2189    98692      144        0      144         0   139264      288           200 gsd-sound
may 18 10:13:51 carlos-pc kernel: [   2192]  1000  2192   132918       48       48        0         0   151552       48           200 gsd-usb-protect
may 18 10:13:51 carlos-pc kernel: [   2197]  1000  2197    76726      240      240        0         0   110592       48           200 gsd-disk-utilit
may 18 10:13:51 carlos-pc kernel: [   2199]  1000  2199   112373     1390     1246      144         0   208896        0           200 gsd-wacom
may 18 10:13:51 carlos-pc kernel: [   2200]  1000  2200   112397      814      814        0         0   208896      432           200 gsd-xsettings
may 18 10:13:51 carlos-pc kernel: [   2207]  1000  2207   239662     1584     1584        0         0   401408     1392           200 evolution-alarm
may 18 10:13:51 carlos-pc kernel: [   2235]  1000  2235   112851      720      528      192         0   208896        0           200 gsd-printer
may 18 10:13:51 carlos-pc kernel: [   2303]     0  2303   117318      576      576        0         0   155648        0             0 udisksd
may 18 10:13:51 carlos-pc kernel: [   2306]  1000  2306   681715     1495     1351      144         0   266240        0           200 gjs
may 18 10:13:51 carlos-pc kernel: [   2310]  1000  2310    49907     2052     2004       48         0   135168        0           200 pipewire
may 18 10:13:51 carlos-pc kernel: [   2314]  1000  2314   142473     1392     1344       48         0   196608        0           200 wireplumber
may 18 10:13:51 carlos-pc kernel: [   2316]  1000  2316    25754      740      574      166         0    90112      384           200 pipewire-pulse
may 18 10:13:51 carlos-pc kernel: [   2414]  1000  2414   145060      192       96       96         0   212992      432           200 gvfs-udisks2-vo
may 18 10:13:51 carlos-pc kernel: [   2444]  1000  2444   139078      480      432       48         0   192512      144           200 xdg-desktop-por
may 18 10:13:51 carlos-pc kernel: [   2449]  1000  2449    76531      144       96       48         0   114688       48           200 gvfs-goa-volume
may 18 10:13:51 carlos-pc kernel: [   2453]  1000  2453   135088      864      768       96         0   245760        0           200 goa-daemon
may 18 10:13:51 carlos-pc kernel: [   2458]  1000  2458   151798       96        0       96         0   172032      192           200 xdg-document-po
may 18 10:13:51 carlos-pc kernel: [   2464]  1000  2464      633       48        0       48         0    45056        0           200 fusermount3
may 18 10:13:51 carlos-pc kernel: [   2473]  1000  2473    96403       96       48       48         0   139264      192           200 goa-identity-se
may 18 10:13:51 carlos-pc kernel: [   2476]  1000  2476    77090       48        0       48         0   114688      240           200 gvfs-gphoto2-vo
may 18 10:13:51 carlos-pc kernel: [   2489]  1000  2489    76617      288      192       96         0   114688        0           200 gvfs-mtp-volume
may 18 10:13:51 carlos-pc kernel: [   2496]  1000  2496    96675      288      240       48         0   143360        0           200 gvfs-afc-volume
may 18 10:13:51 carlos-pc kernel: [   2504]  1000  2504   241742      960      864       96         0   290816      144           200 evolution-calen
may 18 10:13:51 carlos-pc kernel: [   2505]  1000  2505   433754     2362     2308       54         0   663552     1104           200 xdg-desktop-por
may 18 10:13:51 carlos-pc kernel: [   2527]  1000  2527   153034      301      288       13         0   184320        0           200 gvfsd-trash
may 18 10:13:51 carlos-pc kernel: [   2577]  1000  2577    58222      192       96       96         0   106496       96           200 gvfsd-metadata
may 18 10:13:51 carlos-pc kernel: [   2582]  1000  2582   204765     1008      864      144         0   290816        0           200 evolution-addre
may 18 10:13:51 carlos-pc kernel: [   2645]  1000  2645   112197     1056      912      144         0   212992      288           200 xdg-desktop-por
may 18 10:13:51 carlos-pc kernel: [   2683]  1000  2683   184158     2102     1936      166         0   266240        0           200 tracker-miner-f
may 18 10:13:51 carlos-pc kernel: [   3959]  1000  3959  8599120    11476    10911      110       455  1744896    33168           100 chrome
may 18 10:13:51 carlos-pc kernel: [   3965]  1000  3965     1446       96        0       96         0    49152        0           100 cat
may 18 10:13:51 carlos-pc kernel: [   3966]  1000  3966     1446       96        0       96         0    53248        0           100 cat
may 18 10:13:51 carlos-pc kernel: [   3968]     0  3968     4336      336      192      144         0    77824        0             0 systemd-userwor
may 18 10:13:51 carlos-pc kernel: [   3970]     0  3970     4336      192      192        0         0    81920        0             0 systemd-userwor
may 18 10:13:51 carlos-pc kernel: [   3980]  1000  3980  8394178        0        0        0         0    73728       48           100 chrome_crashpad
may 18 10:13:51 carlos-pc kernel: [   3986]  1000  3986  8391869       48        0       48         0    61440       48           100 chrome_crashpad
may 18 10:13:51 carlos-pc kernel: [   3992]  1000  3992  8545694       96        0       96         0   425984     2928           100 chrome
may 18 10:13:51 carlos-pc kernel: [   3993]  1000  3993  8545692      384      144      240         0   434176     2736           100 chrome
may 18 10:13:51 carlos-pc kernel: [   4000]  1000  4000  8545698      296      248       48         0   278528     2736           100 chrome
may 18 10:13:51 carlos-pc kernel: [   4022]  1000  4022  8663413     4158     4018      101        39  1212416    13968           200 chrome
may 18 10:13:51 carlos-pc kernel: [   4027]  1000  4027  8498860     2117     1910       48       159   708608     3840           200 chrome
may 18 10:13:51 carlos-pc kernel: [   4037]  1000  4037  8556459      253      253        0         0   495616     2880           200 chrome
may 18 10:13:51 carlos-pc kernel: [   4115]  1000  4115 296826121      445      349        0        96   827392     5136           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4116]  1000  4116 296815610      296      248        0        48   737280     4032           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4136]  1000  4136 296834311      440      348       49        43   909312     6768           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4186]  1000  4186 296827969      830      830        0         0   978944    10368           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4227]  1000  4227 296815610      312      264        0        48   737280     4032           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4236]  1000  4236 296823871      433      340        0        93   876544     8496           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4245]  1000  4245 296816396      524      298      144        82   757760     4176           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4254]  1000  4254 296822559      706      658        0        48   827392     4752           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4263]  1000  4263 296840279      852      820        0        32  1146880    18624           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4428]  1000  4428 296823917      508      364        0       144  1048576    13728           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4447]  1000  4447 296863372    15741    15550        0       191  1413120     9840           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4472]  1000  4472 297409665     1435     1291        0       144  1241088    24384           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4485]  1000  4485 297949331     1222      974       62       186  1142784     9264           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4495]  1000  4495 297406056     3635     3356        0       279  1753088    66960           300 chrome
may 18 10:13:51 carlos-pc kernel: [   4496]  1000  4496 296830273     1041      948        0        93  1073152    17424           300 chrome
may 18 10:13:51 carlos-pc kernel: [   5033]  1000  5033  8493775      288      144      144         0   524288     3024           200 chrome
may 18 10:13:51 carlos-pc kernel: [   5046]  1000  5046 296815609      494      360        0       134   675840     3600           300 chrome
may 18 10:13:51 carlos-pc kernel: [   5369]  1000  5369 296840393     1482     1336        0       146  1142784    18720           300 chrome
may 18 10:13:51 carlos-pc kernel: [   5539]     0  5539   436164      625      577       48         0   184320       48          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   5545]     0  5545   436228      634      538       96         0   184320      624          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   5561]     0  5561   436228      673      577       96         0   184320       48          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   5568]     0  5568   436228      672      624       48         0   188416        0          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   5584]     0  5584   309534      590      590        0         0   122880      624          -998 containerd-shim
may 18 10:13:51 carlos-pc kernel: [   5605]     0  5605     1276       96        0       96         0    57344       48             0 sudo
may 18 10:13:51 carlos-pc kernel: [   5969]     0  5969    60440     3289     2526       91       672   208896        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   5980]    33  5980    60458     2612     2564       48         0   176128        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   5981]    33  5981    60458     2660     2564       96         0   176128        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   5982]    33  5982    60458     2660     2564       96         0   176128        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   5983]    33  5983    60458     2660     2564       96         0   176128        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   5984]    33  5984    60458     2660     2564       96         0   176128        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   6071]  1000  6071   585769     1645     1552       93         0   872448    10272           200 kgx
may 18 10:13:51 carlos-pc kernel: [   6095]  1000  6095     3230      810      660      150         0    65536      384           200 zsh
may 18 10:13:51 carlos-pc kernel: [   6135]  1000  6135     2485      343      295       48         0    57344      240           200 zsh
may 18 10:13:51 carlos-pc kernel: [   6248]     0  6248     4336      240      144       96         0    77824        0             0 systemd-userwor
may 18 10:13:51 carlos-pc kernel: [   6647]  1000  6647     3054      543      495       48         0    61440      480           200 zsh
may 18 10:13:51 carlos-pc kernel: [   6649]  1000  6649     3050      687      495      192         0    61440      480           200 zsh
may 18 10:13:51 carlos-pc kernel: [   6650]  1000  6650   643046      555      555        0         0   581632      144           200 gitstatusd
may 18 10:13:51 carlos-pc kernel: [   6798]     0  6798   417731       86       38       48         0   172032      576          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   6805]     0  6805   417795       48       48        0         0   176128      576          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   6828]     0  6828   309470     1260     1260        0         0   118784        0          -998 containerd-shim
may 18 10:13:51 carlos-pc kernel: [   6830]     0  6830   436164      138       90       48         0   184320      576          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   6842]     0  6842   417731       48       48        0         0   176128      576          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   6871]     0  6871   436228      145       49       96         0   188416      576          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   6879]     0  6879   436228       96        0       96         0   184320      576          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   6895]     0  6895   309534     1318     1312        6         0   118784        0          -998 containerd-shim
may 18 10:13:51 carlos-pc kernel: [   6924]     0  6924   436228      144       48       96         0   184320      576          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   6930]     0  6930   454661      143       47       96         0   200704      576          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   6942]   999  6942  4480965  4229203  4229203        0         0 34443264     5280             0 mysqld
may 18 10:13:51 carlos-pc kernel: [   6951] 11211  6951   102838      336      240       96         0   159744        0             0 memcached
may 18 10:13:51 carlos-pc kernel: [   6974]     0  6974   309470     1263     1263        0         0   118784        0          -998 containerd-shim
may 18 10:13:51 carlos-pc kernel: [   6993]     0  6993   309534     1240     1240        0         0   122880        0          -998 containerd-shim
may 18 10:13:51 carlos-pc kernel: [   7049]     0  7049    55863     2622     1998        0       624   180224        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   7059]  1000  7059   178296     1038     1038        0         0   102400        0             0 MailHog
may 18 10:13:51 carlos-pc kernel: [   7100]     0  7100   309534     1196     1196        0         0   122880        0          -998 containerd-shim
may 18 10:13:51 carlos-pc kernel: [   7140]     0  7140    19168     1649     1546      103         0   147456        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   7274]     0  7274   417731       97       49       48         0   172032      576          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   7281]     0  7281   436228       96        0       96         0   184320      624          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   7295]     0  7295   436228      129       81       48         0   180224      528          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   7302]     0  7302   417795      145       49       96         0   176128      576          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   7310]    33  7310    55871     2152     2056       96         0   147456        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   7311]    33  7311    55871     2152     2056       96         0   147456        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   7312]    33  7312    55871     2152     2056       96         0   147456        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   7313]    33  7313    55871     2107     2011       96         0   147456        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   7314]    33  7314    55871     2121     2025       96         0   147456        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   7322]     0  7322   309534     1270     1270        0         0   122880        0          -998 containerd-shim
may 18 10:13:51 carlos-pc kernel: [   7357]     0  7357   176227       19       19        0         0    94208      528             0 forego
may 18 10:13:51 carlos-pc kernel: [   7416]    33  7416    19176     1732     1732        0         0   126976        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   7417]    33  7417    19176     1732     1732        0         0   126976        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   7418]    33  7418    19176     1732     1732        0         0   126976        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   7419]    33  7419    19176     1732     1732        0         0   126976        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   7420]    33  7420    19176     1732     1732        0         0   126976        0             0 apache2
may 18 10:13:51 carlos-pc kernel: [   7425]     0  7425   177969     1542     1494       48         0   110592      384             0 docker-gen
may 18 10:13:51 carlos-pc kernel: [   7429]     0  7429    15232      186       90       96         0    61440      192             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7434]   101  7434    16317      238      142       96         0    69632     1200             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7435]   101  7435    16317      190       94       96         0    69632     1248             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7436]   101  7436    16317      142       94       48         0    69632     1200             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7437]   101  7437    16317      190      142       48         0    69632     1200             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7438]   101  7438    16317      142       94       48         0    69632     1200             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7439]   101  7439    16317      142       94       48         0    69632     1248             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7440]   101  7440    16317      238      190       48         0    69632     1152             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7441]   101  7441    16317      190      142       48         0    69632     1200             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7442]   101  7442    16317      190      142       48         0    69632     1200             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7443]   101  7443    16317       94       46       48         0    69632     1248             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7444]   101  7444    16317      238      190       48         0    69632     1152             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7445]   101  7445    16317      190      142       48         0    69632     1152             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7446]   101  7446    16317      190      142       48         0    69632     1200             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7447]   101  7447    16317      190      142       48         0    69632     1200             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7448]   101  7448    16317      190      142       48         0    69632     1152             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7449]   101  7449    16317      238      190       48         0    69632     1152             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7450]   101  7450    16317      142       94       48         0    69632     1248             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7451]   101  7451    16317      190      142       48         0    69632     1200             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7452]   101  7452    16317      190      142       48         0    69632     1200             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7453]   101  7453    16317      238      190       48         0    69632     1152             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7454]   101  7454    16317      191      143       48         0    69632     1152             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7455]   101  7455    16317      324      228       96         0    69632     1152             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7456]   101  7456    16317      191      143       48         0    69632     1200             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7457]   101  7457    16317      239      191       48         0    69632     1152             0 nginx
may 18 10:13:51 carlos-pc kernel: [   7553]     0  7553   417731      155       11      144         0   172032      576          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   7595]     0  7595   399234      232       88      144         0   159744      528          -500 docker-proxy
may 18 10:13:51 carlos-pc kernel: [   7608]     0  7608   309470     1755     1755        0         0   122880        0          -998 containerd-shim
may 18 10:13:51 carlos-pc kernel: [   7628]   999  7628     2960       96        0       96         0    65536       48             0 docker-entrypoi
may 18 10:13:51 carlos-pc kernel: [   7827]  1000  7827 297366526      909      719       48       142   851968     7076           300 chrome
may 18 10:13:51 carlos-pc kernel: [   7876]   999  7876     2960      102        6       96         0    61440       48             0 docker-entrypoi
may 18 10:13:51 carlos-pc kernel: [   7877]   999  7877  4214834  3344390  3344294       96         0 32067584   631824             0 mysqld
may 18 10:13:51 carlos-pc kernel: [   7878]   999  7878     2485       96        0       96         0    65536        0             0 awk
may 18 10:13:51 carlos-pc kernel: [   7911]  1000  7911 297361165     2320     2128        0       192   782336     2467           300 chrome
may 18 10:13:51 carlos-pc kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/system.slice/docker-9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397.scope,task=mysqld,pid=6942,uid=999
may 18 10:13:51 carlos-pc kernel: Out of memory: Killed process 6942 (mysqld) total-vm:17923860kB, anon-rss:16916812kB, file-rss:0kB, shmem-rss:0kB, UID:999 pgtables:33636kB oom_score_adj:0
may 18 10:13:51 carlos-pc systemd-journald[470]: Under memory pressure, flushing caches.
may 18 10:13:50 carlos-pc rtkit-daemon[877]: The canary thread is apparently starving. Taking action.
may 18 10:13:51 carlos-pc /usr/lib/gdm-x-session[1910]: (II) event4  - Logitech Wireless Mouse: SYN_DROPPED event - some input events have been lost.
may 18 10:13:50 carlos-pc systemd[1]: docker-9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397.scope: A process of this unit has been killed by the OOM killer.
may 18 10:13:50 carlos-pc rtkit-daemon[877]: Demoting known real-time threads.
may 18 10:13:50 carlos-pc systemd[1]: docker-9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397.scope: Deactivated successfully.
may 18 10:13:50 carlos-pc rtkit-daemon[877]: Successfully demoted thread 2367 of process 2316.
may 18 10:13:50 carlos-pc systemd[1]: docker-9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397.scope: Consumed 1min 11.935s CPU time.
may 18 10:13:50 carlos-pc rtkit-daemon[877]: Successfully demoted thread 2316 of process 2316.
may 18 10:13:50 carlos-pc rtkit-daemon[877]: Successfully demoted thread 2314 of process 2314.
may 18 10:13:50 carlos-pc rtkit-daemon[877]: Successfully demoted thread 2335 of process 2310.
may 18 10:13:50 carlos-pc rtkit-daemon[877]: Successfully demoted thread 2310 of process 2310.
may 18 10:13:50 carlos-pc rtkit-daemon[877]: Demoted 5 threads.
may 18 10:13:51 carlos-pc dockerd[1311]: time="2024-05-18T10:13:51.541976379-05:00" level=info msg="ignoring event" container=9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 18 10:13:51 carlos-pc containerd[772]: time="2024-05-18T10:13:51.542173834-05:00" level=info msg="shim disconnected" id=9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397 namespace=moby
may 18 10:13:51 carlos-pc containerd[772]: time="2024-05-18T10:13:51.545937237-05:00" level=warning msg="cleaning up after shim disconnected" id=9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397 namespace=moby
may 18 10:13:51 carlos-pc containerd[772]: time="2024-05-18T10:13:51.545994124-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 18 10:13:51 carlos-pc kernel: veth722d2d7: renamed from eth0
may 18 10:13:51 carlos-pc kernel: br-bcbfcb2bda6b: port 4(veth3673587) entered disabled state
may 18 10:13:51 carlos-pc kernel: br-bcbfcb2bda6b: port 4(veth3673587) entered disabled state
may 18 10:13:51 carlos-pc kernel: veth3673587 (unregistering): left allmulticast mode
may 18 10:13:51 carlos-pc kernel: veth3673587 (unregistering): left promiscuous mode
may 18 10:13:51 carlos-pc kernel: br-bcbfcb2bda6b: port 4(veth3673587) entered disabled state
may 18 10:13:51 carlos-pc systemd[1]: run-docker-netns-cc5dd9fb6264.mount: Deactivated successfully.
may 18 10:13:51 carlos-pc systemd-journald[470]: Under memory pressure, flushing caches.
may 18 10:13:51 carlos-pc systemd[1]: var-lib-docker-overlay2-fab21afa4e2b32713db5abdf56ea03faef2575c11f9912c3b98516ebe0e0c917-merged.mount: Deactivated successfully.
may 18 10:13:53 carlos-pc google-chrome.desktop[3966]: [4263:1:0518/101353.574354:ERROR:native_extension_bindings_system.cc(591)] Failed to create API on Chrome object.
may 18 10:13:53 carlos-pc google-chrome.desktop[3966]: [4263:1:0518/101353.589594:ERROR:native_extension_bindings_system.cc(591)] Failed to create API on Chrome object.
may 18 10:15:51 carlos-pc google-chrome.desktop[3966]: [3959:4053:0518/101551.964318:ERROR:cert_verify_proc_builtin.cc(1052)] CertVerifyProcBuiltin for ums.acuityplatform.com failed:
may 18 10:15:51 carlos-pc google-chrome.desktop[3966]: ----- Certificate i=0 (CN=*.acuityplatform.com) -----
may 18 10:15:51 carlos-pc google-chrome.desktop[3966]: ERROR: Time is after notAfter
may 18 10:15:51 carlos-pc google-chrome.desktop[3966]: [4027:4032:0518/101551.965339:ERROR:ssl_client_socket_impl.cc(879)] handshake failed; returned -1, SSL error code 1, net_error -201
may 18 10:15:59 carlos-pc sudo[10250]:   carlos : TTY=pts/0 ; PWD=/home/carlos/Documentos/xwp/ione-sites ; USER=root ; COMMAND=/usr/bin/pacman -S journalct
may 18 10:15:59 carlos-pc sudo[10250]: pam_unix(sudo:session): session opened for user root(uid=0) by carlos(uid=1000)
may 18 10:15:59 carlos-pc sudo[10250]: pam_unix(sudo:session): session closed for user root
may 18 10:16:02 carlos-pc sudo[10322]:   carlos : TTY=pts/0 ; PWD=/home/carlos/Documentos/xwp/ione-sites ; USER=root ; COMMAND=/usr/bin/pacman -S journal
may 18 10:16:02 carlos-pc sudo[10322]: pam_unix(sudo:session): session opened for user root(uid=0) by carlos(uid=1000)
may 18 10:16:02 carlos-pc sudo[10322]: pam_unix(sudo:session): session closed for user root
may 18 10:16:39 carlos-pc sudo[10596]:   carlos : TTY=pts/0 ; PWD=/home/carlos/Documentos/xwp/ione-sites ; USER=root ; COMMAND=/usr/bin/journalctl -b
may 18 10:16:39 carlos-pc sudo[10596]: pam_unix(sudo:session): session opened for user root(uid=0) by carlos(uid=1000)
may 18 10:16:39 carlos-pc sudo[10596]: pam_unix(sudo:session): session closed for user root
may 18 10:17:18 carlos-pc systemd-logind[703]: The system will suspend now!
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.5814] manager: sleep: sleep requested (sleeping: no  enabled: yes)
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.5816] device (enp7s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.5915] device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.5919] manager: NetworkManager state is now ASLEEP
may 18 10:17:18 carlos-pc google-chrome.desktop[3966]: [3959:4008:0518/101718.592295:ERROR:connection_factory_impl.cc(483)] ConnectionHandler failed with net error: -2
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.5926] device (wlp0s20f3): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
may 18 10:17:18 carlos-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
may 18 10:17:18 carlos-pc systemd[1]: Started Network Manager Script Dispatcher Service.
may 18 10:17:18 carlos-pc gnome-shell[2044]: Failed to create new MetaSelectionSourceMemory: Failed to create MetaAnonymousFile
may 18 10:17:18 carlos-pc gnome-shell[2044]: Failed to create new MetaSelectionSourceMemory: Failed to create MetaAnonymousFile
may 18 10:17:18 carlos-pc kernel: wlp0s20f3: deauthenticating from a4:98:13:4c:9d:d1 by local choice (Reason: 3=DEAUTH_LEAVING)
may 18 10:17:18 carlos-pc wpa_supplicant[802]: wlp0s20f3: CTRL-EVENT-DISCONNECTED bssid=a4:98:13:4c:9d:d1 reason=3 locally_generated=1
may 18 10:17:18 carlos-pc wpa_supplicant[802]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.8450] device (wlp0s20f3): supplicant interface state: completed -> disconnected
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.8454] device (wlp0s20f3): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.8461] dhcp4 (wlp0s20f3): canceled DHCP transaction
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.8461] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.8461] dhcp4 (wlp0s20f3): state changed no lease
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.8465] dhcp6 (wlp0s20f3): canceled DHCP transaction
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.8466] dhcp6 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.8466] dhcp6 (wlp0s20f3): state changed no lease
may 18 10:17:18 carlos-pc google-chrome.desktop[3966]: [3959:4008:0518/101718.848148:ERROR:connection_factory_impl.cc(434)] Failed to connect to MCS endpoint with error -105
may 18 10:17:18 carlos-pc NetworkManager[702]: <info>  [1716045438.8917] device (wlp0s20f3): set-hw-addr: set MAC address to 02:52:38:E2:78:AE (scanning)
may 18 10:17:19 carlos-pc NetworkManager[702]: <info>  [1716045439.0203] device (wlp0s20f3): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
may 18 10:17:19 carlos-pc NetworkManager[702]: <info>  [1716045439.1818] device (wlp0s20f3): set-hw-addr: reset MAC address to C8:5E:A9:C8:F8:5C (unmanage)
may 18 10:17:19 carlos-pc wpa_supplicant[802]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
may 18 10:17:19 carlos-pc wpa_supplicant[802]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
may 18 10:17:19 carlos-pc wpa_supplicant[802]: nl80211: deinit ifname=p2p-dev-wlp0s20 disabled_11b_rates=0
may 18 10:17:19 carlos-pc wpa_supplicant[802]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
may 18 10:17:19 carlos-pc wpa_supplicant[802]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
may 18 10:17:19 carlos-pc wpa_supplicant[802]: nl80211: deinit ifname=wlp0s20f3 disabled_11b_rates=0
may 18 10:17:19 carlos-pc systemd[1]: Reached target Sleep.
may 18 10:17:19 carlos-pc systemd[1]: Starting System Suspend...
may 18 10:17:19 carlos-pc systemd-sleep[10666]: Performing sleep operation 'suspend'...
may 18 10:17:19 carlos-pc kernel: PM: suspend entry (deep)
may 18 10:17:19 carlos-pc kernel: Filesystems sync: 0.028 seconds
may 18 10:29:24 carlos-pc kernel: Freezing user space processes
may 18 10:29:24 carlos-pc kernel: Freezing user space processes completed (elapsed 0.059 seconds)
may 18 10:29:24 carlos-pc kernel: OOM killer disabled.
may 18 10:29:24 carlos-pc kernel: Freezing remaining freezable tasks
may 18 10:29:24 carlos-pc kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
may 18 10:29:24 carlos-pc kernel: printk: Suspending console(s) (use no_console_suspend to debug)
may 18 10:29:24 carlos-pc kernel: serial 00:01: disabled
may 18 10:29:24 carlos-pc kernel: sd 7:0:0:0: [sdb] Synchronizing SCSI cache
may 18 10:29:24 carlos-pc kernel: sd 6:0:0:0: [sda] Synchronizing SCSI cache
may 18 10:29:24 carlos-pc kernel: ata8.00: Entering standby power mode
may 18 10:29:24 carlos-pc kernel: ata7.00: Entering standby power mode
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: MODE1 reset
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: GPU mode1 reset
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: GPU smu mode1 reset
may 18 10:29:24 carlos-pc kernel: ACPI: PM: Preparing to enter system sleep state S3
may 18 10:29:24 carlos-pc kernel: ACPI: PM: Saving platform NVS memory
may 18 10:29:24 carlos-pc kernel: Disabling non-boot CPUs ...
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 1 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 2 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 3 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 4 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 5 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 6 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 7 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 8 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 9 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 10 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 11 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 12 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 13 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 14 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 15 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 16 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 17 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 18 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 19 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 20 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 21 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 22 is now offline
may 18 10:29:24 carlos-pc kernel: smpboot: CPU 23 is now offline
may 18 10:29:24 carlos-pc kernel: ACPI: PM: Low-level resume complete
may 18 10:29:24 carlos-pc kernel: ACPI: PM: Restoring platform NVS memory
may 18 10:29:24 carlos-pc kernel: Enabling non-boot CPUs ...
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
may 18 10:29:24 carlos-pc kernel: CPU1 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 2 APIC 0x8
may 18 10:29:24 carlos-pc kernel: CPU2 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 3 APIC 0x9
may 18 10:29:24 carlos-pc kernel: CPU3 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 4 APIC 0x10
may 18 10:29:24 carlos-pc kernel: CPU4 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 5 APIC 0x11
may 18 10:29:24 carlos-pc kernel: CPU5 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 6 APIC 0x18
may 18 10:29:24 carlos-pc kernel: CPU6 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 7 APIC 0x19
may 18 10:29:24 carlos-pc kernel: CPU7 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 8 APIC 0x20
may 18 10:29:24 carlos-pc kernel: CPU8 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 9 APIC 0x21
may 18 10:29:24 carlos-pc kernel: CPU9 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 10 APIC 0x28
may 18 10:29:24 carlos-pc kernel: CPU10 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 11 APIC 0x29
may 18 10:29:24 carlos-pc kernel: CPU11 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 12 APIC 0x30
may 18 10:29:24 carlos-pc kernel: CPU12 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 13 APIC 0x31
may 18 10:29:24 carlos-pc kernel: CPU13 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 14 APIC 0x38
may 18 10:29:24 carlos-pc kernel: CPU14 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 15 APIC 0x39
may 18 10:29:24 carlos-pc kernel: CPU15 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 16 APIC 0x40
may 18 10:29:24 carlos-pc kernel: core: cpu_atom PMU driver: PEBS-via-PT 
may 18 10:29:24 carlos-pc kernel: ... version:                5
may 18 10:29:24 carlos-pc kernel: ... bit width:              48
may 18 10:29:24 carlos-pc kernel: ... generic registers:      6
may 18 10:29:24 carlos-pc kernel: ... value mask:             0000ffffffffffff
may 18 10:29:24 carlos-pc kernel: ... max period:             00007fffffffffff
may 18 10:29:24 carlos-pc kernel: ... fixed-purpose events:   3
may 18 10:29:24 carlos-pc kernel: ... event mask:             000000070000003f
may 18 10:29:24 carlos-pc kernel: CPU16 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 17 APIC 0x42
may 18 10:29:24 carlos-pc kernel: CPU17 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 18 APIC 0x44
may 18 10:29:24 carlos-pc kernel: CPU18 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 19 APIC 0x46
may 18 10:29:24 carlos-pc kernel: CPU19 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 20 APIC 0x48
may 18 10:29:24 carlos-pc kernel: CPU20 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 21 APIC 0x4a
may 18 10:29:24 carlos-pc kernel: CPU21 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 22 APIC 0x4c
may 18 10:29:24 carlos-pc kernel: CPU22 is up
may 18 10:29:24 carlos-pc kernel: smpboot: Booting Node 0 Processor 23 APIC 0x4e
may 18 10:29:24 carlos-pc kernel: CPU23 is up
may 18 10:29:24 carlos-pc kernel: ACPI: PM: Waking up from system sleep state S3
may 18 10:29:24 carlos-pc kernel: xhci_hcd 0000:00:14.0: xHC error in resume, USBSTS 0x411, Reinit
may 18 10:29:24 carlos-pc kernel: usb usb1: root hub lost power or was reset
may 18 10:29:24 carlos-pc kernel: usb usb2: root hub lost power or was reset
may 18 10:29:24 carlos-pc kernel: [drm] PCIE GART of 512M enabled (table at 0x00000083FEB00000).
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: PSP is resuming...
may 18 10:29:24 carlos-pc kernel: serial 00:01: activated
may 18 10:29:24 carlos-pc kernel: nvme nvme0: D3 entry latency set to 10 seconds
may 18 10:29:24 carlos-pc kernel: nvme nvme0: 24/0/0 default/read/poll queues
may 18 10:29:24 carlos-pc kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
may 18 10:29:24 carlos-pc kernel: mei_me 0000:00:16.0: hbm: dma setup response: failure = 3 REJECTED
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: reserve 0xa700000 from 0x83e0000000 for PSP TMR
may 18 10:29:24 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
may 18 10:29:24 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
may 18 10:29:24 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
may 18 10:29:24 carlos-pc kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
may 18 10:29:24 carlos-pc kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
may 18 10:29:24 carlos-pc kernel: usb 1-10: reset high-speed USB device number 5 using xhci_hcd
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000003d, smu fw if version = 0x00000040, smu fw program = 0, smu fw version = 0x00504e00 (80.78.0)
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
may 18 10:29:24 carlos-pc kernel: ata6: SATA link down (SStatus 4 SControl 300)
may 18 10:29:24 carlos-pc kernel: ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
may 18 10:29:24 carlos-pc kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
may 18 10:29:24 carlos-pc kernel: ata5: SATA link down (SStatus 4 SControl 300)
may 18 10:29:24 carlos-pc kernel: sd 7:0:0:0: [sdb] Starting disk
may 18 10:29:24 carlos-pc kernel: sd 6:0:0:0: [sda] Starting disk
may 18 10:29:24 carlos-pc kernel: ata8.00: configured for UDMA/133
may 18 10:29:24 carlos-pc kernel: ata7.00: configured for UDMA/133
may 18 10:29:24 carlos-pc kernel: ahci 0000:00:17.0: port does not support device sleep
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
may 18 10:29:24 carlos-pc kernel: [drm] DMUB hardware initialized: version=0x07002A00
may 18 10:29:24 carlos-pc kernel: usb 1-14: reset full-speed USB device number 8 using xhci_hcd
may 18 10:29:24 carlos-pc kernel: [drm] kiq ring mec 3 pipe 1 q 0
may 18 10:29:24 carlos-pc kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_1 uses VM inv eng 1 on hub 8
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 4 on hub 8
may 18 10:29:24 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 14 on hub 0
may 18 10:29:24 carlos-pc kernel: [drm] ring gfx_32777.1.1 was added
may 18 10:29:24 carlos-pc kernel: [drm] ring compute_32777.2.2 was added
may 18 10:29:24 carlos-pc kernel: [drm] ring sdma_32777.3.3 was added
may 18 10:29:24 carlos-pc kernel: [drm] ring gfx_32777.1.1 ib test pass
may 18 10:29:24 carlos-pc kernel: [drm] ring compute_32777.2.2 ib test pass
may 18 10:29:24 carlos-pc kernel: [drm] ring sdma_32777.3.3 ib test pass
may 18 10:29:24 carlos-pc kernel: usb 1-2: reset full-speed USB device number 2 using xhci_hcd
may 18 10:29:24 carlos-pc kernel: usb 1-3: reset full-speed USB device number 3 using xhci_hcd
may 18 10:29:24 carlos-pc kernel: usb 1-9: reset high-speed USB device number 4 using xhci_hcd
may 18 10:29:24 carlos-pc kernel: usb 1-11: reset full-speed USB device number 7 using xhci_hcd
may 18 10:29:24 carlos-pc kernel: usb 2-8: reset SuperSpeed USB device number 2 using xhci_hcd
may 18 10:29:24 carlos-pc kernel: usb 1-9.1: reset full-speed USB device number 6 using xhci_hcd
may 18 10:29:24 carlos-pc kernel: OOM killer enabled.
may 18 10:29:24 carlos-pc kernel: Restarting tasks ... done.
may 18 10:29:24 carlos-pc kernel: random: crng reseeded on system resumption
may 18 10:29:24 carlos-pc kernel: PM: suspend exit
may 18 10:29:24 carlos-pc kernel: Bluetooth: hci0: Device revision is 2
may 18 10:29:24 carlos-pc kernel: Bluetooth: hci0: Secure boot is enabled
may 18 10:29:24 carlos-pc kernel: Bluetooth: hci0: OTP lock is enabled
may 18 10:29:24 carlos-pc kernel: Bluetooth: hci0: API lock is enabled
may 18 10:29:24 carlos-pc kernel: Bluetooth: hci0: Debug lock is disabled
may 18 10:29:24 carlos-pc kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
may 18 10:29:24 carlos-pc kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
may 18 10:29:24 carlos-pc kernel: Bluetooth: hci0: DSM reset method type: 0x00
may 18 10:29:24 carlos-pc kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
may 18 10:29:24 carlos-pc kernel: Bluetooth: hci0: Boot Address: 0x100800
may 18 10:29:24 carlos-pc kernel: Bluetooth: hci0: Firmware Version: 46-14.24
may 18 10:29:24 carlos-pc kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
may 18 10:29:24 carlos-pc systemd-sleep[10666]: System returned from sleep operation 'suspend'.
may 18 10:29:24 carlos-pc systemd[1]: Starting Load/Save RF Kill Switch Status...
may 18 10:29:24 carlos-pc systemd[1]: systemd-suspend.service: Deactivated successfully.
may 18 10:29:24 carlos-pc systemd[1]: Finished System Suspend.
may 18 10:29:24 carlos-pc systemd[1]: Stopped target Sleep.
may 18 10:29:24 carlos-pc systemd[1]: Reached target Suspend.
may 18 10:29:24 carlos-pc systemd-logind[703]: Operation 'suspend' finished.
may 18 10:29:24 carlos-pc systemd[1]: Stopped target Suspend.
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.3216] manager: sleep: wake requested (sleeping: yes  enabled: yes)
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.3217] device (enp7s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
may 18 10:29:24 carlos-pc wireplumber[2314]: [string "alsa.lua"]:178: table index is nil
                                             stack traceback:
                                                     [string "alsa.lua"]:178: in function <[string "alsa.lua"]:172>
may 18 10:29:24 carlos-pc systemd[1]: Stopped target Bluetooth Support.
may 18 10:29:24 carlos-pc systemd[1]: Reached target Bluetooth Support.
may 18 10:29:24 carlos-pc systemd[1]: Started Load/Save RF Kill Switch Status.
may 18 10:29:24 carlos-pc systemd[1859]: Reached target Bluetooth.
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID vendor "GSM", prod id 23245
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using hsync ranges from config file
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using vrefresh ranges from config file
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Printing DDC gathered Modelines:
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID vendor "GSM", prod id 23245
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using hsync ranges from config file
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using vrefresh ranges from config file
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Printing DDC gathered Modelines:
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 18 10:29:24 carlos-pc kernel: r8169 0000:07:00.0 enp7s0: Link is Down
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.5524] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.6067] device (wlp0s20f3): set-hw-addr: set MAC address to A2:86:C4:BD:E2:2D (scanning)
may 18 10:29:24 carlos-pc kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Allocate new frame buffer 1366x768 stride
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID vendor "GSM", prod id 23245
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using hsync ranges from config file
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using vrefresh ranges from config file
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Printing DDC gathered Modelines:
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 18 10:29:24 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
may 18 10:29:24 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
may 18 10:29:24 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
may 18 10:29:24 carlos-pc kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
may 18 10:29:24 carlos-pc kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.7842] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.7843] manager: NetworkManager state is now CONNECTED_LOCAL
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.8393] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.8393] device (p2p-dev-wlp0s20f3): state change: unavailable -> unmanaged (reason 'removed', sys-iface-state: 'removed')
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.8398] Wi-Fi P2P device controlled by interface wlp0s20f3 created
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.8400] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/55)
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.8402] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.8406] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
may 18 10:29:24 carlos-pc NetworkManager[702]: <info>  [1716046164.8409] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID vendor "GSM", prod id 23245
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using hsync ranges from config file
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using vrefresh ranges from config file
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Printing DDC gathered Modelines:
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 18 10:29:24 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Allocate new frame buffer 3286x1080 stride
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID vendor "GSM", prod id 23245
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using hsync ranges from config file
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using vrefresh ranges from config file
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Printing DDC gathered Modelines:
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Allocate new frame buffer 1366x768 stride
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID vendor "GSM", prod id 23245
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using hsync ranges from config file
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using vrefresh ranges from config file
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Printing DDC gathered Modelines:
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 18 10:29:25 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 18 10:29:25 carlos-pc kernel: Bluetooth: hci0: Waiting for firmware download to complete
may 18 10:29:25 carlos-pc kernel: Bluetooth: hci0: Firmware loaded in 1251473 usecs
may 18 10:29:25 carlos-pc kernel: Bluetooth: hci0: Waiting for device to boot
may 18 10:29:25 carlos-pc kernel: Bluetooth: hci0: Device booted in 15615 usecs
may 18 10:29:25 carlos-pc kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
may 18 10:29:25 carlos-pc kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-4150.ddc
may 18 10:29:25 carlos-pc kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
may 18 10:29:25 carlos-pc kernel: Bluetooth: hci0: Firmware timestamp 2024.14 buildtype 1 build 81454
may 18 10:29:25 carlos-pc kernel: Bluetooth: hci0: Firmware SHA1: 0xdfd62093
may 18 10:29:25 carlos-pc kernel: Bluetooth: hci0: Fseq status: Success (0x00)
may 18 10:29:25 carlos-pc kernel: Bluetooth: hci0: Fseq executed: 00.00.02.41
may 18 10:29:25 carlos-pc kernel: Bluetooth: hci0: Fseq BT Top: 00.00.02.41
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID vendor "GSM", prod id 23245
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using hsync ranges from config file
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using vrefresh ranges from config file
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Printing DDC gathered Modelines:
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Allocate new frame buffer 3286x1080 stride
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): EDID vendor "GSM", prod id 23245
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using hsync ranges from config file
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Using vrefresh ranges from config file
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Printing DDC gathered Modelines:
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 18 10:29:26 carlos-pc /usr/lib/gdm-x-session[1910]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 18 10:29:27 carlos-pc wpa_supplicant[802]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CO
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9221] policy: auto-activating connection 'Alvarez' (259ae6bb-bbdb-4d7a-ba49-c32f3ec57b8e)
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9222] device (wlp0s20f3): Activation: starting connection 'Alvarez' (259ae6bb-bbdb-4d7a-ba49-c32f3ec57b8e)
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9222] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9223] manager: NetworkManager state is now CONNECTING
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9656] device (wlp0s20f3): set-hw-addr: reset MAC address to C8:5E:A9:C8:F8:5C (preserve)
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9671] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9673] device (wlp0s20f3): Activation: (wifi) access point 'Alvarez' has security, but secrets are required.
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9673] device (wlp0s20f3): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9674] sup-iface[86fe12e6f083756a,1,wlp0s20f3]: wps: type pbc start...
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9687] device (wlp0s20f3): supplicant interface state: disconnected -> inactive
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9688] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> inactive
may 18 10:29:27 carlos-pc wpa_supplicant[802]: wlp0s20f3: WPS-PBC-ACTIVE
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9694] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9696] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9697] device (wlp0s20f3): Activation: (wifi) connection 'Alvarez' has security, and secrets exist.  No new secrets needed.
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9697] Config: added 'ssid' value 'Alvarez'
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9698] Config: added 'scan_ssid' value '1'
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9698] Config: added 'bgscan' value 'simple:30:-70:86400'
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9698] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9698] Config: added 'auth_alg' value 'OPEN'
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9698] Config: added 'psk' value '<hidden>'
may 18 10:29:27 carlos-pc wpa_supplicant[802]: wlp0s20f3: WPS-CANCEL
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9710] device (wlp0s20f3): supplicant interface state: inactive -> scanning
may 18 10:29:27 carlos-pc NetworkManager[702]: <info>  [1716046167.9710] device (p2p-dev-wlp0s20f3): supplicant management interface state: inactive -> scanning
may 18 10:29:28 carlos-pc wpa_supplicant[802]: wlp0s20f3: SME: Trying to authenticate with a4:98:13:4c:9d:d1 (SSID='Alvarez' freq=5180 MHz)
may 18 10:29:28 carlos-pc kernel: wlp0s20f3: authenticate with a4:98:13:4c:9d:d1 (local address=c8:5e:a9:c8:f8:5c)
may 18 10:29:28 carlos-pc kernel: wlp0s20f3: send auth to a4:98:13:4c:9d:d1 (try 1/3)
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.0311] device (wlp0s20f3): supplicant interface state: scanning -> authenticating
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.0311] device (p2p-dev-wlp0s20f3): supplicant management interface state: scanning -> authenticating
may 18 10:29:28 carlos-pc wpa_supplicant[802]: wlp0s20f3: Trying to associate with a4:98:13:4c:9d:d1 (SSID='Alvarez' freq=5180 MHz)
may 18 10:29:28 carlos-pc kernel: wlp0s20f3: authenticated
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.0578] device (wlp0s20f3): supplicant interface state: authenticating -> associating
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.0578] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
may 18 10:29:28 carlos-pc kernel: wlp0s20f3: associate with a4:98:13:4c:9d:d1 (try 1/3)
may 18 10:29:28 carlos-pc kernel: wlp0s20f3: RX AssocResp from a4:98:13:4c:9d:d1 (capab=0x131 status=0 aid=3)
may 18 10:29:28 carlos-pc wpa_supplicant[802]: wlp0s20f3: Associated with a4:98:13:4c:9d:d1
may 18 10:29:28 carlos-pc wpa_supplicant[802]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
may 18 10:29:28 carlos-pc kernel: wlp0s20f3: associated
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.0749] device (wlp0s20f3): supplicant interface state: associating -> associated
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.0749] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
may 18 10:29:28 carlos-pc kernel: wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by a4:98:13:4c:9d:d1
may 18 10:29:28 carlos-pc wpa_supplicant[802]: wlp0s20f3: WPA: Key negotiation completed with a4:98:13:4c:9d:d1 [PTK=CCMP GTK=CCMP]
may 18 10:29:28 carlos-pc wpa_supplicant[802]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to a4:98:13:4c:9d:d1 completed [id=0 id_str=]
may 18 10:29:28 carlos-pc wpa_supplicant[802]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=234000
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.2071] device (wlp0s20f3): supplicant interface state: associated -> completed
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.2072] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Alvarez"
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.2072] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> completed
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.2074] device (wlp0s20f3): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.2079] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
may 18 10:29:28 carlos-pc google-chrome.desktop[3966]: [3959:4008:0518/102928.225493:ERROR:connection_factory_impl.cc(434)] Failed to connect to MCS endpoint with error -105
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.2653] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.1.8, acd pending
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.4275] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.1.8
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.4281] policy: set 'Alvarez' (wlp0s20f3) as default for IPv4 routing and DNS
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.4574] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.4600] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.4602] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.4606] manager: NetworkManager state is now CONNECTED_SITE
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.4617] device (wlp0s20f3): Activation: successful, device activated.
may 18 10:29:28 carlos-pc dockerd[1311]: time="2024-05-18T10:29:28.572822704-05:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.18.0.2:55823" dns-server="udp:190.248.0.9:53" error="read udp 172.18.0.2:55823->190.248.0.9:53: i/o timeout" question=";mtalk.google.com.\tIN\t A" spanID=176d82e2a488e2a6 traceID=ea8bfd6815f2b57be4b6f1fc51ab5fe6
may 18 10:29:28 carlos-pc dockerd[1311]: time="2024-05-18T10:29:28.578113884-05:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.18.0.2:38430" dns-server="udp:190.248.0.9:53" error="read udp 172.18.0.2:38430->190.248.0.9:53: i/o timeout" question=";mtalk.google.com.\tIN\t AAAA" spanID=7df66b5f5bc69591 traceID=c2a862d5c6ec5e2ceddbca8f5b252767
may 18 10:29:28 carlos-pc NetworkManager[702]: <info>  [1716046168.9726] manager: NetworkManager state is now CONNECTED_GLOBAL
may 18 10:29:29 carlos-pc systemd[1]: systemd-rfkill.service: Deactivated successfully.
may 18 10:29:29 carlos-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
may 18 10:29:29 carlos-pc NetworkManager[702]: <info>  [1716046169.5105] dhcp6 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
may 18 10:29:29 carlos-pc NetworkManager[702]: <info>  [1716046169.5114] policy: set 'Alvarez' (wlp0s20f3) as default for IPv6 routing and DNS
may 18 10:29:29 carlos-pc NetworkManager[702]: <info>  [1716046169.6165] dhcp6 (wlp0s20f3): state changed new lease
may 18 10:29:29 carlos-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
may 18 10:29:29 carlos-pc systemd[1]: Started Network Manager Script Dispatcher Service.
may 18 10:29:31 carlos-pc dockerd[1311]: time="2024-05-18T10:29:31.609576390-05:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.18.0.2:33467" dns-server="udp:190.248.0.9:53" error="read udp 172.18.0.2:33467->190.248.0.9:53: i/o timeout" question=";signaler-pa.clients6.google.com.\tIN\t AAAA" spanID=478c0b278a18ccfb traceID=7b6b9d0062e1e191638fe7c167ffc29a
may 18 10:29:31 carlos-pc dockerd[1311]: time="2024-05-18T10:29:31.609659749-05:00" level=error msg="[resolver] failed to query external DNS server" client-addr="udp:172.18.0.2:42326" dns-server="udp:190.248.0.9:53" error="read udp 172.18.0.2:42326->190.248.0.9:53: i/o timeout" question=";signaler-pa.clients6.google.com.\tIN\t A" spanID=8c2c3a8d198bea74 traceID=6dba5eedff0e26a637d53ab623d663cf
may 18 10:29:34 carlos-pc gdm-password][10886]: gkr-pam: unlocked login keyring
may 18 10:29:34 carlos-pc systemd[1859]: Started dbus-:1.2-org.freedesktop.FileManager1@1.service.
may 18 10:29:34 carlos-pc NetworkManager[702]: <info>  [1716046174.6551] agent-manager: agent[4515ac91a9d4ee9b,:1.60/org.gnome.Shell.NetworkAgent/1000]: agent registered
may 18 10:29:34 carlos-pc nautilus[10926]: Connecting to org.freedesktop.Tracker3.Miner.Files
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 18 10:29:34 carlos-pc gnome-shell[2044]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 18 10:29:35 carlos-pc systemd[1859]: Started dbus-:1.2-org.gnome.NautilusPreviewer@1.service.
may 18 10:29:39 carlos-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
may 18 10:29:56 carlos-pc sudo[11092]:   carlos : TTY=pts/0 ; PWD=/home/carlos ; USER=root ; COMMAND=/usr/bin/journalctl -b
may 18 10:29:56 carlos-pc sudo[11092]: pam_unix(sudo:session): session opened for user root(uid=0) by carlos(uid=1000)

Last edited by tronoslycer (2024-05-26 19:05:14)

Offline

#6 2024-05-18 20:59:05

seth
Member
Registered: 2012-09-03
Posts: 61,907

Re: Docker freezes the whole system when starting containers up

Please use [code][/code] tags. Edit your post in this regard.


may 18 10:12:28 carlos-pc kernel: NetworkManager invoked oom-killer: gfp_mask=0x140cca(GFP_HIGHUSER_MOVABLE|__GFP_COMP), order=0, oom_score_adj=0

At this point you ran out of memory

may 18 10:12:31 carlos-pc google-chrome.desktop[3966]: [3959:4008:0518/101231.379925:ERROR:connection_factory_impl.cc(434)] Failed to connect to MCS endpoint with error -105
may 18 10:13:50 carlos-pc kernel: warn_alloc: 27 callbacks suppressed
may 18 10:13:50 carlos-pc kernel: chrome: page allocation failure: order:0, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=user.slice,mems_allowed=0
may 18 10:13:50 carlos-pc kernel: CPU: 13 PID: 4022 Comm: chrome Not tainted 6.9.1-arch1-1 #1 8721656fa781c58301f7268d475f3e6380e2b47c
may 18 10:13:50 carlos-pc kernel: Hardware name: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 18 10:13:51 carlos-pc kernel: Call Trace:
may 18 10:13:51 carlos-pc kernel:  <TASK>
may 18 10:13:51 carlos-pc kernel:  dump_stack_lvl+0x5d/0x80
may 18 10:13:51 carlos-pc kernel:  warn_alloc+0x164/0x190
may 18 10:13:51 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0xc75/0xd70
may 18 10:13:51 carlos-pc kernel:  ? __blk_mq_alloc_requests+0x423/0x500
may 18 10:13:51 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 18 10:13:51 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 18 10:13:51 carlos-pc kernel:  __read_swap_cache_async+0x124/0x280
may 18 10:13:51 carlos-pc kernel:  zswap_writeback_entry+0x73/0x1f0

chrome crashes, ram allocation/zswap related.

The tail is only 30s after the system woke up from S3?

may 18 10:29:24 carlos-pc systemd-logind[703]: Operation 'suspend' finished.
may 18 10:29:24 carlos-pc systemd[1]: Stopped target Suspend.
…
may 18 10:29:56 carlos-pc sudo[11092]:   carlos : TTY=pts/0 ; PWD=/home/carlos ; USER=root ; COMMAND=/usr/bin/journalctl -b
may 18 10:29:56 carlos-pc sudo[11092]: pam_unix(sudo:session): session opened for user root(uid=0) by carlos(uid=1000)

When exactly did the freeze happen? When you ran out of memory?

Offline

#7 2024-05-26 19:14:23

tronoslycer
Member
Registered: 2014-05-12
Posts: 10

Re: Docker freezes the whole system when starting containers up

Hi thanks for the response and sorry for the delay here.

The freezes happened after starting the docker containers (docker compose up -d), there are like two "phases" first it freezes for around 5 seconds, then after like 20 seconds, it freezes for around 9 seconds, I don't think this is related to chrome, I think something is happening inside the containers that makes the memory to be full.

I am sending you new journalctl -b output:

may 26 14:03:31 carlos-pc kernel: Linux version 6.9.1-arch1-1 (linux@archlinux) (gcc (GCC) 14.1.1 20240507, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Fri, 17 May 2024 16:56:38 +0000
may 26 14:03:31 carlos-pc kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f6236f1f-c628-4fc2-88eb-88adb2ee5b06 rw loglevel=3 quiet
may 26 14:03:31 carlos-pc kernel: x86/tme: not enabled by BIOS
may 26 14:03:31 carlos-pc kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
may 26 14:03:31 carlos-pc kernel: BIOS-provided physical RAM map:
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000062e3afff] usable
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x0000000062e3b000-0x0000000062e3bfff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x0000000062e3c000-0x0000000063e9bfff] usable
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x0000000063e9c000-0x0000000063e9cfff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x0000000063e9d000-0x00000000705c3fff] usable
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x00000000705c4000-0x00000000742c3fff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x00000000742c4000-0x0000000074513fff] ACPI data
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x0000000074514000-0x000000007471efff] ACPI NVS
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x000000007471f000-0x0000000075ffefff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x0000000075fff000-0x0000000075ffffff] usable
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x0000000076000000-0x0000000079ffffff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x000000007a400000-0x000000007a7fffff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x000000007b000000-0x00000000807fffff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
may 26 14:03:31 carlos-pc kernel: BIOS-e820: [mem 0x0000000100000000-0x000000087f7fffff] usable
may 26 14:03:31 carlos-pc kernel: NX (Execute Disable) protection: active
may 26 14:03:31 carlos-pc kernel: APIC: Static calls initialized
may 26 14:03:31 carlos-pc kernel: e820: update [mem 0x5cd0a018-0x5cd25657] usable ==> usable
may 26 14:03:31 carlos-pc kernel: e820: update [mem 0x5ccfc018-0x5cd09857] usable ==> usable
may 26 14:03:31 carlos-pc kernel: extended physical RAM map:
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x0000000000100000-0x000000005ccfc017] usable
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x000000005ccfc018-0x000000005cd09857] usable
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x000000005cd09858-0x000000005cd0a017] usable
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x000000005cd0a018-0x000000005cd25657] usable
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x000000005cd25658-0x0000000062e3afff] usable
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x0000000062e3b000-0x0000000062e3bfff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x0000000062e3c000-0x0000000063e9bfff] usable
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x0000000063e9c000-0x0000000063e9cfff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x0000000063e9d000-0x00000000705c3fff] usable
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x00000000705c4000-0x00000000742c3fff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x00000000742c4000-0x0000000074513fff] ACPI data
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x0000000074514000-0x000000007471efff] ACPI NVS
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x000000007471f000-0x0000000075ffefff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x0000000075fff000-0x0000000075ffffff] usable
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x0000000076000000-0x0000000079ffffff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x000000007a400000-0x000000007a7fffff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x000000007b000000-0x00000000807fffff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
may 26 14:03:31 carlos-pc kernel: reserve setup_data: [mem 0x0000000100000000-0x000000087f7fffff] usable
may 26 14:03:31 carlos-pc kernel: efi: EFI v2.8 by American Megatrends
may 26 14:03:31 carlos-pc kernel: efi: ACPI=0x74513000 ACPI 2.0=0x74513014 TPMFinalLog=0x7462c000 SMBIOS=0x75a57000 SMBIOS 3.0=0x75a56000 MEMATTR=0x6d739018 ESRT=0x6d922518 INITRD=0x5ef4ce18 RNG=0x7446fc18 TPMEventLog=0x5ef42018 
may 26 14:03:31 carlos-pc kernel: random: crng init done
may 26 14:03:31 carlos-pc kernel: efi: Remove mem88: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
may 26 14:03:31 carlos-pc kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
may 26 14:03:31 carlos-pc kernel: efi: Not removing mem89: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
may 26 14:03:31 carlos-pc kernel: efi: Not removing mem90: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
may 26 14:03:31 carlos-pc kernel: efi: Not removing mem91: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
may 26 14:03:31 carlos-pc kernel: efi: Not removing mem93: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
may 26 14:03:31 carlos-pc kernel: efi: Remove mem94: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
may 26 14:03:31 carlos-pc kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
may 26 14:03:31 carlos-pc kernel: SMBIOS 3.5.0 present.
may 26 14:03:31 carlos-pc kernel: DMI: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 26 14:03:31 carlos-pc kernel: tsc: Detected 3400.000 MHz processor
may 26 14:03:31 carlos-pc kernel: tsc: Detected 3417.600 MHz TSC
may 26 14:03:31 carlos-pc kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
may 26 14:03:31 carlos-pc kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
may 26 14:03:31 carlos-pc kernel: last_pfn = 0x87f800 max_arch_pfn = 0x400000000
may 26 14:03:31 carlos-pc kernel: total RAM covered: 63424M
may 26 14:03:31 carlos-pc kernel: Found optimal setting for mtrr clean up
may 26 14:03:31 carlos-pc kernel:  gran_size: 64K         chunk_size: 128M         num_reg: 6          lose cover RAM: 0G
may 26 14:03:31 carlos-pc kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
may 26 14:03:31 carlos-pc kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
may 26 14:03:31 carlos-pc kernel: e820: update [mem 0x7c000000-0xffffffff] usable ==> reserved
may 26 14:03:31 carlos-pc kernel: last_pfn = 0x76000 max_arch_pfn = 0x400000000
may 26 14:03:31 carlos-pc kernel: esrt: Reserving ESRT space from 0x000000006d922518 to 0x000000006d9225f0.
may 26 14:03:31 carlos-pc kernel: e820: update [mem 0x6d922000-0x6d922fff] usable ==> reserved
may 26 14:03:31 carlos-pc kernel: Using GB pages for direct mapping
may 26 14:03:31 carlos-pc kernel: Incomplete global flushes, disabling PCID
may 26 14:03:31 carlos-pc kernel: Secure boot disabled
may 26 14:03:31 carlos-pc kernel: RAMDISK: [mem 0x58da6000-0x5ae64fff]
may 26 14:03:31 carlos-pc kernel: ACPI: Early table checksum verification disabled
may 26 14:03:31 carlos-pc kernel: ACPI: RSDP 0x0000000074513014 000024 (v02 ALASKA)
may 26 14:03:31 carlos-pc kernel: ACPI: XSDT 0x0000000074512728 000114 (v01 ALASKA A M I    01072009 AMI  01000013)
may 26 14:03:31 carlos-pc kernel: ACPI: FACP 0x0000000074511000 000114 (v06 ALASKA A M I    01072009 AMI  01000013)
may 26 14:03:31 carlos-pc kernel: ACPI: DSDT 0x0000000074485000 08B918 (v02 ALASKA A M I    01072009 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: FACS 0x000000007471E000 000040
may 26 14:03:31 carlos-pc kernel: ACPI: FIDT 0x0000000074484000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0x0000000074482000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0x000000007447C000 005D34 (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0x0000000074479000 002C11 (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0x0000000074475000 00334F (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: HPET 0x0000000074474000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
may 26 14:03:31 carlos-pc kernel: ACPI: APIC 0x0000000074473000 0001DC (v05 ALASKA A M I    01072009 AMI  01000013)
may 26 14:03:31 carlos-pc kernel: ACPI: MCFG 0x0000000074472000 00003C (v01 ALASKA A M I    01072009 AMI  01000013)
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0x0000000074470000 001F1A (v02 ALASKA Ther_Rvp 00001000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: NHLT 0x000000007446E000 00002D (v00 ALASKA A M I    01072009 AMI  01000013)
may 26 14:03:31 carlos-pc kernel: ACPI: LPIT 0x000000007446D000 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0x0000000074469000 002357 (v02 ALASKA TbtTypeC 00000000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0x0000000074466000 002A83 (v02 ALASKA PtidDevc 00001000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: DBGP 0x0000000074465000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
may 26 14:03:31 carlos-pc kernel: ACPI: DBG2 0x0000000074464000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0x0000000074463000 000C1F (v02 ALASKA UsbCTabl 00001000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: DMAR 0x0000000074462000 000050 (v01 INTEL  EDK2     00000002      01000013)
may 26 14:03:31 carlos-pc kernel: ACPI: FPDT 0x0000000074461000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0x000000007445F000 001D9F (v02 INTEL  xh_rps14 00000000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0x000000007445B000 0039DA (v02 SocGpe SocGpe   00003000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0x0000000074457000 0039DA (v02 SocCmn SocCmn   00003000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: VFCT 0x0000000074448000 00E284 (v01 ALASKA A M I    00000001 AMD  33504F47)
may 26 14:03:31 carlos-pc kernel: ACPI: UEFI 0x000000007457F000 00063A (v01 INTEL  RstVmdE  00000000 INTL 00000000)
may 26 14:03:31 carlos-pc kernel: ACPI: UEFI 0x000000007457E000 00005C (v01 INTEL  RstVmdV  00000000 INTL 00000000)
may 26 14:03:31 carlos-pc kernel: ACPI: BGRT 0x0000000074447000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
may 26 14:03:31 carlos-pc kernel: ACPI: WPBT 0x000000007436B000 000040 (v01 ALASKA A M I    00000001 ASUS 00000001)
may 26 14:03:31 carlos-pc kernel: ACPI: TPM2 0x000000007436A000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
may 26 14:03:31 carlos-pc kernel: ACPI: PHAT 0x0000000074369000 00085C (v01 ALASKA A M I    00000005 MSFT 0100000D)
may 26 14:03:31 carlos-pc kernel: ACPI: WSMT 0x000000007446C000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving FACP table memory at [mem 0x74511000-0x74511113]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving DSDT table memory at [mem 0x74485000-0x74510917]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving FACS table memory at [mem 0x7471e000-0x7471e03f]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving FIDT table memory at [mem 0x74484000-0x7448409b]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74482000-0x7448238b]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x7447c000-0x74481d33]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74479000-0x7447bc10]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74475000-0x7447834e]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving HPET table memory at [mem 0x74474000-0x74474037]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving APIC table memory at [mem 0x74473000-0x744731db]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving MCFG table memory at [mem 0x74472000-0x7447203b]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74470000-0x74471f19]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving NHLT table memory at [mem 0x7446e000-0x7446e02c]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving LPIT table memory at [mem 0x7446d000-0x7446d0cb]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74469000-0x7446b356]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74466000-0x74468a82]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving DBGP table memory at [mem 0x74465000-0x74465033]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving DBG2 table memory at [mem 0x74464000-0x74464053]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74463000-0x74463c1e]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving DMAR table memory at [mem 0x74462000-0x7446204f]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving FPDT table memory at [mem 0x74461000-0x74461043]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x7445f000-0x74460d9e]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x7445b000-0x7445e9d9]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving SSDT table memory at [mem 0x74457000-0x7445a9d9]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving VFCT table memory at [mem 0x74448000-0x74456283]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving UEFI table memory at [mem 0x7457f000-0x7457f639]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving UEFI table memory at [mem 0x7457e000-0x7457e05b]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving BGRT table memory at [mem 0x74447000-0x74447037]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving WPBT table memory at [mem 0x7436b000-0x7436b03f]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving TPM2 table memory at [mem 0x7436a000-0x7436a04b]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving PHAT table memory at [mem 0x74369000-0x7436985b]
may 26 14:03:31 carlos-pc kernel: ACPI: Reserving WSMT table memory at [mem 0x7446c000-0x7446c027]
may 26 14:03:31 carlos-pc kernel: No NUMA configuration found
may 26 14:03:31 carlos-pc kernel: Faking a node at [mem 0x0000000000000000-0x000000087f7fffff]
may 26 14:03:31 carlos-pc kernel: NODE_DATA(0) allocated [mem 0x87f7fb000-0x87f7fffff]
may 26 14:03:31 carlos-pc kernel: Zone ranges:
may 26 14:03:31 carlos-pc kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
may 26 14:03:31 carlos-pc kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
may 26 14:03:31 carlos-pc kernel:   Normal   [mem 0x0000000100000000-0x000000087f7fffff]
may 26 14:03:31 carlos-pc kernel:   Device   empty
may 26 14:03:31 carlos-pc kernel: Movable zone start for each node
may 26 14:03:31 carlos-pc kernel: Early memory node ranges
may 26 14:03:31 carlos-pc kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
may 26 14:03:31 carlos-pc kernel:   node   0: [mem 0x000000000009f000-0x000000000009ffff]
may 26 14:03:31 carlos-pc kernel:   node   0: [mem 0x0000000000100000-0x0000000062e3afff]
may 26 14:03:31 carlos-pc kernel:   node   0: [mem 0x0000000062e3c000-0x0000000063e9bfff]
may 26 14:03:31 carlos-pc kernel:   node   0: [mem 0x0000000063e9d000-0x00000000705c3fff]
may 26 14:03:31 carlos-pc kernel:   node   0: [mem 0x0000000075fff000-0x0000000075ffffff]
may 26 14:03:31 carlos-pc kernel:   node   0: [mem 0x0000000100000000-0x000000087f7fffff]
may 26 14:03:31 carlos-pc kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000087f7fffff]
may 26 14:03:31 carlos-pc kernel: On node 0, zone DMA: 1 pages in unavailable ranges
may 26 14:03:31 carlos-pc kernel: On node 0, zone DMA: 1 pages in unavailable ranges
may 26 14:03:31 carlos-pc kernel: On node 0, zone DMA: 96 pages in unavailable ranges
may 26 14:03:31 carlos-pc kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
may 26 14:03:31 carlos-pc kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
may 26 14:03:31 carlos-pc kernel: On node 0, zone DMA32: 23099 pages in unavailable ranges
may 26 14:03:31 carlos-pc kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
may 26 14:03:31 carlos-pc kernel: On node 0, zone Normal: 2048 pages in unavailable ranges
may 26 14:03:31 carlos-pc kernel: ACPI: PM-Timer IO Port: 0x1808
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
may 26 14:03:31 carlos-pc kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
may 26 14:03:31 carlos-pc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
may 26 14:03:31 carlos-pc kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
may 26 14:03:31 carlos-pc kernel: ACPI: Using ACPI (MADT) for SMP configuration information
may 26 14:03:31 carlos-pc kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
may 26 14:03:31 carlos-pc kernel: e820: update [mem 0x6a986000-0x6aa79fff] usable ==> reserved
may 26 14:03:31 carlos-pc kernel: TSC deadline timer available
may 26 14:03:31 carlos-pc kernel: CPU topo: Max. logical packages:   1
may 26 14:03:31 carlos-pc kernel: CPU topo: Max. logical dies:       1
may 26 14:03:31 carlos-pc kernel: CPU topo: Max. dies per package:   1
may 26 14:03:31 carlos-pc kernel: CPU topo: Max. threads per core:   2
may 26 14:03:31 carlos-pc kernel: CPU topo: Num. cores per package:    16
may 26 14:03:31 carlos-pc kernel: CPU topo: Num. threads per package:  24
may 26 14:03:31 carlos-pc kernel: CPU topo: Allowing 24 present CPUs plus 0 hotplug CPUs
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x5ccfc000-0x5ccfcfff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x5cd09000-0x5cd09fff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x5cd0a000-0x5cd0afff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x5cd25000-0x5cd25fff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x62e3b000-0x62e3bfff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x63e9c000-0x63e9cfff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x6a986000-0x6aa79fff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x6d922000-0x6d922fff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x705c4000-0x742c3fff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x742c4000-0x74513fff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x74514000-0x7471efff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x7471f000-0x75ffefff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x76000000-0x79ffffff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x7a000000-0x7a3fffff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x7a400000-0x7a7fffff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x7a800000-0x7affffff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x807fffff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0x80800000-0xfdffffff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
may 26 14:03:31 carlos-pc kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
may 26 14:03:31 carlos-pc kernel: [mem 0x80800000-0xfdffffff] available for PCI devices
may 26 14:03:31 carlos-pc kernel: Booting paravirtualized kernel on bare hardware
may 26 14:03:31 carlos-pc kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
may 26 14:03:31 carlos-pc kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:24 nr_cpu_ids:24 nr_node_ids:1
may 26 14:03:31 carlos-pc kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
may 26 14:03:31 carlos-pc kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
may 26 14:03:31 carlos-pc kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
may 26 14:03:31 carlos-pc kernel: pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
may 26 14:03:31 carlos-pc kernel: pcpu-alloc: [0] 16 17 18 19 [0] 20 21 22 23 
may 26 14:03:31 carlos-pc kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f6236f1f-c628-4fc2-88eb-88adb2ee5b06 rw loglevel=3 quiet
may 26 14:03:31 carlos-pc kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
may 26 14:03:31 carlos-pc kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
may 26 14:03:31 carlos-pc kernel: printk: log_buf_len total cpu_extra contributions: 94208 bytes
may 26 14:03:31 carlos-pc kernel: printk: log_buf_len min size: 131072 bytes
may 26 14:03:31 carlos-pc kernel: printk: log_buf_len: 262144 bytes
may 26 14:03:31 carlos-pc kernel: printk: early log buf free: 111072(84%)
may 26 14:03:31 carlos-pc kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
may 26 14:03:31 carlos-pc kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
may 26 14:03:31 carlos-pc kernel: Fallback order for Node 0: 0 
may 26 14:03:31 carlos-pc kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8192203
may 26 14:03:31 carlos-pc kernel: Policy zone: Normal
may 26 14:03:31 carlos-pc kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
may 26 14:03:31 carlos-pc kernel: software IO TLB: area num 32.
may 26 14:03:31 carlos-pc kernel: Memory: 32430308K/33289604K available (18432K kernel code, 2164K rwdata, 13276K rodata, 3408K init, 3636K bss, 859036K reserved, 0K cma-reserved)
may 26 14:03:31 carlos-pc kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
may 26 14:03:31 carlos-pc kernel: ftrace: allocating 49689 entries in 195 pages
may 26 14:03:31 carlos-pc kernel: ftrace: allocated 195 pages with 4 groups
may 26 14:03:31 carlos-pc kernel: Dynamic Preempt: full
may 26 14:03:31 carlos-pc kernel: rcu: Preemptible hierarchical RCU implementation.
may 26 14:03:31 carlos-pc kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=24.
may 26 14:03:31 carlos-pc kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
may 26 14:03:31 carlos-pc kernel:         Trampoline variant of Tasks RCU enabled.
may 26 14:03:31 carlos-pc kernel:         Rude variant of Tasks RCU enabled.
may 26 14:03:31 carlos-pc kernel:         Tracing variant of Tasks RCU enabled.
may 26 14:03:31 carlos-pc kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
may 26 14:03:31 carlos-pc kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
may 26 14:03:31 carlos-pc kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
may 26 14:03:31 carlos-pc kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
may 26 14:03:31 carlos-pc kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
may 26 14:03:31 carlos-pc kernel: NR_IRQS: 20736, nr_irqs: 2248, preallocated irqs: 16
may 26 14:03:31 carlos-pc kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
may 26 14:03:31 carlos-pc kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
may 26 14:03:31 carlos-pc kernel: Console: colour dummy device 80x25
may 26 14:03:31 carlos-pc kernel: printk: legacy console [tty0] enabled
may 26 14:03:31 carlos-pc kernel: ACPI: Core revision 20230628
may 26 14:03:31 carlos-pc kernel: hpet: HPET dysfunctional in PC10. Force disabled.
may 26 14:03:31 carlos-pc kernel: APIC: Switch to symmetric I/O mode setup
may 26 14:03:31 carlos-pc kernel: DMAR: Host address width 39
may 26 14:03:31 carlos-pc kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
may 26 14:03:31 carlos-pc kernel: DMAR: dmar0: reg_base_addr fed91000 ver 5:0 cap d2008c40660462 ecap f050da
may 26 14:03:31 carlos-pc kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 0
may 26 14:03:31 carlos-pc kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
may 26 14:03:31 carlos-pc kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
may 26 14:03:31 carlos-pc kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
may 26 14:03:31 carlos-pc kernel: x2apic enabled
may 26 14:03:31 carlos-pc kernel: APIC: Switched APIC routing to: cluster x2apic
may 26 14:03:31 carlos-pc kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3143404a908, max_idle_ns: 440795209397 ns
may 26 14:03:31 carlos-pc kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6837.00 BogoMIPS (lpj=11392000)
may 26 14:03:31 carlos-pc kernel: CPU0: Thermal monitoring enabled (TM1)
may 26 14:03:31 carlos-pc kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
may 26 14:03:31 carlos-pc kernel: CET detected: Indirect Branch Tracking enabled
may 26 14:03:31 carlos-pc kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
may 26 14:03:31 carlos-pc kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
may 26 14:03:31 carlos-pc kernel: process: using mwait in idle threads
may 26 14:03:31 carlos-pc kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
may 26 14:03:31 carlos-pc kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
may 26 14:03:31 carlos-pc kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
may 26 14:03:31 carlos-pc kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
may 26 14:03:31 carlos-pc kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
may 26 14:03:31 carlos-pc kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
may 26 14:03:31 carlos-pc kernel: Register File Data Sampling: Mitigation: Clear Register File
may 26 14:03:31 carlos-pc kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
may 26 14:03:31 carlos-pc kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
may 26 14:03:31 carlos-pc kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
may 26 14:03:31 carlos-pc kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
may 26 14:03:31 carlos-pc kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
may 26 14:03:31 carlos-pc kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
may 26 14:03:31 carlos-pc kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
may 26 14:03:31 carlos-pc kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
may 26 14:03:31 carlos-pc kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
may 26 14:03:31 carlos-pc kernel: Freeing SMP alternatives memory: 40K
may 26 14:03:31 carlos-pc kernel: pid_max: default: 32768 minimum: 301
may 26 14:03:31 carlos-pc kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
may 26 14:03:31 carlos-pc kernel: landlock: Up and running.
may 26 14:03:31 carlos-pc kernel: Yama: becoming mindful.
may 26 14:03:31 carlos-pc kernel: LSM support for eBPF active
may 26 14:03:31 carlos-pc kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
may 26 14:03:31 carlos-pc kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
may 26 14:03:31 carlos-pc kernel: smpboot: CPU0: 13th Gen Intel(R) Core(TM) i7-13700K (family: 0x6, model: 0xb7, stepping: 0x1)
may 26 14:03:31 carlos-pc kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
may 26 14:03:31 carlos-pc kernel: core: cpu_core PMU driver: 
may 26 14:03:31 carlos-pc kernel: ... version:                5
may 26 14:03:31 carlos-pc kernel: ... bit width:              48
may 26 14:03:31 carlos-pc kernel: ... generic registers:      8
may 26 14:03:31 carlos-pc kernel: ... value mask:             0000ffffffffffff
may 26 14:03:31 carlos-pc kernel: ... max period:             00007fffffffffff
may 26 14:03:31 carlos-pc kernel: ... fixed-purpose events:   4
may 26 14:03:31 carlos-pc kernel: ... event mask:             0001000f000000ff
may 26 14:03:31 carlos-pc kernel: signal: max sigframe size: 3632
may 26 14:03:31 carlos-pc kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1596
may 26 14:03:31 carlos-pc kernel: rcu: Hierarchical SRCU implementation.
may 26 14:03:31 carlos-pc kernel: rcu:         Max phase no-delay instances is 1000.
may 26 14:03:31 carlos-pc kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
may 26 14:03:31 carlos-pc kernel: smp: Bringing up secondary CPUs ...
may 26 14:03:31 carlos-pc kernel: smpboot: x86: Booting SMP configuration:
may 26 14:03:31 carlos-pc kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14 #16 #17 #18 #19 #20 #21 #22 #23
may 26 14:03:31 carlos-pc kernel: core: cpu_atom PMU driver: PEBS-via-PT 
may 26 14:03:31 carlos-pc kernel: ... version:                5
may 26 14:03:31 carlos-pc kernel: ... bit width:              48
may 26 14:03:31 carlos-pc kernel: ... generic registers:      6
may 26 14:03:31 carlos-pc kernel: ... value mask:             0000ffffffffffff
may 26 14:03:31 carlos-pc kernel: ... max period:             00007fffffffffff
may 26 14:03:31 carlos-pc kernel: ... fixed-purpose events:   3
may 26 14:03:31 carlos-pc kernel: ... event mask:             000000070000003f
may 26 14:03:31 carlos-pc kernel:   #1  #3  #5  #7  #9 #11 #13 #15
may 26 14:03:31 carlos-pc kernel: smp: Brought up 1 node, 24 CPUs
may 26 14:03:31 carlos-pc kernel: smpboot: Total of 24 processors activated (164110.00 BogoMIPS)
may 26 14:03:31 carlos-pc kernel: devtmpfs: initialized
may 26 14:03:31 carlos-pc kernel: x86/mm: Memory block size: 128MB
may 26 14:03:31 carlos-pc kernel: ACPI: PM: Registering ACPI NVS region [mem 0x74514000-0x7471efff] (2142208 bytes)
may 26 14:03:31 carlos-pc kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
may 26 14:03:31 carlos-pc kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
may 26 14:03:31 carlos-pc kernel: pinctrl core: initialized pinctrl subsystem
may 26 14:03:31 carlos-pc kernel: PM: RTC time: 19:03:27, date: 2024-05-26
may 26 14:03:31 carlos-pc kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
may 26 14:03:31 carlos-pc kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
may 26 14:03:31 carlos-pc kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
may 26 14:03:31 carlos-pc kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
may 26 14:03:31 carlos-pc kernel: audit: initializing netlink subsys (disabled)
may 26 14:03:31 carlos-pc kernel: audit: type=2000 audit(1716750207.013:1): state=initialized audit_enabled=0 res=1
may 26 14:03:31 carlos-pc kernel: thermal_sys: Registered thermal governor 'fair_share'
may 26 14:03:31 carlos-pc kernel: thermal_sys: Registered thermal governor 'bang_bang'
may 26 14:03:31 carlos-pc kernel: thermal_sys: Registered thermal governor 'step_wise'
may 26 14:03:31 carlos-pc kernel: thermal_sys: Registered thermal governor 'user_space'
may 26 14:03:31 carlos-pc kernel: thermal_sys: Registered thermal governor 'power_allocator'
may 26 14:03:31 carlos-pc kernel: cpuidle: using governor ladder
may 26 14:03:31 carlos-pc kernel: cpuidle: using governor menu
may 26 14:03:31 carlos-pc kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
may 26 14:03:31 carlos-pc kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
may 26 14:03:31 carlos-pc kernel: PCI: ECAM [mem 0xc0000000-0xce0fffff] (base 0xc0000000) for domain 0000 [bus 00-e0]
may 26 14:03:31 carlos-pc kernel: PCI: not using ECAM ([mem 0xc0000000-0xce0fffff] not reserved)
may 26 14:03:31 carlos-pc kernel: PCI: Using configuration type 1 for base access
may 26 14:03:31 carlos-pc kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
may 26 14:03:31 carlos-pc kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
may 26 14:03:31 carlos-pc kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
may 26 14:03:31 carlos-pc kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
may 26 14:03:31 carlos-pc kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
may 26 14:03:31 carlos-pc kernel: Demotion targets for Node 0: null
may 26 14:03:31 carlos-pc kernel: ACPI: Added _OSI(Module Device)
may 26 14:03:31 carlos-pc kernel: ACPI: Added _OSI(Processor Device)
may 26 14:03:31 carlos-pc kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
may 26 14:03:31 carlos-pc kernel: ACPI: Added _OSI(Processor Aggregator Device)
may 26 14:03:31 carlos-pc kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
may 26 14:03:31 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0xFFFF89C40163FC00 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0xFFFF89C40162D800 000689 (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0xFFFF89C4021FD000 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0xFFFF89C40162E000 0004B5 (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0xFFFF89C40161A000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0xFFFF89C40293C000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0xFFFF89C402938000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: Dynamic OEM Table Load:
may 26 14:03:31 carlos-pc kernel: ACPI: SSDT 0xFFFF89C401631000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
may 26 14:03:31 carlos-pc kernel: ACPI: _OSC evaluated successfully for all CPUs
may 26 14:03:31 carlos-pc kernel: ACPI: Interpreter enabled
may 26 14:03:31 carlos-pc kernel: ACPI: PM: (supports S0 S3 S4 S5)
may 26 14:03:31 carlos-pc kernel: ACPI: Using IOAPIC for interrupt routing
may 26 14:03:31 carlos-pc kernel: PCI: ECAM [mem 0xc0000000-0xce0fffff] (base 0xc0000000) for domain 0000 [bus 00-e0]
may 26 14:03:31 carlos-pc kernel: PCI: ECAM [mem 0xc0000000-0xce0fffff] reserved as ACPI motherboard resource
may 26 14:03:31 carlos-pc kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
may 26 14:03:31 carlos-pc kernel: PCI: Ignoring E820 reservations for host bridge windows
may 26 14:03:31 carlos-pc kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
may 26 14:03:31 carlos-pc kernel: ACPI: \_SB_.PC00.XHCI.RHUB.HS14.BTRT: New power resource
may 26 14:03:31 carlos-pc kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
may 26 14:03:31 carlos-pc kernel: ACPI: \_TZ_.FN00: New power resource
may 26 14:03:31 carlos-pc kernel: ACPI: \_TZ_.FN01: New power resource
may 26 14:03:31 carlos-pc kernel: ACPI: \_TZ_.FN02: New power resource
may 26 14:03:31 carlos-pc kernel: ACPI: \_TZ_.FN03: New power resource
may 26 14:03:31 carlos-pc kernel: ACPI: \_TZ_.FN04: New power resource
may 26 14:03:31 carlos-pc kernel: ACPI: \PIN_: New power resource
may 26 14:03:31 carlos-pc kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
may 26 14:03:31 carlos-pc kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
may 26 14:03:31 carlos-pc kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
may 26 14:03:31 carlos-pc kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
may 26 14:03:31 carlos-pc kernel: PCI host bridge to bus 0000:00
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000effff window]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: root bus resource [mem 0x80800000-0xbfffffff window]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: root bus resource [bus 00-e0]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:00.0: [8086:a703] type 00 class 0x060000 conventional PCI endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:01.0: [8086:a70d] type 01 class 0x060400 PCIe Root Port
may 26 14:03:31 carlos-pc kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:01.0:   bridge window [io  0x6000-0x6fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x85400000-0x856fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x4000000000-0x440fffffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:00:01.0: PTM enabled (root), 4ns granularity
may 26 14:03:31 carlos-pc kernel: pci 0000:00:06.0: [8086:a74d] type 01 class 0x060400 PCIe Root Port
may 26 14:03:31 carlos-pc kernel: pci 0000:00:06.0: PCI bridge to [bus 04]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:06.0:   bridge window [mem 0x85800000-0x858fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
may 26 14:03:31 carlos-pc kernel: pci 0000:00:0a.0: [8086:a77d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:0a.0: BAR 0 [mem 0x4414210000-0x4414217fff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:0a.0: enabling Extended Tags
may 26 14:03:31 carlos-pc kernel: pci 0000:00:0e.0: [8086:a77f] type 00 class 0x010400 PCIe Root Complex Integrated Endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:0e.0: BAR 0 [mem 0x4412000000-0x4413ffffff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:0e.0: BAR 2 [mem 0x82000000-0x83ffffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:0e.0: BAR 4 [mem 0x4414100000-0x44141fffff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:14.0: [8086:7a60] type 00 class 0x0c0330 conventional PCI endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:14.0: BAR 0 [mem 0x4414200000-0x441420ffff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:00:14.2: [8086:7a27] type 00 class 0x050000 conventional PCI endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:14.2: BAR 0 [mem 0x4414228000-0x441422bfff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:14.2: BAR 2 [mem 0x4414231000-0x4414231fff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:14.3: [8086:7a70] type 00 class 0x028000 PCIe Root Complex Integrated Endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:14.3: BAR 0 [mem 0x4414224000-0x4414227fff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:00:15.0: [8086:7a4c] type 00 class 0x0c8000 conventional PCI endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:15.1: [8086:7a4d] type 00 class 0x0c8000 conventional PCI endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:15.2: [8086:7a4e] type 00 class 0x0c8000 conventional PCI endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:15.2: BAR 0 [mem 0x00000000-0x00000fff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:16.0: [8086:7a68] type 00 class 0x078000 conventional PCI endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:16.0: BAR 0 [mem 0x441422d000-0x441422dfff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:16.0: PME# supported from D3hot
may 26 14:03:31 carlos-pc kernel: pci 0000:00:17.0: [8086:7a62] type 00 class 0x010601 conventional PCI endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:17.0: BAR 0 [mem 0x85900000-0x85901fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:17.0: BAR 1 [mem 0x85903000-0x859030ff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:17.0: BAR 2 [io  0x7050-0x7057]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:17.0: BAR 3 [io  0x7040-0x7043]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:17.0: BAR 4 [io  0x7020-0x703f]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:17.0: BAR 5 [mem 0x85902000-0x859027ff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:17.0: PME# supported from D3hot
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1a.0: [8086:7a48] type 01 class 0x060400 PCIe Root Port
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1a.0: PCI bridge to [bus 05]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1a.0:   bridge window [io  0x5000-0x5fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1a.0:   bridge window [mem 0x84a00000-0x853fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1a.0:   bridge window [mem 0x4410b00000-0x44114fffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1c.0: [8086:7a38] type 01 class 0x060400 PCIe Root Port
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 06]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0x84000000-0x849fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0x4410100000-0x4410afffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1d.0: [8086:7a36] type 01 class 0x060400 PCIe Root Port
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1d.0:   bridge window [mem 0x85700000-0x857fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1f.0: [8086:7a06] type 00 class 0x060100 conventional PCI endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1f.3: [8086:7a50] type 00 class 0x040300 conventional PCI endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1f.3: BAR 0 [mem 0x4414220000-0x4414223fff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1f.3: BAR 4 [mem 0x4414000000-0x44140fffff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1f.4: [8086:7a23] type 00 class 0x0c0500 conventional PCI endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1f.4: BAR 0 [mem 0x441422c000-0x441422c0ff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1f.5: [8086:7a24] type 00 class 0x0c8000 conventional PCI endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:01:00.0: [1002:1478] type 01 class 0x060400 PCIe Switch Upstream Port
may 26 14:03:31 carlos-pc kernel: pci 0000:01:00.0: BAR 0 [mem 0x85600000-0x85603fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
may 26 14:03:31 carlos-pc kernel: pci 0000:01:00.0:   bridge window [io  0x6000-0x6fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:01:00.0:   bridge window [mem 0x85400000-0x855fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:01:00.0:   bridge window [mem 0x4000000000-0x440fffffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
may 26 14:03:31 carlos-pc kernel: pci 0000:02:00.0: [1002:1479] type 01 class 0x060400 PCIe Switch Downstream Port
may 26 14:03:31 carlos-pc kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
may 26 14:03:31 carlos-pc kernel: pci 0000:02:00.0:   bridge window [io  0x6000-0x6fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:02:00.0:   bridge window [mem 0x85400000-0x855fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:02:00.0:   bridge window [mem 0x4000000000-0x440fffffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.0: [1002:747e] type 00 class 0x030000 PCIe Legacy Endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.0: BAR 0 [mem 0x4000000000-0x43ffffffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.0: BAR 2 [mem 0x4400000000-0x440fffffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.0: BAR 4 [io  0x6000-0x60ff]
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.0: BAR 5 [mem 0x85400000-0x854fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.0: ROM [mem 0x85500000-0x8551ffff pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.1: [1002:ab30] type 00 class 0x040300 PCIe Legacy Endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.1: BAR 0 [mem 0x85520000-0x85523fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.1: PME# supported from D1 D2 D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
may 26 14:03:31 carlos-pc kernel: pci 0000:04:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:04:00.0: BAR 0 [mem 0x85800000-0x85803fff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:06.0: PCI bridge to [bus 04]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1a.0: PCI bridge to [bus 05]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 06]
may 26 14:03:31 carlos-pc kernel: pci 0000:07:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
may 26 14:03:31 carlos-pc kernel: pci 0000:07:00.0: BAR 0 [io  0x3000-0x30ff]
may 26 14:03:31 carlos-pc kernel: pci 0000:07:00.0: BAR 2 [mem 0x85700000-0x8570ffff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:07:00.0: BAR 4 [mem 0x85710000-0x85713fff 64bit]
may 26 14:03:31 carlos-pc kernel: pci 0000:07:00.0: supports D1 D2
may 26 14:03:31 carlos-pc kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
may 26 14:03:31 carlos-pc kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
may 26 14:03:31 carlos-pc kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
may 26 14:03:31 carlos-pc kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
may 26 14:03:31 carlos-pc kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
may 26 14:03:31 carlos-pc kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
may 26 14:03:31 carlos-pc kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
may 26 14:03:31 carlos-pc kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
may 26 14:03:31 carlos-pc kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
may 26 14:03:31 carlos-pc kernel: iommu: Default domain type: Translated
may 26 14:03:31 carlos-pc kernel: iommu: DMA domain TLB invalidation policy: lazy mode
may 26 14:03:31 carlos-pc kernel: SCSI subsystem initialized
may 26 14:03:31 carlos-pc kernel: libata version 3.00 loaded.
may 26 14:03:31 carlos-pc kernel: ACPI: bus type USB registered
may 26 14:03:31 carlos-pc kernel: usbcore: registered new interface driver usbfs
may 26 14:03:31 carlos-pc kernel: usbcore: registered new interface driver hub
may 26 14:03:31 carlos-pc kernel: usbcore: registered new device driver usb
may 26 14:03:31 carlos-pc kernel: EDAC MC: Ver: 3.0.0
may 26 14:03:31 carlos-pc kernel: efivars: Registered efivars operations
may 26 14:03:31 carlos-pc kernel: NetLabel: Initializing
may 26 14:03:31 carlos-pc kernel: NetLabel:  domain hash size = 128
may 26 14:03:31 carlos-pc kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
may 26 14:03:31 carlos-pc kernel: NetLabel:  unlabeled traffic allowed by default
may 26 14:03:31 carlos-pc kernel: mctp: management component transport protocol core
may 26 14:03:31 carlos-pc kernel: NET: Registered PF_MCTP protocol family
may 26 14:03:31 carlos-pc kernel: PCI: Using ACPI for IRQ routing
may 26 14:03:31 carlos-pc kernel: PCI: pci_cache_line_size set to 64 bytes
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
may 26 14:03:31 carlos-pc kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
may 26 14:03:31 carlos-pc kernel: e820: reserve RAM buffer [mem 0x5ccfc018-0x5fffffff]
may 26 14:03:31 carlos-pc kernel: e820: reserve RAM buffer [mem 0x5cd0a018-0x5fffffff]
may 26 14:03:31 carlos-pc kernel: e820: reserve RAM buffer [mem 0x62e3b000-0x63ffffff]
may 26 14:03:31 carlos-pc kernel: e820: reserve RAM buffer [mem 0x63e9c000-0x63ffffff]
may 26 14:03:31 carlos-pc kernel: e820: reserve RAM buffer [mem 0x6a986000-0x6bffffff]
may 26 14:03:31 carlos-pc kernel: e820: reserve RAM buffer [mem 0x6d922000-0x6fffffff]
may 26 14:03:31 carlos-pc kernel: e820: reserve RAM buffer [mem 0x705c4000-0x73ffffff]
may 26 14:03:31 carlos-pc kernel: e820: reserve RAM buffer [mem 0x76000000-0x77ffffff]
may 26 14:03:31 carlos-pc kernel: e820: reserve RAM buffer [mem 0x87f800000-0x87fffffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.0: vgaarb: setting as boot VGA device
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.0: vgaarb: bridge control possible
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
may 26 14:03:31 carlos-pc kernel: vgaarb: loaded
may 26 14:03:31 carlos-pc kernel: clocksource: Switched to clocksource tsc-early
may 26 14:03:31 carlos-pc kernel: VFS: Disk quotas dquot_6.6.0
may 26 14:03:31 carlos-pc kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
may 26 14:03:31 carlos-pc kernel: pnp: PnP ACPI init
may 26 14:03:31 carlos-pc kernel: system 00:00: [io  0x0290-0x029f] has been reserved
may 26 14:03:31 carlos-pc kernel: system 00:00: [io  0x0b00-0x0b1f] has been reserved
may 26 14:03:31 carlos-pc kernel: pnp 00:01: [dma 0 disabled]
may 26 14:03:31 carlos-pc kernel: system 00:02: [io  0x0680-0x069f] has been reserved
may 26 14:03:31 carlos-pc kernel: system 00:02: [io  0x164e-0x164f] has been reserved
may 26 14:03:31 carlos-pc kernel: system 00:03: [io  0x1854-0x1857] has been reserved
may 26 14:03:31 carlos-pc kernel: system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
may 26 14:03:31 carlos-pc kernel: system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
may 26 14:03:31 carlos-pc kernel: system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
may 26 14:03:31 carlos-pc kernel: system 00:04: [mem 0xc0000000-0xcfffffff] has been reserved
may 26 14:03:31 carlos-pc kernel: system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
may 26 14:03:31 carlos-pc kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
may 26 14:03:31 carlos-pc kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
may 26 14:03:31 carlos-pc kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
may 26 14:03:31 carlos-pc kernel: system 00:05: [io  0x2000-0x20fe] has been reserved
may 26 14:03:31 carlos-pc kernel: pnp: PnP ACPI: found 7 devices
may 26 14:03:31 carlos-pc kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
may 26 14:03:31 carlos-pc kernel: NET: Registered PF_INET protocol family
may 26 14:03:31 carlos-pc kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
may 26 14:03:31 carlos-pc kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
may 26 14:03:31 carlos-pc kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
may 26 14:03:31 carlos-pc kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
may 26 14:03:31 carlos-pc kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
may 26 14:03:31 carlos-pc kernel: TCP: Hash tables configured (established 262144 bind 65536)
may 26 14:03:31 carlos-pc kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
may 26 14:03:31 carlos-pc kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
may 26 14:03:31 carlos-pc kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
may 26 14:03:31 carlos-pc kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
may 26 14:03:31 carlos-pc kernel: NET: Registered PF_XDP protocol family
may 26 14:03:31 carlos-pc kernel: pci 0000:00:15.0: BAR 0 [mem 0x4410000000-0x4410000fff 64bit]: assigned
may 26 14:03:31 carlos-pc kernel: pci 0000:00:15.1: BAR 0 [mem 0x4410001000-0x4410001fff 64bit]: assigned
may 26 14:03:31 carlos-pc kernel: pci 0000:00:15.2: BAR 0 [mem 0x4410002000-0x4410002fff 64bit]: assigned
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1f.5: BAR 0 [mem 0x80800000-0x80800fff]: assigned
may 26 14:03:31 carlos-pc kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
may 26 14:03:31 carlos-pc kernel: pci 0000:02:00.0:   bridge window [io  0x6000-0x6fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:02:00.0:   bridge window [mem 0x85400000-0x855fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:02:00.0:   bridge window [mem 0x4000000000-0x440fffffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:01:00.0: PCI bridge to [bus 02-03]
may 26 14:03:31 carlos-pc kernel: pci 0000:01:00.0:   bridge window [io  0x6000-0x6fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:01:00.0:   bridge window [mem 0x85400000-0x855fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:01:00.0:   bridge window [mem 0x4000000000-0x440fffffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:01.0: PCI bridge to [bus 01-03]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:01.0:   bridge window [io  0x6000-0x6fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x85400000-0x856fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:01.0:   bridge window [mem 0x4000000000-0x440fffffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:06.0: PCI bridge to [bus 04]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:06.0:   bridge window [mem 0x85800000-0x858fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1a.0: PCI bridge to [bus 05]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1a.0:   bridge window [io  0x5000-0x5fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1a.0:   bridge window [mem 0x84a00000-0x853fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1a.0:   bridge window [mem 0x4410b00000-0x44114fffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1c.0: PCI bridge to [bus 06]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0x84000000-0x849fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1c.0:   bridge window [mem 0x4410100000-0x4410afffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
may 26 14:03:31 carlos-pc kernel: pci 0000:00:1d.0:   bridge window [mem 0x85700000-0x857fffff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000effff window]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: resource 8 [mem 0x80800000-0xbfffffff window]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:01: resource 0 [io  0x6000-0x6fff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:01: resource 1 [mem 0x85400000-0x856fffff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:01: resource 2 [mem 0x4000000000-0x440fffffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:02: resource 0 [io  0x6000-0x6fff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:02: resource 1 [mem 0x85400000-0x855fffff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:02: resource 2 [mem 0x4000000000-0x440fffffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:03: resource 0 [io  0x6000-0x6fff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:03: resource 1 [mem 0x85400000-0x855fffff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:03: resource 2 [mem 0x4000000000-0x440fffffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:04: resource 1 [mem 0x85800000-0x858fffff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:05: resource 0 [io  0x5000-0x5fff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:05: resource 1 [mem 0x84a00000-0x853fffff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:05: resource 2 [mem 0x4410b00000-0x44114fffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:06: resource 0 [io  0x4000-0x4fff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:06: resource 1 [mem 0x84000000-0x849fffff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:06: resource 2 [mem 0x4410100000-0x4410afffff 64bit pref]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:07: resource 0 [io  0x3000-0x3fff]
may 26 14:03:31 carlos-pc kernel: pci_bus 0000:07: resource 1 [mem 0x85700000-0x857fffff]
may 26 14:03:31 carlos-pc kernel: pci 0000:03:00.1: D0 power state depends on 0000:03:00.0
may 26 14:03:31 carlos-pc kernel: PCI: CLS 64 bytes, default 64
may 26 14:03:31 carlos-pc kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
may 26 14:03:31 carlos-pc kernel: software IO TLB: mapped [mem 0x00000000667d2000-0x000000006a7d2000] (64MB)
may 26 14:03:31 carlos-pc kernel: Trying to unpack rootfs image as initramfs...
may 26 14:03:31 carlos-pc kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3143404a908, max_idle_ns: 440795209397 ns
may 26 14:03:31 carlos-pc kernel: clocksource: Switched to clocksource tsc
may 26 14:03:31 carlos-pc kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
may 26 14:03:31 carlos-pc kernel: Initialise system trusted keyrings
may 26 14:03:31 carlos-pc kernel: Key type blacklist registered
may 26 14:03:31 carlos-pc kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
may 26 14:03:31 carlos-pc kernel: zbud: loaded
may 26 14:03:31 carlos-pc kernel: fuse: init (API version 7.40)
may 26 14:03:31 carlos-pc kernel: integrity: Platform Keyring initialized
may 26 14:03:31 carlos-pc kernel: integrity: Machine keyring initialized
may 26 14:03:31 carlos-pc kernel: Key type asymmetric registered
may 26 14:03:31 carlos-pc kernel: Asymmetric key parser 'x509' registered
may 26 14:03:31 carlos-pc kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
may 26 14:03:31 carlos-pc kernel: io scheduler mq-deadline registered
may 26 14:03:31 carlos-pc kernel: io scheduler kyber registered
may 26 14:03:31 carlos-pc kernel: io scheduler bfq registered
may 26 14:03:31 carlos-pc kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 121
may 26 14:03:31 carlos-pc kernel: pcieport 0000:00:01.0: AER: enabled with IRQ 121
may 26 14:03:31 carlos-pc kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 122
may 26 14:03:31 carlos-pc kernel: pcieport 0000:00:06.0: AER: enabled with IRQ 122
may 26 14:03:31 carlos-pc kernel: pcieport 0000:00:1a.0: PME: Signaling with IRQ 123
may 26 14:03:31 carlos-pc kernel: pcieport 0000:00:1a.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
may 26 14:03:31 carlos-pc kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 124
may 26 14:03:31 carlos-pc kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
may 26 14:03:31 carlos-pc kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
may 26 14:03:31 carlos-pc kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 125
may 26 14:03:31 carlos-pc kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
may 26 14:03:31 carlos-pc kernel: Monitor-Mwait will be used to enter C-1 state
may 26 14:03:31 carlos-pc kernel: Monitor-Mwait will be used to enter C-2 state
may 26 14:03:31 carlos-pc kernel: Monitor-Mwait will be used to enter C-3 state
may 26 14:03:31 carlos-pc kernel: ACPI: \_SB_.PR00: Found 3 idle states
may 26 14:03:31 carlos-pc kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
may 26 14:03:31 carlos-pc kernel: ACPI: button: Sleep Button [SLPB]
may 26 14:03:31 carlos-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
may 26 14:03:31 carlos-pc kernel: ACPI: button: Power Button [PWRB]
may 26 14:03:31 carlos-pc kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
may 26 14:03:31 carlos-pc kernel: ACPI: button: Power Button [PWRF]
may 26 14:03:31 carlos-pc kernel: thermal LNXTHERM:00: registered as thermal_zone0
may 26 14:03:31 carlos-pc kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
may 26 14:03:31 carlos-pc kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
may 26 14:03:31 carlos-pc kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
may 26 14:03:31 carlos-pc kernel: Freeing initrd memory: 33532K
may 26 14:03:31 carlos-pc kernel: hpet_acpi_add: no address or irqs in _CRS
may 26 14:03:31 carlos-pc kernel: Non-volatile memory driver v1.3
may 26 14:03:31 carlos-pc kernel: Linux agpgart interface v0.103
may 26 14:03:31 carlos-pc kernel: ACPI: bus type drm_connector registered
may 26 14:03:31 carlos-pc kernel: ahci 0000:00:17.0: version 3.0
may 26 14:03:31 carlos-pc kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
may 26 14:03:31 carlos-pc kernel: ahci 0000:00:17.0: 4/4 ports implemented (port mask 0xf0)
may 26 14:03:31 carlos-pc kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds 
may 26 14:03:31 carlos-pc kernel: scsi host0: ahci
may 26 14:03:31 carlos-pc kernel: scsi host1: ahci
may 26 14:03:31 carlos-pc kernel: scsi host2: ahci
may 26 14:03:31 carlos-pc kernel: scsi host3: ahci
may 26 14:03:31 carlos-pc kernel: scsi host4: ahci
may 26 14:03:31 carlos-pc kernel: scsi host5: ahci
may 26 14:03:31 carlos-pc kernel: scsi host6: ahci
may 26 14:03:31 carlos-pc kernel: scsi host7: ahci
may 26 14:03:31 carlos-pc kernel: ata1: DUMMY
may 26 14:03:31 carlos-pc kernel: ata2: DUMMY
may 26 14:03:31 carlos-pc kernel: ata3: DUMMY
may 26 14:03:31 carlos-pc kernel: ata4: DUMMY
may 26 14:03:31 carlos-pc kernel: ata5: SATA max UDMA/133 abar m2048@0x85902000 port 0x85902300 irq 127 lpm-pol 3
may 26 14:03:31 carlos-pc kernel: ata6: SATA max UDMA/133 abar m2048@0x85902000 port 0x85902380 irq 127 lpm-pol 3
may 26 14:03:31 carlos-pc kernel: ata7: SATA max UDMA/133 abar m2048@0x85902000 port 0x85902400 irq 127 lpm-pol 3
may 26 14:03:31 carlos-pc kernel: ata8: SATA max UDMA/133 abar m2048@0x85902000 port 0x85902480 irq 127 lpm-pol 3
may 26 14:03:31 carlos-pc kernel: usbcore: registered new interface driver usbserial_generic
may 26 14:03:31 carlos-pc kernel: usbserial: USB Serial support registered for generic
may 26 14:03:31 carlos-pc kernel: rtc_cmos rtc_cmos: RTC can wake from S4
may 26 14:03:31 carlos-pc kernel: rtc_cmos rtc_cmos: registered as rtc0
may 26 14:03:31 carlos-pc kernel: rtc_cmos rtc_cmos: setting system clock to 2024-05-26T19:03:27 UTC (1716750207)
may 26 14:03:31 carlos-pc kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
may 26 14:03:31 carlos-pc kernel: intel_pstate: Intel P-state driver initializing
may 26 14:03:31 carlos-pc kernel: intel_pstate: HWP enabled
may 26 14:03:31 carlos-pc kernel: ledtrig-cpu: registered to indicate activity on CPUs
may 26 14:03:31 carlos-pc kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
may 26 14:03:31 carlos-pc kernel: fbcon: Deferring console take-over
may 26 14:03:31 carlos-pc kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
may 26 14:03:31 carlos-pc kernel: hid: raw HID events driver (C) Jiri Kosina
may 26 14:03:31 carlos-pc kernel: drop_monitor: Initializing network drop monitor service
may 26 14:03:31 carlos-pc kernel: NET: Registered PF_INET6 protocol family
may 26 14:03:31 carlos-pc kernel: Segment Routing with IPv6
may 26 14:03:31 carlos-pc kernel: RPL Segment Routing with IPv6
may 26 14:03:31 carlos-pc kernel: In-situ OAM (IOAM) with IPv6
may 26 14:03:31 carlos-pc kernel: NET: Registered PF_PACKET protocol family
may 26 14:03:31 carlos-pc kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
may 26 14:03:31 carlos-pc kernel: microcode: Current revision: 0x00000123
may 26 14:03:31 carlos-pc kernel: IPI shorthand broadcast: enabled
may 26 14:03:31 carlos-pc kernel: sched_clock: Marking stable (433337322, 6293480)->(465210736, -25579934)
may 26 14:03:31 carlos-pc kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
may 26 14:03:31 carlos-pc kernel: registered taskstats version 1
may 26 14:03:31 carlos-pc kernel: Loading compiled-in X.509 certificates
may 26 14:03:31 carlos-pc kernel: Loaded X.509 cert 'Build time autogenerated kernel key: be4bbad69eed7dd060ec4b225d099c7ad90dc57b'
may 26 14:03:31 carlos-pc kernel: zswap: loaded using pool zstd/zsmalloc
may 26 14:03:31 carlos-pc kernel: Key type .fscrypt registered
may 26 14:03:31 carlos-pc kernel: Key type fscrypt-provisioning registered
may 26 14:03:31 carlos-pc kernel: integrity: Loading X.509 certificate: UEFI:db
may 26 14:03:31 carlos-pc kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
may 26 14:03:31 carlos-pc kernel: integrity: Loading X.509 certificate: UEFI:db
may 26 14:03:31 carlos-pc kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
may 26 14:03:31 carlos-pc kernel: integrity: Loading X.509 certificate: UEFI:db
may 26 14:03:31 carlos-pc kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
may 26 14:03:31 carlos-pc kernel: integrity: Loading X.509 certificate: UEFI:db
may 26 14:03:31 carlos-pc kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
may 26 14:03:31 carlos-pc kernel: integrity: Loading X.509 certificate: UEFI:db
may 26 14:03:31 carlos-pc kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
may 26 14:03:31 carlos-pc kernel: PM:   Magic number: 8:477:92
may 26 14:03:31 carlos-pc kernel:  container: hash matches
may 26 14:03:31 carlos-pc kernel: memory memory245: hash matches
may 26 14:03:31 carlos-pc kernel: RAS: Correctable Errors collector initialized.
may 26 14:03:31 carlos-pc kernel: clk: Disabling unused clocks
may 26 14:03:31 carlos-pc kernel: PM: genpd: Disabling unused power domains
may 26 14:03:31 carlos-pc kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
may 26 14:03:31 carlos-pc kernel: ata5: SATA link down (SStatus 4 SControl 300)
may 26 14:03:31 carlos-pc kernel: ata8: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
may 26 14:03:31 carlos-pc kernel: ata6: SATA link down (SStatus 4 SControl 300)
may 26 14:03:31 carlos-pc kernel: ata7.00: ATA-10: CT1000BX500SSD1, M6CR030, max UDMA/133
may 26 14:03:31 carlos-pc kernel: ata7.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
may 26 14:03:31 carlos-pc kernel: ata8.00: ATA-10: ADATA SU650, XD0R630B, max UDMA/133
may 26 14:03:31 carlos-pc kernel: ata8.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 32), AA
may 26 14:03:31 carlos-pc kernel: ata7.00: Features: Dev-Sleep
may 26 14:03:31 carlos-pc kernel: ata8.00: configured for UDMA/133
may 26 14:03:31 carlos-pc kernel: ata7.00: configured for UDMA/133
may 26 14:03:31 carlos-pc kernel: ahci 0000:00:17.0: port does not support device sleep
may 26 14:03:31 carlos-pc kernel: scsi 6:0:0:0: Direct-Access     ATA      CT1000BX500SSD1  030  PQ: 0 ANSI: 5
may 26 14:03:31 carlos-pc kernel: scsi 7:0:0:0: Direct-Access     ATA      ADATA SU650      630B PQ: 0 ANSI: 5
may 26 14:03:31 carlos-pc kernel: sd 6:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
may 26 14:03:31 carlos-pc kernel: sd 6:0:0:0: [sda] Write Protect is off
may 26 14:03:31 carlos-pc kernel: sd 6:0:0:0: [sda] Mode Sense: 00 3a 00 00
may 26 14:03:31 carlos-pc kernel: sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
may 26 14:03:31 carlos-pc kernel: sd 6:0:0:0: [sda] Preferred minimum I/O size 512 bytes
may 26 14:03:31 carlos-pc kernel: sd 7:0:0:0: [sdb] 937703088 512-byte logical blocks: (480 GB/447 GiB)
may 26 14:03:31 carlos-pc kernel: sd 7:0:0:0: [sdb] Write Protect is off
may 26 14:03:31 carlos-pc kernel: sd 7:0:0:0: [sdb] Mode Sense: 00 3a 00 00
may 26 14:03:31 carlos-pc kernel: sd 7:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
may 26 14:03:31 carlos-pc kernel: sd 7:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
may 26 14:03:31 carlos-pc kernel: sd 6:0:0:0: [sda] Attached SCSI disk
may 26 14:03:31 carlos-pc kernel:  sdb: sdb1 sdb2 sdb3
may 26 14:03:31 carlos-pc kernel: sd 7:0:0:0: [sdb] Attached SCSI disk
may 26 14:03:31 carlos-pc kernel: Freeing unused decrypted memory: 2028K
may 26 14:03:31 carlos-pc kernel: Freeing unused kernel image (initmem) memory: 3408K
may 26 14:03:31 carlos-pc kernel: Write protecting the kernel read-only data: 32768k
may 26 14:03:31 carlos-pc kernel: Freeing unused kernel image (rodata/data gap) memory: 1060K
may 26 14:03:31 carlos-pc kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
may 26 14:03:31 carlos-pc kernel: rodata_test: all tests were successful
may 26 14:03:31 carlos-pc kernel: Run /init as init process
may 26 14:03:31 carlos-pc kernel:   with arguments:
may 26 14:03:31 carlos-pc kernel:     /init
may 26 14:03:31 carlos-pc kernel:   with environment:
may 26 14:03:31 carlos-pc kernel:     HOME=/
may 26 14:03:31 carlos-pc kernel:     TERM=linux
may 26 14:03:31 carlos-pc kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
may 26 14:03:31 carlos-pc kernel: vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
may 26 14:03:31 carlos-pc kernel: pci_bus 10000:e0: root bus resource [bus e0-ff]
may 26 14:03:31 carlos-pc kernel: pci_bus 10000:e0: root bus resource [mem 0x82000000-0x83ffffff]
may 26 14:03:31 carlos-pc kernel: pci_bus 10000:e0: root bus resource [mem 0x4414102000-0x44141fffff 64bit]
may 26 14:03:31 carlos-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
may 26 14:03:31 carlos-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
may 26 14:03:31 carlos-pc kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
may 26 14:03:31 carlos-pc kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
may 26 14:03:31 carlos-pc kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
may 26 14:03:31 carlos-pc kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
may 26 14:03:31 carlos-pc kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
may 26 14:03:31 carlos-pc kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
may 26 14:03:31 carlos-pc kernel: usb usb1: Product: xHCI Host Controller
may 26 14:03:31 carlos-pc kernel: usb usb1: Manufacturer: Linux 6.9.1-arch1-1 xhci-hcd
may 26 14:03:31 carlos-pc kernel: usb usb1: SerialNumber: 0000:00:14.0
may 26 14:03:31 carlos-pc kernel: hub 1-0:1.0: USB hub found
may 26 14:03:31 carlos-pc kernel: hub 1-0:1.0: 16 ports detected
may 26 14:03:31 carlos-pc kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
may 26 14:03:31 carlos-pc kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
may 26 14:03:31 carlos-pc kernel: usb usb2: Product: xHCI Host Controller
may 26 14:03:31 carlos-pc kernel: usb usb2: Manufacturer: Linux 6.9.1-arch1-1 xhci-hcd
may 26 14:03:31 carlos-pc kernel: usb usb2: SerialNumber: 0000:00:14.0
may 26 14:03:31 carlos-pc kernel: hub 2-0:1.0: USB hub found
may 26 14:03:31 carlos-pc kernel: hub 2-0:1.0: 9 ports detected
may 26 14:03:31 carlos-pc kernel: nvme 0000:04:00.0: platform quirk: setting simple suspend
may 26 14:03:31 carlos-pc kernel: nvme nvme0: pci function 0000:04:00.0
may 26 14:03:31 carlos-pc kernel: vmd 0000:00:0e.0: Bound to PCI domain 10000
may 26 14:03:31 carlos-pc kernel: nvme nvme0: D3 entry latency set to 10 seconds
may 26 14:03:31 carlos-pc kernel: nvme nvme0: 24/0/0 default/read/poll queues
may 26 14:03:31 carlos-pc kernel:  nvme0n1: p1 p2 p3 p4 p5 p6
may 26 14:03:31 carlos-pc kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
may 26 14:03:31 carlos-pc kernel: usb 1-2: config 1 has an invalid interface number: 2 but max is 1
may 26 14:03:31 carlos-pc kernel: usb 1-2: config 1 has no interface number 1
may 26 14:03:31 carlos-pc kernel: usb 1-2: New USB device found, idVendor=0b05, idProduct=19af, bcdDevice= 1.00
may 26 14:03:31 carlos-pc kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
may 26 14:03:31 carlos-pc kernel: usb 1-2: Product: AURA LED Controller
may 26 14:03:31 carlos-pc kernel: usb 1-2: Manufacturer: AsusTek Computer Inc.
may 26 14:03:31 carlos-pc kernel: usb 1-2: SerialNumber: 9876543210
may 26 14:03:31 carlos-pc kernel: usb 2-8: new SuperSpeed USB device number 2 using xhci_hcd
may 26 14:03:31 carlos-pc kernel: usb 2-8: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
may 26 14:03:31 carlos-pc kernel: usb 2-8: New USB device strings: Mfr=2, Product=3, SerialNumber=0
may 26 14:03:31 carlos-pc kernel: usb 2-8: Product: ASM107x
may 26 14:03:31 carlos-pc kernel: usb 2-8: Manufacturer: ASUS TEK.
may 26 14:03:31 carlos-pc kernel: hub 2-8:1.0: USB hub found
may 26 14:03:31 carlos-pc kernel: hub 2-8:1.0: 4 ports detected
may 26 14:03:31 carlos-pc kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
may 26 14:03:31 carlos-pc kernel: usb 1-3: New USB device found, idVendor=046d, idProduct=c534, bcdDevice=29.01
may 26 14:03:31 carlos-pc kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
may 26 14:03:31 carlos-pc kernel: usb 1-3: Product: USB Receiver
may 26 14:03:31 carlos-pc kernel: usb 1-3: Manufacturer: Logitech
may 26 14:03:31 carlos-pc kernel: usb 1-9: new high-speed USB device number 4 using xhci_hcd
may 26 14:03:31 carlos-pc kernel: usb 1-9: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
may 26 14:03:31 carlos-pc kernel: usb 1-9: New USB device strings: Mfr=2, Product=3, SerialNumber=0
may 26 14:03:31 carlos-pc kernel: usb 1-9: Product: ASM107x
may 26 14:03:31 carlos-pc kernel: usb 1-9: Manufacturer: ASUS TEK.
may 26 14:03:31 carlos-pc kernel: hub 1-9:1.0: USB hub found
may 26 14:03:31 carlos-pc kernel: hub 1-9:1.0: 4 ports detected
may 26 14:03:31 carlos-pc kernel: [drm] amdgpu kernel modesetting enabled.
may 26 14:03:31 carlos-pc kernel: usbcore: registered new interface driver usbhid
may 26 14:03:31 carlos-pc kernel: usbhid: USB HID core driver
may 26 14:03:31 carlos-pc kernel: amdgpu: Virtual CRAT table created for CPU
may 26 14:03:31 carlos-pc kernel: amdgpu: Topology: Add CPU node
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: enabling device (0006 -> 0007)
may 26 14:03:31 carlos-pc kernel: [drm] initializing kernel modesetting (IP DISCOVERY 0x1002:0x747E 0x1043:0x05FD 0xC8).
may 26 14:03:31 carlos-pc kernel: [drm] register mmio base: 0x85400000
may 26 14:03:31 carlos-pc kernel: [drm] register mmio size: 1048576
may 26 14:03:31 carlos-pc kernel: hid-generic 0003:0B05:19AF.0001: hiddev96,hidraw0: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:00:14.0-2/input2
may 26 14:03:31 carlos-pc kernel: [drm] add ip block number 0 <soc21_common>
may 26 14:03:31 carlos-pc kernel: [drm] add ip block number 1 <gmc_v11_0>
may 26 14:03:31 carlos-pc kernel: [drm] add ip block number 2 <ih_v6_0>
may 26 14:03:31 carlos-pc kernel: [drm] add ip block number 3 <psp>
may 26 14:03:31 carlos-pc kernel: [drm] add ip block number 4 <smu>
may 26 14:03:31 carlos-pc kernel: [drm] add ip block number 5 <dm>
may 26 14:03:31 carlos-pc kernel: [drm] add ip block number 6 <gfx_v11_0>
may 26 14:03:31 carlos-pc kernel: [drm] add ip block number 7 <sdma_v6_0>
may 26 14:03:31 carlos-pc kernel: [drm] add ip block number 8 <vcn_v4_0>
may 26 14:03:31 carlos-pc kernel: [drm] add ip block number 9 <jpeg_v4_0>
may 26 14:03:31 carlos-pc kernel: [drm] add ip block number 10 <mes_v11_0>
may 26 14:03:31 carlos-pc kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:046D:C534.0002/input/input3
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: Fetched VBIOS from VFCT
may 26 14:03:31 carlos-pc kernel: amdgpu: ATOM BIOS: 115-D712BP2-100
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: CP RS64 enable
may 26 14:03:31 carlos-pc kernel: [drm] VCN(0) encode/decode are enabled in VM mode
may 26 14:03:31 carlos-pc kernel: [drm] VCN(1) encode/decode are enabled in VM mode
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: [drm:jpeg_v4_0_early_init [amdgpu]] JPEG decode is enabled in VM mode
may 26 14:03:31 carlos-pc kernel: hid-generic 0003:046D:C534.0002: input,hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-3/input0
may 26 14:03:31 carlos-pc kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/input/input4
may 26 14:03:31 carlos-pc kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/input/input5
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: vgaarb: deactivate vga console
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: MEM ECC is not presented.
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SRAM ECC is not presented.
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: DF poison setting is inconsistent(1:0:0:0)!
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: Poison setting is inconsistent in DF/UMC(0:1)!
may 26 14:03:31 carlos-pc kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: VRAM: 16368M 0x0000008000000000 - 0x00000083FEFFFFFF (16368M used)
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: GART: 512M 0x00007FFF00000000 - 0x00007FFF1FFFFFFF
may 26 14:03:31 carlos-pc kernel: [drm] Detected VRAM RAM=16368M, BAR=16384M
may 26 14:03:31 carlos-pc kernel: [drm] RAM width 256bits GDDR6
may 26 14:03:31 carlos-pc kernel: [drm] amdgpu: 16368M of VRAM memory ready
may 26 14:03:31 carlos-pc kernel: [drm] amdgpu: 15917M of GTT memory ready.
may 26 14:03:31 carlos-pc kernel: [drm] GART: num cpu pages 131072, num gpu pages 131072
may 26 14:03:31 carlos-pc kernel: [drm] PCIE GART of 512M enabled (table at 0x00000083FEB00000).
may 26 14:03:31 carlos-pc kernel: [drm] Loading DMUB firmware via PSP: version=0x07002A00
may 26 14:03:31 carlos-pc kernel: [drm] Found VCN firmware Version ENC: 1.19 DEC: 7 VEP: 0 Revision: 13
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: Will use PSP to load VCN firmware
may 26 14:03:31 carlos-pc kernel: usb 1-10: new high-speed USB device number 5 using xhci_hcd
may 26 14:03:31 carlos-pc kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/input/input6
may 26 14:03:31 carlos-pc kernel: hid-generic 0003:046D:C534.0003: input,hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-3/input1
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: reserve 0xa700000 from 0x83e0000000 for PSP TMR
may 26 14:03:31 carlos-pc kernel: usb 1-10: config 1 interface 0 altsetting 0 endpoint 0x83 has an invalid bInterval 32, changing to 9
may 26 14:03:31 carlos-pc kernel: usb 1-10: New USB device found, idVendor=1b3f, idProduct=2247, bcdDevice= 1.00
may 26 14:03:31 carlos-pc kernel: usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=5
may 26 14:03:31 carlos-pc kernel: usb 1-10: Product: GENERAL WEBCAM
may 26 14:03:31 carlos-pc kernel: usb 1-10: Manufacturer: GENERAL
may 26 14:03:31 carlos-pc kernel: usb 1-10: SerialNumber: JH0415_20200710_v004
may 26 14:03:31 carlos-pc kernel: usb 1-9.1: new full-speed USB device number 6 using xhci_hcd
may 26 14:03:31 carlos-pc kernel: logitech-djreceiver 0003:046D:C534.0002: hidraw1: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-3/input0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: RAP: optional rap ta ucode is not available
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: smu driver if version = 0x0000003d, smu fw if version = 0x00000040, smu fw program = 0, smu fw version = 0x00504e00 (80.78.0)
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SMU driver if version not matched
may 26 14:03:31 carlos-pc kernel: usb 1-9.1: New USB device found, idVendor=4c4a, idProduct=4155, bcdDevice= 1.00
may 26 14:03:31 carlos-pc kernel: usb 1-9.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
may 26 14:03:31 carlos-pc kernel: usb 1-9.1: Product: UACDemoV1.0
may 26 14:03:31 carlos-pc kernel: usb 1-9.1: Manufacturer: Jieli Technology
may 26 14:03:31 carlos-pc kernel: usb 1-9.1: SerialNumber: 1120021803060813
may 26 14:03:31 carlos-pc kernel: input: Jieli Technology UACDemoV1.0 as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.1/1-9.1:1.4/0003:4C4A:4155.0004/input/input9
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SMU is initialized successfully!
may 26 14:03:31 carlos-pc kernel: [drm] Display Core v3.2.273 initialized on DCN 3.2
may 26 14:03:31 carlos-pc kernel: [drm] DP-HDMI FRL PCON supported
may 26 14:03:31 carlos-pc kernel: [drm] DMUB hardware initialized: version=0x07002A00
may 26 14:03:31 carlos-pc kernel: logitech-djreceiver 0003:046D:C534.0003: hiddev97,hidraw2: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-3/input1
may 26 14:03:31 carlos-pc kernel: usb 1-11: new full-speed USB device number 7 using xhci_hcd
may 26 14:03:31 carlos-pc kernel: hid-generic 0003:4C4A:4155.0004: input,hidraw3: USB HID v1.00 Device [Jieli Technology UACDemoV1.0] on usb-0000:00:14.0-9.1/input4
may 26 14:03:31 carlos-pc kernel: logitech-djreceiver 0003:046D:C534.0003: device of type eQUAD nano Lite (0x0a) connected on slot 2
may 26 14:03:31 carlos-pc kernel: input: Logitech Wireless Mouse PID:4054 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/0003:046D:4054.0005/input/input10
may 26 14:03:31 carlos-pc kernel: input: Logitech Wireless Mouse PID:4054 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/0003:046D:4054.0005/input/input11
may 26 14:03:31 carlos-pc kernel: hid-generic 0003:046D:4054.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse PID:4054] on usb-0000:00:14.0-3/input1:2
may 26 14:03:31 carlos-pc kernel: usb-storage 1-9.1:1.0: USB Mass Storage device detected
may 26 14:03:31 carlos-pc kernel: scsi host8: usb-storage 1-9.1:1.0
may 26 14:03:31 carlos-pc kernel: usbcore: registered new interface driver usb-storage
may 26 14:03:31 carlos-pc kernel: usbcore: registered new interface driver uas
may 26 14:03:31 carlos-pc kernel: input: Logitech Wireless Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/0003:046D:4054.0005/input/input15
may 26 14:03:31 carlos-pc kernel: logitech-hidpp-device 0003:046D:4054.0005: input,hidraw4: USB HID v1.11 Mouse [Logitech Wireless Mouse] on usb-0000:00:14.0-3/input1:2
may 26 14:03:31 carlos-pc kernel: usb 1-11: New USB device found, idVendor=0c45, idProduct=5004, bcdDevice= 1.09
may 26 14:03:31 carlos-pc kernel: usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=0
may 26 14:03:31 carlos-pc kernel: usb 1-11: Product: USB DEVICE
may 26 14:03:31 carlos-pc kernel: usb 1-11: Manufacturer: SONiX
may 26 14:03:31 carlos-pc kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:0C45:5004.0006/input/input16
may 26 14:03:31 carlos-pc kernel: logitech-hidpp-device 0003:046D:4054.0005: HID++ 4.5 device connected.
may 26 14:03:31 carlos-pc kernel: hid-generic 0003:0C45:5004.0006: input,hidraw5: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-11/input0
may 26 14:03:31 carlos-pc kernel: input: SONiX USB DEVICE Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:0C45:5004.0007/input/input17
may 26 14:03:31 carlos-pc kernel: [drm] kiq ring mec 3 pipe 1 q 0
may 26 14:03:31 carlos-pc kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: [drm:jpeg_v4_0_hw_init [amdgpu]] JPEG decode initialized successfully.
may 26 14:03:31 carlos-pc kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:0C45:5004.0007/input/input18
may 26 14:03:31 carlos-pc kernel: hid-generic 0003:0C45:5004.0007: input,hiddev98,hidraw6: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-11/input1
may 26 14:03:31 carlos-pc kernel: amdgpu: HMM registered 16368MB device memory
may 26 14:03:31 carlos-pc kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
may 26 14:03:31 carlos-pc kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
may 26 14:03:31 carlos-pc kernel: amdgpu: Virtual CRAT table created for GPU
may 26 14:03:31 carlos-pc kernel: amdgpu: Topology: Add dGPU node [0x747e:0x1002]
may 26 14:03:31 carlos-pc kernel: kfd kfd: amdgpu: added device 1002:747e
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: SE 3, SH per SE 2, CU per SH 10, active_cu_number 60
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring gfx_0.0.0 uses VM inv eng 0 on hub 0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 6 on hub 0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 7 on hub 0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 8 on hub 0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 9 on hub 0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 10 on hub 0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 11 on hub 0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 12 on hub 0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring sdma1 uses VM inv eng 13 on hub 0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_0 uses VM inv eng 0 on hub 8
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring vcn_unified_1 uses VM inv eng 1 on hub 8
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 4 on hub 8
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: ring mes_kiq_3.1.0 uses VM inv eng 14 on hub 0
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: amdgpu: Using BACO for runtime pm
may 26 14:03:31 carlos-pc kernel: [drm] Initialized amdgpu 3.57.0 20150101 for 0000:03:00.0 on minor 1
may 26 14:03:31 carlos-pc kernel: fbcon: amdgpudrmfb (fb0) is primary device
may 26 14:03:31 carlos-pc kernel: fbcon: Deferring console take-over
may 26 14:03:31 carlos-pc kernel: amdgpu 0000:03:00.0: [drm] fb0: amdgpudrmfb frame buffer device
may 26 14:03:31 carlos-pc kernel: usb 1-14: new full-speed USB device number 8 using xhci_hcd
may 26 14:03:31 carlos-pc kernel: fbcon: Taking over console
may 26 14:03:31 carlos-pc kernel: [drm] DSC precompute is not needed.
may 26 14:03:31 carlos-pc kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
may 26 14:03:31 carlos-pc kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
may 26 14:03:31 carlos-pc kernel: EXT4-fs (sdb3): mounted filesystem f6236f1f-c628-4fc2-88eb-88adb2ee5b06 r/w with ordered data mode. Quota mode: none.
may 26 14:03:31 carlos-pc kernel: Console: switching to colour frame buffer device 170x48
may 26 14:03:31 carlos-pc systemd[1]: systemd 255.6-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
may 26 14:03:31 carlos-pc systemd[1]: Detected architecture x86-64.
may 26 14:03:31 carlos-pc systemd[1]: Hostname set to <carlos-pc>.
may 26 14:03:31 carlos-pc kernel: scsi 8:0:0:0: Direct-Access     BR25     UDISK            1.00 PQ: 0 ANSI: 2
may 26 14:03:31 carlos-pc kernel: sd 8:0:0:0: [sdc] Media removed, stopped polling
may 26 14:03:31 carlos-pc kernel: sd 8:0:0:0: [sdc] Attached SCSI removable disk
may 26 14:03:31 carlos-pc systemd[1]: bpf-lsm: LSM BPF program attached
may 26 14:03:31 carlos-pc systemd[1]: Queued start job for default target Graphical Interface.
may 26 14:03:31 carlos-pc systemd[1]: Created slice Slice /system/dirmngr.
may 26 14:03:31 carlos-pc systemd[1]: Created slice Slice /system/getty.
may 26 14:03:31 carlos-pc systemd[1]: Created slice Slice /system/gpg-agent.
may 26 14:03:31 carlos-pc systemd[1]: Created slice Slice /system/gpg-agent-browser.
may 26 14:03:31 carlos-pc systemd[1]: Created slice Slice /system/gpg-agent-extra.
may 26 14:03:31 carlos-pc systemd[1]: Created slice Slice /system/gpg-agent-ssh.
may 26 14:03:31 carlos-pc systemd[1]: Created slice Slice /system/keyboxd.
may 26 14:03:31 carlos-pc systemd[1]: Created slice Slice /system/modprobe.
may 26 14:03:31 carlos-pc systemd[1]: Created slice User and Session Slice.
may 26 14:03:31 carlos-pc systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
may 26 14:03:31 carlos-pc systemd[1]: Started Forward Password Requests to Wall Directory Watch.
may 26 14:03:31 carlos-pc systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
may 26 14:03:31 carlos-pc systemd[1]: Expecting device /dev/disk/by-uuid/e07daaa3-dc30-4166-8bba-c33452c3a947...
may 26 14:03:31 carlos-pc systemd[1]: Expecting device /dev/sdb1...
may 26 14:03:31 carlos-pc systemd[1]: Expecting device /dev/sdb2...
may 26 14:03:31 carlos-pc systemd[1]: Reached target Local Encrypted Volumes.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Login Prompts.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Local Integrity Protected Volumes.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Path Units.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Remote File Systems.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Slice Units.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Local Verity Protected Volumes.
may 26 14:03:31 carlos-pc systemd[1]: Listening on Device-mapper event daemon FIFOs.
may 26 14:03:31 carlos-pc systemd[1]: Listening on Process Core Dump Socket.
may 26 14:03:31 carlos-pc systemd[1]: Listening on Journal Socket (/dev/log).
may 26 14:03:31 carlos-pc systemd[1]: Listening on Journal Socket.
may 26 14:03:31 carlos-pc systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
may 26 14:03:31 carlos-pc systemd[1]: Listening on udev Control Socket.
may 26 14:03:31 carlos-pc systemd[1]: Listening on udev Kernel Socket.
may 26 14:03:31 carlos-pc systemd[1]: Listening on User Database Manager Socket.
may 26 14:03:31 carlos-pc systemd[1]: Mounting Huge Pages File System...
may 26 14:03:31 carlos-pc systemd[1]: Mounting POSIX Message Queue File System...
may 26 14:03:31 carlos-pc systemd[1]: Mounting Kernel Debug File System...
may 26 14:03:31 carlos-pc systemd[1]: Mounting Kernel Trace File System...
may 26 14:03:31 carlos-pc systemd[1]: Starting Create List of Static Device Nodes...
may 26 14:03:31 carlos-pc systemd[1]: Starting Load Kernel Module configfs...
may 26 14:03:31 carlos-pc systemd[1]: Starting Load Kernel Module dm_mod...
may 26 14:03:31 carlos-pc systemd[1]: Starting Load Kernel Module drm...
may 26 14:03:31 carlos-pc systemd[1]: Starting Load Kernel Module fuse...
may 26 14:03:31 carlos-pc systemd[1]: Starting Load Kernel Module loop...
may 26 14:03:31 carlos-pc systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
may 26 14:03:31 carlos-pc systemd[1]: Starting Journal Service...
may 26 14:03:31 carlos-pc systemd[1]: Starting Load Kernel Modules...
may 26 14:03:31 carlos-pc systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
may 26 14:03:31 carlos-pc systemd[1]: Starting Remount Root and Kernel File Systems...
may 26 14:03:31 carlos-pc systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
may 26 14:03:31 carlos-pc systemd[1]: Starting Coldplug All udev Devices...
may 26 14:03:31 carlos-pc systemd[1]: Mounted Huge Pages File System.
may 26 14:03:31 carlos-pc systemd[1]: Mounted POSIX Message Queue File System.
may 26 14:03:31 carlos-pc systemd[1]: Mounted Kernel Debug File System.
may 26 14:03:31 carlos-pc systemd[1]: Mounted Kernel Trace File System.
may 26 14:03:31 carlos-pc systemd[1]: Finished Create List of Static Device Nodes.
may 26 14:03:31 carlos-pc systemd[1]: modprobe@configfs.service: Deactivated successfully.
may 26 14:03:31 carlos-pc systemd[1]: Finished Load Kernel Module configfs.
may 26 14:03:31 carlos-pc systemd[1]: modprobe@drm.service: Deactivated successfully.
may 26 14:03:31 carlos-pc systemd[1]: Finished Load Kernel Module drm.
may 26 14:03:31 carlos-pc systemd[1]: modprobe@fuse.service: Deactivated successfully.
may 26 14:03:31 carlos-pc systemd[1]: Finished Load Kernel Module fuse.
may 26 14:03:31 carlos-pc systemd[1]: Mounting FUSE Control File System...
may 26 14:03:31 carlos-pc systemd[1]: Mounting Kernel Configuration File System...
may 26 14:03:31 carlos-pc systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
may 26 14:03:31 carlos-pc kernel: loop: module loaded
may 26 14:03:31 carlos-pc systemd[1]: modprobe@loop.service: Deactivated successfully.
may 26 14:03:31 carlos-pc systemd[1]: Finished Load Kernel Module loop.
may 26 14:03:31 carlos-pc systemd[1]: Mounted FUSE Control File System.
may 26 14:03:31 carlos-pc systemd[1]: Mounted Kernel Configuration File System.
may 26 14:03:31 carlos-pc kernel: device-mapper: uevent: version 1.0.3
may 26 14:03:31 carlos-pc kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
may 26 14:03:31 carlos-pc systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
may 26 14:03:31 carlos-pc systemd[1]: Finished Load Kernel Module dm_mod.
may 26 14:03:31 carlos-pc systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
may 26 14:03:31 carlos-pc systemd[1]: Finished Load Kernel Modules.
may 26 14:03:31 carlos-pc systemd[1]: Starting Apply Kernel Variables...
may 26 14:03:31 carlos-pc systemd-journald[469]: Collecting audit messages is disabled.
may 26 14:03:31 carlos-pc systemd[1]: Finished Apply Kernel Variables.
may 26 14:03:31 carlos-pc systemd[1]: Starting User Database Manager...
may 26 14:03:31 carlos-pc systemd-journald[469]: Journal started
may 26 14:03:31 carlos-pc systemd-journald[469]: Runtime Journal (/run/log/journal/f77277339f7443618c96c8ed3d9f6c71) is 8.0M, max 1.5G, 1.5G free.
may 26 14:03:31 carlos-pc systemd-modules-load[470]: Inserted module 'crypto_user'
may 26 14:03:31 carlos-pc systemd[1]: Started Journal Service.
may 26 14:03:31 carlos-pc systemd[1]: Finished Remount Root and Kernel File Systems.
may 26 14:03:31 carlos-pc systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
may 26 14:03:31 carlos-pc systemd[1]: Starting Flush Journal to Persistent Storage...
may 26 14:03:31 carlos-pc systemd[1]: Starting Load/Save OS Random Seed...
may 26 14:03:31 carlos-pc systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
may 26 14:03:31 carlos-pc kernel: EXT4-fs (sdb3): re-mounted f6236f1f-c628-4fc2-88eb-88adb2ee5b06 r/w. Quota mode: none.
may 26 14:03:31 carlos-pc systemd-journald[469]: Time spent on flushing to /var/log/journal/f77277339f7443618c96c8ed3d9f6c71 is 67.726ms for 1138 entries.
may 26 14:03:31 carlos-pc systemd-journald[469]: System Journal (/var/log/journal/f77277339f7443618c96c8ed3d9f6c71) is 304.2M, max 4.0G, 3.7G free.
may 26 14:03:31 carlos-pc systemd-journald[469]: Received client request to flush runtime journal.
may 26 14:03:31 carlos-pc systemd-journald[469]: /var/log/journal/f77277339f7443618c96c8ed3d9f6c71/system.journal: Journal file uses a different sequence number ID, rotating.
may 26 14:03:31 carlos-pc systemd-journald[469]: Rotating system journal.
may 26 14:03:31 carlos-pc systemd[1]: Started User Database Manager.
may 26 14:03:31 carlos-pc systemd[1]: Finished Load/Save OS Random Seed.
may 26 14:03:31 carlos-pc systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
may 26 14:03:31 carlos-pc systemd[1]: Create System Users was skipped because no trigger condition checks were met.
may 26 14:03:31 carlos-pc systemd[1]: Starting Create Static Device Nodes in /dev...
may 26 14:03:31 carlos-pc systemd[1]: Finished Coldplug All udev Devices.
may 26 14:03:31 carlos-pc systemd[1]: Finished Create Static Device Nodes in /dev.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Preparation for Local File Systems.
may 26 14:03:31 carlos-pc systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
may 26 14:03:31 carlos-pc systemd[1]: Starting Rule-based Manager for Device Events and Files...
may 26 14:03:31 carlos-pc systemd-udevd[508]: Using default interface naming scheme 'v255'.
may 26 14:03:31 carlos-pc systemd[1]: Started Rule-based Manager for Device Events and Files.
may 26 14:03:31 carlos-pc systemd[1]: Finished Flush Journal to Persistent Storage.
may 26 14:03:31 carlos-pc kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
may 26 14:03:31 carlos-pc kernel: intel_pmc_core INT33A1:00:  initialized
may 26 14:03:31 carlos-pc kernel: input: PC Speaker as /devices/platform/pcspkr/input/input19
may 26 14:03:31 carlos-pc kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
may 26 14:03:31 carlos-pc kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
may 26 14:03:31 carlos-pc systemd[1]: Found device CT1000BX500SSD1 CarlosData.
may 26 14:03:31 carlos-pc kernel: i2c i2c-9: Memory type 0x22 not supported yet, not instantiating SPD
may 26 14:03:31 carlos-pc kernel: i8042: PNP: No PS/2 controller found.
may 26 14:03:31 carlos-pc systemd[1]: Found device ADATA_SU650 2.
may 26 14:03:31 carlos-pc mtp-probe[596]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
may 26 14:03:31 carlos-pc mtp-probe[593]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10"
may 26 14:03:31 carlos-pc mtp-probe[598]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3"
may 26 14:03:31 carlos-pc mtp-probe[594]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.1"
may 26 14:03:31 carlos-pc mtp-probe[595]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11"
may 26 14:03:31 carlos-pc mtp-probe[598]: bus: 1, device: 3 was not an MTP device
may 26 14:03:31 carlos-pc mtp-probe[594]: bus: 1, device: 6 was not an MTP device
may 26 14:03:31 carlos-pc mtp-probe[593]: bus: 1, device: 5 was not an MTP device
may 26 14:03:31 carlos-pc mtp-probe[596]: bus: 1, device: 2 was not an MTP device
may 26 14:03:31 carlos-pc mtp-probe[595]: bus: 1, device: 7 was not an MTP device
may 26 14:03:31 carlos-pc systemd[1]: Found device ADATA_SU650 1.
may 26 14:03:31 carlos-pc systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
may 26 14:03:31 carlos-pc kernel: Creating 1 MTD partitions on "0000:00:1f.5":
may 26 14:03:31 carlos-pc kernel: 0x000000000000-0x000001000000 : "BIOS"
may 26 14:03:31 carlos-pc kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
may 26 14:03:31 carlos-pc kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
may 26 14:03:31 carlos-pc systemd[1]: Activating swap /dev/sdb2...
may 26 14:03:31 carlos-pc systemd[1]: Mounting /boot/efi...
may 26 14:03:31 carlos-pc systemd[1]: Mounting /media/carlos/CarlosData...
may 26 14:03:31 carlos-pc systemd[1]: Starting Virtual Console Setup...
may 26 14:03:31 carlos-pc systemd[1]: Activated swap /dev/sdb2.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Swaps.
may 26 14:03:31 carlos-pc systemd[1]: Mounting Temporary Directory /tmp...
may 26 14:03:31 carlos-pc kernel: Adding 4194300k swap on /dev/sdb2.  Priority:-2 extents:1 across:4194300k SS
may 26 14:03:31 carlos-pc systemd[1]: Mounted Temporary Directory /tmp.
may 26 14:03:31 carlos-pc kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
may 26 14:03:31 carlos-pc kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
may 26 14:03:31 carlos-pc systemd[1]: Mounted /media/carlos/CarlosData.
may 26 14:03:31 carlos-pc systemd[1]: Finished Virtual Console Setup.
may 26 14:03:31 carlos-pc kernel: EXT4-fs (sda): mounted filesystem e07daaa3-dc30-4166-8bba-c33452c3a947 r/w with ordered data mode. Quota mode: none.
may 26 14:03:31 carlos-pc kernel: mousedev: PS/2 mouse device common for all mice
may 26 14:03:31 carlos-pc kernel: iTCO_vendor_support: vendor-support=0
may 26 14:03:31 carlos-pc kernel: mc: Linux media interface: v0.10
may 26 14:03:31 carlos-pc kernel: asus_wmi: ASUS WMI generic driver loaded
may 26 14:03:31 carlos-pc kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
may 26 14:03:31 carlos-pc kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
may 26 14:03:31 carlos-pc kernel: r8169 0000:07:00.0: enabling device (0000 -> 0003)
may 26 14:03:31 carlos-pc kernel: Bluetooth: Core ver 2.22
may 26 14:03:31 carlos-pc kernel: NET: Registered PF_BLUETOOTH protocol family
may 26 14:03:31 carlos-pc kernel: Bluetooth: HCI device and connection manager initialized
may 26 14:03:31 carlos-pc kernel: Bluetooth: HCI socket layer initialized
may 26 14:03:31 carlos-pc kernel: Bluetooth: L2CAP socket layer initialized
may 26 14:03:31 carlos-pc kernel: Bluetooth: SCO socket layer initialized
may 26 14:03:31 carlos-pc kernel: r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
may 26 14:03:31 carlos-pc kernel: asus_wmi: SFUN value: 0x1
may 26 14:03:31 carlos-pc kernel: asus_wmi: SFUN value: 0x1
may 26 14:03:31 carlos-pc kernel: eeepc-wmi eeepc-wmi: Detected ATK, not ASUSWMI, use DSTS
may 26 14:03:31 carlos-pc kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
may 26 14:03:31 carlos-pc kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
may 26 14:03:31 carlos-pc kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
may 26 14:03:31 carlos-pc kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
may 26 14:03:31 carlos-pc kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
may 26 14:03:31 carlos-pc kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
may 26 14:03:31 carlos-pc kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
may 26 14:03:31 carlos-pc kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input20
may 26 14:03:31 carlos-pc kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input21
may 26 14:03:31 carlos-pc (udev-worker)[544]: event9: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
may 26 14:03:31 carlos-pc systemd[1]: Mounted /boot/efi.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Local File Systems.
may 26 14:03:31 carlos-pc systemd[1]: Listening on System Extension Image Management (Varlink).
may 26 14:03:31 carlos-pc systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
may 26 14:03:31 carlos-pc systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
may 26 14:03:31 carlos-pc systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
may 26 14:03:31 carlos-pc kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
may 26 14:03:31 carlos-pc kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
may 26 14:03:31 carlos-pc kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
may 26 14:03:31 carlos-pc kernel: cfg80211: failed to load regulatory.db
may 26 14:03:31 carlos-pc kernel: cryptd: max_cpu_qlen set to 1000
may 26 14:03:31 carlos-pc kernel: videodev: Linux video capture interface: v2.00
may 26 14:03:31 carlos-pc kernel: AVX2 version of gcm_enc/dec engaged.
may 26 14:03:31 carlos-pc kernel: AES CTR mode by8 optimization enabled
may 26 14:03:31 carlos-pc kernel: Intel(R) Wireless WiFi driver for Linux
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
may 26 14:03:31 carlos-pc kernel: r8169 0000:07:00.0 eth0: RTL8125B, 10:7c:61:24:33:5d, XID 641, IRQ 182
may 26 14:03:31 carlos-pc kernel: r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: Detected crf-id 0x1300504, cnv-id 0x80401 wfpm id 0x80000030
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: PCI dev 7a70/0074, rev=0x430, rfid=0x10a100
may 26 14:03:31 carlos-pc kernel: usbcore: registered new interface driver btusb
may 26 14:03:31 carlos-pc kernel: Bluetooth: hci0: Device revision is 2
may 26 14:03:31 carlos-pc kernel: Bluetooth: hci0: Secure boot is enabled
may 26 14:03:31 carlos-pc kernel: Bluetooth: hci0: OTP lock is enabled
may 26 14:03:31 carlos-pc kernel: Bluetooth: hci0: API lock is enabled
may 26 14:03:31 carlos-pc kernel: Bluetooth: hci0: Debug lock is disabled
may 26 14:03:31 carlos-pc kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
may 26 14:03:31 carlos-pc kernel: Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
may 26 14:03:31 carlos-pc kernel: ACPI Warning: \_SB.PC00.XHCI.RHUB.HS14._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20230628/nsarguments-61)
may 26 14:03:31 carlos-pc kernel: Bluetooth: hci0: DSM reset method type: 0x00
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: loaded firmware version 89.e9cec78e.0 so-a0-hr-b0-89.ucode op_mode iwlmvm
may 26 14:03:31 carlos-pc kernel: r8169 0000:07:00.0 enp7s0: renamed from eth0
may 26 14:03:31 carlos-pc kernel: Bluetooth: hci0: Found device firmware: intel/ibt-1040-4150.sfi
may 26 14:03:31 carlos-pc kernel: Bluetooth: hci0: Boot Address: 0x100800
may 26 14:03:31 carlos-pc kernel: Bluetooth: hci0: Firmware Version: 46-14.24
may 26 14:03:31 carlos-pc kernel: usb 1-10: Warning! Unlikely big volume range (=5120), cval->res is probably wrong.
may 26 14:03:31 carlos-pc kernel: usb 1-10: [5] FU [Mic Capture Volume] ch = 1, val = 7680/12800/1
may 26 14:03:31 carlos-pc kernel: pps_core: LinuxPPS API ver. 1 registered
may 26 14:03:31 carlos-pc kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
may 26 14:03:31 carlos-pc kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
may 26 14:03:31 carlos-pc kernel: snd_hda_intel 0000:03:00.1: enabling device (0000 -> 0002)
may 26 14:03:31 carlos-pc kernel: snd_hda_intel 0000:03:00.1: Force to non-snoop mode
may 26 14:03:31 carlos-pc kernel: usb 1-10: Found UVC 1.00 device GENERAL WEBCAM (1b3f:2247)
may 26 14:03:31 carlos-pc kernel: PTP clock support registered
may 26 14:03:31 carlos-pc kernel: usb 1-10: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround.
may 26 14:03:31 carlos-pc kernel: usbcore: registered new interface driver uvcvideo
may 26 14:03:31 carlos-pc kernel: usbcore: registered new interface driver snd-usb-audio
may 26 14:03:31 carlos-pc kernel: snd_hda_intel 0000:03:00.1: bound 0000:03:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
may 26 14:03:31 carlos-pc kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card3/input22
may 26 14:03:31 carlos-pc kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card3/input23
may 26 14:03:31 carlos-pc kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card3/input24
may 26 14:03:31 carlos-pc kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.1/sound/card3/input25
may 26 14:03:31 carlos-pc systemd[1]: Starting Create Volatile Files and Directories...
may 26 14:03:31 carlos-pc systemd[1]: Reached target Bluetooth Support.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Sound Card.
may 26 14:03:31 carlos-pc systemd[1]: Starting Load/Save RF Kill Switch Status...
may 26 14:03:31 carlos-pc systemd[1]: Started Load/Save RF Kill Switch Status.
may 26 14:03:31 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC897: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
may 26 14:03:31 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
may 26 14:03:31 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
may 26 14:03:31 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
may 26 14:03:31 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:    dig-out=0x1e/0x0
may 26 14:03:31 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:    inputs:
may 26 14:03:31 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
may 26 14:03:31 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
may 26 14:03:31 carlos-pc kernel: snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
may 26 14:03:31 carlos-pc systemd[1]: Finished Create Volatile Files and Directories.
may 26 14:03:31 carlos-pc systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
may 26 14:03:31 carlos-pc systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
may 26 14:03:31 carlos-pc systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
may 26 14:03:31 carlos-pc systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
may 26 14:03:31 carlos-pc systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
may 26 14:03:31 carlos-pc systemd[1]: Starting Record System Boot/Shutdown in UTMP...
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x430
may 26 14:03:31 carlos-pc kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
may 26 14:03:31 carlos-pc systemd[1]: Finished Record System Boot/Shutdown in UTMP.
may 26 14:03:31 carlos-pc systemd[1]: Reached target System Initialization.
may 26 14:03:31 carlos-pc systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
may 26 14:03:31 carlos-pc systemd[1]: Started Daily verification of password and group files.
may 26 14:03:31 carlos-pc systemd[1]: Started Daily Cleanup of Temporary Directories.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Timer Units.
may 26 14:03:31 carlos-pc systemd[1]: Listening on D-Bus System Message Bus Socket.
may 26 14:03:31 carlos-pc systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
may 26 14:03:31 carlos-pc systemd[1]: Starting Docker Socket for the API...
may 26 14:03:31 carlos-pc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
may 26 14:03:31 carlos-pc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
may 26 14:03:31 carlos-pc systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
may 26 14:03:31 carlos-pc systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
may 26 14:03:31 carlos-pc systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
may 26 14:03:31 carlos-pc systemd[1]: Starting D-Bus System Message Bus...
may 26 14:03:31 carlos-pc systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
may 26 14:03:31 carlos-pc systemd[1]: Listening on Docker Socket for the API.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Socket Units.
may 26 14:03:31 carlos-pc kernel: intel_tcc_cooling: Programmable TCC Offset detected
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
may 26 14:03:31 carlos-pc kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card2/input26
may 26 14:03:31 carlos-pc kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card2/input27
may 26 14:03:31 carlos-pc kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card2/input28
may 26 14:03:31 carlos-pc kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card2/input29
may 26 14:03:31 carlos-pc kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card2/input30
may 26 14:03:31 carlos-pc kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card2/input31
may 26 14:03:31 carlos-pc kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card2/input32
may 26 14:03:31 carlos-pc kernel: intel_rapl_msr: PL4 support detected.
may 26 14:03:31 carlos-pc kernel: intel_rapl_common: Found RAPL domain package
may 26 14:03:31 carlos-pc kernel: intel_rapl_common: Found RAPL domain core
may 26 14:03:31 carlos-pc systemd[1]: Started D-Bus System Message Bus.
may 26 14:03:31 carlos-pc systemd[1]: Reached target Basic System.
may 26 14:03:31 carlos-pc systemd[1]: Starting Network Manager...
may 26 14:03:31 carlos-pc systemd[1]: Starting User Login Management...
may 26 14:03:31 carlos-pc systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
may 26 14:03:31 carlos-pc systemd[1]: Started Verify integrity of password and group files.
may 26 14:03:31 carlos-pc dbus-broker-launch[684]: Ready
may 26 14:03:31 carlos-pc systemd-logind[691]: New seat seat0.
may 26 14:03:31 carlos-pc systemd-logind[691]: Watching system buttons on /dev/input/event2 (Power Button)
may 26 14:03:31 carlos-pc systemd-logind[691]: Watching system buttons on /dev/input/event1 (Power Button)
may 26 14:03:31 carlos-pc systemd-logind[691]: Watching system buttons on /dev/input/event0 (Sleep Button)
may 26 14:03:31 carlos-pc systemd-logind[691]: Watching system buttons on /dev/input/event5 (SONiX USB DEVICE)
may 26 14:03:31 carlos-pc systemd-logind[691]: Watching system buttons on /dev/input/event6 (SONiX USB DEVICE Keyboard)
may 26 14:03:31 carlos-pc systemd-logind[691]: Watching system buttons on /dev/input/event4 (Logitech Wireless Mouse)
may 26 14:03:31 carlos-pc systemd[1]: Started User Login Management.
may 26 14:03:31 carlos-pc NetworkManager[690]: <info>  [1716750211.8338] NetworkManager (version 1.46.0-2) is starting... (boot:6d8b1f17-3328-4c01-a714-df14711a4c05)
may 26 14:03:31 carlos-pc NetworkManager[690]: <info>  [1716750211.8339] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3: base HW address: c8:5e:a9:c8:f8:5c
may 26 14:03:31 carlos-pc NetworkManager[690]: <info>  [1716750211.9727] manager[0x5bece323b920]: monitoring kernel firmware directory '/lib/firmware'.
may 26 14:03:31 carlos-pc kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
may 26 14:03:32 carlos-pc systemd[1]: Starting Hostname Service...
may 26 14:03:32 carlos-pc systemd[1]: shadow.service: Deactivated successfully.
may 26 14:03:32 carlos-pc systemd[1]: Started Hostname Service.
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.0551] hostname: hostname: using hostnamed
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.0552] hostname: static hostname changed from (none) to "carlos-pc"
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.0555] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.0559] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.0559] manager[0x5bece323b920]: rfkill: Wi-Fi hardware radio set enabled
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.0559] manager[0x5bece323b920]: rfkill: WWAN hardware radio set enabled
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.0726] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-ovs.so)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.0747] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-wifi.so)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.0810] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-wwan.so)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1187] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-team.so)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1200] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-bluetooth.so)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1207] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-adsl.so)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1211] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1212] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1212] manager: Networking is enabled by state file
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1218] settings: Loaded settings plugin: keyfile (internal)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1255] dhcp: init: Using DHCP client 'internal'
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1260] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1270] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1278] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1283] device (lo): Activation: starting connection 'lo' (4116218e-6d6f-49e7-8bd1-4597cf10c672)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1289] manager: (enp7s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1303] settings: (enp7s0): created default wired connection 'Conexión cableada 1'
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.1304] device (enp7s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
may 26 14:03:32 carlos-pc systemd[1]: Starting Network Manager Script Dispatcher Service...
may 26 14:03:32 carlos-pc kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
may 26 14:03:32 carlos-pc systemd[1]: Started Network Manager Script Dispatcher Service.
may 26 14:03:32 carlos-pc kernel: r8169 0000:07:00.0 enp7s0: Link is Down
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.3568] device (wlp0s20f3): driver supports Access Point (AP) mode
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.3577] manager: (wlp0s20f3): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
may 26 14:03:32 carlos-pc systemd[1]: Started Network Manager.
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.3646] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
may 26 14:03:32 carlos-pc systemd[1]: Reached target Network.
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.3676] ovsdb: disconnected from ovsdb
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.3677] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.3681] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.3683] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.3691] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.3700] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
may 26 14:03:32 carlos-pc systemd[1]: Starting Network Manager Wait Online...
may 26 14:03:32 carlos-pc systemd[1]: Starting containerd container runtime...
may 26 14:03:32 carlos-pc systemd[1]: Starting Permit User Sessions...
may 26 14:03:32 carlos-pc systemd[1]: Finished Permit User Sessions.
may 26 14:03:32 carlos-pc systemd[1]: Starting GNOME Display Manager...
may 26 14:03:32 carlos-pc systemd[1]: Started GNOME Display Manager.
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
may 26 14:03:32 carlos-pc systemd[1]: Reached target User and Group Name Lookups.
may 26 14:03:32 carlos-pc systemd[1]: Starting Accounts Service...
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.6098] device (wlp0s20f3): set-hw-addr: set MAC address to 92:E7:EC:F1:50:7B (scanning)
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: WRT: Invalid buffer destination
may 26 14:03:32 carlos-pc systemd[1]: Starting Authorization Manager...
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.676574609-05:00" level=info msg="starting containerd" revision=3a4de459a68952ffb703bbe7f2290861a75b6b67.m version=v1.7.17
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.712415057-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.716285868-05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.9.1-arch1-1\\n\"): skip plugin" type=io.containerd.snapshotter.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.716364717-05:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.716413804-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x10
may 26 14:03:32 carlos-pc kernel: iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 5
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.717515655-05:00" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.717566617-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.717934783-05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.717982110-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.718230704-05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.718251894-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.718290692-05:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.718306448-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.718475490-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.718737716-05:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.718860853-05:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.718877935-05:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.719237583-05:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.719265060-05:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.719284092-05:00" level=info msg="metadata content store policy set" policy=shared
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.725845064-05:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.726245849-05:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.726270711-05:00" level=info msg="loading plugin \"io.containerd.lease.v1.manager\"..." type=io.containerd.lease.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.726294412-05:00" level=info msg="loading plugin \"io.containerd.streaming.v1.manager\"..." type=io.containerd.streaming.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.726315871-05:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.726411902-05:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727478327-05:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727569171-05:00" level=info msg="loading plugin \"io.containerd.runtime.v2.shim\"..." type=io.containerd.runtime.v2
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727590445-05:00" level=info msg="loading plugin \"io.containerd.sandbox.store.v1.local\"..." type=io.containerd.sandbox.store.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727613483-05:00" level=info msg="loading plugin \"io.containerd.sandbox.controller.v1.local\"..." type=io.containerd.sandbox.controller.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727634757-05:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727666188-05:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727684809-05:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727705237-05:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727739090-05:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727760111-05:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727779524-05:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727796681-05:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727845710-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727866284-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727884999-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727904348-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727922594-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727941040-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727971188-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.727990876-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.728019756-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandbox-controllers\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.728041999-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandboxes\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.728060077-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.728077681-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.streaming\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.728096772-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.728118137-05:00" level=info msg="loading plugin \"io.containerd.transfer.v1.local\"..." type=io.containerd.transfer.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.728147424-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.transfer\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.728167755-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.728185194-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.729991278-05:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.730017515-05:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="skip plugin: tracing endpoint not configured" type=io.containerd.tracing.processor.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.730034015-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.730053975-05:00" level=info msg="skip loading plugin \"io.containerd.internal.v1.tracing\"..." error="skip plugin: tracing endpoint not configured" type=io.containerd.internal.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.730069623-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.730088762-05:00" level=info msg="loading plugin \"io.containerd.nri.v1.nri\"..." type=io.containerd.nri.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.730105187-05:00" level=info msg="NRI interface is disabled by configuration."
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.730120691-05:00" level=info msg="loading plugin \"io.containerd.grpc.v1.cri\"..." type=io.containerd.grpc.v1
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.730239067-05:00" level=info msg="Start cri plugin with config {PluginConfig:{ContainerdConfig:{Snapshotter:overlayfs DefaultRuntimeName:runc DefaultRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} UntrustedWorkloadRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} Runtimes:map[runc:{Type:io.containerd.runc.v2 Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[BinaryName: CriuImagePath: CriuPath: CriuWorkPath: IoGid:0 IoUid:0 NoNewKeyring:false NoPivotRoot:false Root: ShimCgroup: SystemdCgroup:false] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:podsandbox}] NoPivot:false DisableSnapshotAnnotations:true DiscardUnpackedLayers:false IgnoreBlockIONotEnabledErrors:false IgnoreRdtNotEnabledErrors:false} CniConfig:{NetworkPluginBinDir:/opt/cni/bin NetworkPluginConfDir:/etc/cni/net.d NetworkPluginMaxConfNum:1 NetworkPluginSetupSerially:false NetworkPluginConfTemplate: IPPreference:} Registry:{ConfigPath: Mirrors:map[] Configs:map[] Auths:map[] Headers:map[]} ImageDecryption:{KeyModel:node} DisableTCPService:true StreamServerAddress:127.0.0.1 StreamServerPort:0 StreamIdleTimeout:4h0m0s EnableSelinux:false SelinuxCategoryRange:1024 SandboxImage:registry.k8s.io/pause:3.8 StatsCollectPeriod:10 SystemdCgroup:false EnableTLSStreaming:false X509KeyPairStreaming:{TLSCertFile: TLSKeyFile:} MaxContainerLogLineSize:16384 DisableCgroup:false DisableApparmor:false RestrictOOMScoreAdj:false MaxConcurrentDownloads:3 DisableProcMount:false UnsetSeccompProfile: TolerateMissingHugetlbController:true DisableHugetlbController:true DeviceOwnershipFromSecurityContext:false IgnoreImageDefinedVolumes:false NetNSMountsUnderStateDir:false EnableUnprivilegedPorts:false EnableUnprivilegedICMP:false EnableCDI:false CDISpecDirs:[/etc/cdi /var/run/cdi] ImagePullProgressTimeout:5m0s DrainExecSyncIOTimeout:0s ImagePullWithSyncFs:false IgnoreDeprecationWarnings:[]} ContainerdRootDir:/var/lib/containerd ContainerdEndpoint:/run/containerd/containerd.sock RootDir:/var/lib/containerd/io.containerd.grpc.v1.cri StateDir:/run/containerd/io.containerd.grpc.v1.cri}"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.730306956-05:00" level=info msg="Connect containerd service"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.731951690-05:00" level=info msg="using legacy CRI server"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.731961424-05:00" level=info msg="using experimental NRI integration - disable nri plugin to prevent this"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.732624062-05:00" level=info msg="Get image filesystem path \"/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs\""
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.735202517-05:00" level=error msg="failed to load cni during init, please check CRI plugin status before setting up network for pods" error="cni config load failed: no network config found in /etc/cni/net.d: cni plugin not initialized: failed to load cni config"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.737972435-05:00" level=info msg="Start subscribing containerd event"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.738427798-05:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.738460660-05:00" level=info msg="Start recovering state"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.738480279-05:00" level=info msg=serving... address=/run/containerd/containerd.sock
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.738583730-05:00" level=info msg="Start event monitor"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.738627203-05:00" level=info msg="Start snapshots syncer"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.738642813-05:00" level=info msg="Start cni network conf syncer for default"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.738661338-05:00" level=info msg="Start streaming server"
may 26 14:03:32 carlos-pc containerd[761]: time="2024-05-26T14:03:32.738771826-05:00" level=info msg="containerd successfully booted in 0.065898s"
may 26 14:03:32 carlos-pc systemd[1]: Started containerd container runtime.
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.7967] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.7970] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.7981] device (lo): Activation: successful, device activated.
may 26 14:03:32 carlos-pc systemd[1]: Starting WPA supplicant...
may 26 14:03:32 carlos-pc polkitd[776]: Started polkitd version 124
may 26 14:03:32 carlos-pc polkitd[776]: Loading rules from directory /etc/polkit-1/rules.d
may 26 14:03:32 carlos-pc polkitd[776]: Loading rules from directory /usr/share/polkit-1/rules.d
may 26 14:03:32 carlos-pc polkitd[776]: Finished loading, compiling and executing 9 rules
may 26 14:03:32 carlos-pc polkitd[776]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
may 26 14:03:32 carlos-pc systemd[1]: Started Authorization Manager.
may 26 14:03:32 carlos-pc accounts-daemon[766]: started daemon version 23.13.0
may 26 14:03:32 carlos-pc systemd[1]: Started Accounts Service.
may 26 14:03:32 carlos-pc systemd[1]: Started WPA supplicant.
may 26 14:03:32 carlos-pc wpa_supplicant[788]: Successfully initialized wpa_supplicant
may 26 14:03:32 carlos-pc systemd-logind[691]: New session 1 of user gdm.
may 26 14:03:32 carlos-pc systemd[1]: Created slice User Slice of UID 120.
may 26 14:03:32 carlos-pc systemd[1]: Starting User Runtime Directory /run/user/120...
may 26 14:03:32 carlos-pc systemd[1]: Finished User Runtime Directory /run/user/120.
may 26 14:03:32 carlos-pc systemd[1]: Starting User Manager for UID 120...
may 26 14:03:32 carlos-pc dbus-broker-launch[684]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
may 26 14:03:32 carlos-pc (systemd)[810]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
may 26 14:03:32 carlos-pc (systemd)[810]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by gdm(uid=0)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.9655] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.9657] Wi-Fi P2P device controlled by interface wlp0s20f3 created
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.9660] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.9663] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.9669] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
may 26 14:03:32 carlos-pc NetworkManager[690]: <info>  [1716750212.9675] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
may 26 14:03:33 carlos-pc kernel: Bluetooth: hci0: Waiting for firmware download to complete
may 26 14:03:33 carlos-pc kernel: Bluetooth: hci0: Firmware loaded in 1313969 usecs
may 26 14:03:33 carlos-pc kernel: Bluetooth: hci0: Waiting for device to boot
may 26 14:03:33 carlos-pc kernel: Bluetooth: hci0: Device booted in 14609 usecs
may 26 14:03:33 carlos-pc kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
may 26 14:03:33 carlos-pc kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-1040-4150.ddc
may 26 14:03:33 carlos-pc kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
may 26 14:03:33 carlos-pc kernel: Bluetooth: hci0: Firmware timestamp 2024.14 buildtype 1 build 81454
may 26 14:03:33 carlos-pc kernel: Bluetooth: hci0: Firmware SHA1: 0xdfd62093
may 26 14:03:33 carlos-pc kernel: Bluetooth: hci0: Fseq status: Success (0x00)
may 26 14:03:33 carlos-pc kernel: Bluetooth: hci0: Fseq executed: 00.00.02.41
may 26 14:03:33 carlos-pc kernel: Bluetooth: hci0: Fseq BT Top: 00.00.02.41
may 26 14:03:33 carlos-pc systemd[810]: Queued start job for default target Main User Target.
may 26 14:03:33 carlos-pc systemd[810]: Created slice User Application Slice.
may 26 14:03:33 carlos-pc systemd[810]: Reached target Paths.
may 26 14:03:33 carlos-pc systemd[810]: Reached target Timers.
may 26 14:03:33 carlos-pc systemd[810]: Starting D-Bus User Message Bus Socket...
may 26 14:03:33 carlos-pc systemd[810]: Listening on GnuPG network certificate management daemon.
may 26 14:03:33 carlos-pc systemd[810]: Listening on GNOME Keyring daemon.
may 26 14:03:33 carlos-pc systemd[810]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
may 26 14:03:33 carlos-pc systemd[810]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
may 26 14:03:33 carlos-pc systemd[810]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
may 26 14:03:33 carlos-pc systemd[810]: Listening on GnuPG cryptographic agent and passphrase cache.
may 26 14:03:33 carlos-pc systemd[810]: Listening on GnuPG public key management service.
may 26 14:03:33 carlos-pc systemd[810]: Listening on p11-kit server.
may 26 14:03:33 carlos-pc systemd[810]: Listening on PipeWire PulseAudio.
may 26 14:03:33 carlos-pc systemd[810]: Listening on PipeWire Multimedia System Sockets.
may 26 14:03:33 carlos-pc systemd[810]: Listening on D-Bus User Message Bus Socket.
may 26 14:03:33 carlos-pc systemd[810]: Reached target Sockets.
may 26 14:03:33 carlos-pc systemd[810]: Reached target Basic System.
may 26 14:03:33 carlos-pc systemd[1]: Started User Manager for UID 120.
may 26 14:03:33 carlos-pc systemd[810]: Starting Update XDG user dir configuration...
may 26 14:03:33 carlos-pc systemd[1]: Started Session 1 of User gdm.
may 26 14:03:33 carlos-pc systemd[810]: Finished Update XDG user dir configuration.
may 26 14:03:33 carlos-pc systemd[810]: Reached target Main User Target.
may 26 14:03:33 carlos-pc systemd[810]: Startup finished in 250ms.
may 26 14:03:33 carlos-pc systemd[810]: Created slice User Core Session Slice.
may 26 14:03:33 carlos-pc systemd[810]: Starting D-Bus User Message Bus...
may 26 14:03:33 carlos-pc dbus-broker-launch[827]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
may 26 14:03:33 carlos-pc dbus-broker-launch[827]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
may 26 14:03:33 carlos-pc systemd[810]: Started D-Bus User Message Bus.
may 26 14:03:33 carlos-pc dbus-broker-launch[827]: Ready
may 26 14:03:33 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=120 pid=832 comm="/usr/lib/gnome-session-binary --autostart /usr/sha")
may 26 14:03:33 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
may 26 14:03:33 carlos-pc gnome-session[832]: gnome-session-binary[832]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error al llamar StartSereviceByName para org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
may 26 14:03:33 carlos-pc gnome-session-binary[832]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error al llamar StartSereviceByName para org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
may 26 14:03:33 carlos-pc gnome-shell[844]: Running GNOME Shell (using mutter 46.1) as a Wayland display server
may 26 14:03:33 carlos-pc systemd[1]: Starting RealtimeKit Scheduling Policy Service...
may 26 14:03:33 carlos-pc systemd[1]: Started RealtimeKit Scheduling Policy Service.
may 26 14:03:33 carlos-pc rtkit-daemon[863]: Successfully called chroot.
may 26 14:03:33 carlos-pc rtkit-daemon[863]: Successfully dropped privileges.
may 26 14:03:33 carlos-pc rtkit-daemon[863]: Successfully limited resources.
may 26 14:03:33 carlos-pc rtkit-daemon[863]: Running.
may 26 14:03:33 carlos-pc rtkit-daemon[863]: Canary thread running.
may 26 14:03:33 carlos-pc rtkit-daemon[863]: Watchdog thread running.
may 26 14:03:33 carlos-pc rtkit-daemon[863]: Supervising 0 threads of 0 processes of 0 users.
may 26 14:03:33 carlos-pc rtkit-daemon[863]: Supervising 0 threads of 0 processes of 0 users.
may 26 14:03:33 carlos-pc rtkit-daemon[863]: Successfully made thread 862 of process 844 owned by '120' RT at priority 20.
may 26 14:03:33 carlos-pc rtkit-daemon[863]: Supervising 1 threads of 1 processes of 1 users.
may 26 14:03:33 carlos-pc gnome-shell[844]: Made thread 'KMS thread' realtime scheduled
may 26 14:03:34 carlos-pc gnome-shell[844]: Device '/dev/dri/card1' prefers shadow buffer
may 26 14:03:34 carlos-pc gnome-shell[844]: Added device '/dev/dri/card1' (amdgpu) using atomic mode setting.
may 26 14:03:34 carlos-pc gnome-shell[844]: Created gbm renderer for '/dev/dri/card1'
may 26 14:03:34 carlos-pc gnome-shell[844]: Boot VGA GPU /dev/dri/card1 selected as primary
may 26 14:03:34 carlos-pc gnome-shell[844]: Obtained a high priority EGL context
may 26 14:03:34 carlos-pc gnome-shell[844]: Obtained a high priority EGL context
may 26 14:03:34 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=844 comm="/usr/bin/gnome-shell")
may 26 14:03:34 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Successfully activated service 'org.a11y.Bus'
may 26 14:03:34 carlos-pc gnome-shell[844]: Using public X11 display :1024, (using :1025 for managed services)
may 26 14:03:34 carlos-pc gnome-shell[844]: Using Wayland display name 'wayland-0'
may 26 14:03:34 carlos-pc /usr/lib/gdm-wayland-session[906]: dbus-daemon[906]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=844 comm="/usr/bin/gnome-shell")
may 26 14:03:34 carlos-pc /usr/lib/gdm-wayland-session[906]: dbus-daemon[906]: Successfully activated service 'org.a11y.atspi.Registry'
may 26 14:03:34 carlos-pc /usr/lib/gdm-wayland-session[916]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
may 26 14:03:34 carlos-pc systemd[1]: Starting Manage, Install and Generate Color Profiles...
may 26 14:03:34 carlos-pc systemd[1]: Started Manage, Install and Generate Color Profiles.
may 26 14:03:34 carlos-pc gnome-shell[844]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
may 26 14:03:34 carlos-pc gnome-shell[844]: Will monitor session 1
may 26 14:03:34 carlos-pc systemd[1]: Starting Locale Service...
may 26 14:03:34 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Activating service name='org.gnome.Shell.Screencast' requested by ':1.3' (uid=120 pid=844 comm="/usr/bin/gnome-shell")
may 26 14:03:34 carlos-pc systemd[1]: Started Locale Service.
may 26 14:03:34 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=120 pid=844 comm="/usr/bin/gnome-shell")
may 26 14:03:34 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
may 26 14:03:34 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=844 comm="/usr/bin/gnome-shell")
may 26 14:03:34 carlos-pc systemd[1]: Starting Daemon for power management...
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension apps-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension auto-move-windows@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension drive-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension launch-new-instance@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension light-style@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension native-window-placement@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension places-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension system-monitor@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/system-monitor@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/system-monitor@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension user-theme@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension window-list@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension windowsNavigator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc gnome-shell[844]: Extension workspace-indicator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com will not be loaded
may 26 14:03:34 carlos-pc org.gnome.Shell.desktop[844]: Window manager warning: Failed to parse saved session file: Falló al abrir el archivo «/var/lib/gdm/.config/mutter/sessions/105d8cba9fc779f453171675021344092400000008320000.ms»: No existe el fichero o el directorio
may 26 14:03:34 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Successfully activated service 'org.gnome.Shell.Notifications'
may 26 14:03:34 carlos-pc gnome-shell[844]: Failed to launch ibus-daemon: Falló al ejecutar el proceso hijo «ibus-daemon» (No existe el fichero o el directorio)
may 26 14:03:34 carlos-pc dbus-broker-launch[684]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
may 26 14:03:34 carlos-pc kernel: rfkill: input handler disabled
may 26 14:03:34 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Activating service name='org.freedesktop.systemd1' requested by ':1.11' (uid=120 pid=984 comm="/usr/lib/gsd-sharing")
may 26 14:03:34 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
may 26 14:03:34 carlos-pc gsd-sharing[984]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
may 26 14:03:34 carlos-pc gsd-sharing[984]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
may 26 14:03:34 carlos-pc systemd[1]: Started Daemon for power management.
may 26 14:03:34 carlos-pc polkitd[776]: Registered Authentication Agent for unix-session:1 (system bus name :1.17 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale es_CO.UTF-8)
may 26 14:03:34 carlos-pc gnome-shell[844]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
may 26 14:03:34 carlos-pc NetworkManager[690]: <info>  [1716750214.8675] agent-manager: agent[54224797df1e0ad4,:1.17/org.gnome.Shell.NetworkAgent/120]: agent registered
may 26 14:03:34 carlos-pc gnome-shell[844]: Failed to launch ibus-daemon: Falló al ejecutar el proceso hijo «ibus-daemon» (No existe el fichero o el directorio)
may 26 14:03:34 carlos-pc systemd[810]: Started PipeWire Multimedia Service.
may 26 14:03:34 carlos-pc org.gnome.Shell.desktop[1167]: The XKEYBOARD keymap compiler (xkbcomp) reports:
may 26 14:03:34 carlos-pc org.gnome.Shell.desktop[1167]: > Warning:          Unsupported maximum keycode 708, clipping.
may 26 14:03:34 carlos-pc org.gnome.Shell.desktop[1167]: >                   X11 cannot support keycodes above 255.
may 26 14:03:34 carlos-pc systemd[1]: Starting Location Lookup Service...
may 26 14:03:34 carlos-pc org.gnome.Shell.desktop[1167]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
may 26 14:03:34 carlos-pc org.gnome.Shell.desktop[1167]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
may 26 14:03:34 carlos-pc systemd[810]: Started Multimedia Service Session Manager.
may 26 14:03:34 carlos-pc org.gnome.Shell.desktop[1167]: Errors from xkbcomp are not fatal to the X server
may 26 14:03:34 carlos-pc systemd[810]: Started PipeWire PulseAudio.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 1 threads of 1 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 1 threads of 1 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 1 threads of 1 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Successfully made thread 1160 of process 1160 owned by '120' high priority at nice level -11.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 2 threads of 2 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 2 threads of 2 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 2 threads of 2 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 2 threads of 2 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Successfully made thread 1172 of process 1172 owned by '120' high priority at nice level -11.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 3 threads of 3 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Successfully made thread 1179 of process 1160 owned by '120' RT at priority 20.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 4 threads of 3 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 4 threads of 3 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 4 threads of 3 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 4 threads of 3 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Successfully made thread 1170 of process 1170 owned by '120' high priority at nice level -11.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 5 threads of 4 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Successfully made thread 1189 of process 1172 owned by '120' RT at priority 20.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 6 threads of 4 processes of 1 users.
may 26 14:03:35 carlos-pc geoclue[1169]: Failed to connect to avahi service: Daemon not running
may 26 14:03:35 carlos-pc systemd[1]: Started Location Lookup Service.
may 26 14:03:35 carlos-pc gnome-session-binary[832]: Entering running state
may 26 14:03:35 carlos-pc xbrlapi.desktop[1203]: openConnection: connect: No existe el fichero o el directorio
may 26 14:03:35 carlos-pc xbrlapi.desktop[1203]: cannot connect to braille devices daemon brltty at :0
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Successfully made thread 862 of process 844 owned by '120' high priority at nice level 0.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 6 threads of 4 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 5 threads of 3 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 5 threads of 3 processes of 1 users.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Successfully made thread 862 of process 844 owned by '120' RT at priority 20.
may 26 14:03:35 carlos-pc rtkit-daemon[863]: Supervising 6 threads of 4 processes of 1 users.
may 26 14:03:35 carlos-pc gsd-media-keys[1014]: Failed to grab accelerator for keybinding settings:hibernate
may 26 14:03:35 carlos-pc gsd-media-keys[1014]: Failed to grab accelerator for keybinding settings:playback-repeat
may 26 14:03:35 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Activating service name='org.gnome.ScreenSaver' requested by ':1.21' (uid=120 pid=1039 comm="/usr/lib/gsd-power")
may 26 14:03:35 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Successfully activated service 'org.gnome.Shell.Screencast'
may 26 14:03:35 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Successfully activated service 'org.gnome.ScreenSaver'
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc wireplumber[1170]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:35 carlos-pc gnome-shell[844]: Registering session with GDM
may 26 14:03:35 carlos-pc wireplumber[1170]: BlueZ system service is not available
may 26 14:03:35 carlos-pc gsd-media-keys[1014]: Unable to get default sink
may 26 14:03:35 carlos-pc wireplumber[1170]: [0:00:08.622327902] [1170] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
may 26 14:03:35 carlos-pc wireplumber[1170]: [0:00:08.622354969] [1170] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
may 26 14:03:35 carlos-pc wireplumber[1170]: [0:00:08.622411135] [1170]  INFO Camera camera_manager.cpp:284 libcamera v0.2.0
may 26 14:03:35 carlos-pc wireplumber[1170]: device number invalid for v4l2 device:nil
may 26 14:03:35 carlos-pc wireplumber[1170]: device number invalid for libcamera device:libcamera_device.\_SB_.PC00.XHCI.RHUB.HS10-10:1.0-1b3f:2247
may 26 14:03:35 carlos-pc pipewire[1160]: [0:00:08.657031526] [1160] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
may 26 14:03:35 carlos-pc pipewire[1160]: [0:00:08.657058103] [1160] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
may 26 14:03:35 carlos-pc pipewire[1160]: [0:00:08.657105365] [1160]  INFO Camera camera_manager.cpp:284 libcamera v0.2.0
may 26 14:03:35 carlos-pc pipewire[1160]: spa.v4l2: '/dev/video0' VIDIOC_QUERYCTRL: Error de entrada/salida
may 26 14:03:35 carlos-pc pipewire[1160]: spa.v4l2: '/dev/video0' VIDIOC_QUERYCTRL: Error de entrada/salida
may 26 14:03:35 carlos-pc gsd-media-keys[1014]: Unable to get default source
may 26 14:03:35 carlos-pc systemd[810]: Starting sandboxed app permission store...
may 26 14:03:35 carlos-pc systemd[810]: Started sandboxed app permission store.
may 26 14:03:35 carlos-pc gsd-media-keys[1014]: Unable to get default sink
may 26 14:03:35 carlos-pc gsd-media-keys[1014]: Unable to get default source
may 26 14:03:36 carlos-pc wpa_supplicant[788]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CO
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.3915] policy: auto-activating connection 'Alvarez' (259ae6bb-bbdb-4d7a-ba49-c32f3ec57b8e)
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.3919] device (wlp0s20f3): Activation: starting connection 'Alvarez' (259ae6bb-bbdb-4d7a-ba49-c32f3ec57b8e)
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.3920] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.3922] manager: NetworkManager state is now CONNECTING
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4288] device (wlp0s20f3): set-hw-addr: reset MAC address to C8:5E:A9:C8:F8:5C (preserve)
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4304] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4306] device (wlp0s20f3): Activation: (wifi) access point 'Alvarez' has security, but secrets are required.
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4306] device (wlp0s20f3): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4307] sup-iface[58423b7665fdb0a5,0,wlp0s20f3]: wps: type pbc start...
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4313] device (wlp0s20f3): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4315] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4316] device (wlp0s20f3): Activation: (wifi) connection 'Alvarez' has security, and secrets exist.  No new secrets needed.
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4316] Config: added 'ssid' value 'Alvarez'
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4316] Config: added 'scan_ssid' value '1'
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4316] Config: added 'bgscan' value 'simple:30:-70:86400'
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4316] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4316] Config: added 'auth_alg' value 'OPEN'
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4316] Config: added 'psk' value '<hidden>'
may 26 14:03:36 carlos-pc wpa_supplicant[788]: wlp0s20f3: WPS-CANCEL
may 26 14:03:36 carlos-pc wpa_supplicant[788]: wlp0s20f3: SME: Trying to authenticate with a4:98:13:4c:9d:d1 (SSID='Alvarez' freq=5180 MHz)
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4697] device (wlp0s20f3): supplicant interface state: disconnected -> authenticating
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4697] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> authenticating
may 26 14:03:36 carlos-pc kernel: wlp0s20f3: authenticate with a4:98:13:4c:9d:d1 (local address=c8:5e:a9:c8:f8:5c)
may 26 14:03:36 carlos-pc kernel: wlp0s20f3: send auth to a4:98:13:4c:9d:d1 (try 1/3)
may 26 14:03:36 carlos-pc wpa_supplicant[788]: wlp0s20f3: Trying to associate with a4:98:13:4c:9d:d1 (SSID='Alvarez' freq=5180 MHz)
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4952] device (wlp0s20f3): supplicant interface state: authenticating -> associating
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.4953] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
may 26 14:03:36 carlos-pc kernel: wlp0s20f3: authenticated
may 26 14:03:36 carlos-pc kernel: wlp0s20f3: associate with a4:98:13:4c:9d:d1 (try 1/3)
may 26 14:03:36 carlos-pc kernel: wlp0s20f3: RX AssocResp from a4:98:13:4c:9d:d1 (capab=0x131 status=0 aid=2)
may 26 14:03:36 carlos-pc kernel: wlp0s20f3: associated
may 26 14:03:36 carlos-pc wpa_supplicant[788]: wlp0s20f3: Associated with a4:98:13:4c:9d:d1
may 26 14:03:36 carlos-pc wpa_supplicant[788]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.5130] device (wlp0s20f3): supplicant interface state: associating -> associated
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.5130] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> associated
may 26 14:03:36 carlos-pc kernel: wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by a4:98:13:4c:9d:d1
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.6049] device (wlp0s20f3): supplicant interface state: associated -> 4way_handshake
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.6050] device (p2p-dev-wlp0s20f3): supplicant management interface state: associated -> 4way_handshake
may 26 14:03:36 carlos-pc wpa_supplicant[788]: wlp0s20f3: WPA: Key negotiation completed with a4:98:13:4c:9d:d1 [PTK=CCMP GTK=CCMP]
may 26 14:03:36 carlos-pc wpa_supplicant[788]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to a4:98:13:4c:9d:d1 completed [id=0 id_str=]
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.7414] device (wlp0s20f3): supplicant interface state: 4way_handshake -> completed
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.7415] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Alvarez"
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.7416] device (p2p-dev-wlp0s20f3): supplicant management interface state: 4way_handshake -> completed
may 26 14:03:36 carlos-pc wpa_supplicant[788]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=234000
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.7419] device (wlp0s20f3): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.7426] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.7861] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.1.8, acd pending
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.9707] dhcp4 (wlp0s20f3): state changed new lease, address=192.168.1.8
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.9712] policy: set 'Alvarez' (wlp0s20f3) as default for IPv4 routing and DNS
may 26 14:03:36 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Activating service name='org.freedesktop.systemd1' requested by ':1.11' (uid=120 pid=984 comm="/usr/lib/gsd-sharing")
may 26 14:03:36 carlos-pc dbus-broker-launch[684]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
may 26 14:03:36 carlos-pc systemd[1]: systemd-rfkill.service: Deactivated successfully.
may 26 14:03:36 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
may 26 14:03:36 carlos-pc gsd-sharing[984]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
may 26 14:03:36 carlos-pc gsd-sharing[984]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.9868] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.9890] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.9892] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.9895] manager: NetworkManager state is now CONNECTED_SITE
may 26 14:03:36 carlos-pc NetworkManager[690]: <info>  [1716750216.9906] device (wlp0s20f3): Activation: successful, device activated.
may 26 14:03:37 carlos-pc NetworkManager[690]: <info>  [1716750217.3847] manager: NetworkManager state is now CONNECTED_GLOBAL
may 26 14:03:38 carlos-pc NetworkManager[690]: <info>  [1716750218.3574] manager: startup complete
may 26 14:03:38 carlos-pc systemd[1]: Finished Network Manager Wait Online.
may 26 14:03:38 carlos-pc systemd[1]: Reached target Network is Online.
may 26 14:03:38 carlos-pc systemd[1]: Starting Docker Application Container Engine...
may 26 14:03:38 carlos-pc NetworkManager[690]: <info>  [1716750218.5702] dhcp6 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
may 26 14:03:38 carlos-pc NetworkManager[690]: <info>  [1716750218.5709] policy: set 'Alvarez' (wlp0s20f3) as default for IPv6 routing and DNS
may 26 14:03:38 carlos-pc NetworkManager[690]: <info>  [1716750218.6766] dhcp6 (wlp0s20f3): state changed new lease
may 26 14:03:38 carlos-pc dockerd[1293]: time="2024-05-26T14:03:38.779075004-05:00" level=info msg="Starting up"
may 26 14:03:38 carlos-pc dockerd[1293]: time="2024-05-26T14:03:38.918188567-05:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
may 26 14:03:39 carlos-pc dockerd[1293]: time="2024-05-26T14:03:39.051007361-05:00" level=info msg="Loading containers: start."
may 26 14:03:39 carlos-pc kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
may 26 14:03:39 carlos-pc kernel: Bridge firewalling registered
may 26 14:03:39 carlos-pc gdm-password][1256]: gkr-pam: unable to locate daemon control file
may 26 14:03:39 carlos-pc gdm-password][1256]: gkr-pam: stashed password to try later in open session
may 26 14:03:39 carlos-pc gdm-password][1256]: pam_unix(gdm-password:session): session opened for user carlos(uid=1000) by carlos(uid=0)
may 26 14:03:39 carlos-pc systemd-logind[691]: New session 3 of user carlos.
may 26 14:03:39 carlos-pc systemd[1]: Created slice User Slice of UID 1000.
may 26 14:03:39 carlos-pc systemd[1]: Starting User Runtime Directory /run/user/1000...
may 26 14:03:39 carlos-pc systemd[1]: Finished User Runtime Directory /run/user/1000.
may 26 14:03:39 carlos-pc systemd[1]: Starting User Manager for UID 1000...
may 26 14:03:39 carlos-pc (systemd)[1379]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[carlos] ruser=[<unknown>] rhost=[<unknown>]
may 26 14:03:39 carlos-pc (systemd)[1379]: pam_unix(systemd-user:session): session opened for user carlos(uid=1000) by carlos(uid=0)
may 26 14:03:39 carlos-pc kernel: Initializing XFRM netlink socket
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2209] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/5)
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2728] device (docker0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2730] device (docker0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2733] device (docker0): Activation: starting connection 'docker0' (f5ce7c08-ea77-4611-8f99-08d16be157fd)
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2740] device (docker0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2742] device (docker0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2743] device (docker0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2747] manager: (br-bcbfcb2bda6b): new Bridge device (/org/freedesktop/NetworkManager/Devices/6)
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2749] device (docker0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2761] device (docker0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2762] device (docker0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2767] device (docker0): Activation: successful, device activated.
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2933] device (br-bcbfcb2bda6b): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2934] device (br-bcbfcb2bda6b): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2936] device (br-bcbfcb2bda6b): Activation: starting connection 'br-bcbfcb2bda6b' (7a1c51f1-01c9-4f1b-a310-442d37a1a30e)
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2937] device (br-bcbfcb2bda6b): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2938] device (br-bcbfcb2bda6b): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2939] device (br-bcbfcb2bda6b): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2940] device (br-bcbfcb2bda6b): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2944] device (br-bcbfcb2bda6b): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2945] device (br-bcbfcb2bda6b): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.2946] device (br-bcbfcb2bda6b): Activation: successful, device activated.
may 26 14:03:39 carlos-pc dockerd[1293]: time="2024-05-26T14:03:39.308322053-05:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
may 26 14:03:39 carlos-pc systemd[1379]: Queued start job for default target Main User Target.
may 26 14:03:39 carlos-pc kernel: br-bcbfcb2bda6b: port 1(vethd5f3891) entered blocking state
may 26 14:03:39 carlos-pc kernel: br-bcbfcb2bda6b: port 1(vethd5f3891) entered disabled state
may 26 14:03:39 carlos-pc kernel: vethd5f3891: entered allmulticast mode
may 26 14:03:39 carlos-pc kernel: vethd5f3891: entered promiscuous mode
may 26 14:03:39 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethee7364a) entered blocking state
may 26 14:03:39 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethee7364a) entered disabled state
may 26 14:03:39 carlos-pc kernel: vethee7364a: entered allmulticast mode
may 26 14:03:39 carlos-pc kernel: vethee7364a: entered promiscuous mode
may 26 14:03:39 carlos-pc systemd-journald[469]: /var/log/journal/f77277339f7443618c96c8ed3d9f6c71/user-1000.journal: Journal file uses a different sequence number ID, rotating.
may 26 14:03:39 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth42d1bfb) entered blocking state
may 26 14:03:39 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth42d1bfb) entered disabled state
may 26 14:03:39 carlos-pc kernel: veth42d1bfb: entered allmulticast mode
may 26 14:03:39 carlos-pc kernel: veth42d1bfb: entered promiscuous mode
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.3373] manager: (veth4e1a52e): new Veth device (/org/freedesktop/NetworkManager/Devices/7)
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.3375] manager: (vethd5f3891): new Veth device (/org/freedesktop/NetworkManager/Devices/8)
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.3631] manager: (veth70df21b): new Veth device (/org/freedesktop/NetworkManager/Devices/9)
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.3641] manager: (vethee7364a): new Veth device (/org/freedesktop/NetworkManager/Devices/10)
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.3894] manager: (veth1e56ec7): new Veth device (/org/freedesktop/NetworkManager/Devices/11)
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.3898] manager: (veth42d1bfb): new Veth device (/org/freedesktop/NetworkManager/Devices/12)
may 26 14:03:39 carlos-pc systemd[1379]: Created slice User Application Slice.
may 26 14:03:39 carlos-pc systemd[1379]: Reached target Paths.
may 26 14:03:39 carlos-pc systemd[1379]: Reached target Timers.
may 26 14:03:39 carlos-pc systemd[1379]: Starting D-Bus User Message Bus Socket...
may 26 14:03:39 carlos-pc systemd[1379]: Listening on GnuPG network certificate management daemon.
may 26 14:03:39 carlos-pc systemd[1379]: Listening on GNOME Keyring daemon.
may 26 14:03:39 carlos-pc systemd[1379]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
may 26 14:03:39 carlos-pc systemd[1379]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
may 26 14:03:39 carlos-pc systemd[1379]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
may 26 14:03:39 carlos-pc systemd[1379]: Listening on GnuPG cryptographic agent and passphrase cache.
may 26 14:03:39 carlos-pc systemd[1379]: Listening on GnuPG public key management service.
may 26 14:03:39 carlos-pc systemd[1379]: Listening on p11-kit server.
may 26 14:03:39 carlos-pc systemd[1379]: Listening on PipeWire PulseAudio.
may 26 14:03:39 carlos-pc systemd[1379]: Listening on PipeWire Multimedia System Sockets.
may 26 14:03:39 carlos-pc systemd[1379]: Listening on D-Bus User Message Bus Socket.
may 26 14:03:39 carlos-pc systemd[1379]: Reached target Sockets.
may 26 14:03:39 carlos-pc systemd[1379]: Reached target Basic System.
may 26 14:03:39 carlos-pc systemd[1]: Started User Manager for UID 1000.
may 26 14:03:39 carlos-pc systemd[1379]: Starting Update XDG user dir configuration...
may 26 14:03:39 carlos-pc systemd[1]: Started Session 3 of User carlos.
may 26 14:03:39 carlos-pc systemd[1379]: Started GNOME Keyring daemon.
may 26 14:03:39 carlos-pc systemd[1379]: Finished Update XDG user dir configuration.
may 26 14:03:39 carlos-pc systemd[1379]: Reached target Main User Target.
may 26 14:03:39 carlos-pc systemd[1379]: Startup finished in 205ms.
may 26 14:03:39 carlos-pc gnome-keyring-daemon[1544]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
may 26 14:03:39 carlos-pc systemd[1379]: Created slice User Core Session Slice.
may 26 14:03:39 carlos-pc systemd[1379]: Starting D-Bus User Message Bus...
may 26 14:03:39 carlos-pc dbus-broker-launch[1623]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
may 26 14:03:39 carlos-pc dbus-broker-launch[1623]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
may 26 14:03:39 carlos-pc systemd[1379]: Started D-Bus User Message Bus.
may 26 14:03:39 carlos-pc dbus-broker-launch[1623]: Ready
may 26 14:03:39 carlos-pc gdm-password][1256]: gkr-pam: unlocked login keyring
may 26 14:03:39 carlos-pc containerd[761]: time="2024-05-26T14:03:39.535884473-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:03:39 carlos-pc containerd[761]: time="2024-05-26T14:03:39.535976643-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:03:39 carlos-pc containerd[761]: time="2024-05-26T14:03:39.535999105-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:39 carlos-pc containerd[761]: time="2024-05-26T14:03:39.535948547-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:03:39 carlos-pc containerd[761]: time="2024-05-26T14:03:39.536113007-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:39 carlos-pc containerd[761]: time="2024-05-26T14:03:39.536132766-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:03:39 carlos-pc containerd[761]: time="2024-05-26T14:03:39.536174797-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:39 carlos-pc containerd[761]: time="2024-05-26T14:03:39.536378635-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:39 carlos-pc containerd[761]: time="2024-05-26T14:03:39.535760928-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:03:39 carlos-pc containerd[761]: time="2024-05-26T14:03:39.537532605-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:03:39 carlos-pc containerd[761]: time="2024-05-26T14:03:39.537580426-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:39 carlos-pc containerd[761]: time="2024-05-26T14:03:39.537801567-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:39 carlos-pc systemd[1]: Started libcontainer container 034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.
may 26 14:03:39 carlos-pc systemd[1]: Started libcontainer container 1415add57eecc9609ec93fa01169b534e4f4b1d82cbda61bf7afb0bff8de4885.
may 26 14:03:39 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 26 14:03:39 carlos-pc kernel: eth0: renamed from veth1e56ec7
may 26 14:03:39 carlos-pc kernel: rfkill: input handler enabled
may 26 14:03:39 carlos-pc gsd-media-keys[1014]: Unable to get default sink
may 26 14:03:39 carlos-pc gsd-media-keys[1014]: Unable to get default source
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (--) Log file renamed from "/home/carlos/.local/share/xorg/Xorg.pid-1801.log" to "/home/carlos/.local/share/xorg/Xorg.0.log"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: X.Org X Server 1.21.1.13
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: X Protocol Version 11, Revision 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: Current Operating System: Linux carlos-pc 6.9.1-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 17 May 2024 16:56:38 +0000 x86_64
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=f6236f1f-c628-4fc2-88eb-88adb2ee5b06 rw loglevel=3 quiet
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:  
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: Current version of pixman: 0.43.4
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         Before reporting problems, check http://wiki.x.org
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         to make sure that you have the latest version.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: Markers: (--) probed, (**) from config file, (==) default setting,
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         (++) from command line, (!!) notice, (II) informational,
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Log file: "/home/carlos/.local/share/xorg/Xorg.0.log", Time: Sun May 26 14:03:39 2024
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Using config directory: "/etc/X11/xorg.conf.d"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) No Layout section.  Using the first Screen section.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) No screen section available. Using defaults.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) |-->Screen "Default Screen Section" (0)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) |   |-->Monitor "<default monitor>"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) No monitor specified for screen "Default Screen Section".
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         Using a default monitor configuration.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Allowing byte-swapped clients
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Automatically adding devices
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Automatically enabling devices
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Automatically adding GPU devices
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Automatically binding GPU devices
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Max clients allowed: 256, resource mask: 0x1fffff
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (WW) The directory "/usr/share/fonts/misc" does not exist.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         Entry deleted from font path.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         Entry deleted from font path.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         (Run 'mkfontdir' on "/usr/share/fonts/TTF").
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (WW) The directory "/usr/share/fonts/OTF" does not exist.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         Entry deleted from font path.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         Entry deleted from font path.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         Entry deleted from font path.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         Entry deleted from font path.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) FontPath set to:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) ModulePath set to "/usr/lib/xorg/modules"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) The server relies on udev to provide the list of input devices.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         If no devices become available, reconfigure udev or disable AutoAddDevices.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Module ABI versions:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         X.Org ANSI C Emulation: 0.4
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         X.Org Video Driver: 25.2
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         X.Org XInput driver : 24.4
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         X.Org Server Extension : 10.0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (++) using VT number 2
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) xfree86: Adding drm device (/dev/dri/card1)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/0000:02:00.0/0000:03:00.0/drm/card1
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (--) PCI:*(3@0:0:0) 1002:747e:1043:05fd rev 200, Mem @ 0x4000000000/17179869184, 0x4400000000/268435456, 0x85400000/1048576, I/O @ 0x00006000/256, BIOS @ 0x????????/131072
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) LoadModule: "glx"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Module glx: vendor="X.Org Foundation"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         compiled for 1.21.1.13, module version = 1.0.0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         ABI class: X.Org Server Extension, version 10.0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Matched ati as autoconfigured driver 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Matched modesetting as autoconfigured driver 1
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Matched fbdev as autoconfigured driver 2
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Matched vesa as autoconfigured driver 3
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) Assigned the driver to the xf86ConfigLayout
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) LoadModule: "ati"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (WW) Warning, couldn't open module ati
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (EE) Failed to load module "ati" (module does not exist, 0)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) LoadModule: "modesetting"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Module modesetting: vendor="X.Org Foundation"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         compiled for 1.21.1.13, module version = 1.21.1
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         Module class: X.Org Video Driver
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         ABI class: X.Org Video Driver, version 25.2
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) LoadModule: "fbdev"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (WW) Warning, couldn't open module fbdev
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (EE) Failed to load module "fbdev" (module does not exist, 0)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) LoadModule: "vesa"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (WW) Warning, couldn't open module vesa
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (EE) Failed to load module "vesa" (module does not exist, 0)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modesetting: Driver for Modesetting Kernel Drivers: kms
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): using drv /dev/dri/card1
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Creating default Display subsection in Screen section
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         "Default Screen Section" for depth/fbbpp 24/32
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) modeset(0): Depth 24, (==) framebuffer bpp 32
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) modeset(0): RGB weight 888
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) modeset(0): Default visual is TrueColor
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Loading sub module "glamoregl"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) LoadModule: "glamoregl"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Loading /usr/lib/xorg/modules/libglamoregl.so
may 26 14:03:39 carlos-pc kernel: eth0: renamed from veth70df21b
may 26 14:03:39 carlos-pc kernel: eth0: renamed from veth4e1a52e
may 26 14:03:39 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth42d1bfb) entered blocking state
may 26 14:03:39 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth42d1bfb) entered forwarding state
may 26 14:03:39 carlos-pc kernel: br-bcbfcb2bda6b: port 1(vethd5f3891) entered blocking state
may 26 14:03:39 carlos-pc kernel: br-bcbfcb2bda6b: port 1(vethd5f3891) entered forwarding state
may 26 14:03:39 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethee7364a) entered blocking state
may 26 14:03:39 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethee7364a) entered forwarding state
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.8091] device (vethd5f3891): carrier: link connected
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.8095] device (veth42d1bfb): carrier: link connected
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.8098] device (br-bcbfcb2bda6b): carrier: link connected
may 26 14:03:39 carlos-pc NetworkManager[690]: <info>  [1716750219.8101] device (vethee7364a): carrier: link connected
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Module glamoregl: vendor="X.Org Foundation"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         compiled for 1.21.1.13, module version = 1.0.1
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         ABI class: X.Org ANSI C Emulation, version 0.4
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): glamor X acceleration enabled on AMD Radeon RX 7800 XT (radeonsi, navi32, LLVM 17.0.6, DRM 3.57, 6.9.1-arch1-1)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): glamor initialized
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) modeset(0): VariableRefresh: disabled
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) modeset(0): AsyncFlipSecondaries: disabled
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Output DP-1 has no monitor section
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Output DP-2 has no monitor section
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Output DP-3 has no monitor section
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Output HDMI-1 has no monitor section
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): EDID for output DP-1
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): EDID for output DP-2
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Manufacturer: SAM  Model: 71da  Serial#: 893464629
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Year: 2021  Week: 18
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): EDID Version: 1.4
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Digital Display Input
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 8 bits per channel
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Digital interface is DisplayPort
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Max Image Size [cm]: horiz.: 53  vert.: 30
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Gamma: 2.20
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): DPMS capabilities: Off
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): First detailed timing is preferred mode
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Preferred mode is native pixel format and refresh rate
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): redX: 0.651 redY: 0.336   greenX: 0.326 greenY: 0.616
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): blueX: 0.153 blueY: 0.073   whiteX: 0.313 whiteY: 0.329
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported established timings:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 720x400@70Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 640x480@60Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 640x480@67Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 640x480@72Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 640x480@75Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 800x600@56Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 800x600@60Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 800x600@72Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 800x600@75Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 832x624@75Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 1024x768@60Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 1024x768@70Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 1024x768@75Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 1280x1024@75Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 1152x864@75Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Manufacturer's mask: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported standard timings:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): #0: hsize: 1280  vsize 720  refresh: 60  vid: 49281
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): #1: hsize: 1280  vsize 800  refresh: 60  vid: 129
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): #3: hsize: 1440  vsize 900  refresh: 60  vid: 149
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): #4: hsize: 1600  vsize 900  refresh: 60  vid: 49321
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): #6: hsize: 1152  vsize 864  refresh: 75  vid: 20337
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported detailed timing:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): clock: 384.1 MHz   Image Size:  527 x 296 mm
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): h_active: 1920  h_sync: 1978  h_sync_end 2010 h_blank_end 2070 h_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): v_active: 1080  v_sync: 1102  v_sync_end 1110 v_blanking: 1125 v_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Ranges: V min: 48 V max: 165 Hz, H min: 30 H max: 167 kHz, PixClock max 405 MHz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Monitor name: LS24AG32x
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Serial No: H9JWC00210
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported detailed timing:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): clock: 297.0 MHz   Image Size:  527 x 296 mm
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported detailed timing:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): clock: 148.5 MHz   Image Size:  527 x 296 mm
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported detailed timing:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): clock: 346.5 MHz   Image Size:  527 x 296 mm
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end 2000 h_blank_end 2080 h_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end 1088 v_blanking: 1157 v_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Number of EDID sections to follow: 1
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): EDID (in hex):
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         00ffffffffffff004c2dda7135304135
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         121f0104a5351e782acb75a656539d27
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         125054bfef8081c0810081809500a9c0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         b300714f01010e96809670382d403a20
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         68040f282100001e000000fd0030a51e
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         a728000a202020202020000000fc004c
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         53323441473332780a202020000000ff
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         0048394a57433030323130202020010e
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         020315e148903f1f4004131203230907
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         07830100000474801871382d40582c45
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         000f282100001e023a801871382d4058
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         2c45000f282100001e5a8780a070384d
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         40302035000f282100001e0000000000
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         00000000000000000000000000000000
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         00000000000000000000000000000000
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         000000000000000000000000000000e6
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Printing probed modes for output DP-2
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1920x1080"x165.0  384.14  1920 1978 2010 2070  1080 1102 1110 1125 +hsync +vsync (185.6 kHz eP)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1920x1080"x60.0  356.38  1920 2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1920x1080"x144.0  346.50  1920 1968 2000 2080  1080 1083 1088 1157 +hsync +vsync (166.6 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1920x1080"x120.0  297.00  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (135.0 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1920x1080"x100.0  297.00  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (112.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1920x1080"x119.9  296.70  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (134.9 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1920x1080"x60.0  266.50  1920 1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920 2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920 1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680 1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1400x1050"x74.8  155.80  1400 1464 1784 1912  1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400 1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1600x900"x60.0  246.00  1600 1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1600x900"x59.9  186.50  1600 1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600 1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1600x900"x60.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync +vsync (60.0 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600 1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728  1024 1025 1028 1072 +hsync +vsync (91.1 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1440x900"x59.9  106.50  1440 1520 1672 1904  900 903 909 934 -hsync +vsync (55.9 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400 1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400 1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x960"x85.0  148.50  1280 1344 1504 1728  960 961 964 1011 +hsync +vsync (85.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1440x810"x60.0  198.12  1440 1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1440x810"x60.0  151.88  1440 1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368 1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368 1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x800"x60.0  174.25  1280 1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x800"x60.0  134.25  1280 1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280 1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x60.0  156.12  1280 1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x60.0  120.75  1280 1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x85.0  194.02  1024 1108 1220 1416  768 768 770 806 doublescan -hsync +vsync (137.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x75.0  170.24  1024 1108 1220 1416  768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x60.0  133.47  1024 1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x85.0   94.50  1024 1072 1168 1376  768 769 772 808 +hsync +vsync (68.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768i"x87.0   44.90  1024 1032 1208 1264  768 768 776 817 interlace +hsync +vsync (35.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x720"x85.0  170.68  960 1036 1144 1328  720 720 722 756 doublescan -hsync +vsync (128.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x720"x75.0  148.50  960 1032 1144 1320  720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x720"x60.0  117.00  960 1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "928x696"x75.0  144.00  928 992 1104 1280  696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "928x696"x60.1  109.15  928 976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "896x672"x75.0  130.50  896 944 1052 1228  672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "896x672"x60.0  102.40  896 960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x576"x60.0   98.50  1024 1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x600"x59.9   96.62  960 1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x85.0  114.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (106.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x75.0  101.25  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x85.1   56.30  800 832 896 1048  600 601 604 631 +hsync +vsync (53.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x512"x85.0   78.75  640 672 752 864  512 512 514 536 doublescan +hsync +vsync (91.1 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x85.1   74.25  640 672 752 864  480 480 482 505 doublescan +hsync +vsync (85.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x85.0   36.00  640 696 752 832  480 481 484 509 -hsync -vsync (43.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x66.7   30.24  640 704 768 864  480 483 486 525 -hsync -vsync (35.0 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x400"x85.0   35.50  720 756 828 936  400 401 404 446 -hsync +vsync (37.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x400"x85.1   31.50  640 672 736 832  400 401 404 445 -hsync +vsync (37.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x350"x85.1   31.50  640 672 736 832  350 382 385 445 +hsync -vsync (37.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "512x384"x85.0   47.25  512 536 584 688  384 384 386 404 doublescan +hsync +vsync (68.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "512x384i"x87.1   22.45  512 516 604 632  384 384 388 408 interlace doublescan +hsync +vsync (35.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "400x300"x85.3   28.15  400 416 448 524  300 300 302 315 doublescan +hsync +vsync (53.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x240"x85.2   18.00  320 348 376 416  240 240 242 254 doublescan -hsync -vsync (43.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "360x200"x85.0   17.75  360 378 414 468  200 200 202 223 doublescan -hsync +vsync (37.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x200"x85.3   15.75  320 336 368 416  200 200 202 222 doublescan -hsync +vsync (37.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x175"x85.3   15.75  320 336 368 416  175 191 192 222 doublescan +hsync -vsync (37.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): EDID for output DP-3
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): EDID for output HDMI-1
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Manufacturer: GSM  Model: 5acd  Serial#: 16843009
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Year: 2014  Week: 1
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): EDID Version: 1.3
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Digital Display Input
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Max Image Size [cm]: horiz.: 41  vert.: 23
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Gamma: 2.20
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): DPMS capabilities: StandBy Suspend Off
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): First detailed timing is preferred mode
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): redX: 0.636 redY: 0.345   greenX: 0.332 greenY: 0.609
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): blueX: 0.156 blueY: 0.061   whiteX: 0.313 whiteY: 0.329
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported established timings:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 720x400@70Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 640x480@60Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 640x480@75Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 800x600@56Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 800x600@60Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 800x600@75Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 832x624@75Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 1024x768@60Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): 1024x768@75Hz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Manufacturer's mask: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported standard timings:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): #0: hsize: 640  vsize 480  refresh: 75  vid: 20273
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): #1: hsize: 800  vsize 600  refresh: 75  vid: 20293
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): #2: hsize: 1024  vsize 768  refresh: 75  vid: 20321
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): #3: hsize: 1280  vsize 720  refresh: 60  vid: 49281
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported detailed timing:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): clock: 85.5 MHz   Image Size:  410 x 230 mm
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): h_active: 1366  h_sync: 1436  h_sync_end 1579 h_blank_end 1792 h_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 774 v_blanking: 798 v_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 61 kHz, PixClock max 95 MHz
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Monitor name: LG HD
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Serial No:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported detailed timing:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): clock: 74.2 MHz   Image Size:  440 x 250 mm
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Supported detailed timing:
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): clock: 27.0 MHz   Image Size:  440 x 250 mm
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): h_active: 720  h_sync: 736  h_sync_end 798 h_blank_end 858 h_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): v_active: 480  v_sync: 489  v_sync_end 495 v_blanking: 525 v_border: 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Number of EDID sections to follow: 1
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): EDID (in hex):
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         00ffffffffffff001e6dcd5a01010101
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         0118010380291778ead025a258559c28
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         0f5054a76a00314f454f614f81c00101
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         010101010101662156aa51001e30468f
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         33009ae61000001e000000fd00384b1e
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         3d09000a202020202020000000fc004c
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         472048440a20202020202020000000ff
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         000a20202020202020202020202001ff
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         020318f1458413011203230907078301
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         000065030c0010000000000000000000
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         00000000000000000000000000000000
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         000000000000000000000000011d0072
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         51d01e206e285500b8fa1000001e8c0a
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         d08a20e02d10103e9600b8fa10000018
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         00000000000000000000000000000000
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0):         00000000000000000000000000000019
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "800x600" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "896x672" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "928x696" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "960x720" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "1024x768" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "1024x576" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "1280x720" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "1280x720" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Not using default mode "960x600" (bad mode clock/interlace/doublescan)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Printing probed modes for output HDMI-1
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1366x768"x59.8   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280 1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280 1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x576"x60.0   78.38  1024 1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x600"x60.0   77.00  960 984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "832x624"x74.6   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x540"x60.0   86.50  960 1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x540"x60.0   69.25  960 984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x70.0   94.50  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x65.0   87.75  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x60.0   81.00  800 832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "840x525"x60.0   73.12  840 892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "840x525"x59.9   59.50  840 864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "700x525"x74.8   77.90  700 732 892 956  525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "700x525"x60.0   61.00  700 744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x450"x59.9   59.12  800 848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x450"x59.8   48.75  800 824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x512"x75.0   67.50  640 648 720 844  512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x512"x60.0   54.00  640 664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "700x450"x60.0   51.75  700 740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "700x450"x59.9   43.25  700 724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x60.0   54.00  640 688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "684x384"x59.9   42.62  684 720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "684x384"x59.9   36.12  684 708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x400"x59.9   41.75  640 676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x400"x60.0   35.50  640 664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "576x432"x75.0   54.00  576 608 672 800  432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x360"x59.9   37.25  640 672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x360"x59.8   31.88  640 664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "512x384"x75.0   39.38  512 520 568 656  384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "512x384"x70.1   37.50  512 524 592 664  384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "512x384"x60.0   32.50  512 524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "512x288"x60.0   23.25  512 532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "512x288"x59.9   21.00  512 536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "416x312"x74.7   28.64  416 432 464 576  312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "480x270"x59.6   20.38  480 496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "480x270"x59.8   18.62  480 504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "400x300"x72.2   25.00  400 428 488 520  300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "400x300"x75.1   24.75  400 408 448 528  300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "400x300"x60.3   20.00  400 420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "400x300"x56.3   18.00  400 412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "432x243"x59.9   16.25  432 444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "432x243"x59.6   15.25  432 456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x240"x72.8   15.75  320 332 352 416  240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x240"x75.0   15.75  320 328 360 420  240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x240"x60.1   12.59  320 328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "360x202"x59.5   11.25  360 372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "360x202"x59.1   10.88  360 384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x180"x59.8    9.00  320 332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "320x180"x59.3    8.88  320 344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Output DP-1 disconnected
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Output DP-2 connected
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Output DP-3 disconnected
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Output HDMI-1 connected
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Using spanning desktop for initial modes
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Output DP-2 using initial mode 1920x1080 +0+0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Output HDMI-1 using initial mode 1366x768 +1920+0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) modeset(0): DPI set to (96, 96)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Loading sub module "fb"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) LoadModule: "fb"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Module "fb" already built-in
may 26 14:03:39 carlos-pc dockerd[1293]: time="2024-05-26T14:03:39.865678119-05:00" level=info msg="Loading containers: done."
may 26 14:03:39 carlos-pc dockerd[1293]: time="2024-05-26T14:03:39.911629243-05:00" level=info msg="Docker daemon" commit=8e96db1c32 containerd-snapshotter=false storage-driver=overlay2 version=26.1.3
may 26 14:03:39 carlos-pc dockerd[1293]: time="2024-05-26T14:03:39.913024260-05:00" level=info msg="Daemon has completed initialization"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) modeset(0): Backing store enabled
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) modeset(0): Silken mouse enabled
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (==) modeset(0): DPMS enabled
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): [DRI2] Setup complete
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): [DRI2]   DRI driver: radeonsi
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension Generic Event Extension
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension SHAPE
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension MIT-SHM
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension XInputExtension
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension XTEST
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension BIG-REQUESTS
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension SYNC
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension XKEYBOARD
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension XC-MISC
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension SECURITY
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension XFIXES
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension RENDER
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension RANDR
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension COMPOSITE
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension DAMAGE
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension MIT-SCREEN-SAVER
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension DOUBLE-BUFFER
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension RECORD
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension DPMS
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension Present
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension DRI3
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension X-Resource
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension XVideo
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension XVideo-MotionCompensation
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension GLX
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) AIGLX: Loaded and initialized radeonsi
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) GLX: Initialized DRI2 GL provider for screen 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension XFree86-VidModeExtension
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension XFree86-DGA
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension XFree86-DRI
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Initializing extension DRI2
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Damage tracking initialized
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Setting screen physical size to 869 x 285
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Power Button: Applying InputClass "system-keyboard"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) LoadModule: "libinput"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Module libinput: vendor="X.Org Foundation"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         compiled for 1.21.1.8, module version = 1.4.0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         Module class: X.Org XInput Driver
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]:         ABI class: X.Org XInput driver, version 24.4
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Using input driver 'libinput' for 'Power Button'
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Power Button: always reports core events
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "Device" "/dev/input/event2"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event2  - Power Button: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event2  - Power Button: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event2  - Power Button: device removed
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "xkb_layout" "es"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event2  - Power Button: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event2  - Power Button: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Power Button: Applying InputClass "system-keyboard"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Using input driver 'libinput' for 'Power Button'
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 30 paused 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Power Button: always reports core events
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "Device" "/dev/input/event1"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event1  - Power Button: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event1  - Power Button: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event1  - Power Button: device removed
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "xkb_layout" "es"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event1  - Power Button: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event1  - Power Button: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Sleep Button: Applying InputClass "system-keyboard"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Using input driver 'libinput' for 'Sleep Button'
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 31 paused 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Sleep Button: always reports core events
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "Device" "/dev/input/event0"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event0  - Sleep Button: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event0  - Sleep Button: device removed
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "xkb_layout" "es"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event0  - Sleep Button: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event0  - Sleep Button: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event11)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event12)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event13)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event14)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event5)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) SONiX USB DEVICE: Applying InputClass "libinput keyboard catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) SONiX USB DEVICE: Applying InputClass "system-keyboard"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Using input driver 'libinput' for 'SONiX USB DEVICE'
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 32 paused 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) SONiX USB DEVICE: always reports core events
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "Device" "/dev/input/event5"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event5  - SONiX USB DEVICE: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event5  - SONiX USB DEVICE: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event5  - SONiX USB DEVICE: device removed
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:0C45:5004.0006/input/input16/event5"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) XINPUT: Adding extended input device "SONiX USB DEVICE" (type: KEYBOARD, id 9)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "xkb_layout" "es"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event5  - SONiX USB DEVICE: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event5  - SONiX USB DEVICE: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device SONiX USB DEVICE Keyboard (/dev/input/event6)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) SONiX USB DEVICE Keyboard: Applying InputClass "libinput keyboard catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) SONiX USB DEVICE Keyboard: Applying InputClass "system-keyboard"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Using input driver 'libinput' for 'SONiX USB DEVICE Keyboard'
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 33 paused 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) SONiX USB DEVICE Keyboard: always reports core events
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "Device" "/dev/input/event6"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event6  - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event6  - SONiX USB DEVICE Keyboard: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event6  - SONiX USB DEVICE Keyboard: device removed
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) libinput: SONiX USB DEVICE Keyboard: needs a virtual subdevice
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:0C45:5004.0007/input/input17/event6"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) XINPUT: Adding extended input device "SONiX USB DEVICE Keyboard" (type: MOUSE, id 10)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "AccelerationScheme" "none"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) SONiX USB DEVICE Keyboard: (accel) selected scheme none/0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) SONiX USB DEVICE Keyboard: (accel) acceleration factor: 2.000
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) SONiX USB DEVICE Keyboard: (accel) acceleration threshold: 4
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event6  - SONiX USB DEVICE Keyboard: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event6  - SONiX USB DEVICE Keyboard: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device SONiX USB DEVICE (/dev/input/event7)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/event4)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Logitech Wireless Mouse: Applying InputClass "libinput keyboard catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Logitech Wireless Mouse: Applying InputClass "system-keyboard"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 34 paused 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Logitech Wireless Mouse: always reports core events
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "Device" "/dev/input/event4"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event4  - Logitech Wireless Mouse: is tagged by udev as: Keyboard Mouse
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event4  - Logitech Wireless Mouse: device is a pointer
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event4  - Logitech Wireless Mouse: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event4  - Logitech Wireless Mouse: device removed
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) libinput: Logitech Wireless Mouse: needs a virtual subdevice
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/0003:046D:4054.0005/input/input15/event4"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: MOUSE, id 11)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "AccelerationScheme" "none"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Logitech Wireless Mouse: (accel) selected scheme none/0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Logitech Wireless Mouse: (accel) acceleration factor: 2.000
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Logitech Wireless Mouse: (accel) acceleration threshold: 4
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event4  - Logitech Wireless Mouse: is tagged by udev as: Keyboard Mouse
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event4  - Logitech Wireless Mouse: device is a pointer
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event4  - Logitech Wireless Mouse: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device Logitech Wireless Mouse (/dev/input/mouse0)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Logitech Wireless Mouse: Applying InputClass "system-keyboard"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device Jieli Technology UACDemoV1.0 (/dev/input/event3)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Jieli Technology UACDemoV1.0: Applying InputClass "libinput keyboard catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Jieli Technology UACDemoV1.0: Applying InputClass "system-keyboard"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Using input driver 'libinput' for 'Jieli Technology UACDemoV1.0'
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 35 paused 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Jieli Technology UACDemoV1.0: always reports core events
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "Device" "/dev/input/event3"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event3  - Jieli Technology UACDemoV1.0: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event3  - Jieli Technology UACDemoV1.0: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event3  - Jieli Technology UACDemoV1.0: device removed
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9.1/1-9.1:1.4/0003:4C4A:4155.0004/input/input9/event3"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) XINPUT: Adding extended input device "Jieli Technology UACDemoV1.0" (type: KEYBOARD, id 12)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "xkb_layout" "es"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event3  - Jieli Technology UACDemoV1.0: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event3  - Jieli Technology UACDemoV1.0: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event15)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event16)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event17)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event18)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event19)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event20)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event21)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device Asus WMI hotkeys (/dev/input/event10)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Asus WMI hotkeys: Applying InputClass "libinput keyboard catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Asus WMI hotkeys: Applying InputClass "system-keyboard"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 36 paused 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Asus WMI hotkeys: always reports core events
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "Device" "/dev/input/event10"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event10 - Asus WMI hotkeys: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event10 - Asus WMI hotkeys: device removed
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "config_info" "udev:/sys/devices/platform/asus-nb-wmi/input/input21/event10"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) XINPUT: Adding extended input device "Asus WMI hotkeys" (type: KEYBOARD, id 13)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "xkb_layout" "es"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event10 - Asus WMI hotkeys: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event10 - Asus WMI hotkeys: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event9)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Eee PC WMI hotkeys: Applying InputClass "system-keyboard"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 37 paused 0
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Eee PC WMI hotkeys: always reports core events
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "Device" "/dev/input/event9"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event9  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event9  - Eee PC WMI hotkeys: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event9  - Eee PC WMI hotkeys: device removed
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input20/event9"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 14)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "xkb_layout" "es"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event9  - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event9  - Eee PC WMI hotkeys: device is a keyboard
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) No input driver specified, ignoring this device.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) This device may have been added with another device file.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) SONiX USB DEVICE Keyboard: Applying InputClass "libinput keyboard catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) SONiX USB DEVICE Keyboard: Applying InputClass "system-keyboard"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Using input driver 'libinput' for 'SONiX USB DEVICE Keyboard'
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) SONiX USB DEVICE Keyboard: always reports core events
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "Device" "/dev/input/event6"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) libinput: SONiX USB DEVICE Keyboard: is a virtual subdevice
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.1/0003:0C45:5004.0007/input/input17/event6"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) XINPUT: Adding extended input device "SONiX USB DEVICE Keyboard" (type: KEYBOARD, id 15)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "xkb_layout" "es"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Logitech Wireless Mouse: Applying InputClass "libinput pointer catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Logitech Wireless Mouse: Applying InputClass "libinput keyboard catchall"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Logitech Wireless Mouse: Applying InputClass "system-keyboard"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) Using input driver 'libinput' for 'Logitech Wireless Mouse'
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Logitech Wireless Mouse: always reports core events
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "Device" "/dev/input/event4"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) libinput: Logitech Wireless Mouse: is a virtual subdevice
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) libinput: Logitech Wireless Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:046D:C534.0003/0003:046D:4054.0005/input/input15/event4"
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (II) XINPUT: Adding extended input device "Logitech Wireless Mouse" (type: KEYBOARD, id 16)
may 26 14:03:39 carlos-pc /usr/lib/gdm-x-session[1801]: (**) Option "xkb_layout" "es"
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1900]: /etc/gdm/Xsession: Beginning session setup...
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1918]: localuser:carlos being added to access control list
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1900]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/gnome-session
may 26 14:03:40 carlos-pc systemd[1379]: Starting Accessibility services bus...
may 26 14:03:40 carlos-pc systemd[1379]: Started Accessibility services bus.
may 26 14:03:40 carlos-pc at-spi-bus-launcher[1943]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
may 26 14:03:40 carlos-pc at-spi-bus-launcher[1943]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
may 26 14:03:40 carlos-pc dbus-broker-launch[1943]: Ready
may 26 14:03:40 carlos-pc dockerd[1293]: time="2024-05-26T14:03:40.330723420-05:00" level=info msg="API listen on /run/docker.sock"
may 26 14:03:40 carlos-pc systemd[1]: Started Docker Application Container Engine.
may 26 14:03:40 carlos-pc systemd[1]: Reached target Multi-User System.
may 26 14:03:40 carlos-pc systemd[1]: Reached target Graphical Interface.
may 26 14:03:40 carlos-pc systemd[1]: Startup finished in 12.635s (firmware) + 6.740s (loader) + 3.186s (kernel) + 10.054s (userspace) = 32.615s.
may 26 14:03:40 carlos-pc systemd[1379]: Created slice Slice /app/gnome-session-manager.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME X11 Session.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target Session services which should run early before the graphical session is brought up.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME Shell.
may 26 14:03:40 carlos-pc systemd[1379]: Starting Monitor Session leader for GNOME Session...
may 26 14:03:40 carlos-pc systemd[1379]: Started Monitor Session leader for GNOME Session.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target Tasks to be run before GNOME Session starts.
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME Session Manager (session: gnome)...
may 26 14:03:40 carlos-pc gnome-keyring-daemon[1998]: discover_other_daemon: 1
may 26 14:03:40 carlos-pc gnome-keyring-ssh.desktop[1998]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
may 26 14:03:40 carlos-pc gnome-keyring-daemon[1544]: The PKCS#11 component was already initialized
may 26 14:03:40 carlos-pc gnome-keyring-d[1544]: The PKCS#11 component was already initialized
may 26 14:03:40 carlos-pc gnome-keyring-pkcs11.desktop[1999]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
may 26 14:03:40 carlos-pc gnome-keyring-daemon[1999]: discover_other_daemon: 1
may 26 14:03:40 carlos-pc gnome-keyring-daemon[1544]: The Secret Service was already initialized
may 26 14:03:40 carlos-pc gnome-keyring-d[1544]: The Secret Service was already initialized
may 26 14:03:40 carlos-pc gnome-keyring-daemon[2002]: discover_other_daemon: 1
may 26 14:03:40 carlos-pc gnome-keyring-secrets.desktop[2002]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
may 26 14:03:40 carlos-pc systemd[1379]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1988.scope: PID 1988 vanished before we could move it to target cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dpkcs11-1988.scope', skipping: No such process
may 26 14:03:40 carlos-pc systemd[1379]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1988.scope: No PIDs left to attach to the scope's control group, refusing.
may 26 14:03:40 carlos-pc systemd[1379]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1988.scope: Failed with result 'resources'.
may 26 14:03:40 carlos-pc systemd[1379]: Failed to start Application launched by gnome-session-binary.
may 26 14:03:40 carlos-pc systemd[1379]: app-gnome-gnome\x2dkeyring\x2dsecrets-1993.scope: PID 1993 vanished before we could move it to target cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dsecrets-1993.scope', skipping: No such process
may 26 14:03:40 carlos-pc systemd[1379]: app-gnome-gnome\x2dkeyring\x2dsecrets-1993.scope: No PIDs left to attach to the scope's control group, refusing.
may 26 14:03:40 carlos-pc systemd[1379]: app-gnome-gnome\x2dkeyring\x2dsecrets-1993.scope: Failed with result 'resources'.
may 26 14:03:40 carlos-pc systemd[1379]: Failed to start Application launched by gnome-session-binary.
may 26 14:03:40 carlos-pc systemd[1379]: app-gnome-gnome\x2dkeyring\x2dssh-1989.scope: PID 1989 vanished before we could move it to target cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dssh-1989.scope', skipping: No such process
may 26 14:03:40 carlos-pc systemd[1379]: app-gnome-gnome\x2dkeyring\x2dssh-1989.scope: No PIDs left to attach to the scope's control group, refusing.
may 26 14:03:40 carlos-pc systemd[1379]: app-gnome-gnome\x2dkeyring\x2dssh-1989.scope: Failed with result 'resources'.
may 26 14:03:40 carlos-pc systemd[1379]: Failed to start Application launched by gnome-session-binary.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME Session Manager (session: gnome).
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME Session Manager is ready.
may 26 14:03:40 carlos-pc systemd[1379]: GNOME Shell on Wayland was skipped because of an unmet condition check (ConditionEnvironment=XDG_SESSION_TYPE=wayland).
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME Shell on X11...
may 26 14:03:40 carlos-pc systemd[1379]: Starting Virtual filesystem service...
may 26 14:03:40 carlos-pc systemd[1379]: Started Virtual filesystem service.
may 26 14:03:40 carlos-pc gnome-shell[2004]: Running GNOME Shell (using mutter 46.1) as a X11 window and compositing manager
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): EDID vendor "GSM", prod id 23245
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Using EDID range info for horizontal sync
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Using EDID range info for vertical refresh
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Printing DDC gathered Modelines:
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Disabling kernel dirty updates, not required.
may 26 14:03:40 carlos-pc systemd[1379]: Created slice Slice /app/dbus-:1.7-org.a11y.atspi.Registry.
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): EDID vendor "GSM", prod id 23245
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Using hsync ranges from config file
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Using vrefresh ranges from config file
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Printing DDC gathered Modelines:
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1366x768"x0.0   85.50  1366 1436 1579 1792  768 771 774 798 +hsync +vsync (47.7 kHz eP)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x480"x0.0   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1280x720"x0.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x576"x0.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync (49.7 kHz e)
may 26 14:03:40 carlos-pc /usr/lib/gdm-x-session[1801]: (II) modeset(0): Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
may 26 14:03:40 carlos-pc systemd[1379]: Started dbus-:1.7-org.a11y.atspi.Registry@0.service.
may 26 14:03:40 carlos-pc at-spi2-registryd[2053]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
may 26 14:03:40 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 26 14:03:40 carlos-pc containerd[761]: time="2024-05-26T14:03:40.709015205-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:40 carlos-pc containerd[761]: time="2024-05-26T14:03:40.709060231-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:40 carlos-pc containerd[761]: time="2024-05-26T14:03:40.709068129-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 26 14:03:40 carlos-pc dockerd[1293]: time="2024-05-26T14:03:40.709080533-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 26 14:03:40 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth42d1bfb) entered disabled state
may 26 14:03:40 carlos-pc kernel: veth1e56ec7: renamed from eth0
may 26 14:03:40 carlos-pc gnome-shell[2004]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
may 26 14:03:40 carlos-pc gnome-shell[2004]: Will monitor session 3
may 26 14:03:40 carlos-pc systemd[1379]: Created slice Slice /app/dbus-:1.2-org.gnome.Shell.Screencast.
may 26 14:03:40 carlos-pc NetworkManager[690]: <info>  [1716750220.7878] manager: (veth1e56ec7): new Veth device (/org/freedesktop/NetworkManager/Devices/13)
may 26 14:03:40 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth42d1bfb) entered disabled state
may 26 14:03:40 carlos-pc kernel: veth42d1bfb (unregistering): left allmulticast mode
may 26 14:03:40 carlos-pc kernel: veth42d1bfb (unregistering): left promiscuous mode
may 26 14:03:40 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth42d1bfb) entered disabled state
may 26 14:03:40 carlos-pc systemd[1379]: Started dbus-:1.2-org.gnome.Shell.Screencast@0.service.
may 26 14:03:40 carlos-pc systemd[1379]: Created slice Slice /app/dbus-:1.2-org.gnome.Shell.CalendarServer.
may 26 14:03:40 carlos-pc systemd[1379]: Started dbus-:1.2-org.gnome.Shell.CalendarServer@0.service.
may 26 14:03:40 carlos-pc systemd[1379]: Starting sandboxed app permission store...
may 26 14:03:40 carlos-pc systemd[1379]: Created slice Slice /app/dbus-:1.2-org.gnome.Shell.Notifications.
may 26 14:03:40 carlos-pc systemd[1379]: Started dbus-:1.2-org.gnome.Shell.Notifications@0.service.
may 26 14:03:40 carlos-pc systemd[1379]: Started sandboxed app permission store.
may 26 14:03:40 carlos-pc systemd[1]: run-docker-netns-579dcaf47706.mount: Deactivated successfully.
may 26 14:03:40 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 26 14:03:40 carlos-pc gnome-shell[2004]: Could not issue 'GetUnit' systemd call
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME Shell on X11.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME Session is initialized.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME session X11 services.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME Session (session: gnome).
may 26 14:03:40 carlos-pc systemd[1379]: Starting Signal initialization done to GNOME Session Manager...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME accessibility service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME color management service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME date & time service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME maintenance of expirable data service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME keyboard configuration service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME keyboard shortcuts service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME power management service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME printer notifications service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME RFKill support service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME FreeDesktop screensaver service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME file sharing service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME smartcard service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME sound sample caching service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME USB protection service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME Wacom tablet support service...
may 26 14:03:40 carlos-pc systemd[1379]: Starting GNOME XSettings service...
may 26 14:03:40 carlos-pc gnome-session-binary[1981]: Entering running state
may 26 14:03:40 carlos-pc systemd[1379]: Finished Signal initialization done to GNOME Session Manager.
may 26 14:03:40 carlos-pc kernel: rfkill: input handler disabled
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME accessibility service.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME smartcard service.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME RFKill support service.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME maintenance of expirable data service.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME FreeDesktop screensaver service.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME printer notifications service.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME file sharing service.
may 26 14:03:40 carlos-pc systemd[1379]: Started Application launched by gnome-session-binary.
may 26 14:03:40 carlos-pc systemd[1379]: Started Application launched by gnome-session-binary.
may 26 14:03:40 carlos-pc systemd[1379]: Started Application launched by gnome-session-binary.
may 26 14:03:40 carlos-pc systemd[1379]: Started Application launched by gnome-session-binary.
may 26 14:03:40 carlos-pc systemd[1379]: Started Application launched by gnome-session-binary.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME accessibility target.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME maintenance of expirable data target.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME printer notifications target.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME RFKill support target.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME FreeDesktop screensaver target.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME file sharing target.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME smartcard target.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME date & time service.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME date & time target.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME sound sample caching service.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME sound sample caching target.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME USB protection service.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME USB protection target.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME keyboard configuration service.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME color management service.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME power management service.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME keyboard shortcuts service.
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME Wacom tablet support service.
may 26 14:03:40 carlos-pc systemd[1379]: Created slice Slice /app/dbus-:1.2-org.gnome.ScreenSaver.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME color management target.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME keyboard configuration target.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME keyboard shortcuts target.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME power management target.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME Wacom tablet support target.
may 26 14:03:40 carlos-pc systemd[1379]: Started dbus-:1.2-org.gnome.ScreenSaver@0.service.
may 26 14:03:40 carlos-pc systemd[1379]: Started PipeWire Multimedia Service.
may 26 14:03:40 carlos-pc systemd[1]: Starting Disk Manager...
may 26 14:03:40 carlos-pc systemd[1379]: Started Multimedia Service Session Manager.
may 26 14:03:40 carlos-pc systemd[1379]: Started PipeWire PulseAudio.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 6 threads of 4 processes of 1 users.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 6 threads of 4 processes of 1 users.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 6 threads of 4 processes of 1 users.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 6 threads of 4 processes of 1 users.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 6 threads of 4 processes of 1 users.
may 26 14:03:40 carlos-pc gnome-shell[2004]: Failed to launch ibus-daemon: Falló al ejecutar el proceso hijo «ibus-daemon» (No existe el fichero o el directorio)
may 26 14:03:40 carlos-pc gnome-shell[2004]: Gio.UnixInputStream has been moved to a separate platform-specific library. Please update your code to use GioUnix.InputStream instead.
                                             0 inhibit() ["resource:///org/gnome/shell/misc/loginManager.js":209:8]
                                             1 InterpretGeneratorResume() ["self-hosted":1455:33]
                                             2 AsyncFunctionNext() ["self-hosted":852:26]
                                             3 anonymous() ["resource:///org/gnome/shell/ui/init.js":21:19]
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Successfully made thread 2301 of process 2301 owned by '1000' high priority at nice level -11.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 7 threads of 5 processes of 2 users.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 7 threads of 5 processes of 2 users.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Successfully made thread 2325 of process 2301 owned by '1000' RT at priority 20.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 8 threads of 5 processes of 2 users.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 8 threads of 5 processes of 2 users.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Successfully made thread 2302 of process 2302 owned by '1000' high priority at nice level -11.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 9 threads of 6 processes of 2 users.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 9 threads of 6 processes of 2 users.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 9 threads of 6 processes of 2 users.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Successfully made thread 2305 of process 2305 owned by '1000' high priority at nice level -11.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 10 threads of 7 processes of 2 users.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Successfully made thread 2335 of process 2305 owned by '1000' RT at priority 20.
may 26 14:03:40 carlos-pc rtkit-daemon[863]: Supervising 11 threads of 7 processes of 2 users.
may 26 14:03:40 carlos-pc systemd[1379]: Starting Evolution source registry...
may 26 14:03:40 carlos-pc udisksd[2304]: udisks daemon version 2.10.1 starting
may 26 14:03:40 carlos-pc gsd-usb-protect[2182]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
may 26 14:03:40 carlos-pc gsd-media-keys[2164]: Failed to grab accelerator for keybinding settings:playback-repeat
may 26 14:03:40 carlos-pc gsd-media-keys[2164]: Failed to grab accelerator for keybinding settings:playback-random
may 26 14:03:40 carlos-pc gsd-media-keys[2164]: Failed to grab accelerator for keybinding settings:screensaver
may 26 14:03:40 carlos-pc gsd-media-keys[2164]: Failed to grab accelerator for keybinding settings:hibernate
may 26 14:03:40 carlos-pc gsd-media-keys[2164]: Failed to grab accelerator for keybinding settings:rotate-video-lock
may 26 14:03:40 carlos-pc gnome-shell[2004]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
may 26 14:03:40 carlos-pc systemd[1379]: Started GNOME XSettings service.
may 26 14:03:40 carlos-pc systemd[1379]: GNOME session X11 services is inactive.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME XSettings target.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME Session.
may 26 14:03:40 carlos-pc systemd[1379]: Reached target GNOME X11 Session (session: gnome).
may 26 14:03:40 carlos-pc systemd[1379]: Reached target Current graphical user session.
may 26 14:03:40 carlos-pc NetworkManager[690]: <info>  [1716750220.9826] manager: (veth75098f7): new Veth device (/org/freedesktop/NetworkManager/Devices/14)
may 26 14:03:40 carlos-pc NetworkManager[690]: <info>  [1716750220.9830] manager: (vethbaf8721): new Veth device (/org/freedesktop/NetworkManager/Devices/15)
may 26 14:03:40 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethbaf8721) entered blocking state
may 26 14:03:40 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethbaf8721) entered disabled state
may 26 14:03:40 carlos-pc kernel: vethbaf8721: entered allmulticast mode
may 26 14:03:40 carlos-pc kernel: vethbaf8721: entered promiscuous mode
may 26 14:03:41 carlos-pc systemd[1379]: Starting Virtual filesystem service - disk device monitor...
may 26 14:03:41 carlos-pc systemd[1379]: Starting Portal service...
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.081305896-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.081345660-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.081354140-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.081399246-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:41 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'PCM' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc wireplumber[2302]: The decibel volume range for element 'Mic' (-2837 dB - -94 dB) has negative maximum. Disabling the decibel range.
may 26 14:03:41 carlos-pc systemd[1379]: Starting flatpak document portal service...
may 26 14:03:41 carlos-pc systemd[1379]: Started flatpak document portal service.
may 26 14:03:41 carlos-pc systemd[1379]: Starting Portal service (GNOME implementation)...
may 26 14:03:41 carlos-pc systemd[1]: Started Disk Manager.
may 26 14:03:41 carlos-pc udisksd[2304]: Acquired the name org.freedesktop.UDisks2 on the system message bus
may 26 14:03:41 carlos-pc systemd[1379]: Started Virtual filesystem service - disk device monitor.
may 26 14:03:41 carlos-pc systemd[1379]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
may 26 14:03:41 carlos-pc systemd[1379]: Created slice Slice /app/dbus-:1.2-org.gnome.OnlineAccounts.
may 26 14:03:41 carlos-pc systemd[1379]: Started dbus-:1.2-org.gnome.OnlineAccounts@0.service.
may 26 14:03:41 carlos-pc goa-daemon[2551]: goa-daemon version 3.50.1 starting
may 26 14:03:41 carlos-pc systemd[1379]: Created slice Slice /app/dbus-:1.2-org.gnome.Identity.
may 26 14:03:41 carlos-pc systemd[1379]: Started dbus-:1.2-org.gnome.Identity@0.service.
may 26 14:03:41 carlos-pc NetworkManager[690]: <info>  [1716750221.1881] device (vethbaf8721): carrier: link connected
may 26 14:03:41 carlos-pc systemd[1379]: Started Virtual filesystem service - GNOME Online Accounts monitor.
may 26 14:03:41 carlos-pc kernel: eth0: renamed from veth75098f7
may 26 14:03:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethbaf8721) entered blocking state
may 26 14:03:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethbaf8721) entered forwarding state
may 26 14:03:41 carlos-pc systemd[1379]: Starting Virtual filesystem service - digital camera monitor...
may 26 14:03:41 carlos-pc systemd[1379]: Started Evolution source registry.
may 26 14:03:41 carlos-pc systemd[1379]: Starting Evolution calendar service...
may 26 14:03:41 carlos-pc systemd[1379]: Started Virtual filesystem service - digital camera monitor.
may 26 14:03:41 carlos-pc systemd[1379]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
may 26 14:03:41 carlos-pc systemd[1379]: Started Virtual filesystem service - Media Transfer Protocol monitor.
may 26 14:03:41 carlos-pc systemd[1379]: Starting Virtual filesystem service - Apple File Conduit monitor...
may 26 14:03:41 carlos-pc systemd[1379]: Started Virtual filesystem service - Apple File Conduit monitor.
may 26 14:03:41 carlos-pc polkitd[776]: Registered Authentication Agent for unix-session:3 (system bus name :1.60 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale es_CO.UTF-8)
may 26 14:03:41 carlos-pc gnome-shell[2004]: Failed to import DBusMenu, quicklists are not available: Error: Requiring Dbusmenu, version none: Typelib file for namespace 'Dbusmenu' (any version) not found
may 26 14:03:41 carlos-pc gnome-shell[2004]: Failed to import DBusMenu, quicklists are not available: Error: Requiring Dbusmenu, version none: Typelib file for namespace 'Dbusmenu' (any version) not found
may 26 14:03:41 carlos-pc gnome-shell[2004]: Failed to import DBusMenu, quicklists are not available: Error: Requiring Dbusmenu, version none: Typelib file for namespace 'Dbusmenu' (any version) not found
may 26 14:03:41 carlos-pc systemd[1379]: Created slice Slice /app/dbus-:1.2-org.freedesktop.FileManager1.
may 26 14:03:41 carlos-pc NetworkManager[690]: <info>  [1716750221.3334] agent-manager: agent[f645f302d92f999b,:1.60/org.gnome.Shell.NetworkAgent/1000]: agent registered
may 26 14:03:41 carlos-pc systemd[1379]: Started dbus-:1.2-org.freedesktop.FileManager1@0.service.
may 26 14:03:41 carlos-pc systemd[1379]: Starting Virtual filesystem metadata service...
may 26 14:03:41 carlos-pc systemd[1379]: Started Evolution calendar service.
may 26 14:03:41 carlos-pc systemd[1379]: Started Portal service (GNOME implementation).
may 26 14:03:41 carlos-pc systemd[1379]: Starting Evolution address book service...
may 26 14:03:41 carlos-pc systemd[1379]: Started Virtual filesystem metadata service.
may 26 14:03:41 carlos-pc rtkit-daemon[863]: Supervising 11 threads of 7 processes of 2 users.
may 26 14:03:41 carlos-pc rtkit-daemon[863]: Supervising 11 threads of 7 processes of 2 users.
may 26 14:03:41 carlos-pc rtkit-daemon[863]: Supervising 11 threads of 7 processes of 2 users.
may 26 14:03:41 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.370114297-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.370143216-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.370146362-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 26 14:03:41 carlos-pc dockerd[1293]: time="2024-05-26T14:03:41.370177550-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 26 14:03:41 carlos-pc systemd[1379]: Started Evolution address book service.
may 26 14:03:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethbaf8721) entered disabled state
may 26 14:03:41 carlos-pc kernel: veth75098f7: renamed from eth0
may 26 14:03:41 carlos-pc systemd[1379]: Starting Portal service (GTK/GNOME implementation)...
may 26 14:03:41 carlos-pc nautilus[2646]: Connecting to org.freedesktop.Tracker3.Miner.Files
may 26 14:03:41 carlos-pc wireplumber[2302]: BlueZ system service is not available
may 26 14:03:41 carlos-pc gsd-media-keys[2164]: Unable to get default sink
may 26 14:03:41 carlos-pc wireplumber[2302]: [0:00:14.328268258] [2302] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
may 26 14:03:41 carlos-pc wireplumber[2302]: [0:00:14.328276026] [2302] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
may 26 14:03:41 carlos-pc wireplumber[2302]: [0:00:14.328288592] [2302]  INFO Camera camera_manager.cpp:284 libcamera v0.2.0
may 26 14:03:41 carlos-pc wireplumber[2302]: device number invalid for v4l2 device:nil
may 26 14:03:41 carlos-pc wireplumber[2302]: device number invalid for libcamera device:libcamera_device.\_SB_.PC00.XHCI.RHUB.HS10-10:1.0-1b3f:2247
may 26 14:03:41 carlos-pc pipewire[2301]: [0:00:14.334300299] [2301] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
may 26 14:03:41 carlos-pc pipewire[2301]: [0:00:14.334307165] [2301] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
may 26 14:03:41 carlos-pc pipewire[2301]: [0:00:14.334319256] [2301]  INFO Camera camera_manager.cpp:284 libcamera v0.2.0
may 26 14:03:41 carlos-pc pipewire[2301]: spa.v4l2: '/dev/video0' VIDIOC_QUERYCTRL: Error de entrada/salida
may 26 14:03:41 carlos-pc pipewire[2301]: spa.v4l2: '/dev/video0' VIDIOC_QUERYCTRL: Error de entrada/salida
may 26 14:03:41 carlos-pc gsd-media-keys[2164]: Unable to get default source
may 26 14:03:41 carlos-pc gsd-media-keys[2164]: Unable to get default sink
may 26 14:03:41 carlos-pc gsd-media-keys[2164]: Unable to get default source
may 26 14:03:41 carlos-pc NetworkManager[690]: <info>  [1716750221.4380] manager: (veth75098f7): new Veth device (/org/freedesktop/NetworkManager/Devices/16)
may 26 14:03:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethbaf8721) entered disabled state
may 26 14:03:41 carlos-pc kernel: vethbaf8721 (unregistering): left allmulticast mode
may 26 14:03:41 carlos-pc kernel: vethbaf8721 (unregistering): left promiscuous mode
may 26 14:03:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethbaf8721) entered disabled state
may 26 14:03:41 carlos-pc systemd[1379]: Started Portal service (GTK/GNOME implementation).
may 26 14:03:41 carlos-pc systemd[1379]: Started Portal service.
may 26 14:03:41 carlos-pc systemd[1]: run-docker-netns-66a250875728.mount: Deactivated successfully.
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 26 14:03:41 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 26 14:03:41 carlos-pc gnome-software[2178]: Failed to load /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: libfwupd.so.2: no se puede abrir el fichero del objeto compartido: No existe el fichero o el directorio
may 26 14:03:41 carlos-pc systemd[1379]: Created slice Slice /app/dbus-:1.2-org.gnome.Epiphany.WebAppProvider.
may 26 14:03:41 carlos-pc systemd[1379]: Created slice Slice /app/dbus-:1.2-org.gnome.NautilusPreviewer.
may 26 14:03:41 carlos-pc systemd[1379]: Created slice User Background Tasks Slice.
may 26 14:03:41 carlos-pc NetworkManager[690]: <info>  [1716750221.5783] manager: (vethf1b4eba): new Veth device (/org/freedesktop/NetworkManager/Devices/17)
may 26 14:03:41 carlos-pc NetworkManager[690]: <info>  [1716750221.5788] manager: (veth6907705): new Veth device (/org/freedesktop/NetworkManager/Devices/18)
may 26 14:03:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth6907705) entered blocking state
may 26 14:03:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth6907705) entered disabled state
may 26 14:03:41 carlos-pc kernel: veth6907705: entered allmulticast mode
may 26 14:03:41 carlos-pc kernel: veth6907705: entered promiscuous mode
may 26 14:03:41 carlos-pc systemd[1379]: Started dbus-:1.2-org.gnome.Epiphany.WebAppProvider@0.service.
may 26 14:03:41 carlos-pc systemd[1379]: Started dbus-:1.2-org.gnome.NautilusPreviewer@0.service.
may 26 14:03:41 carlos-pc systemd[1379]: Starting Tracker file system data miner...
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.629638277-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.629832585-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.629844598-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.629897524-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:41 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 26 14:03:41 carlos-pc NetworkManager[690]: <info>  [1716750221.7088] device (veth6907705): carrier: link connected
may 26 14:03:41 carlos-pc kernel: eth0: renamed from vethf1b4eba
may 26 14:03:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth6907705) entered blocking state
may 26 14:03:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth6907705) entered forwarding state
may 26 14:03:41 carlos-pc slack.desktop[2191]: Initializing local storage instance
may 26 14:03:41 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 26 14:03:41 carlos-pc slack.desktop[2191]: (electron) Sending uncompressed crash reports is deprecated and will be removed in a future version of Electron. Set { compress: true } to opt-in to the new behavior. Crash reports will be uploaded gzipped, which most crash reporting servers support.
may 26 14:03:41 carlos-pc dockerd[1293]: time="2024-05-26T14:03:41.914427763-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.914482955-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.914521772-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:41 carlos-pc containerd[761]: time="2024-05-26T14:03:41.914528101-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 26 14:03:41 carlos-pc kernel: vethf1b4eba: renamed from eth0
may 26 14:03:41 carlos-pc gnome-shell[2004]: GNOME Shell started at Sun May 26 2024 14:03:40 GMT-0500 (hora estándar de Colombia)
may 26 14:03:41 carlos-pc gnome-shell[2004]: Registering session with GDM
may 26 14:03:41 carlos-pc gnome-shell[844]: Connection to xwayland lost
may 26 14:03:41 carlos-pc /usr/lib/gdm-wayland-session[831]: dbus-daemon[831]: [session uid=120 pid=831] Activating service name='org.freedesktop.systemd1' requested by ':1.11' (uid=120 pid=984 comm="/usr/lib/gsd-sharing")
may 26 14:03:41 carlos-pc gnome-shell[844]: Xwayland terminated, exiting since it was mandatory
may 26 14:03:41 carlos-pc gnome-shell[844]: JS ERROR: Gio.IOErrorEnum: Xwayland exited unexpectedly
                                            @resource:///org/gnome/shell/ui/init.js:21:20
may 26 14:03:41 carlos-pc gnome-shell[844]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception
may 26 14:03:41 carlos-pc systemd-logind[691]: Session 1 logged out. Waiting for processes to exit.
may 26 14:03:41 carlos-pc NetworkManager[690]: <info>  [1716750221.9911] manager: (vethf1b4eba): new Veth device (/org/freedesktop/NetworkManager/Devices/19)
may 26 14:03:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth6907705) entered disabled state
may 26 14:03:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth6907705) entered disabled state
may 26 14:03:41 carlos-pc kernel: veth6907705 (unregistering): left allmulticast mode
may 26 14:03:41 carlos-pc kernel: veth6907705 (unregistering): left promiscuous mode
may 26 14:03:41 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth6907705) entered disabled state
may 26 14:03:42 carlos-pc polkitd[776]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.17, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale es_CO.UTF-8) (disconnected from bus)
may 26 14:03:42 carlos-pc systemd[1]: session-1.scope: Deactivated successfully.
may 26 14:03:42 carlos-pc systemd[1]: session-1.scope: Consumed 2.432s CPU time.
may 26 14:03:42 carlos-pc systemd-logind[691]: Removed session 1.
may 26 14:03:42 carlos-pc dbus-broker-launch[684]: Activation request for 'org.bluez' failed: The systemd unit 'dbus-org.bluez.service' could not be found.
may 26 14:03:42 carlos-pc systemd[1]: run-docker-netns-4196b258a3b0.mount: Deactivated successfully.
may 26 14:03:42 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 26 14:03:42 carlos-pc kernel: warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
may 26 14:03:42 carlos-pc gdm[759]: Gdm: Child process -823 was already dead.
may 26 14:03:42 carlos-pc gnome-keyring-daemon[1544]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
may 26 14:03:42 carlos-pc gnome-keyring-d[1544]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
may 26 14:03:42 carlos-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
may 26 14:03:42 carlos-pc systemd[1379]: Started Tracker file system data miner.
may 26 14:03:42 carlos-pc NetworkManager[690]: <info>  [1716750222.3231] manager: (vethc48559c): new Veth device (/org/freedesktop/NetworkManager/Devices/20)
may 26 14:03:42 carlos-pc NetworkManager[690]: <info>  [1716750222.3236] manager: (veth5fd69e5): new Veth device (/org/freedesktop/NetworkManager/Devices/21)
may 26 14:03:42 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth5fd69e5) entered blocking state
may 26 14:03:42 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth5fd69e5) entered disabled state
may 26 14:03:42 carlos-pc kernel: veth5fd69e5: entered allmulticast mode
may 26 14:03:42 carlos-pc kernel: veth5fd69e5: entered promiscuous mode
may 26 14:03:42 carlos-pc containerd[761]: time="2024-05-26T14:03:42.362558231-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:03:42 carlos-pc containerd[761]: time="2024-05-26T14:03:42.362596016-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:03:42 carlos-pc containerd[761]: time="2024-05-26T14:03:42.362603709-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:42 carlos-pc containerd[761]: time="2024-05-26T14:03:42.362652316-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:42 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 26 14:03:42 carlos-pc NetworkManager[690]: <info>  [1716750222.4983] device (veth5fd69e5): carrier: link connected
may 26 14:03:42 carlos-pc kernel: eth0: renamed from vethc48559c
may 26 14:03:42 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth5fd69e5) entered blocking state
may 26 14:03:42 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth5fd69e5) entered forwarding state
may 26 14:03:42 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 26 14:03:42 carlos-pc containerd[761]: time="2024-05-26T14:03:42.677014665-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:42 carlos-pc containerd[761]: time="2024-05-26T14:03:42.677040278-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:42 carlos-pc containerd[761]: time="2024-05-26T14:03:42.677043831-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 26 14:03:42 carlos-pc dockerd[1293]: time="2024-05-26T14:03:42.677051192-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 26 14:03:42 carlos-pc kernel: vethc48559c: renamed from eth0
may 26 14:03:42 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth5fd69e5) entered disabled state
may 26 14:03:42 carlos-pc NetworkManager[690]: <info>  [1716750222.7546] manager: (vethc48559c): new Veth device (/org/freedesktop/NetworkManager/Devices/22)
may 26 14:03:42 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth5fd69e5) entered disabled state
may 26 14:03:42 carlos-pc kernel: veth5fd69e5 (unregistering): left allmulticast mode
may 26 14:03:42 carlos-pc kernel: veth5fd69e5 (unregistering): left promiscuous mode
may 26 14:03:42 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth5fd69e5) entered disabled state
may 26 14:03:42 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 26 14:03:43 carlos-pc systemd[1379]: Started Application launched by gnome-shell.
may 26 14:03:43 carlos-pc NetworkManager[690]: <info>  [1716750223.4852] manager: (veth16f6d99): new Veth device (/org/freedesktop/NetworkManager/Devices/23)
may 26 14:03:43 carlos-pc NetworkManager[690]: <info>  [1716750223.4855] manager: (veth13b1892): new Veth device (/org/freedesktop/NetworkManager/Devices/24)
may 26 14:03:43 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth13b1892) entered blocking state
may 26 14:03:43 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth13b1892) entered disabled state
may 26 14:03:43 carlos-pc kernel: veth13b1892: entered allmulticast mode
may 26 14:03:43 carlos-pc kernel: veth13b1892: entered promiscuous mode
may 26 14:03:43 carlos-pc containerd[761]: time="2024-05-26T14:03:43.538650554-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:03:43 carlos-pc containerd[761]: time="2024-05-26T14:03:43.538694223-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:03:43 carlos-pc containerd[761]: time="2024-05-26T14:03:43.538702661-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:43 carlos-pc containerd[761]: time="2024-05-26T14:03:43.538748901-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:43 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 26 14:03:43 carlos-pc NetworkManager[690]: <info>  [1716750223.6583] device (veth13b1892): carrier: link connected
may 26 14:03:43 carlos-pc kernel: eth0: renamed from veth16f6d99
may 26 14:03:43 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth13b1892) entered blocking state
may 26 14:03:43 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth13b1892) entered forwarding state
may 26 14:03:43 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 26 14:03:43 carlos-pc containerd[761]: time="2024-05-26T14:03:43.795955626-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:43 carlos-pc containerd[761]: time="2024-05-26T14:03:43.795985015-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:43 carlos-pc containerd[761]: time="2024-05-26T14:03:43.795989189-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 26 14:03:43 carlos-pc dockerd[1293]: time="2024-05-26T14:03:43.795975992-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 26 14:03:43 carlos-pc kernel: veth16f6d99: renamed from eth0
may 26 14:03:43 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth13b1892) entered disabled state
may 26 14:03:43 carlos-pc NetworkManager[690]: <info>  [1716750223.8547] manager: (veth16f6d99): new Veth device (/org/freedesktop/NetworkManager/Devices/25)
may 26 14:03:43 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth13b1892) entered disabled state
may 26 14:03:43 carlos-pc kernel: veth13b1892 (unregistering): left allmulticast mode
may 26 14:03:43 carlos-pc kernel: veth13b1892 (unregistering): left promiscuous mode
may 26 14:03:43 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth13b1892) entered disabled state
may 26 14:03:43 carlos-pc systemd[1]: run-docker-netns-255b9e2dca8e.mount: Deactivated successfully.
may 26 14:03:43 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 26 14:03:44 carlos-pc gnome-keyring-daemon[1544]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
may 26 14:03:44 carlos-pc gnome-keyring-d[1544]: asked to register item /org/freedesktop/secrets/collection/login/1, but it's already registered
may 26 14:03:44 carlos-pc gnome-shell[2004]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
may 26 14:03:44 carlos-pc gnome-shell[2004]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
may 26 14:03:45 carlos-pc google-chrome.desktop[3349]: [3342:3342:0526/140345.132692:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not part of the idle inhibition specification: https://specifications.freedesktop.org/idle-inhibit-spec/latest/
may 26 14:03:45 carlos-pc google-chrome.desktop[3349]: [3342:3342:0526/140345.274356:ERROR:account_info_fetcher.cc(62)] OnGetTokenFailure: Invalid credentials (credentials rejected by server).
may 26 14:03:45 carlos-pc gnome-shell[2004]: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.Failed: error occurred in Get
                                             
                                             Stack trace:
                                               _promisify/proto[asyncFunc]/</<@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:453:45
                                               @resource:///org/gnome/shell/ui/init.js:21:20
                                               ### Promise created here: ###
                                               getProperty@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/dbusProxy.js:89:33
                                               refreshProperty@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:306:48
                                               _refreshOwnProperties/<@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:192:32
                                               _refreshOwnProperties@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:190:51
                                               _onSignalAsync/refreshPropertiesPromises<@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:246:26
                                               _onSignalAsync@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:245:50
                                               async*_onSignal@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/appIndicator.js:204:14
                                               _init/<@file:///home/carlos/.local/share/gnome-shell/extensions/appindicatorsupport@rgcjonas.gmail.com/dbusProxy.js:40:43
                                               @resource:///org/gnome/shell/ui/init.js:21:20
                                               
may 26 14:03:45 carlos-pc NetworkManager[690]: <info>  [1716750225.4054] manager: (vethefb9d1d): new Veth device (/org/freedesktop/NetworkManager/Devices/26)
may 26 14:03:45 carlos-pc NetworkManager[690]: <info>  [1716750225.4061] manager: (veth273acb8): new Veth device (/org/freedesktop/NetworkManager/Devices/27)
may 26 14:03:45 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth273acb8) entered blocking state
may 26 14:03:45 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth273acb8) entered disabled state
may 26 14:03:45 carlos-pc kernel: veth273acb8: entered allmulticast mode
may 26 14:03:45 carlos-pc kernel: veth273acb8: entered promiscuous mode
may 26 14:03:45 carlos-pc containerd[761]: time="2024-05-26T14:03:45.549431543-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:03:45 carlos-pc containerd[761]: time="2024-05-26T14:03:45.549481062-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:03:45 carlos-pc containerd[761]: time="2024-05-26T14:03:45.549490020-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:45 carlos-pc containerd[761]: time="2024-05-26T14:03:45.549546196-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:45 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 26 14:03:45 carlos-pc NetworkManager[690]: <info>  [1716750225.6848] device (veth273acb8): carrier: link connected
may 26 14:03:45 carlos-pc kernel: eth0: renamed from vethefb9d1d
may 26 14:03:45 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth273acb8) entered blocking state
may 26 14:03:45 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth273acb8) entered forwarding state
may 26 14:03:45 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 26 14:03:45 carlos-pc containerd[761]: time="2024-05-26T14:03:45.821489347-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:45 carlos-pc containerd[761]: time="2024-05-26T14:03:45.821521103-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:45 carlos-pc containerd[761]: time="2024-05-26T14:03:45.821525385-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 26 14:03:45 carlos-pc dockerd[1293]: time="2024-05-26T14:03:45.821620646-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 26 14:03:45 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth273acb8) entered disabled state
may 26 14:03:45 carlos-pc kernel: vethefb9d1d: renamed from eth0
may 26 14:03:45 carlos-pc NetworkManager[690]: <info>  [1716750225.8846] manager: (vethefb9d1d): new Veth device (/org/freedesktop/NetworkManager/Devices/28)
may 26 14:03:45 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth273acb8) entered disabled state
may 26 14:03:45 carlos-pc kernel: veth273acb8 (unregistering): left allmulticast mode
may 26 14:03:45 carlos-pc kernel: veth273acb8 (unregistering): left promiscuous mode
may 26 14:03:45 carlos-pc kernel: br-bcbfcb2bda6b: port 3(veth273acb8) entered disabled state
may 26 14:03:45 carlos-pc systemd[1]: run-docker-netns-b54f71d5d51e.mount: Deactivated successfully.
may 26 14:03:45 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 26 14:03:46 carlos-pc gnome-software[2178]: libostree pull from 'flathub' for appstream2/x86_64 complete
                                                security: GPG: summary+commit 
                                                security: SIGN: disabled http: TLS
                                                non-delta: meta: 7 content: 71
                                                transfer: secs: 3 size: 8,0 MB
may 26 14:03:46 carlos-pc gnome-software[2178]: /var/tmp/flatpak-cache-S4OGO2/repo-NBvvH4: Pulled appstream2/x86_64 from flathub
may 26 14:03:46 carlos-pc systemd[1]: Starting flatpak system helper...
may 26 14:03:46 carlos-pc systemd[1]: Started flatpak system helper.
may 26 14:03:47 carlos-pc flatpak-system-helper[4226]: system: Pulled appstream2/x86_64 from /var/tmp/flatpak-cache-S4OGO2/repo-NBvvH4
may 26 14:03:47 carlos-pc google-chrome.desktop[3349]: Created TensorFlow Lite XNNPACK delegate for CPU.
may 26 14:03:49 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetheadf5d5) entered blocking state
may 26 14:03:49 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetheadf5d5) entered disabled state
may 26 14:03:49 carlos-pc kernel: vetheadf5d5: entered allmulticast mode
may 26 14:03:49 carlos-pc kernel: vetheadf5d5: entered promiscuous mode
may 26 14:03:49 carlos-pc NetworkManager[690]: <info>  [1716750229.0308] manager: (veth7aa74db): new Veth device (/org/freedesktop/NetworkManager/Devices/29)
may 26 14:03:49 carlos-pc NetworkManager[690]: <info>  [1716750229.0311] manager: (vetheadf5d5): new Veth device (/org/freedesktop/NetworkManager/Devices/30)
may 26 14:03:49 carlos-pc containerd[761]: time="2024-05-26T14:03:49.066374330-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:03:49 carlos-pc containerd[761]: time="2024-05-26T14:03:49.066421155-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:03:49 carlos-pc containerd[761]: time="2024-05-26T14:03:49.066430136-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:49 carlos-pc containerd[761]: time="2024-05-26T14:03:49.066481312-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:49 carlos-pc systemd[1379]: Starting User preferences database...
may 26 14:03:49 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 26 14:03:49 carlos-pc systemd[1379]: Started User preferences database.
may 26 14:03:49 carlos-pc NetworkManager[690]: <info>  [1716750229.1748] device (vetheadf5d5): carrier: link connected
may 26 14:03:49 carlos-pc kernel: eth0: renamed from veth7aa74db
may 26 14:03:49 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetheadf5d5) entered blocking state
may 26 14:03:49 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetheadf5d5) entered forwarding state
may 26 14:03:49 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 26 14:03:49 carlos-pc containerd[761]: time="2024-05-26T14:03:49.309166575-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:49 carlos-pc containerd[761]: time="2024-05-26T14:03:49.309227555-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:49 carlos-pc containerd[761]: time="2024-05-26T14:03:49.309237572-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 26 14:03:49 carlos-pc dockerd[1293]: time="2024-05-26T14:03:49.309226762-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 26 14:03:49 carlos-pc kernel: veth7aa74db: renamed from eth0
may 26 14:03:49 carlos-pc NetworkManager[690]: <info>  [1716750229.3579] manager: (veth7aa74db): new Veth device (/org/freedesktop/NetworkManager/Devices/31)
may 26 14:03:49 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetheadf5d5) entered disabled state
may 26 14:03:49 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetheadf5d5) entered disabled state
may 26 14:03:49 carlos-pc kernel: vetheadf5d5 (unregistering): left allmulticast mode
may 26 14:03:49 carlos-pc kernel: vetheadf5d5 (unregistering): left promiscuous mode
may 26 14:03:49 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vetheadf5d5) entered disabled state
may 26 14:03:49 carlos-pc slack.desktop[2191]: Error occurred in handler for 'GET_MEDIA_ACCESS_STATUS': TypeError: ae.systemPreferences.getMediaAccessStatus is not a function
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at /usr/lib/slack/resources/app.asar/dist/main.bundle.js:94:41908
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at Io (/usr/lib/slack/resources/app.asar/dist/main.bundle.js:5:5872)
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at /usr/lib/slack/resources/app.asar/dist/main.bundle.js:5:6630
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at WebContents.<anonymous> (node:electron/js2c/browser_init:2:82812)
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at WebContents.emit (node:events:518:28)
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at WebContents.emit (node:domain:488:12)
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at T.emit (/usr/lib/slack/resources/app.asar/dist/main.bundle.js:172:10674)
may 26 14:03:49 carlos-pc slack.desktop[2191]: Error occurred in handler for 'GET_MEDIA_ACCESS_STATUS': TypeError: ae.systemPreferences.getMediaAccessStatus is not a function
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at /usr/lib/slack/resources/app.asar/dist/main.bundle.js:94:41908
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at Io (/usr/lib/slack/resources/app.asar/dist/main.bundle.js:5:5872)
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at /usr/lib/slack/resources/app.asar/dist/main.bundle.js:5:6630
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at WebContents.<anonymous> (node:electron/js2c/browser_init:2:82812)
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at WebContents.emit (node:events:518:28)
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at WebContents.emit (node:domain:488:12)
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at T.emit (/usr/lib/slack/resources/app.asar/dist/main.bundle.js:172:10674)
may 26 14:03:49 carlos-pc slack.desktop[2191]: Error occurred in handler for 'GET_MEDIA_ACCESS_STATUS': TypeError: ae.systemPreferences.getMediaAccessStatus is not a function
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at /usr/lib/slack/resources/app.asar/dist/main.bundle.js:94:41908
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at Io (/usr/lib/slack/resources/app.asar/dist/main.bundle.js:5:5872)
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at /usr/lib/slack/resources/app.asar/dist/main.bundle.js:5:6630
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at WebContents.<anonymous> (node:electron/js2c/browser_init:2:82812)
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at WebContents.emit (node:events:518:28)
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at WebContents.emit (node:domain:488:12)
may 26 14:03:49 carlos-pc slack.desktop[2191]:     at T.emit (/usr/lib/slack/resources/app.asar/dist/main.bundle.js:172:10674)
may 26 14:03:50 carlos-pc systemd[1]: run-docker-netns-6811dbb0fd53.mount: Deactivated successfully.
may 26 14:03:50 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 26 14:03:51 carlos-pc google-chrome.desktop[3349]: Fontconfig error: Cannot load default config file: No such file: (null)
may 26 14:03:51 carlos-pc google-chrome.desktop[3349]: [3342:3342:0526/140351.218142:ERROR:interface_endpoint_client.cc(707)] Message 6 rejected by interface blink.mojom.WidgetHost
may 26 14:03:51 carlos-pc google-chrome.desktop[3349]: [3342:3342:0526/140351.218163:ERROR:interface_endpoint_client.cc(707)] Message 7 rejected by interface blink.mojom.WidgetHost
may 26 14:03:52 carlos-pc systemd[1]: Stopping User Manager for UID 120...
may 26 14:03:52 carlos-pc systemd[810]: Activating special unit Exit the Session...
may 26 14:03:52 carlos-pc systemd[810]: Stopped target Main User Target.
may 26 14:03:52 carlos-pc systemd[810]: Stopping PipeWire PulseAudio...
may 26 14:03:52 carlos-pc systemd[810]: Stopping sandboxed app permission store...
may 26 14:03:52 carlos-pc systemd[810]: Stopped sandboxed app permission store.
may 26 14:03:52 carlos-pc systemd[810]: Stopped PipeWire PulseAudio.
may 26 14:03:52 carlos-pc systemd[810]: Stopping Multimedia Service Session Manager...
may 26 14:03:52 carlos-pc wireplumber[1170]: stopped by signal: Terminado
may 26 14:03:52 carlos-pc wireplumber[1170]: disconnected from pipewire
may 26 14:03:52 carlos-pc gnome-software[2178]: libostree pull from 'flathub' for runtime/org.freedesktop.Platform.GL.default/x86_64/23.08 complete
                                                security: GPG: summary+commit 
                                                security: SIGN: disabled http: TLS
                                                non-delta: meta: 14 content: 27
                                                transfer: secs: 3 size: 78,3 MB
may 26 14:03:52 carlos-pc gnome-software[2178]: /var/tmp/flatpak-cache-S4OGO2/org.freedesktop.Platform.GL.default-CURAO2/repo-4cnFnz: Pulled runtime/org.freedesktop.Platform.GL.default/x86_64/23.08 from flathub
may 26 14:03:52 carlos-pc systemd[1]: var-tmp-flatpak\x2dcache\x2dS4OGO2-org.freedesktop.Platform.GL.default\x2dCURAO2.mount: Deactivated successfully.
may 26 14:03:52 carlos-pc systemd[810]: Stopped Multimedia Service Session Manager.
may 26 14:03:52 carlos-pc systemd[810]: Stopping PipeWire Multimedia Service...
may 26 14:03:52 carlos-pc systemd[810]: Stopped PipeWire Multimedia Service.
may 26 14:03:52 carlos-pc systemd[810]: Stopped target Basic System.
may 26 14:03:52 carlos-pc systemd[810]: Stopped target Paths.
may 26 14:03:52 carlos-pc systemd[810]: Stopped target Sockets.
may 26 14:03:52 carlos-pc systemd[810]: Stopped target Timers.
may 26 14:03:52 carlos-pc systemd[810]: Closed GnuPG network certificate management daemon.
may 26 14:03:52 carlos-pc systemd[810]: Closed GNOME Keyring daemon.
may 26 14:03:52 carlos-pc systemd[810]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
may 26 14:03:52 carlos-pc systemd[810]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
may 26 14:03:52 carlos-pc systemd[810]: Closed GnuPG cryptographic agent (ssh-agent emulation).
may 26 14:03:52 carlos-pc systemd[810]: Closed GnuPG cryptographic agent and passphrase cache.
may 26 14:03:52 carlos-pc systemd[810]: Closed GnuPG public key management service.
may 26 14:03:52 carlos-pc systemd[810]: Closed p11-kit server.
may 26 14:03:52 carlos-pc systemd[810]: Closed PipeWire PulseAudio.
may 26 14:03:52 carlos-pc systemd[810]: Closed PipeWire Multimedia System Sockets.
may 26 14:03:52 carlos-pc dbus-broker[828]: Dispatched 747 messages @ 1(±3)μs / message.
may 26 14:03:52 carlos-pc systemd[810]: Stopping D-Bus User Message Bus...
may 26 14:03:52 carlos-pc systemd[810]: Stopped D-Bus User Message Bus.
may 26 14:03:52 carlos-pc systemd[810]: Removed slice User Core Session Slice.
may 26 14:03:52 carlos-pc systemd[810]: Closed D-Bus User Message Bus Socket.
may 26 14:03:52 carlos-pc systemd[810]: Removed slice User Application Slice.
may 26 14:03:52 carlos-pc systemd[810]: Reached target Shutdown.
may 26 14:03:52 carlos-pc systemd[810]: Finished Exit the Session.
may 26 14:03:52 carlos-pc systemd[810]: Reached target Exit the Session.
may 26 14:03:52 carlos-pc (sd-pam)[813]: pam_unix(systemd-user:session): session closed for user gdm
may 26 14:03:52 carlos-pc systemd[1]: user@120.service: Deactivated successfully.
may 26 14:03:52 carlos-pc systemd[1]: Stopped User Manager for UID 120.
may 26 14:03:52 carlos-pc systemd[1]: Stopping User Runtime Directory /run/user/120...
may 26 14:03:52 carlos-pc systemd[1]: run-user-120.mount: Deactivated successfully.
may 26 14:03:52 carlos-pc systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
may 26 14:03:52 carlos-pc systemd[1]: Stopped User Runtime Directory /run/user/120.
may 26 14:03:52 carlos-pc systemd[1]: Removed slice User Slice of UID 120.
may 26 14:03:52 carlos-pc systemd[1]: user-120.slice: Consumed 3.163s CPU time.
may 26 14:03:52 carlos-pc google-chrome.desktop[3349]: [3342:3342:0526/140352.556592:ERROR:extension_registrar.cc(539)] Failed to unregister service worker for extension kbfnbcaeplbcioakkpcpgfkobkghlhen
may 26 14:03:53 carlos-pc flatpak-system-helper[4226]: system: Pulled runtime/org.freedesktop.Platform.GL.default/x86_64/23.08 from /var/lib/flatpak/repo/tmp/flatpak-cache-J0PAO2/repo-4cnFnz
may 26 14:03:54 carlos-pc flatpak-system-helper[4226]: system: Updated runtime/org.freedesktop.Platform.GL.default/x86_64/23.08 from flathub
may 26 14:03:55 carlos-pc gnome-software[2178]: libostree pull from 'flathub' for runtime/org.freedesktop.Platform.GL.default/x86_64/23.08-extra complete
                                                security: GPG: summary+commit 
                                                security: SIGN: disabled http: TLS
                                                non-delta: meta: 12 content: 8
                                                transfer: secs: 1 size: 17,7 MB
may 26 14:03:55 carlos-pc gnome-software[2178]: /var/tmp/flatpak-cache-S4OGO2/org.freedesktop.Platform.GL.default-5XT9N2/repo-gI9SUn: Pulled runtime/org.freedesktop.Platform.GL.default/x86_64/23.08-extra from flathub
may 26 14:03:55 carlos-pc systemd[1]: var-tmp-flatpak\x2dcache\x2dS4OGO2-org.freedesktop.Platform.GL.default\x2d5XT9N2.mount: Deactivated successfully.
may 26 14:03:55 carlos-pc NetworkManager[690]: <info>  [1716750235.7184] manager: (veth37fc47e): new Veth device (/org/freedesktop/NetworkManager/Devices/32)
may 26 14:03:55 carlos-pc NetworkManager[690]: <info>  [1716750235.7189] manager: (vethfd0fcdd): new Veth device (/org/freedesktop/NetworkManager/Devices/33)
may 26 14:03:55 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethfd0fcdd) entered blocking state
may 26 14:03:55 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethfd0fcdd) entered disabled state
may 26 14:03:55 carlos-pc kernel: vethfd0fcdd: entered allmulticast mode
may 26 14:03:55 carlos-pc kernel: vethfd0fcdd: entered promiscuous mode
may 26 14:03:55 carlos-pc flatpak-system-helper[4226]: system: Pulled runtime/org.freedesktop.Platform.GL.default/x86_64/23.08-extra from /var/lib/flatpak/repo/tmp/flatpak-cache-5TU9N2/repo-gI9SUn
may 26 14:03:55 carlos-pc flatpak-system-helper[4226]: system: Updated runtime/org.freedesktop.Platform.GL.default/x86_64/23.08-extra from flathub
may 26 14:03:55 carlos-pc containerd[761]: time="2024-05-26T14:03:55.837955264-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:03:55 carlos-pc containerd[761]: time="2024-05-26T14:03:55.838177895-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:03:55 carlos-pc containerd[761]: time="2024-05-26T14:03:55.838188766-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:55 carlos-pc containerd[761]: time="2024-05-26T14:03:55.838236226-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:03:55 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 26 14:03:55 carlos-pc NetworkManager[690]: <info>  [1716750235.9382] device (vethfd0fcdd): carrier: link connected
may 26 14:03:55 carlos-pc kernel: eth0: renamed from veth37fc47e
may 26 14:03:55 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethfd0fcdd) entered blocking state
may 26 14:03:55 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethfd0fcdd) entered forwarding state
may 26 14:03:56 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 26 14:03:56 carlos-pc dockerd[1293]: time="2024-05-26T14:03:56.101402526-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 26 14:03:56 carlos-pc containerd[761]: time="2024-05-26T14:03:56.101410825-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:56 carlos-pc containerd[761]: time="2024-05-26T14:03:56.101451253-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:03:56 carlos-pc containerd[761]: time="2024-05-26T14:03:56.101459866-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 26 14:03:56 carlos-pc kernel: veth37fc47e: renamed from eth0
may 26 14:03:56 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethfd0fcdd) entered disabled state
may 26 14:03:56 carlos-pc NetworkManager[690]: <info>  [1716750236.1713] manager: (veth37fc47e): new Veth device (/org/freedesktop/NetworkManager/Devices/34)
may 26 14:03:56 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethfd0fcdd) entered disabled state
may 26 14:03:56 carlos-pc kernel: vethfd0fcdd (unregistering): left allmulticast mode
may 26 14:03:56 carlos-pc kernel: vethfd0fcdd (unregistering): left promiscuous mode
may 26 14:03:56 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethfd0fcdd) entered disabled state
may 26 14:03:56 carlos-pc gnome-software[2178]: libostree pull from 'flathub' for runtime/org.freedesktop.Platform.Locale/x86_64/23.08 complete
                                                security: GPG: summary+commit 
                                                security: SIGN: disabled http: TLS
                                                non-delta: meta: 8 content: 2
                                                transfer: secs: 0 size: 101,6 kB
may 26 14:03:56 carlos-pc gnome-software[2178]: /var/tmp/flatpak-cache-S4OGO2/org.freedesktop.Platform.Locale-JRHUO2/repo-3c2FsG: Pulled runtime/org.freedesktop.Platform.Locale/x86_64/23.08 from flathub
may 26 14:03:56 carlos-pc flatpak-system-helper[4226]: system: Pulled runtime/org.freedesktop.Platform.Locale/x86_64/23.08 from /var/lib/flatpak/repo/tmp/flatpak-cache-ZNIUO2/repo-3c2FsG
may 26 14:03:56 carlos-pc systemd[1]: run-docker-netns-e09dfee4193d.mount: Deactivated successfully.
may 26 14:03:56 carlos-pc systemd[1]: var-tmp-flatpak\x2dcache\x2dS4OGO2-org.freedesktop.Platform.Locale\x2dJRHUO2.mount: Deactivated successfully.
may 26 14:03:56 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 26 14:03:56 carlos-pc flatpak-system-helper[4226]: system: Updated runtime/org.freedesktop.Platform.Locale/x86_64/23.08 from flathub
may 26 14:03:57 carlos-pc gnome-software[2178]: libostree pull from 'flathub' for runtime/org.freedesktop.Platform.ffmpeg-full/x86_64/23.08 complete
                                                security: GPG: summary+commit 
                                                security: SIGN: disabled http: TLS
                                                non-delta: meta: 5 content: 1
                                                transfer: secs: 0 size: 1,2 MB
may 26 14:03:57 carlos-pc gnome-software[2178]: /var/tmp/flatpak-cache-S4OGO2/org.freedesktop.Platform.ffmpeg-full-106GO2/repo-MaDDbA: Pulled runtime/org.freedesktop.Platform.ffmpeg-full/x86_64/23.08 from flathub
may 26 14:03:57 carlos-pc systemd[1]: var-tmp-flatpak\x2dcache\x2dS4OGO2-org.freedesktop.Platform.ffmpeg\x2dfull\x2d106GO2.mount: Deactivated successfully.
may 26 14:03:57 carlos-pc flatpak-system-helper[4226]: system: Pulled runtime/org.freedesktop.Platform.ffmpeg-full/x86_64/23.08 from /var/lib/flatpak/repo/tmp/flatpak-cache-8W7GO2/repo-MaDDbA
may 26 14:03:57 carlos-pc flatpak-system-helper[4226]: system: Updated runtime/org.freedesktop.Platform.ffmpeg-full/x86_64/23.08 from flathub
may 26 14:04:08 carlos-pc gnome-software[2178]: libostree pull from 'flathub' for runtime/org.freedesktop.Platform/x86_64/23.08 complete
                                                security: GPG: summary+commit 
                                                security: SIGN: disabled http: TLS
                                                non-delta: meta: 40 content: 748
                                                transfer: secs: 11 size: 29,4 MB
may 26 14:04:08 carlos-pc gnome-software[2178]: /var/tmp/flatpak-cache-S4OGO2/org.freedesktop.Platform-5WQIO2/repo-j1l0Vs: Pulled runtime/org.freedesktop.Platform/x86_64/23.08 from flathub
may 26 14:04:08 carlos-pc systemd[1]: var-tmp-flatpak\x2dcache\x2dS4OGO2-org.freedesktop.Platform\x2d5WQIO2.mount: Deactivated successfully.
may 26 14:04:08 carlos-pc NetworkManager[690]: <info>  [1716750248.9105] manager: (veth9e8492f): new Veth device (/org/freedesktop/NetworkManager/Devices/35)
may 26 14:04:08 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethaebc3f4) entered blocking state
may 26 14:04:08 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethaebc3f4) entered disabled state
may 26 14:04:08 carlos-pc kernel: vethaebc3f4: entered allmulticast mode
may 26 14:04:08 carlos-pc kernel: vethaebc3f4: entered promiscuous mode
may 26 14:04:08 carlos-pc NetworkManager[690]: <info>  [1716750248.9108] manager: (vethaebc3f4): new Veth device (/org/freedesktop/NetworkManager/Devices/36)
may 26 14:04:09 carlos-pc containerd[761]: time="2024-05-26T14:04:09.351555622-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:04:09 carlos-pc containerd[761]: time="2024-05-26T14:04:09.351598379-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:04:09 carlos-pc containerd[761]: time="2024-05-26T14:04:09.351606996-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:04:09 carlos-pc containerd[761]: time="2024-05-26T14:04:09.351653149-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:04:09 carlos-pc flatpak-system-helper[4226]: system: Pulled runtime/org.freedesktop.Platform/x86_64/23.08 from /var/lib/flatpak/repo/tmp/flatpak-cache-NOOIO2/repo-j1l0Vs
may 26 14:04:09 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 26 14:04:09 carlos-pc NetworkManager[690]: <info>  [1716750249.4883] device (vethaebc3f4): carrier: link connected
may 26 14:04:09 carlos-pc kernel: eth0: renamed from veth9e8492f
may 26 14:04:09 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethaebc3f4) entered blocking state
may 26 14:04:09 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethaebc3f4) entered forwarding state
may 26 14:04:09 carlos-pc systemd[1]: docker-861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.scope: Deactivated successfully.
may 26 14:04:09 carlos-pc containerd[761]: time="2024-05-26T14:04:09.613668116-05:00" level=info msg="shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:04:09 carlos-pc containerd[761]: time="2024-05-26T14:04:09.613693796-05:00" level=warning msg="cleaning up after shim disconnected" id=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff namespace=moby
may 26 14:04:09 carlos-pc containerd[761]: time="2024-05-26T14:04:09.613698107-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 26 14:04:09 carlos-pc dockerd[1293]: time="2024-05-26T14:04:09.613686608-05:00" level=info msg="ignoring event" container=861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 26 14:04:09 carlos-pc kernel: veth9e8492f: renamed from eth0
may 26 14:04:09 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethaebc3f4) entered disabled state
may 26 14:04:09 carlos-pc NetworkManager[690]: <info>  [1716750249.6947] manager: (veth9e8492f): new Veth device (/org/freedesktop/NetworkManager/Devices/37)
may 26 14:04:09 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethaebc3f4) entered disabled state
may 26 14:04:09 carlos-pc kernel: vethaebc3f4 (unregistering): left allmulticast mode
may 26 14:04:09 carlos-pc kernel: vethaebc3f4 (unregistering): left promiscuous mode
may 26 14:04:09 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethaebc3f4) entered disabled state
may 26 14:04:09 carlos-pc systemd[1]: run-docker-netns-a98443c61945.mount: Deactivated successfully.
may 26 14:04:09 carlos-pc systemd[1]: var-lib-docker-overlay2-72a4158245740d977c371918264c06340d003c2b9f651af7dbd50e6540d9a414-merged.mount: Deactivated successfully.
may 26 14:04:09 carlos-pc flatpak-system-helper[4226]: system: Updated runtime/org.freedesktop.Platform/x86_64/23.08 from flathub
may 26 14:04:10 carlos-pc systemd[1]: systemd-hostnamed.service: Deactivated successfully.
may 26 14:04:13 carlos-pc gnome-software[2178]: libostree pull from 'flathub' for app/org.telegram.desktop/x86_64/stable complete
                                                security: GPG: summary+commit 
                                                security: SIGN: disabled http: TLS
                                                non-delta: meta: 106 content: 350
                                                transfer: secs: 3 size: 79,2 MB
may 26 14:04:13 carlos-pc gnome-software[2178]: /var/tmp/flatpak-cache-S4OGO2/org.telegram.desktop-YPHTO2/repo-VSkNYM: Pulled app/org.telegram.desktop/x86_64/stable from flathub
may 26 14:04:13 carlos-pc systemd[1]: var-tmp-flatpak\x2dcache\x2dS4OGO2-org.telegram.desktop\x2dYPHTO2.mount: Deactivated successfully.
may 26 14:04:15 carlos-pc flatpak-system-helper[4226]: system: Pulled app/org.telegram.desktop/x86_64/stable from /var/lib/flatpak/repo/tmp/flatpak-cache-BHITO2/repo-VSkNYM
may 26 14:04:15 carlos-pc dbus-broker-launch[1623]: Noticed file-system modification, trigger reload.
may 26 14:04:15 carlos-pc flatpak-system-helper[4226]: system: Updated app/org.telegram.desktop/x86_64/stable from flathub
may 26 14:04:15 carlos-pc dbus-broker-launch[1623]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
may 26 14:04:15 carlos-pc dbus-broker-launch[1623]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
may 26 14:04:15 carlos-pc dbus-broker-launch[1623]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
may 26 14:04:15 carlos-pc dbus-broker-launch[1623]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
may 26 14:04:16 carlos-pc gnome-software[2178]: State change on system/flatpak/flathub/org.telegram.desktop/stable (Telegram Desktop) from installed to installing is not OK
may 26 14:04:16 carlos-pc gnome-software[2178]: State change on system/flatpak/flathub/org.freedesktop.Platform/23.08 (Freedesktop Platform) from installed to installing is not OK
may 26 14:04:16 carlos-pc gnome-software[2178]: State change on system/flatpak/flathub/org.freedesktop.Platform.GL.default/23.08 (Mesa) from installed to installing is not OK
may 26 14:04:16 carlos-pc gnome-software[2178]: State change on system/flatpak/flathub/org.freedesktop.Platform.GL.default/23.08-extra (Mesa (Extra)) from installed to installing is not OK
may 26 14:04:16 carlos-pc gnome-software[2178]: State change on system/flatpak/flathub/org.freedesktop.Platform.Locale/23.08 (org.freedesktop.Platform.Locale) from installed to installing is not OK
may 26 14:04:16 carlos-pc gnome-software[2178]: State change on system/flatpak/flathub/org.freedesktop.Platform.ffmpeg-full/23.08 (org.freedesktop.Platform.ffmpeg-full) from installed to installing is not OK
may 26 14:04:16 carlos-pc gnome-software[2178]: State change on system/flatpak/flathub/org.telegram.desktop/stable (Telegram Desktop) from installed to installing is not OK
may 26 14:04:16 carlos-pc gnome-software[2178]: State change on system/flatpak/flathub/org.freedesktop.Platform/23.08 (Freedesktop Platform) from installed to installing is not OK
may 26 14:04:16 carlos-pc gnome-software[2178]: State change on system/flatpak/flathub/org.freedesktop.Platform.GL.default/23.08 (Mesa) from installed to installing is not OK
may 26 14:04:16 carlos-pc gnome-software[2178]: State change on system/flatpak/flathub/org.freedesktop.Platform.GL.default/23.08-extra (Mesa (Extra)) from installed to installing is not OK
may 26 14:04:16 carlos-pc gnome-software[2178]: State change on system/flatpak/flathub/org.freedesktop.Platform.Locale/23.08 (org.freedesktop.Platform.Locale) from installed to installing is not OK
may 26 14:04:16 carlos-pc gnome-software[2178]: State change on system/flatpak/flathub/org.freedesktop.Platform.ffmpeg-full/23.08 (org.freedesktop.Platform.ffmpeg-full) from installed to installing is not OK
may 26 14:04:18 carlos-pc systemd[1]: systemd-localed.service: Deactivated successfully.
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 26 14:04:34 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 26 14:04:35 carlos-pc geoclue[1169]: Service not used for 60 seconds. Shutting down..
may 26 14:04:35 carlos-pc systemd[1]: geoclue.service: Deactivated successfully.
may 26 14:04:35 carlos-pc NetworkManager[690]: <info>  [1716750275.2235] manager: (vethcb1278c): new Veth device (/org/freedesktop/NetworkManager/Devices/38)
may 26 14:04:35 carlos-pc NetworkManager[690]: <info>  [1716750275.2237] manager: (vethdd39e26): new Veth device (/org/freedesktop/NetworkManager/Devices/39)
may 26 14:04:35 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethdd39e26) entered blocking state
may 26 14:04:35 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethdd39e26) entered disabled state
may 26 14:04:35 carlos-pc kernel: vethdd39e26: entered allmulticast mode
may 26 14:04:35 carlos-pc kernel: vethdd39e26: entered promiscuous mode
may 26 14:04:35 carlos-pc containerd[761]: time="2024-05-26T14:04:35.263248152-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:04:35 carlos-pc containerd[761]: time="2024-05-26T14:04:35.263566540-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:04:35 carlos-pc containerd[761]: time="2024-05-26T14:04:35.263576629-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:04:35 carlos-pc containerd[761]: time="2024-05-26T14:04:35.263632375-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:04:35 carlos-pc systemd[1]: Started libcontainer container 861f11a323d37940ab3668a65be75c498129f94758e8e55c1124668a688b1eff.
may 26 14:04:35 carlos-pc NetworkManager[690]: <info>  [1716750275.3816] device (vethdd39e26): carrier: link connected
may 26 14:04:35 carlos-pc kernel: eth0: renamed from vethcb1278c
may 26 14:04:35 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethdd39e26) entered blocking state
may 26 14:04:35 carlos-pc kernel: br-bcbfcb2bda6b: port 3(vethdd39e26) entered forwarding state
may 26 14:04:55 carlos-pc google-chrome.desktop[3349]: [3828:1:0526/140455.476894:ERROR:native_extension_bindings_system.cc(591)] Failed to create API on Chrome object.
may 26 14:04:55 carlos-pc google-chrome.desktop[3349]: [3828:1:0526/140455.479439:ERROR:native_extension_bindings_system.cc(591)] Failed to create API on Chrome object.
may 26 14:05:31 carlos-pc systemd[1379]: Created slice Slice /app/dbus-:1.2-org.gnome.Console.
may 26 14:05:31 carlos-pc systemd[1379]: Started dbus-:1.2-org.gnome.Console@0.service.
may 26 14:05:32 carlos-pc gnome-shell[2004]: Window manager warning: Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x1e00004
may 26 14:05:32 carlos-pc systemd[1379]: Started VTE child process 6723 launched by kgx process 6699.
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.0371] manager: (veth6ea4f08): new Veth device (/org/freedesktop/NetworkManager/Devices/40)
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 4(vetha0373ba) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 4(vetha0373ba) entered disabled state
may 26 14:05:46 carlos-pc kernel: vetha0373ba: entered allmulticast mode
may 26 14:05:46 carlos-pc kernel: vetha0373ba: entered promiscuous mode
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.0392] manager: (vetha0373ba): new Veth device (/org/freedesktop/NetworkManager/Devices/41)
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 5(veth3e5895f) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 5(veth3e5895f) entered disabled state
may 26 14:05:46 carlos-pc kernel: veth3e5895f: entered allmulticast mode
may 26 14:05:46 carlos-pc kernel: veth3e5895f: entered promiscuous mode
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.0511] manager: (vethffb0217): new Veth device (/org/freedesktop/NetworkManager/Devices/42)
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.0529] manager: (veth3e5895f): new Veth device (/org/freedesktop/NetworkManager/Devices/43)
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 6(vethc4282e1) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 6(vethc4282e1) entered disabled state
may 26 14:05:46 carlos-pc kernel: vethc4282e1: entered allmulticast mode
may 26 14:05:46 carlos-pc kernel: vethc4282e1: entered promiscuous mode
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.0612] manager: (vethba718b3): new Veth device (/org/freedesktop/NetworkManager/Devices/44)
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.0634] manager: (vethc4282e1): new Veth device (/org/freedesktop/NetworkManager/Devices/45)
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 7(veth60de302) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 7(veth60de302) entered disabled state
may 26 14:05:46 carlos-pc kernel: veth60de302: entered allmulticast mode
may 26 14:05:46 carlos-pc kernel: veth60de302: entered promiscuous mode
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.0875] manager: (vethde24193): new Veth device (/org/freedesktop/NetworkManager/Devices/46)
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.0894] manager: (veth60de302): new Veth device (/org/freedesktop/NetworkManager/Devices/47)
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.0956] manager: (veth33e2620): new Veth device (/org/freedesktop/NetworkManager/Devices/48)
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethe600019) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethe600019) entered disabled state
may 26 14:05:46 carlos-pc kernel: vethe600019: entered allmulticast mode
may 26 14:05:46 carlos-pc kernel: vethe600019: entered promiscuous mode
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.0972] manager: (vethe600019): new Veth device (/org/freedesktop/NetworkManager/Devices/49)
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.113311808-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.113378283-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.113393132-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.113460057-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.1165] manager: (veth7f7d528): new Veth device (/org/freedesktop/NetworkManager/Devices/50)
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 9(vethe5cbd56) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 9(vethe5cbd56) entered disabled state
may 26 14:05:46 carlos-pc kernel: vethe5cbd56: entered allmulticast mode
may 26 14:05:46 carlos-pc kernel: vethe5cbd56: entered promiscuous mode
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.1178] manager: (vethe5cbd56): new Veth device (/org/freedesktop/NetworkManager/Devices/51)
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.118092188-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.118671206-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.118688089-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.118776046-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.133366194-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.133393780-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.133401210-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.133430543-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.139784838-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.140021190-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.140026706-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.140053264-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.151603953-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.151802336-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.151814975-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.151856048-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.165773515-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.165805711-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.166047781-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.166074562-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc systemd[1]: Started libcontainer container 9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397.
may 26 14:05:46 carlos-pc systemd[1]: Started libcontainer container 38fe38dcd7695b7c6325e84f25b516b0ca04c76f92f4222c2f55fe32775402cc.
may 26 14:05:46 carlos-pc systemd[1]: Started libcontainer container 3ef1298edfa8ee4b9d4e928bcbf63f548215b6a0a17eef703be8345e73b48703.
may 26 14:05:46 carlos-pc systemd[1]: Started libcontainer container 9b63576b7a2c1a404b91dbf98327a34b120de1f917a24de9cf97f020ff925ecf.
may 26 14:05:46 carlos-pc systemd[1]: Started libcontainer container f8cb352163581eea59c526033bf34154baabee2e4656fee036e7cdcd8ff4c4e4.
may 26 14:05:46 carlos-pc systemd[1]: Started libcontainer container f704c382fdfa6acd59aa3db4ba80b60aeaca734adcf442491a153cc4205be588.
may 26 14:05:46 carlos-pc kernel: eth0: renamed from vethffb0217
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 5(veth3e5895f) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 5(veth3e5895f) entered forwarding state
may 26 14:05:46 carlos-pc kernel: eth0: renamed from veth6ea4f08
may 26 14:05:46 carlos-pc kernel: eth0: renamed from veth33e2620
may 26 14:05:46 carlos-pc kernel: eth0: renamed from vethba718b3
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 4(vetha0373ba) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 4(vetha0373ba) entered forwarding state
may 26 14:05:46 carlos-pc kernel: eth0: renamed from vethde24193
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.5159] device (veth3e5895f): carrier: link connected
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.5164] device (vetha0373ba): carrier: link connected
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.5167] device (vethc4282e1): carrier: link connected
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.5168] device (vethe600019): carrier: link connected
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.5169] device (vethe5cbd56): carrier: link connected
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.5170] device (veth60de302): carrier: link connected
may 26 14:05:46 carlos-pc kernel: eth0: renamed from veth7f7d528
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 6(vethc4282e1) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 6(vethc4282e1) entered forwarding state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethe600019) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethe600019) entered forwarding state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 9(vethe5cbd56) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 9(vethe5cbd56) entered forwarding state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 7(veth60de302) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 7(veth60de302) entered forwarding state
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.5756] manager: (veth85ce731): new Veth device (/org/freedesktop/NetworkManager/Devices/52)
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.5760] manager: (vethd9931bc): new Veth device (/org/freedesktop/NetworkManager/Devices/53)
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 10(vethd9931bc) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 10(vethd9931bc) entered disabled state
may 26 14:05:46 carlos-pc kernel: vethd9931bc: entered allmulticast mode
may 26 14:05:46 carlos-pc kernel: vethd9931bc: entered promiscuous mode
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.647820419-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.648090677-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.648099250-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.648145015-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:05:46 carlos-pc systemd[1]: Started libcontainer container dd10acfa00d80271d1e0b4edda96ce959f3ef2e3cc329059d46a362c592e8b74.
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.7614] device (vethd9931bc): carrier: link connected
may 26 14:05:46 carlos-pc kernel: eth0: renamed from veth85ce731
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 10(vethd9931bc) entered blocking state
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 10(vethd9931bc) entered forwarding state
may 26 14:05:46 carlos-pc systemd[1]: docker-3ef1298edfa8ee4b9d4e928bcbf63f548215b6a0a17eef703be8345e73b48703.scope: Deactivated successfully.
may 26 14:05:46 carlos-pc dockerd[1293]: time="2024-05-26T14:05:46.809615895-05:00" level=info msg="ignoring event" container=3ef1298edfa8ee4b9d4e928bcbf63f548215b6a0a17eef703be8345e73b48703 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.809606835-05:00" level=info msg="shim disconnected" id=3ef1298edfa8ee4b9d4e928bcbf63f548215b6a0a17eef703be8345e73b48703 namespace=moby
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.809652505-05:00" level=warning msg="cleaning up after shim disconnected" id=3ef1298edfa8ee4b9d4e928bcbf63f548215b6a0a17eef703be8345e73b48703 namespace=moby
may 26 14:05:46 carlos-pc containerd[761]: time="2024-05-26T14:05:46.809660208-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 26 14:05:46 carlos-pc kernel: veth33e2620: renamed from eth0
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethe600019) entered disabled state
may 26 14:05:46 carlos-pc NetworkManager[690]: <info>  [1716750346.8746] manager: (veth33e2620): new Veth device (/org/freedesktop/NetworkManager/Devices/54)
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethe600019) entered disabled state
may 26 14:05:46 carlos-pc kernel: vethe600019 (unregistering): left allmulticast mode
may 26 14:05:46 carlos-pc kernel: vethe600019 (unregistering): left promiscuous mode
may 26 14:05:46 carlos-pc kernel: br-bcbfcb2bda6b: port 8(vethe600019) entered disabled state
may 26 14:05:47 carlos-pc systemd[1]: var-lib-docker-overlay2-a2f09cf9884d1c3aad5990eef8e164a33e0d2051d3f2591c09d93d0001035959-merged.mount: Deactivated successfully.
may 26 14:05:50 carlos-pc /usr/lib/gdm-x-session[1801]: (EE) event4  - Logitech Wireless Mouse: client bug: event processing lagging behind by 25ms, your system is too slow
may 26 14:06:02 carlos-pc kernel: kswapd0: page allocation failure: order:0, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=/,mems_allowed=0
may 26 14:06:03 carlos-pc kernel: CPU: 9 PID: 188 Comm: kswapd0 Not tainted 6.9.1-arch1-1 #1 8721656fa781c58301f7268d475f3e6380e2b47c
may 26 14:06:03 carlos-pc kernel: Hardware name: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 26 14:06:03 carlos-pc kernel: Call Trace:
may 26 14:06:03 carlos-pc kernel:  <TASK>
may 26 14:06:03 carlos-pc kernel:  dump_stack_lvl+0x5d/0x80
may 26 14:06:03 carlos-pc kernel:  warn_alloc+0x164/0x190
may 26 14:06:03 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0xc75/0xd70
may 26 14:06:03 carlos-pc kernel:  ? ll_back_merge_fn+0x169/0x1f0
may 26 14:06:03 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 26 14:06:03 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 26 14:06:03 carlos-pc kernel:  __read_swap_cache_async+0x124/0x280
may 26 14:06:03 carlos-pc kernel:  zswap_writeback_entry+0x73/0x1f0
may 26 14:06:03 carlos-pc kernel:  shrink_memcg_cb+0x82/0xd0
may 26 14:06:03 carlos-pc kernel:  __list_lru_walk_one+0xa3/0x1b0
may 26 14:06:03 carlos-pc kernel:  ? __pfx_shrink_memcg_cb+0x10/0x10
may 26 14:06:03 carlos-pc kernel:  ? __pfx_shrink_memcg_cb+0x10/0x10
may 26 14:06:03 carlos-pc kernel:  list_lru_walk_one+0x5d/0x90
may 26 14:06:03 carlos-pc kernel:  zswap_shrinker_scan+0xbd/0x120
may 26 14:06:03 carlos-pc kernel:  do_shrink_slab+0x143/0x360
may 26 14:06:03 carlos-pc kernel:  shrink_slab+0x2a9/0x3b0
may 26 14:06:03 carlos-pc kernel:  shrink_one+0x120/0x1f0
may 26 14:06:03 carlos-pc kernel:  shrink_node+0x962/0xbb0
may 26 14:06:03 carlos-pc kernel:  balance_pgdat+0x4c5/0x960
may 26 14:06:03 carlos-pc kernel:  ? ttwu_queue_wakelist+0xd0/0xf0
may 26 14:06:03 carlos-pc kernel:  ? try_to_wake_up+0x22f/0x660
may 26 14:06:03 carlos-pc kernel:  kswapd+0x1f5/0x380
may 26 14:06:03 carlos-pc kernel:  ? __pfx_autoremove_wake_function+0x10/0x10
may 26 14:06:03 carlos-pc kernel:  ? __pfx_kswapd+0x10/0x10
may 26 14:06:03 carlos-pc kernel:  kthread+0xcf/0x100
may 26 14:06:03 carlos-pc kernel:  ? __pfx_kthread+0x10/0x10
may 26 14:06:03 carlos-pc kernel:  ret_from_fork+0x31/0x50
may 26 14:06:03 carlos-pc kernel:  ? __pfx_kthread+0x10/0x10
may 26 14:06:03 carlos-pc kernel:  ret_from_fork_asm+0x1a/0x30
may 26 14:06:03 carlos-pc kernel:  </TASK>
may 26 14:06:03 carlos-pc kernel: Mem-Info:
may 26 14:06:03 carlos-pc kernel: active_anon:5767310 inactive_anon:2101483 isolated_anon:0
                                   active_file:715 inactive_file:286 isolated_file:0
                                   unevictable:12 dirty:130 writeback:114
                                   slab_reclaimable:19665 slab_unreclaimable:49165
                                   mapped:9124 shmem:11529 pagetables:32140
                                   sec_pagetables:0 bounce:0
                                   kernel_misc_reclaimable:0
                                   free:64 free_pcp:5126 free_cma:0
may 26 14:06:03 carlos-pc kernel: Node 0 active_anon:23069240kB inactive_anon:8405932kB active_file:2860kB inactive_file:1144kB unevictable:48kB isolated(anon):0kB isolated(file):0kB mapped:36496kB dirty:520kB writeback:456kB shmem:46116kB shmem_thp:0kB shmem_pmdmapped:0kB anon_thp:23205888kB writeback_tmp:0kB kernel_stack:29760kB pagetables:128560kB sec_pagetables:0kB all_unreclaimable? no
may 26 14:06:03 carlos-pc kernel: Node 0 DMA free:0kB boost:0kB min:28kB low:40kB high:52kB reserved_highatomic:0KB active_anon:512kB inactive_anon:10328kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:108kB present:15992kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:12kB local_pcp:0kB free_cma:0kB
may 26 14:06:03 carlos-pc kernel: lowmem_reserve[]: 0 1683 31781 31781 31781
may 26 14:06:03 carlos-pc kernel: Node 0 DMA32 free:0kB boost:10536kB min:14112kB low:15836kB high:17560kB reserved_highatomic:0KB active_anon:1671300kB inactive_anon:72932kB active_file:4kB inactive_file:0kB unevictable:0kB writepending:60kB present:1824524kB managed:1757800kB mlocked:0kB bounce:0kB free_pcp:8544kB local_pcp:0kB free_cma:0kB
may 26 14:06:03 carlos-pc kernel: lowmem_reserve[]: 0 0 30097 30097 30097
may 26 14:06:03 carlos-pc kernel: Node 0 Normal free:256kB boost:32768kB min:96740kB low:127556kB high:158372kB reserved_highatomic:2048KB active_anon:21397412kB inactive_anon:8322940kB active_file:2856kB inactive_file:1144kB unevictable:48kB writepending:836kB present:31449088kB managed:30826168kB mlocked:48kB bounce:0kB free_pcp:11948kB local_pcp:384kB free_cma:0kB
may 26 14:06:03 carlos-pc kernel: lowmem_reserve[]: 0 0 0 0 0
may 26 14:06:03 carlos-pc kernel: Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:06:03 carlos-pc kernel: Node 0 DMA32: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:06:03 carlos-pc kernel: Node 0 Normal: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 1*256kB (H) 0*512kB 0*1024kB 0*2048kB 0*4096kB = 256kB
may 26 14:06:03 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
may 26 14:06:03 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
may 26 14:06:03 carlos-pc kernel: 171159 total pagecache pages
may 26 14:06:03 carlos-pc kernel: 158629 pages in swap cache
may 26 14:06:03 carlos-pc kernel: Free swap  = 20kB
may 26 14:06:03 carlos-pc kernel: Total swap = 4194300kB
may 26 14:06:03 carlos-pc kernel: 8322401 pages RAM
may 26 14:06:03 carlos-pc kernel: 0 pages HighMem/MovableOnly
may 26 14:06:03 carlos-pc kernel: 172569 pages reserved
may 26 14:06:03 carlos-pc kernel: 0 pages cma reserved
may 26 14:06:03 carlos-pc kernel: 0 pages hwpoisoned
may 26 14:06:03 carlos-pc kernel: hwrng invoked oom-killer: gfp_mask=0xcc0(GFP_KERNEL), order=0, oom_score_adj=0
may 26 14:06:03 carlos-pc kernel: CPU: 0 PID: 197 Comm: hwrng Not tainted 6.9.1-arch1-1 #1 8721656fa781c58301f7268d475f3e6380e2b47c
may 26 14:06:03 carlos-pc kernel: Hardware name: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 26 14:06:03 carlos-pc kernel: Call Trace:
may 26 14:06:03 carlos-pc kernel:  <TASK>
may 26 14:06:03 carlos-pc kernel:  dump_stack_lvl+0x5d/0x80
may 26 14:06:03 carlos-pc kernel:  dump_header+0x44/0x18d
may 26 14:06:03 carlos-pc kernel:  oom_kill_process.cold+0x8/0x8a
may 26 14:06:03 carlos-pc kernel:  out_of_memory+0x209/0x500
may 26 14:06:03 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0xb0a/0xd70
may 26 14:06:03 carlos-pc kernel:  ? __pfx_hwrng_fillfn+0x10/0x10
may 26 14:06:03 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 26 14:06:03 carlos-pc kernel:  ? __pfx_hwrng_fillfn+0x10/0x10
may 26 14:06:03 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 26 14:06:03 carlos-pc kernel:  __get_free_pages+0x11/0x40
may 26 14:06:03 carlos-pc kernel:  tpm2_get_random+0x68/0x200
may 26 14:06:03 carlos-pc kernel:  ? tpm_chip_start+0x46/0xb0
may 26 14:06:03 carlos-pc kernel:  ? __pfx_hwrng_fillfn+0x10/0x10
may 26 14:06:03 carlos-pc kernel:  tpm_get_random+0x5f/0x80
may 26 14:06:03 carlos-pc kernel:  hwrng_fillfn+0xdf/0x1f0
may 26 14:06:03 carlos-pc kernel:  kthread+0xcf/0x100
may 26 14:06:03 carlos-pc kernel:  ? __pfx_kthread+0x10/0x10
may 26 14:06:03 carlos-pc kernel:  ret_from_fork+0x31/0x50
may 26 14:06:03 carlos-pc kernel:  ? __pfx_kthread+0x10/0x10
may 26 14:06:03 carlos-pc kernel:  ret_from_fork_asm+0x1a/0x30
may 26 14:06:03 carlos-pc kernel:  </TASK>
may 26 14:06:03 carlos-pc kernel: Mem-Info:
may 26 14:06:03 carlos-pc kernel: active_anon:5683967 inactive_anon:2195176 isolated_anon:0
                                   active_file:435 inactive_file:457 isolated_file:0
                                   unevictable:12 dirty:0 writeback:0
                                   slab_reclaimable:18605 slab_unreclaimable:49043
                                   mapped:9059 shmem:11529 pagetables:32140
                                   sec_pagetables:0 bounce:0
                                   kernel_misc_reclaimable:0
                                   free:0 free_pcp:60 free_cma:0
may 26 14:06:03 carlos-pc kernel: Node 0 active_anon:22735868kB inactive_anon:8780704kB active_file:1740kB inactive_file:1828kB unevictable:48kB isolated(anon):0kB isolated(file):0kB mapped:36236kB dirty:0kB writeback:0kB shmem:46116kB shmem_thp:0kB shmem_pmdmapped:0kB anon_thp:23205888kB writeback_tmp:0kB kernel_stack:29760kB pagetables:128560kB sec_pagetables:0kB all_unreclaimable? no
may 26 14:06:03 carlos-pc kernel: Node 0 DMA free:0kB boost:0kB min:28kB low:40kB high:52kB reserved_highatomic:0KB active_anon:4156kB inactive_anon:7100kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 26 14:06:03 carlos-pc kernel: lowmem_reserve[]: 0 1683 31781 31781 31781
may 26 14:06:03 carlos-pc kernel: Node 0 DMA32 free:0kB boost:0kB min:3576kB low:5300kB high:7024kB reserved_highatomic:0KB active_anon:1692592kB inactive_anon:60744kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:1824524kB managed:1757800kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 26 14:06:03 carlos-pc kernel: lowmem_reserve[]: 0 0 30097 30097 30097
may 26 14:06:03 carlos-pc kernel: Node 0 Normal free:0kB boost:0kB min:63972kB low:94788kB high:125604kB reserved_highatomic:2048KB active_anon:21045296kB inactive_anon:8706684kB active_file:1440kB inactive_file:2128kB unevictable:48kB writepending:0kB present:31449088kB managed:30826168kB mlocked:48kB bounce:0kB free_pcp:240kB local_pcp:0kB free_cma:0kB
may 26 14:06:03 carlos-pc kernel: lowmem_reserve[]: 0 0 0 0 0
may 26 14:06:03 carlos-pc kernel: Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:06:03 carlos-pc kernel: Node 0 DMA32: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:06:03 carlos-pc kernel: Node 0 Normal: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:06:03 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
may 26 14:06:03 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
may 26 14:06:03 carlos-pc kernel: 181048 total pagecache pages
may 26 14:06:03 carlos-pc kernel: 168616 pages in swap cache
may 26 14:06:03 carlos-pc kernel: Free swap  = 20kB
may 26 14:06:03 carlos-pc kernel: Total swap = 4194300kB
may 26 14:06:03 carlos-pc kernel: 8322401 pages RAM
may 26 14:06:03 carlos-pc kernel: 0 pages HighMem/MovableOnly
may 26 14:06:03 carlos-pc kernel: 172569 pages reserved
may 26 14:06:03 carlos-pc kernel: 0 pages cma reserved
may 26 14:06:03 carlos-pc kernel: 0 pages hwpoisoned
may 26 14:06:03 carlos-pc kernel: Tasks state (memory values in pages):
may 26 14:06:03 carlos-pc kernel: [  pid  ]   uid  tgid total_vm      rss rss_anon rss_file rss_shmem pgtables_bytes swapents oom_score_adj name
may 26 14:06:03 carlos-pc kernel: [    469]     0   469    12580      192      192        0         0   118784        0          -250 systemd-journal
may 26 14:06:03 carlos-pc kernel: [    480]     0   480     4203      384      192      192         0    73728        0             0 systemd-userdbd
may 26 14:06:03 carlos-pc kernel: [    508]     0   508     8922      720      432      288         0    86016       48         -1000 systemd-udevd
may 26 14:06:03 carlos-pc kernel: [    684]    81   684     2347      416      176      240         0    57344        0          -900 dbus-broker-lau
may 26 14:06:03 carlos-pc kernel: [    689]    81   689     1510      415      271      144         0    53248        0          -900 dbus-broker
may 26 14:06:03 carlos-pc kernel: [    690]     0   690   103894     1146      912      234         0   192512        0             0 NetworkManager
may 26 14:06:03 carlos-pc kernel: [    691]     0   691     4366      422      326       96         0    73728        0             0 systemd-logind
may 26 14:06:03 carlos-pc kernel: [    759]     0   759    78203      336      192      144         0   118784        0             0 gdm
may 26 14:06:03 carlos-pc kernel: [    761]     0   761   763154     3114     2998      116         0   528384     1680          -999 containerd
may 26 14:06:03 carlos-pc kernel: [    766]     0   766    77903      380      192      188         0   118784       48             0 accounts-daemon
may 26 14:06:03 carlos-pc kernel: [    776]   102   776    96184      846      606      240         0   139264        0             0 polkitd
may 26 14:06:03 carlos-pc kernel: [    788]     0   788     4588      576      336      240         0    77824        0             0 wpa_supplicant
may 26 14:06:03 carlos-pc kernel: [    863]   133   863     5783      240       48      192         0    69632        0             0 rtkit-daemon
may 26 14:06:03 carlos-pc kernel: [    917]   970   917    79354     1463     1104      359         0   139264        0             0 colord
may 26 14:06:03 carlos-pc kernel: [    969]     0   969    78824      720      624       96         0   131072        0             0 upowerd
may 26 14:06:03 carlos-pc kernel: [   1256]     0  1256    60488      432      288      144         0   114688       48             0 gdm-session-wor
may 26 14:06:03 carlos-pc kernel: [   1293]     0  1293  1123659     8958     8814      144         0   884736     2784          -500 dockerd
may 26 14:06:03 carlos-pc kernel: [   1379]  1000  1379     5419      912      768      144         0    81920       48           100 systemd
may 26 14:06:03 carlos-pc kernel: [   1388]  1000  1388     5743      342      198      144         0    77824      240           100 (sd-pam)
may 26 14:06:03 carlos-pc kernel: [   1524]     0  1524   399234      110       14       96         0   159744      576          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   1533]     0  1533   417795      270       30      240         0   167936      576          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   1544]  1000  1544    78293      432      240      192         0   122880        0           200 gnome-keyring-d
may 26 14:06:03 carlos-pc kernel: [   1553]     0  1553   436228      242       50      192         0   184320      624          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   1563]     0  1563   436164      242        2      240         0   188416      624          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   1623]  1000  1623     2258      288        0      288         0    65536       96           200 dbus-broker-lau
may 26 14:06:03 carlos-pc kernel: [   1624]  1000  1624     1507      288       96      192         0    49152       48           200 dbus-broker
may 26 14:06:03 carlos-pc kernel: [   1655]     0  1655   309534      475      475        0         0   114688     1008          -998 containerd-shim
may 26 14:06:03 carlos-pc kernel: [   1656]     0  1656   309470      169      101       68         0   118784     1296          -998 containerd-shim
may 26 14:06:03 carlos-pc kernel: [   1713]   999  1713  4680604  4021922  4021778      144         0 34582528   221808             0 mysqld
may 26 14:06:03 carlos-pc kernel: [   1718] 65534  1718      530      144        0      144         0    49152        0             0 dnsmasq
may 26 14:06:03 carlos-pc kernel: [   1798]  1000  1798    58105      144       48       96         0   102400       96             0 gdm-x-session
may 26 14:06:03 carlos-pc kernel: [   1801]  1000  1801   261973     4540     3552      240       748   606208     5904             0 Xorg
may 26 14:06:03 carlos-pc kernel: [   1900]  1000  1900    92985      288        0      288         0   188416      528             0 gnome-session-b
may 26 14:06:03 carlos-pc kernel: [   1937]  1000  1937    95484      384      144      240         0   122880        0           200 at-spi-bus-laun
may 26 14:06:03 carlos-pc kernel: [   1943]  1000  1943     2226      240        0      240         0    61440        0           200 dbus-broker-lau
may 26 14:06:03 carlos-pc kernel: [   1944]  1000  1944     1015       96        0       96         0    49152        0           200 dbus-broker
may 26 14:06:03 carlos-pc kernel: [   1979]  1000  1979    22006      288       48      240         0    77824       48           200 gnome-session-c
may 26 14:06:03 carlos-pc kernel: [   1981]  1000  1981   130022      672      528      144         0   208896       48           200 gnome-session-b
may 26 14:06:03 carlos-pc kernel: [   2004]  1000  2004  1553191    14044    13792      252         0  1617920    30144           100 gnome-shell
may 26 14:06:03 carlos-pc kernel: [   2010]  1000  2010    79201      480      288      192         0   135168        0           200 gvfsd
may 26 14:06:03 carlos-pc kernel: [   2016]  1000  2016   114060      192       96       96         0   131072        0           200 gvfsd-fuse
may 26 14:06:03 carlos-pc kernel: [   2051]  1000  2051   389906      871      172       99       600   659456     5472           100 mutter-x11-fram
may 26 14:06:03 carlos-pc kernel: [   2053]  1000  2053    58768      240      144       96         0   106496        0           200 at-spi2-registr
may 26 14:06:03 carlos-pc kernel: [   2118]  1000  2118   164904      672      624       48         0   225280        0           200 gnome-shell-cal
may 26 14:06:03 carlos-pc kernel: [   2120]  1000  2120    76469       96       48       48         0   110592        0           200 xdg-permission-
may 26 14:06:03 carlos-pc kernel: [   2124]  1000  2124   667407     1162     1114       48         0   253952        0           200 gjs
may 26 14:06:03 carlos-pc kernel: [   2158]  1000  2158    95065      288      144      144         0   126976        0           200 gsd-a11y-settin
may 26 14:06:03 carlos-pc kernel: [   2159]  1000  2159   112484     1247     1103      144         0   217088        0           200 gsd-color
may 26 14:06:03 carlos-pc kernel: [   2160]  1000  2160   107372      432      288      144         0   167936        0           200 gsd-datetime
may 26 14:06:03 carlos-pc kernel: [   2161]  1000  2161   114567       96       48       48         0   147456       96           200 gsd-housekeepin
may 26 14:06:03 carlos-pc kernel: [   2162]  1000  2162   112178     1296     1008      288         0   217088      240           200 gsd-keyboard
may 26 14:06:03 carlos-pc kernel: [   2164]  1000  2164   186538     1344     1200      144         0   270336        0           200 gsd-media-keys
may 26 14:06:03 carlos-pc kernel: [   2165]  1000  2165   130879     1295     1247       48         0   233472        0           200 gsd-power
may 26 14:06:03 carlos-pc kernel: [   2166]  1000  2166    80157      240       48      192         0   135168      240           200 gsd-print-notif
may 26 14:06:03 carlos-pc kernel: [   2172]  1000  2172   131964      240      144       96         0   147456        0           200 gsd-rfkill
may 26 14:06:03 carlos-pc kernel: [   2173]  1000  2173    76496      288      144      144         0   118784        0           200 gsd-screensaver
may 26 14:06:03 carlos-pc kernel: [   2176]  1000  2176   133803      576      384      192         0   167936        0           200 gsd-sharing
may 26 14:06:03 carlos-pc kernel: [   2177]  1000  2177    95620      288      240       48         0   131072        0           200 gsd-smartcard
may 26 14:06:03 carlos-pc kernel: [   2178]  1000  2178   884362     1509     1221      288         0  1396736    72096           200 gnome-software
may 26 14:06:03 carlos-pc kernel: [   2179]  1000  2179    98692      384      192      192         0   147456        0           200 gsd-sound
may 26 14:06:03 carlos-pc kernel: [   2181]  1000  2181    76726      144       96       48         0   118784       96           200 gsd-disk-utilit
may 26 14:06:03 carlos-pc kernel: [   2182]  1000  2182   132918      192       96       96         0   159744       48           200 gsd-usb-protect
may 26 14:06:03 carlos-pc kernel: [   2187]  1000  2187   112373     1390     1246      144         0   217088        0           200 gsd-wacom
may 26 14:06:03 carlos-pc kernel: [   2191]  1000  2191 296805794    10182     9847      256        79  1269760     3264           200 slack
may 26 14:06:03 carlos-pc kernel: [   2193]  1000  2193   112397     1440     1248      192         0   208896      192           200 gsd-xsettings
may 26 14:06:03 carlos-pc kernel: [   2196]  1000  2196   239445     2928     2784      144         0   397312        0           200 evolution-alarm
may 26 14:06:03 carlos-pc kernel: [   2239]  1000  2239   112851      624      528       96         0   208896        0           200 gsd-printer
may 26 14:06:03 carlos-pc kernel: [   2300]  1000  2300   683770     1335     1191      144         0   262144        0           200 gjs
may 26 14:06:03 carlos-pc kernel: [   2301]  1000  2301    49899     1904     1904        0         0   131072        0           200 pipewire
may 26 14:06:03 carlos-pc kernel: [   2302]  1000  2302   142481     1248     1152       96         0   196608        0           200 wireplumber
may 26 14:06:03 carlos-pc kernel: [   2304]     0  2304   117319      896      720      176         0   155648        0             0 udisksd
may 26 14:06:03 carlos-pc kernel: [   2305]  1000  2305    25811     1033      915      118         0    90112        0           200 pipewire-pulse
may 26 14:06:03 carlos-pc kernel: [   2364]  1000  2364   183338     2208     1968      240         0   331776        0           200 evolution-sourc
may 26 14:06:03 carlos-pc kernel: [   2428]  1000  2428   145028      672      528      144         0   200704        0           200 gvfs-udisks2-vo
may 26 14:06:03 carlos-pc kernel: [   2483]  1000  2483   139078      768      576      192         0   188416        0           200 xdg-desktop-por
may 26 14:06:03 carlos-pc kernel: [   2522]  1000  2522   133365      336      144      192         0   155648        0           200 xdg-document-po
may 26 14:06:03 carlos-pc kernel: [   2536]  1000  2536      633       96        0       96         0    45056        0           200 fusermount3
may 26 14:06:03 carlos-pc kernel: [   2541]  1000  2541   400987     3583     3448      135         0   659456        0           200 xdg-desktop-por
may 26 14:06:03 carlos-pc kernel: [   2547]  1000  2547    76531      240       96      144         0   110592       48           200 gvfs-goa-volume
may 26 14:06:03 carlos-pc kernel: [   2551]  1000  2551   135088     1056      864      192         0   253952        0           200 goa-daemon
may 26 14:06:03 carlos-pc kernel: [   2567]  1000  2567    96403      288      192       96         0   135168       48           200 goa-identity-se
may 26 14:06:03 carlos-pc kernel: [   2573]  1000  2573    77090      288      144      144         0   114688        0           200 gvfs-gphoto2-vo
may 26 14:06:03 carlos-pc kernel: [   2584]  1000  2584   223310     1152      912      240         0   286720        0           200 evolution-calen
may 26 14:06:03 carlos-pc kernel: [   2608]  1000  2608    76617      336      192      144         0   110592        0           200 gvfs-mtp-volume
may 26 14:06:03 carlos-pc kernel: [   2617]  1000  2617    96675      384      240      144         0   135168        0           200 gvfs-afc-volume
may 26 14:06:03 carlos-pc kernel: [   2640]  1000  2640  8525449      576      336      240         0   393216     1920           200 slack
may 26 14:06:03 carlos-pc kernel: [   2641]  1000  2641  8525446      432      336       96         0   401408     1920           200 slack
may 26 14:06:03 carlos-pc kernel: [   2645]  1000  2645   134603      336      288       48         0   184320        0           200 gvfsd-trash
may 26 14:06:03 carlos-pc kernel: [   2669]  1000  2669  8525453      540      444       96         0   237568     1872           200 slack
may 26 14:06:03 carlos-pc kernel: [   2682]  1000  2682    58222      288       96      192         0    98304       48           200 gvfsd-metadata
may 26 14:06:03 carlos-pc kernel: [   2683]  1000  2683   204765     1056      864      192         0   290816        0           200 evolution-addre
may 26 14:06:03 carlos-pc kernel: [   2762]  1000  2762   112197     1248      960      288         0   217088      240           200 xdg-desktop-por
may 26 14:06:03 carlos-pc kernel: [   2849]  1000  2849   184161     2458     2286      172         0   262144      576           200 tracker-miner-f
may 26 14:06:03 carlos-pc kernel: [   2974]  1000  2974  8393911        0        0        0         0    69632        0           200 chrome_crashpad
may 26 14:06:03 carlos-pc kernel: [   3088]  1000  3088  8659833    13860    13576      233        51  1245184     1824           200 slack
may 26 14:06:03 carlos-pc kernel: [   3094]  1000  3094  8488882     2973     2925       48         0   622592        0           200 slack
may 26 14:06:03 carlos-pc kernel: [   3221]  1000  3221 296850972    49409    49018        0       391  2170880     1776           300 slack
may 26 14:06:03 carlos-pc kernel: [   3342]  1000  3342  8599863    19381    17416      118      1847  1896448    28080           100 chrome
may 26 14:06:03 carlos-pc kernel: [   3348]  1000  3348     1446       96        0       96         0    53248        0           100 cat
may 26 14:06:03 carlos-pc kernel: [   3349]  1000  3349     1446      144        0      144         0    53248        0           100 cat
may 26 14:06:03 carlos-pc kernel: [   3451]  1000  3451  8394178      144        0      144         0    65536       48           100 chrome_crashpad
may 26 14:06:03 carlos-pc kernel: [   3455]  1000  3455  8391869       96        0       96         0    65536       48           100 chrome_crashpad
may 26 14:06:03 carlos-pc kernel: [   3471]  1000  3471  8545694      288       48      240         0   421888     2976           100 chrome
may 26 14:06:03 carlos-pc kernel: [   3473]  1000  3473  8545692      336       48      288         0   434176     2880           100 chrome
may 26 14:06:03 carlos-pc kernel: [   3497]  1000  3497  8545699      152      152        0         0   270336     2832           100 chrome
may 26 14:06:03 carlos-pc kernel: [   3563]  1000  3563  8663072     4244     3497       99       648  1220608    13104           200 chrome
may 26 14:06:03 carlos-pc kernel: [   3570]  1000  3570  8494760     2658     2546       96        16   712704     3360           200 chrome
may 26 14:06:03 carlos-pc kernel: [   3580]  1000  3580  8558509      443      299        0       144   528384     3168           200 chrome
may 26 14:06:03 carlos-pc kernel: [   3646]  1000  3646 297369394    10045     9525      145       375   999424     5904           300 chrome
may 26 14:06:03 carlos-pc kernel: [   3660]  1000  3660 296815611      539       49      154       336   745472     4176           300 chrome
may 26 14:06:03 carlos-pc kernel: [   3687]  1000  3687 296837154     4724     2036       96      2592  1163264    19680           300 chrome
may 26 14:06:03 carlos-pc kernel: [   3753]  1000  3753 296825921     2227     1959        0       268  1064960     9024           300 chrome
may 26 14:06:03 carlos-pc kernel: [   3783]  1000  3783 296815611      744      312      144       288   745472     4128           300 chrome
may 26 14:06:03 carlos-pc kernel: [   3799]  1000  3799 296823872     1075      754       48       273   884736     8256           300 chrome
may 26 14:06:03 carlos-pc kernel: [   3809]  1000  3809 296816397      456      120       48       288   770048     4224           300 chrome
may 26 14:06:03 carlos-pc kernel: [   3822]  1000  3822 296823585     1667     1277       54       336   835584     4416           300 chrome
may 26 14:06:03 carlos-pc kernel: [   3828]  1000  3828 296844362     2305     2102       48       155  1171456    18768           300 chrome
may 26 14:06:03 carlos-pc kernel: [   3968]  1000  3968 297409666     2467     2239       51       177  1257472    23376           300 chrome
may 26 14:06:03 carlos-pc kernel: [   3990]  1000  3990 297949332     1843     1510        0       333  1146880     8784           300 chrome
may 26 14:06:03 carlos-pc kernel: [   4151]  1000  4151  8492922     2496     2400       96         0   528384        0           200 slack
may 26 14:06:03 carlos-pc kernel: [   4208]  1000  4208 296824066     1425     1137        0       288   819200     3648           300 chrome
may 26 14:06:03 carlos-pc kernel: [   4226]     0  4226   244216     3528     3388      140         0   262144        0             0 flatpak-system-
may 26 14:06:03 carlos-pc kernel: [   4341]  1000  4341 296860703    20298    17231       59      3008  6144000     9360           300 chrome
may 26 14:06:03 carlos-pc kernel: [   4342]  1000  4342 296828587     6482     3746       96      2640  1105920    18096           300 chrome
may 26 14:06:03 carlos-pc kernel: [   4345]  1000  4345 297405755    40866    37247      148      3471  1708032    28464           300 chrome
may 26 14:06:03 carlos-pc kernel: [   4430]  1000  4430    57319      240       96      144         0    90112        0           200 dconf-service
may 26 14:06:03 carlos-pc kernel: [   4776]  1000  4776 296825951    12212    10292      144      1776   983040     2736           300 chrome
may 26 14:06:03 carlos-pc kernel: [   4851]  1000  4851  8493775     3408     3216      192         0   536576        0           200 chrome
may 26 14:06:03 carlos-pc kernel: [   4894]  1000  4894 296815610     1550     1214       96       240   696320     2736           300 chrome
may 26 14:06:03 carlos-pc kernel: [   5964]     0  5964     4336      336      192      144         0    81920        0             0 systemd-userwor
may 26 14:06:03 carlos-pc kernel: [   5965]     0  5965     4336      384      192      192         0    77824        0             0 systemd-userwor
may 26 14:06:03 carlos-pc kernel: [   6160]     0  6160     4369      336      192      144         0    73728        0             0 systemd-userwor
may 26 14:06:03 carlos-pc kernel: [   6306]     0  6306   399298      289       49      240         0   163840      576          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   6312]     0  6312   417731      145        1      144         0   180224      624          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   6325]     0  6325   399298      336       48      288         0   159744      576          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   6331]     0  6331   417731      289       49      240         0   176128      576          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   6345]     0  6345   309550        0        0        0         0   114688     1248          -998 containerd-shim
may 26 14:06:03 carlos-pc kernel: [   6365]     0  6365     1276       48        0       48         0    53248       48             0 sudo
may 26 14:06:03 carlos-pc kernel: [   6410]     0  6410    60440     2124     1163      289       672   208896     1344             0 apache2
may 26 14:06:03 carlos-pc kernel: [   6421]    33  6421    60458     1316     1220       96         0   176128     1344             0 apache2
may 26 14:06:03 carlos-pc kernel: [   6422]    33  6422    60458     1316     1220       96         0   176128     1344             0 apache2
may 26 14:06:03 carlos-pc kernel: [   6423]    33  6423    60458     1316     1220       96         0   176128     1344             0 apache2
may 26 14:06:03 carlos-pc kernel: [   6424]    33  6424    60458     1316     1220       96         0   176128     1344             0 apache2
may 26 14:06:03 carlos-pc kernel: [   6425]    33  6425    60458     1316     1220       96         0   176128     1344             0 apache2
may 26 14:06:03 carlos-pc kernel: [   6699]  1000  6699   568858     2341     2241      100         0   864256     7056           200 kgx
may 26 14:06:03 carlos-pc kernel: [   6723]  1000  6723     3281     1159     1068       91         0    65536        0           200 zsh
may 26 14:06:03 carlos-pc kernel: [   6746]  1000  6746     2486      346      248       98         0    65536      288           200 zsh
may 26 14:06:03 carlos-pc kernel: [   7181]  1000  7181     3056     1072      976       96         0    69632        0           200 zsh
may 26 14:06:03 carlos-pc kernel: [   7183]  1000  7183     3052     1074      976       98         0    69632        0           200 zsh
may 26 14:06:03 carlos-pc kernel: [   7184]  1000  7184   643046      782      638      144         0   581632       48           200 gitstatusd
may 26 14:06:03 carlos-pc kernel: [   7241]  1000  7241    98910     1887     1632      255         0   217088        0           200 tracker-extract
may 26 14:06:03 carlos-pc kernel: [   7356]     0  7356   436164      288       48      240         0   192512      576          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   7367]     0  7367   417731      192        0      192         0   176128      624          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   7381]     0  7381   309470     1047     1022       25         0   122880      816          -998 containerd-shim
may 26 14:06:03 carlos-pc kernel: [   7401]     0  7401   309534      941      854       87         0   122880      336          -998 containerd-shim
may 26 14:06:03 carlos-pc kernel: [   7409]     0  7409   436164      192        0      192         0   184320      624          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   7428]     0  7428   436228      240        0      240         0   188416      624          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   7465]     0  7465   399298      240       48      192         0   159744      576          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   7474]     0  7474   309470      940      919       21         0   118784      384          -998 containerd-shim
may 26 14:06:03 carlos-pc kernel: [   7475]     0  7475   417795      240       48      192         0   172032      576          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   7498]     0  7498   454661      368      128      240         0   196608      480          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   7511]     0  7511   436228      240        0      240         0   184320      624          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   7555]     0  7555   309470      952      952        0         0   118784      288          -998 containerd-shim
may 26 14:06:03 carlos-pc kernel: [   7581]     0  7581   309534     1031     1006       25         0   118784      288          -998 containerd-shim
may 26 14:06:03 carlos-pc kernel: [   7597]     0  7597     2960      144        0      144         0    65536       48             0 docker-entrypoi
may 26 14:06:03 carlos-pc kernel: [   7609] 11211  7609   102838      288      240       48         0   151552        0             0 memcached
may 26 14:06:03 carlos-pc kernel: [   7614]     0  7614    55863     2809     1977      208       624   180224        0             0 apache2
may 26 14:06:03 carlos-pc kernel: [   7619]  1000  7619   178331     1072     1024       48         0   106496        0             0 MailHog
may 26 14:06:03 carlos-pc kernel: [   7636]     0  7636    19168     1617     1585       32         0   139264        0             0 apache2
may 26 14:06:03 carlos-pc kernel: [   7780]     0  7780     2960       99        3       96         0    61440       48             0 docker-entrypoi
may 26 14:06:03 carlos-pc kernel: [   7781]     0  7781  4214834  3366522  3366330      192         0 30633984   430128             0 mysqld
may 26 14:06:03 carlos-pc kernel: [   7837]     0  7837   436228      240        0      240         0   180224      624          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   7845]     0  7845   436228      233       41      192         0   188416      576          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   7859]     0  7859   436228      192        0      192         0   180224      624          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   7866]     0  7866   417731      144        0      144         0   172032      624          -500 docker-proxy
may 26 14:06:03 carlos-pc kernel: [   7882]     0  7882   309470     1069      982       87         0   118784      288          -998 containerd-shim
may 26 14:06:03 carlos-pc kernel: [   7907]    33  7907    55871     2152     2056       96         0   143360        0             0 apache2
may 26 14:06:03 carlos-pc kernel: [   7908]    33  7908    55871     2152     2056       96         0   143360        0             0 apache2
may 26 14:06:03 carlos-pc kernel: [   7909]    33  7909    55871     2200     2056      144         0   143360        0             0 apache2
may 26 14:06:03 carlos-pc kernel: [   7910]    33  7910    55871     2152     2056       96         0   143360        0             0 apache2
may 26 14:06:03 carlos-pc kernel: [   7911]    33  7911    55871     2104     2056       48         0   143360        0             0 apache2
may 26 14:06:03 carlos-pc kernel: [   7919]     0  7919   176163       37       37        0         0    90112     1104             0 forego
may 26 14:06:03 carlos-pc kernel: [   7982]     0  7982   177825     1497     1497        0         0   114688      192             0 docker-gen
may 26 14:06:03 carlos-pc kernel: [   7987]     0  7987    15894      132      132        0         0    73728      624             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8040]   101  8040    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8041]   101  8041    16378      221      221        0         0    65536     1296             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8046]   101  8046    16378      221      221        0         0    65536     1248             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8048]   101  8048    16378      221      221        0         0    65536     1296             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8049]   101  8049    16378      317      317        0         0    65536     1200             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8050]   101  8050    16378      317      317        0         0    65536     1200             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8051]   101  8051    16378      221      221        0         0    65536     1296             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8052]   101  8052    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8053]   101  8053    16378      221      221        0         0    65536     1296             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8054]   101  8054    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8055]   101  8055    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8056]   101  8056    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8058]   101  8058    16378      221      221        0         0    65536     1296             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8059]   101  8059    16378      125      125        0         0    65536     1392             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8060]   101  8060    16378      221      221        0         0    65536     1296             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8061]   101  8061    16378       77       77        0         0    65536     1440             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8062]    33  8062    19176     1828     1732       96         0   131072        0             0 apache2
may 26 14:06:03 carlos-pc kernel: [   8063]   101  8063    16378      221      221        0         0    65536     1296             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8065]   101  8065    16378      125      125        0         0    65536     1344             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8066]    33  8066    19176     1828     1732       96         0   131072        0             0 apache2
may 26 14:06:03 carlos-pc kernel: [   8067]   101  8067    16378      125      125        0         0    65536     1392             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8068]   101  8068    16378      125      125        0         0    65536     1392             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8069]    33  8069    19176     1876     1732      144         0   131072        0             0 apache2
may 26 14:06:03 carlos-pc kernel: [   8070]   101  8070    16378      269      269        0         0    65536     1248             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8071]    33  8071    19176     1732     1732        0         0   131072        0             0 apache2
may 26 14:06:03 carlos-pc kernel: [   8072]   101  8072    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8073]    33  8073    19176     1780     1732       48         0   131072        0             0 apache2
may 26 14:06:03 carlos-pc kernel: [   8074]   101  8074    16378      701      701        0         0    65536      816             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8075]   101  8075    16378      557      557        0         0    65536      960             0 nginx
may 26 14:06:03 carlos-pc kernel: [   8076]  1000  8076 297358331     2422     1930      204       288   757760     2523           300 chrome
may 26 14:06:03 carlos-pc kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/system.slice/docker-034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.scope,task=mysqld,pid=1713,uid=999
may 26 14:06:03 carlos-pc kernel: Out of memory: Killed process 1713 (mysqld) total-vm:18722416kB, anon-rss:16087112kB, file-rss:576kB, shmem-rss:0kB, UID:999 pgtables:33772kB oom_score_adj:0
may 26 14:06:03 carlos-pc kernel: oom_reaper: reaped process 1713 (mysqld), now anon-rss:1648kB, file-rss:576kB, shmem-rss:0kB
may 26 14:06:03 carlos-pc systemd-journald[469]: Under memory pressure, flushing caches.
may 26 14:06:03 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event4  - Logitech Wireless Mouse: SYN_DROPPED event - some input events have been lost.
may 26 14:06:03 carlos-pc systemd[1]: docker-034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.scope: A process of this unit has been killed by the OOM killer.
may 26 14:06:02 carlos-pc rtkit-daemon[863]: The canary thread is apparently starving. Taking action.
may 26 14:06:03 carlos-pc systemd[1]: docker-034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.scope: Deactivated successfully.
may 26 14:06:02 carlos-pc rtkit-daemon[863]: Demoting known real-time threads.
may 26 14:06:03 carlos-pc systemd[1]: docker-034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.scope: Consumed 33.101s CPU time.
may 26 14:06:02 carlos-pc rtkit-daemon[863]: Successfully demoted thread 2335 of process 2305.
may 26 14:06:02 carlos-pc rtkit-daemon[863]: Successfully demoted thread 2305 of process 2305.
may 26 14:06:02 carlos-pc rtkit-daemon[863]: Successfully demoted thread 2302 of process 2302.
may 26 14:06:02 carlos-pc rtkit-daemon[863]: Successfully demoted thread 2325 of process 2301.
may 26 14:06:02 carlos-pc rtkit-daemon[863]: Successfully demoted thread 2301 of process 2301.
may 26 14:06:02 carlos-pc rtkit-daemon[863]: Demoted 5 threads.
may 26 14:06:03 carlos-pc dockerd[1293]: time="2024-05-26T14:06:03.786081306-05:00" level=info msg="ignoring event" container=034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 26 14:06:03 carlos-pc containerd[761]: time="2024-05-26T14:06:03.787887717-05:00" level=info msg="shim disconnected" id=034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26 namespace=moby
may 26 14:06:03 carlos-pc containerd[761]: time="2024-05-26T14:06:03.792426154-05:00" level=warning msg="cleaning up after shim disconnected" id=034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26 namespace=moby
may 26 14:06:03 carlos-pc containerd[761]: time="2024-05-26T14:06:03.792441716-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 26 14:06:03 carlos-pc google-chrome.desktop[3349]: [3828:1:0526/140603.931505:ERROR:native_extension_bindings_system.cc(591)] Failed to create API on Chrome object.
may 26 14:06:03 carlos-pc google-chrome.desktop[3349]: [3828:1:0526/140603.961096:ERROR:native_extension_bindings_system.cc(591)] Failed to create API on Chrome object.
may 26 14:06:04 carlos-pc kernel: veth70df21b: renamed from eth0
may 26 14:06:04 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethee7364a) entered disabled state
may 26 14:06:04 carlos-pc NetworkManager[690]: <info>  [1716750364.0712] manager: (veth70df21b): new Veth device (/org/freedesktop/NetworkManager/Devices/55)
may 26 14:06:04 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethee7364a) entered disabled state
may 26 14:06:04 carlos-pc kernel: vethee7364a (unregistering): left allmulticast mode
may 26 14:06:04 carlos-pc kernel: vethee7364a (unregistering): left promiscuous mode
may 26 14:06:04 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethee7364a) entered disabled state
may 26 14:06:04 carlos-pc systemd[1]: run-docker-netns-8acce6d5652b.mount: Deactivated successfully.
may 26 14:06:04 carlos-pc dockerd[1293]: 2024/05/26 14:06:04 http: superfluous response.WriteHeader call from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp.(*respWriterWrapper).WriteHeader (wrap.go:98)
may 26 14:06:04 carlos-pc systemd[1]: var-lib-docker-overlay2-4a2736b06d2c4f4dbd6711b8eb69615308d81d2ade676dbeaa7f39b73d17052d-merged.mount: Deactivated successfully.
may 26 14:06:04 carlos-pc NetworkManager[690]: <info>  [1716750364.3593] manager: (veth8f7ae5c): new Veth device (/org/freedesktop/NetworkManager/Devices/56)
may 26 14:06:04 carlos-pc NetworkManager[690]: <info>  [1716750364.3597] manager: (vethb0cb73c): new Veth device (/org/freedesktop/NetworkManager/Devices/57)
may 26 14:06:04 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethb0cb73c) entered blocking state
may 26 14:06:04 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethb0cb73c) entered disabled state
may 26 14:06:04 carlos-pc kernel: vethb0cb73c: entered allmulticast mode
may 26 14:06:04 carlos-pc kernel: vethb0cb73c: entered promiscuous mode
may 26 14:06:04 carlos-pc containerd[761]: time="2024-05-26T14:06:04.471358113-05:00" level=info msg="loading plugin \"io.containerd.event.v1.publisher\"..." runtime=io.containerd.runc.v2 type=io.containerd.event.v1
may 26 14:06:04 carlos-pc containerd[761]: time="2024-05-26T14:06:04.473070764-05:00" level=info msg="loading plugin \"io.containerd.internal.v1.shutdown\"..." runtime=io.containerd.runc.v2 type=io.containerd.internal.v1
may 26 14:06:04 carlos-pc containerd[761]: time="2024-05-26T14:06:04.473080051-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.task\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:06:04 carlos-pc containerd[761]: time="2024-05-26T14:06:04.473128965-05:00" level=info msg="loading plugin \"io.containerd.ttrpc.v1.pause\"..." runtime=io.containerd.runc.v2 type=io.containerd.ttrpc.v1
may 26 14:06:04 carlos-pc systemd[1]: Started libcontainer container 034f1f8f1b5905cdeed99c8fd686e8b7a2b35d2be1d53d076b681666d96d6a26.
may 26 14:06:04 carlos-pc NetworkManager[690]: <info>  [1716750364.8026] device (vethb0cb73c): carrier: link connected
may 26 14:06:04 carlos-pc kernel: eth0: renamed from veth8f7ae5c
may 26 14:06:04 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethb0cb73c) entered blocking state
may 26 14:06:04 carlos-pc kernel: br-bcbfcb2bda6b: port 2(vethb0cb73c) entered forwarding state
may 26 14:06:40 carlos-pc /usr/lib/gdm-x-session[1801]: (EE) event6  - SONiX USB DEVICE Keyboard: client bug: event processing lagging behind by 137ms, your system is too slow
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 26 14:06:42 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 26 14:07:06 carlos-pc kernel: warn_alloc: 6439052 callbacks suppressed
may 26 14:07:06 carlos-pc kernel: chrome: page allocation failure: order:0, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=user.slice,mems_allowed=0
may 26 14:07:06 carlos-pc kernel: CPU: 19 PID: 3828 Comm: chrome Not tainted 6.9.1-arch1-1 #1 8721656fa781c58301f7268d475f3e6380e2b47c
may 26 14:07:06 carlos-pc kernel: Hardware name: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 26 14:07:06 carlos-pc kernel: Call Trace:
may 26 14:07:06 carlos-pc kernel:  <TASK>
may 26 14:07:06 carlos-pc kernel:  dump_stack_lvl+0x5d/0x80
may 26 14:07:06 carlos-pc kernel:  warn_alloc+0x164/0x190
may 26 14:07:06 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0xc75/0xd70
may 26 14:07:06 carlos-pc kernel:  ? __blk_mq_alloc_requests+0x423/0x500
may 26 14:07:06 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 26 14:07:06 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 26 14:07:06 carlos-pc kernel:  __read_swap_cache_async+0x124/0x280
may 26 14:07:06 carlos-pc kernel:  zswap_writeback_entry+0x73/0x1f0
may 26 14:07:06 carlos-pc kernel:  shrink_memcg_cb+0x82/0xd0
may 26 14:07:06 carlos-pc kernel:  __list_lru_walk_one+0xa3/0x1b0
may 26 14:07:06 carlos-pc kernel:  ? __pfx_shrink_memcg_cb+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  ? __pfx_shrink_memcg_cb+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  list_lru_walk_one+0x5d/0x90
may 26 14:07:06 carlos-pc kernel:  zswap_shrinker_scan+0xbd/0x120
may 26 14:07:06 carlos-pc kernel:  do_shrink_slab+0x143/0x360
may 26 14:07:06 carlos-pc kernel:  shrink_slab+0x2a9/0x3b0
may 26 14:07:06 carlos-pc kernel:  shrink_one+0x120/0x1f0
may 26 14:07:06 carlos-pc kernel:  shrink_node+0x962/0xbb0
may 26 14:07:06 carlos-pc kernel:  do_try_to_free_pages+0xc8/0x5d0
may 26 14:07:06 carlos-pc kernel:  try_to_free_pages+0xd9/0x210
may 26 14:07:06 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0x339/0xd70
may 26 14:07:06 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 26 14:07:06 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 26 14:07:06 carlos-pc kernel:  folio_alloc+0x15/0x30
may 26 14:07:06 carlos-pc kernel:  __filemap_get_folio+0x18d/0x2e0
may 26 14:07:06 carlos-pc kernel:  filemap_fault+0x1a4/0xba0
may 26 14:07:06 carlos-pc kernel:  __do_fault+0x32/0x120
may 26 14:07:06 carlos-pc kernel:  do_fault+0x271/0x490
may 26 14:07:06 carlos-pc kernel:  __handle_mm_fault+0x855/0xe10
may 26 14:07:06 carlos-pc kernel:  handle_mm_fault+0xf0/0x300
may 26 14:07:06 carlos-pc kernel:  do_user_addr_fault+0x20e/0x620
may 26 14:07:06 carlos-pc kernel:  exc_page_fault+0x81/0x190
may 26 14:07:06 carlos-pc kernel:  asm_exc_page_fault+0x26/0x30
may 26 14:07:06 carlos-pc kernel: RIP: 0033:0x58a03d3f328f
may 26 14:07:06 carlos-pc kernel: Code: Unable to access opcode bytes at 0x58a03d3f3265.
may 26 14:07:06 carlos-pc kernel: RSP: 002b:00007ffc0c255d80 EFLAGS: 00010246
may 26 14:07:06 carlos-pc kernel: RAX: 0000000000000003 RBX: 00007ffc0c255dc8 RCX: 000058a03c23451f
may 26 14:07:06 carlos-pc kernel: RDX: 0000000000000000 RSI: 000058a0484e48a0 RDI: 0000213401024c20
may 26 14:07:06 carlos-pc kernel: RBP: 00007ffc0c255db0 R08: 0000000000000001 R09: 0000213401024b10
may 26 14:07:06 carlos-pc kernel: R10: 0000000000000002 R11: 0000000000000003 R12: 0000000000000065
may 26 14:07:06 carlos-pc kernel: R13: 0000213400c3b8c0 R14: 0000213401024c10 R15: 0000000000000001
may 26 14:07:06 carlos-pc kernel:  </TASK>
may 26 14:07:06 carlos-pc kernel: Mem-Info:
may 26 14:07:06 carlos-pc kernel: active_anon:6759324 inactive_anon:1114708 isolated_anon:0
                                   active_file:4816 inactive_file:5889 isolated_file:0
                                   unevictable:30 dirty:9777 writeback:52
                                   slab_reclaimable:18649 slab_unreclaimable:49382
                                   mapped:10676 shmem:13224 pagetables:33230
                                   sec_pagetables:0 bounce:0
                                   kernel_misc_reclaimable:0
                                   free:0 free_pcp:1996 free_cma:0
may 26 14:07:06 carlos-pc kernel: Node 0 active_anon:27037296kB inactive_anon:4458832kB active_file:19264kB inactive_file:23556kB unevictable:120kB isolated(anon):0kB isolated(file):0kB mapped:42704kB dirty:39108kB writeback:208kB shmem:52896kB shmem_thp:0kB shmem_pmdmapped:0kB anon_thp:22867968kB writeback_tmp:0kB kernel_stack:31424kB pagetables:132920kB sec_pagetables:0kB all_unreclaimable? no
may 26 14:07:06 carlos-pc kernel: Node 0 DMA free:0kB boost:0kB min:28kB low:40kB high:52kB reserved_highatomic:0KB active_anon:4692kB inactive_anon:5980kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:140kB present:15992kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:48kB local_pcp:0kB free_cma:0kB
may 26 14:07:06 carlos-pc kernel: lowmem_reserve[]: 0 1683 31781 31781 31781
may 26 14:07:06 carlos-pc kernel: Node 0 DMA32 free:0kB boost:0kB min:3576kB low:5300kB high:7024kB reserved_highatomic:0KB active_anon:1630452kB inactive_anon:116480kB active_file:4kB inactive_file:4kB unevictable:0kB writepending:136kB present:1824524kB managed:1757800kB mlocked:0kB bounce:0kB free_pcp:5600kB local_pcp:672kB free_cma:0kB
may 26 14:07:06 carlos-pc kernel: lowmem_reserve[]: 0 0 30097 30097 30097
may 26 14:07:06 carlos-pc kernel: Node 0 Normal free:0kB boost:0kB min:63972kB low:94788kB high:125604kB reserved_highatomic:0KB active_anon:25402152kB inactive_anon:4336372kB active_file:19264kB inactive_file:23548kB unevictable:120kB writepending:39232kB present:31449088kB managed:30826168kB mlocked:120kB bounce:0kB free_pcp:2336kB local_pcp:4kB free_cma:0kB
may 26 14:07:06 carlos-pc kernel: lowmem_reserve[]: 0 0 0 0 0
may 26 14:07:06 carlos-pc kernel: Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:07:06 carlos-pc kernel: Node 0 DMA32: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:07:06 carlos-pc kernel: Node 0 Normal: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:07:06 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
may 26 14:07:06 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
may 26 14:07:06 carlos-pc kernel: 172503 total pagecache pages
may 26 14:07:06 carlos-pc kernel: 148574 pages in swap cache
may 26 14:07:06 carlos-pc kernel: Free swap  = 160kB
may 26 14:07:06 carlos-pc kernel: Total swap = 4194300kB
may 26 14:07:06 carlos-pc kernel: 8322401 pages RAM
may 26 14:07:06 carlos-pc kernel: 0 pages HighMem/MovableOnly
may 26 14:07:06 carlos-pc kernel: 172569 pages reserved
may 26 14:07:06 carlos-pc kernel: 0 pages cma reserved
may 26 14:07:06 carlos-pc kernel: 0 pages hwpoisoned
may 26 14:07:06 carlos-pc kernel: warn_alloc: 825669 callbacks suppressed
may 26 14:07:06 carlos-pc kernel: kswapd0: page allocation failure: order:0, mode:0xcc0(GFP_KERNEL), nodemask=(null),cpuset=/,mems_allowed=0
may 26 14:07:06 carlos-pc kernel: CPU: 11 PID: 188 Comm: kswapd0 Not tainted 6.9.1-arch1-1 #1 8721656fa781c58301f7268d475f3e6380e2b47c
may 26 14:07:06 carlos-pc kernel: Hardware name: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 26 14:07:06 carlos-pc kernel: Call Trace:
may 26 14:07:06 carlos-pc kernel:  <TASK>
may 26 14:07:06 carlos-pc kernel:  dump_stack_lvl+0x5d/0x80
may 26 14:07:06 carlos-pc kernel:  warn_alloc+0x164/0x190
may 26 14:07:06 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0xc75/0xd70
may 26 14:07:06 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 26 14:07:06 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 26 14:07:06 carlos-pc kernel:  __read_swap_cache_async+0x124/0x280
may 26 14:07:06 carlos-pc kernel:  zswap_writeback_entry+0x73/0x1f0
may 26 14:07:06 carlos-pc kernel:  shrink_memcg_cb+0x82/0xd0
may 26 14:07:06 carlos-pc kernel:  __list_lru_walk_one+0xa3/0x1b0
may 26 14:07:06 carlos-pc kernel:  ? __pfx_shrink_memcg_cb+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  ? __pfx_shrink_memcg_cb+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  list_lru_walk_one+0x5d/0x90
may 26 14:07:06 carlos-pc kernel:  zswap_shrinker_scan+0xbd/0x120
may 26 14:07:06 carlos-pc kernel:  do_shrink_slab+0x143/0x360
may 26 14:07:06 carlos-pc kernel:  shrink_slab+0x2a9/0x3b0
may 26 14:07:06 carlos-pc kernel:  shrink_one+0x120/0x1f0
may 26 14:07:06 carlos-pc kernel:  shrink_node+0x962/0xbb0
may 26 14:07:06 carlos-pc kernel:  balance_pgdat+0x4c5/0x960
may 26 14:07:06 carlos-pc kernel:  kswapd+0x1f5/0x380
may 26 14:07:06 carlos-pc kernel:  ? __pfx_autoremove_wake_function+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  ? __pfx_kswapd+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  kthread+0xcf/0x100
may 26 14:07:06 carlos-pc kernel:  ? __pfx_kthread+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  ret_from_fork+0x31/0x50
may 26 14:07:06 carlos-pc kernel:  ? __pfx_kthread+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  ret_from_fork_asm+0x1a/0x30
may 26 14:07:06 carlos-pc kernel:  </TASK>
may 26 14:07:06 carlos-pc kernel: Mem-Info:
may 26 14:07:06 carlos-pc kernel: active_anon:6337847 inactive_anon:1538639 isolated_anon:0
                                   active_file:8319 inactive_file:2390 isolated_file:0
                                   unevictable:30 dirty:9776 writeback:0
                                   slab_reclaimable:18647 slab_unreclaimable:49352
                                   mapped:10676 shmem:13224 pagetables:33230
                                   sec_pagetables:0 bounce:0
                                   kernel_misc_reclaimable:0
                                   free:0 free_pcp:1 free_cma:0
may 26 14:07:06 carlos-pc kernel: Node 0 active_anon:25351388kB inactive_anon:6154556kB active_file:33276kB inactive_file:9560kB unevictable:120kB isolated(anon):0kB isolated(file):0kB mapped:42704kB dirty:39104kB writeback:0kB shmem:52896kB shmem_thp:0kB shmem_pmdmapped:0kB anon_thp:22867968kB writeback_tmp:0kB kernel_stack:31424kB pagetables:132920kB sec_pagetables:0kB all_unreclaimable? no
may 26 14:07:06 carlos-pc kernel: Node 0 DMA free:0kB boost:0kB min:28kB low:40kB high:52kB reserved_highatomic:0KB active_anon:3456kB inactive_anon:7800kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 26 14:07:06 carlos-pc kernel: lowmem_reserve[]: 0 1683 31781 31781 31781
may 26 14:07:06 carlos-pc kernel: Node 0 DMA32 free:0kB boost:0kB min:3576kB low:5300kB high:7024kB reserved_highatomic:0KB active_anon:1601912kB inactive_anon:151132kB active_file:0kB inactive_file:16kB unevictable:0kB writepending:4kB present:1824524kB managed:1757800kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 26 14:07:06 carlos-pc kernel: lowmem_reserve[]: 0 0 30097 30097 30097
may 26 14:07:06 carlos-pc kernel: Node 0 Normal free:0kB boost:0kB min:63972kB low:94788kB high:125604kB reserved_highatomic:0KB active_anon:23745916kB inactive_anon:5995728kB active_file:32812kB inactive_file:9148kB unevictable:120kB writepending:39100kB present:31449088kB managed:30826168kB mlocked:120kB bounce:0kB free_pcp:4kB local_pcp:0kB free_cma:0kB
may 26 14:07:06 carlos-pc kernel: lowmem_reserve[]: 0 0 0 0 0
may 26 14:07:06 carlos-pc kernel: Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:07:06 carlos-pc kernel: Node 0 DMA32: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:07:06 carlos-pc kernel: Node 0 Normal: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:07:06 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
may 26 14:07:06 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
may 26 14:07:06 carlos-pc kernel: 174677 total pagecache pages
may 26 14:07:06 carlos-pc kernel: 150790 pages in swap cache
may 26 14:07:06 carlos-pc kernel: Free swap  = 160kB
may 26 14:07:06 carlos-pc kernel: Total swap = 4194300kB
may 26 14:07:06 carlos-pc kernel: 8322401 pages RAM
may 26 14:07:06 carlos-pc kernel: 0 pages HighMem/MovableOnly
may 26 14:07:06 carlos-pc kernel: 172569 pages reserved
may 26 14:07:06 carlos-pc kernel: 0 pages cma reserved
may 26 14:07:06 carlos-pc kernel: 0 pages hwpoisoned
may 26 14:07:06 carlos-pc kernel: hwrng invoked oom-killer: gfp_mask=0xcc0(GFP_KERNEL), order=0, oom_score_adj=0
may 26 14:07:06 carlos-pc kernel: CPU: 14 PID: 197 Comm: hwrng Not tainted 6.9.1-arch1-1 #1 8721656fa781c58301f7268d475f3e6380e2b47c
may 26 14:07:06 carlos-pc kernel: Hardware name: ASUS System Product Name/TUF GAMING B760-PLUS WIFI, BIOS 1646 03/20/2024
may 26 14:07:06 carlos-pc kernel: Call Trace:
may 26 14:07:06 carlos-pc kernel:  <TASK>
may 26 14:07:06 carlos-pc kernel:  dump_stack_lvl+0x5d/0x80
may 26 14:07:06 carlos-pc kernel:  dump_header+0x44/0x18d
may 26 14:07:06 carlos-pc kernel:  oom_kill_process.cold+0x8/0x8a
may 26 14:07:06 carlos-pc kernel:  out_of_memory+0x209/0x500
may 26 14:07:06 carlos-pc kernel:  __alloc_pages_slowpath.constprop.0+0xb0a/0xd70
may 26 14:07:06 carlos-pc kernel:  ? __pfx_hwrng_fillfn+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  __alloc_pages+0x31f/0x350
may 26 14:07:06 carlos-pc kernel:  ? __pfx_hwrng_fillfn+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  alloc_pages_mpol+0xd7/0x1c0
may 26 14:07:06 carlos-pc kernel:  __get_free_pages+0x11/0x40
may 26 14:07:06 carlos-pc kernel:  tpm2_get_random+0x68/0x200
may 26 14:07:06 carlos-pc kernel:  ? tpm_chip_start+0x46/0xb0
may 26 14:07:06 carlos-pc kernel:  ? __pfx_hwrng_fillfn+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  tpm_get_random+0x5f/0x80
may 26 14:07:06 carlos-pc kernel:  hwrng_fillfn+0xdf/0x1f0
may 26 14:07:06 carlos-pc kernel:  kthread+0xcf/0x100
may 26 14:07:06 carlos-pc kernel:  ? __pfx_kthread+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  ret_from_fork+0x31/0x50
may 26 14:07:06 carlos-pc kernel:  ? __pfx_kthread+0x10/0x10
may 26 14:07:06 carlos-pc kernel:  ret_from_fork_asm+0x1a/0x30
may 26 14:07:06 carlos-pc kernel:  </TASK>
may 26 14:07:06 carlos-pc kernel: Mem-Info:
may 26 14:07:06 carlos-pc kernel: active_anon:1316583 inactive_anon:6559904 isolated_anon:0
                                   active_file:106 inactive_file:10468 isolated_file:0
                                   unevictable:30 dirty:9776 writeback:0
                                   slab_reclaimable:18647 slab_unreclaimable:49352
                                   mapped:10676 shmem:13224 pagetables:33230
                                   sec_pagetables:0 bounce:0
                                   kernel_misc_reclaimable:0
                                   free:0 free_pcp:3 free_cma:0
may 26 14:07:06 carlos-pc kernel: Node 0 active_anon:5266332kB inactive_anon:26239616kB active_file:424kB inactive_file:41872kB unevictable:120kB isolated(anon):0kB isolated(file):0kB mapped:42704kB dirty:39104kB writeback:0kB shmem:52896kB shmem_thp:0kB shmem_pmdmapped:0kB anon_thp:22867968kB writeback_tmp:0kB kernel_stack:31424kB pagetables:132920kB sec_pagetables:0kB all_unreclaimable? no
may 26 14:07:06 carlos-pc kernel: Node 0 DMA free:0kB boost:0kB min:28kB low:40kB high:52kB reserved_highatomic:0KB active_anon:4228kB inactive_anon:7028kB active_file:0kB inactive_file:0kB unevictable:0kB writepending:0kB present:15992kB managed:15360kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 26 14:07:06 carlos-pc kernel: lowmem_reserve[]: 0 1683 31781 31781 31781
may 26 14:07:06 carlos-pc kernel: Node 0 DMA32 free:0kB boost:0kB min:3576kB low:5300kB high:7024kB reserved_highatomic:0KB active_anon:95840kB inactive_anon:1657204kB active_file:12kB inactive_file:0kB unevictable:0kB writepending:4kB present:1824524kB managed:1757800kB mlocked:0kB bounce:0kB free_pcp:0kB local_pcp:0kB free_cma:0kB
may 26 14:07:06 carlos-pc kernel: lowmem_reserve[]: 0 0 30097 30097 30097
may 26 14:07:06 carlos-pc kernel: Node 0 Normal free:0kB boost:0kB min:63972kB low:94788kB high:125604kB reserved_highatomic:0KB active_anon:5166300kB inactive_anon:24575348kB active_file:464kB inactive_file:42188kB unevictable:120kB writepending:39100kB present:31449088kB managed:30826168kB mlocked:120kB bounce:0kB free_pcp:12kB local_pcp:4kB free_cma:0kB
may 26 14:07:06 carlos-pc kernel: lowmem_reserve[]: 0 0 0 0 0
may 26 14:07:06 carlos-pc kernel: Node 0 DMA: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:07:06 carlos-pc kernel: Node 0 DMA32: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:07:06 carlos-pc kernel: Node 0 Normal: 0*4kB 0*8kB 0*16kB 0*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 0kB
may 26 14:07:06 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=1048576kB
may 26 14:07:06 carlos-pc kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
may 26 14:07:06 carlos-pc kernel: 174678 total pagecache pages
may 26 14:07:06 carlos-pc kernel: 150791 pages in swap cache
may 26 14:07:06 carlos-pc kernel: Free swap  = 160kB
may 26 14:07:06 carlos-pc kernel: Total swap = 4194300kB
may 26 14:07:06 carlos-pc kernel: 8322401 pages RAM
may 26 14:07:06 carlos-pc kernel: 0 pages HighMem/MovableOnly
may 26 14:07:06 carlos-pc kernel: 172569 pages reserved
may 26 14:07:06 carlos-pc kernel: 0 pages cma reserved
may 26 14:07:06 carlos-pc kernel: 0 pages hwpoisoned
may 26 14:07:06 carlos-pc kernel: Tasks state (memory values in pages):
may 26 14:07:06 carlos-pc kernel: [  pid  ]   uid  tgid total_vm      rss rss_anon rss_file rss_shmem pgtables_bytes swapents oom_score_adj name
may 26 14:07:06 carlos-pc kernel: [    469]     0   469    10549      384      192      192         0   110592        0          -250 systemd-journal
may 26 14:07:06 carlos-pc kernel: [    480]     0   480     4203      384      192      192         0    73728        0             0 systemd-userdbd
may 26 14:07:06 carlos-pc kernel: [    508]     0   508     8922      672      384      288         0    86016      144         -1000 systemd-udevd
may 26 14:07:06 carlos-pc kernel: [    684]    81   684     2347      416      176      240         0    57344        0          -900 dbus-broker-lau
may 26 14:07:06 carlos-pc kernel: [    689]    81   689     1510      511      271      240         0    53248        0          -900 dbus-broker
may 26 14:07:06 carlos-pc kernel: [    690]     0   690   103894     1242      912      330         0   192512        0             0 NetworkManager
may 26 14:07:06 carlos-pc kernel: [    691]     0   691     4366      518      326      192         0    73728        0             0 systemd-logind
may 26 14:07:06 carlos-pc kernel: [    759]     0   759    78203      336      192      144         0   118784        0             0 gdm
may 26 14:07:06 carlos-pc kernel: [    761]     0   761   763218     3882     3574      308         0   528384     1152          -999 containerd
may 26 14:07:06 carlos-pc kernel: [    766]     0   766    77903      332      144      188         0   118784       96             0 accounts-daemon
may 26 14:07:06 carlos-pc kernel: [    776]   102   776    96184      942      606      336         0   139264        0             0 polkitd
may 26 14:07:06 carlos-pc kernel: [    788]     0   788     4588      624      336      288         0    77824        0             0 wpa_supplicant
may 26 14:07:06 carlos-pc kernel: [    863]   133   863    22167      288       48      240         0    73728        0             0 rtkit-daemon
may 26 14:07:06 carlos-pc kernel: [    917]   970   917    79354     1463     1104      359         0   139264        0             0 colord
may 26 14:07:06 carlos-pc kernel: [    969]     0   969    78824     1008      624      384         0   131072        0             0 upowerd
may 26 14:07:06 carlos-pc kernel: [   1256]     0  1256    60488      432      288      144         0   114688       48             0 gdm-session-wor
may 26 14:07:06 carlos-pc kernel: [   1293]     0  1293  1123659     9870     9534      336         0   884736     2160          -500 dockerd
may 26 14:07:06 carlos-pc kernel: [   1379]  1000  1379     5419     1056      768      288         0    81920       48           100 systemd
may 26 14:07:06 carlos-pc kernel: [   1388]  1000  1388     5743      342      198      144         0    77824      240           100 (sd-pam)
may 26 14:07:06 carlos-pc kernel: [   1524]     0  1524   399234      206       62      144         0   159744      528          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   1533]     0  1533   417795      318       78      240         0   167936      576          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   1544]  1000  1544    78293      576      240      336         0   122880        0           200 gnome-keyring-d
may 26 14:07:06 carlos-pc kernel: [   1623]  1000  1623     2258      288        0      288         0    65536       96           200 dbus-broker-lau
may 26 14:07:06 carlos-pc kernel: [   1624]  1000  1624     1507      192        0      192         0    49152      144           200 dbus-broker
may 26 14:07:06 carlos-pc kernel: [   1655]     0  1655   309534      811      811        0         0   114688      768          -998 containerd-shim
may 26 14:07:06 carlos-pc kernel: [   1718] 65534  1718      530      144        0      144         0    49152        0             0 dnsmasq
may 26 14:07:06 carlos-pc kernel: [   1798]  1000  1798    58105      144       48       96         0   102400       96             0 gdm-x-session
may 26 14:07:06 carlos-pc kernel: [   1801]  1000  1801   261975     3987     3843      144         0   565248     5808             0 Xorg
may 26 14:07:06 carlos-pc kernel: [   1900]  1000  1900    92985      288        0      288         0   188416      528             0 gnome-session-b
may 26 14:07:06 carlos-pc kernel: [   1937]  1000  1937    95484      384      144      240         0   122880        0           200 at-spi-bus-laun
may 26 14:07:06 carlos-pc kernel: [   1943]  1000  1943     2226      240        0      240         0    61440        0           200 dbus-broker-lau
may 26 14:07:06 carlos-pc kernel: [   1944]  1000  1944     1015      144        0      144         0    49152        0           200 dbus-broker
may 26 14:07:06 carlos-pc kernel: [   1979]  1000  1979    22006      240        0      240         0    77824       96           200 gnome-session-c
may 26 14:07:06 carlos-pc kernel: [   1981]  1000  1981   130022      672      528      144         0   208896       48           200 gnome-session-b
may 26 14:07:06 carlos-pc kernel: [   2004]  1000  2004  1553191     9521     9029      492         0  1581056    34846           100 gnome-shell
may 26 14:07:06 carlos-pc kernel: [   2010]  1000  2010    79201      480      288      192         0   135168        0           200 gvfsd
may 26 14:07:06 carlos-pc kernel: [   2016]  1000  2016   114060      192       96       96         0   131072        0           200 gvfsd-fuse
may 26 14:07:06 carlos-pc kernel: [   2051]  1000  2051   389906      319      124      195         0   618496     5472           100 mutter-x11-fram
may 26 14:07:06 carlos-pc kernel: [   2053]  1000  2053    58768      336      144      192         0   106496        0           200 at-spi2-registr
may 26 14:07:06 carlos-pc kernel: [   2118]  1000  2118   164904      528      480       48         0   225280      192           200 gnome-shell-cal
may 26 14:07:06 carlos-pc kernel: [   2120]  1000  2120    76469       48        0       48         0   110592       48           200 xdg-permission-
may 26 14:07:06 carlos-pc kernel: [   2124]  1000  2124   667407     1018      970       48         0   253952      144           200 gjs
may 26 14:07:06 carlos-pc kernel: [   2158]  1000  2158    95065      432      144      288         0   126976        0           200 gsd-a11y-settin
may 26 14:07:06 carlos-pc kernel: [   2159]  1000  2159   112484     1007      719      288         0   217088      384           200 gsd-color
may 26 14:07:06 carlos-pc kernel: [   2160]  1000  2160   107372      528      288      240         0   167936        0           200 gsd-datetime
may 26 14:07:06 carlos-pc kernel: [   2161]  1000  2161   114567      432       48      384         0   147456       96           200 gsd-housekeepin
may 26 14:07:06 carlos-pc kernel: [   2162]  1000  2162   112178     1152      816      336         0   217088      432           200 gsd-keyboard
may 26 14:07:06 carlos-pc kernel: [   2164]  1000  2164   186538     1392     1200      192         0   274432        0           200 gsd-media-keys
may 26 14:07:06 carlos-pc kernel: [   2165]  1000  2165   130879     1439     1247      192         0   233472        0           200 gsd-power
may 26 14:07:06 carlos-pc kernel: [   2166]  1000  2166    80157      384       48      336         0   135168      240           200 gsd-print-notif
may 26 14:07:06 carlos-pc kernel: [   2172]  1000  2172   131964      336       96      240         0   147456       48           200 gsd-rfkill
may 26 14:07:06 carlos-pc kernel: [   2173]  1000  2173    76496      288       48      240         0   118784       96           200 gsd-screensaver
may 26 14:07:06 carlos-pc kernel: [   2176]  1000  2176   133803      576      240      336         0   167936      144           200 gsd-sharing
may 26 14:07:06 carlos-pc kernel: [   2177]  1000  2177    95620      480      192      288         0   131072       48           200 gsd-smartcard
may 26 14:07:06 carlos-pc kernel: [   2178]  1000  2178   884362     1653     1221      432         0  1355776    72096           200 gnome-software
may 26 14:07:06 carlos-pc kernel: [   2179]  1000  2179    98692      480       96      384         0   147456       96           200 gsd-sound
may 26 14:07:06 carlos-pc kernel: [   2181]  1000  2181    76726      144       96       48         0   118784       96           200 gsd-disk-utilit
may 26 14:07:06 carlos-pc kernel: [   2182]  1000  2182   132918      336       48      288         0   159744       96           200 gsd-usb-protect
may 26 14:07:06 carlos-pc kernel: [   2187]  1000  2187   112373     1438     1246      192         0   217088        0           200 gsd-wacom
may 26 14:07:06 carlos-pc kernel: [   2191]  1000  2191 296805794     4710     4454      256         0  1269760     8448           200 slack
may 26 14:07:06 carlos-pc kernel: [   2193]  1000  2193   112397     1584     1248      336         0   208896      192           200 gsd-xsettings
may 26 14:07:06 carlos-pc kernel: [   2196]  1000  2196   239445     2304     2160      144         0   397312      624           200 evolution-alarm
may 26 14:07:06 carlos-pc kernel: [   2239]  1000  2239   112851      528      432       96         0   208896       96           200 gsd-printer
may 26 14:07:06 carlos-pc kernel: [   2300]  1000  2300   683770     1335     1191      144         0   262144        0           200 gjs
may 26 14:07:06 carlos-pc kernel: [   2301]  1000  2301    50529     2480     2288      192         0   139264       48           200 pipewire
may 26 14:07:06 carlos-pc kernel: [   2302]  1000  2302   142481     1536     1200      336         0   200704        0           200 wireplumber
may 26 14:07:06 carlos-pc kernel: [   2304]     0  2304   117319      992      720      272         0   155648        0             0 udisksd
may 26 14:07:06 carlos-pc kernel: [   2305]  1000  2305    28515     2975     2761      214         0   114688       48           200 pipewire-pulse
may 26 14:07:06 carlos-pc kernel: [   2364]  1000  2364   183338     2160     1920      240         0   331776       48           200 evolution-sourc
may 26 14:07:06 carlos-pc kernel: [   2428]  1000  2428   145028      720      528      192         0   200704        0           200 gvfs-udisks2-vo
may 26 14:07:06 carlos-pc kernel: [   2483]  1000  2483   139078      864      576      288         0   188416        0           200 xdg-desktop-por
may 26 14:07:06 carlos-pc kernel: [   2522]  1000  2522   133365      384       48      336         0   155648       96           200 xdg-document-po
may 26 14:07:06 carlos-pc kernel: [   2536]  1000  2536      633       96        0       96         0    45056        0           200 fusermount3
may 26 14:07:06 carlos-pc kernel: [   2541]  1000  2541   400987     2911     2776      135         0   618496      720           200 xdg-desktop-por
may 26 14:07:06 carlos-pc kernel: [   2547]  1000  2547    76531      192       48      144         0   110592       96           200 gvfs-goa-volume
may 26 14:07:06 carlos-pc kernel: [   2551]  1000  2551   135088     1152      864      288         0   253952        0           200 goa-daemon
may 26 14:07:06 carlos-pc kernel: [   2567]  1000  2567    96403      432      192      240         0   135168       48           200 goa-identity-se
may 26 14:07:06 carlos-pc kernel: [   2573]  1000  2573    77090      240       96      144         0   114688       96           200 gvfs-gphoto2-vo
may 26 14:07:06 carlos-pc kernel: [   2584]  1000  2584   223310     1200      912      288         0   286720        0           200 evolution-calen
may 26 14:07:06 carlos-pc kernel: [   2608]  1000  2608    76617      240       96      144         0   110592       96           200 gvfs-mtp-volume
may 26 14:07:06 carlos-pc kernel: [   2617]  1000  2617    96675      384      192      192         0   135168       48           200 gvfs-afc-volume
may 26 14:07:06 carlos-pc kernel: [   2640]  1000  2640  8525449      576      336      240         0   393216     1920           200 slack
may 26 14:07:06 carlos-pc kernel: [   2641]  1000  2641  8525446      432      336       96         0   401408     1920           200 slack
may 26 14:07:06 carlos-pc kernel: [   2645]  1000  2645   134603      432      288      144         0   184320        0           200 gvfsd-trash
may 26 14:07:06 carlos-pc kernel: [   2669]  1000  2669  8525453      492      396       96         0   237568     1920           200 slack
may 26 14:07:06 carlos-pc kernel: [   2682]  1000  2682    58222      288       96      192         0    98304       48           200 gvfsd-metadata
may 26 14:07:06 carlos-pc kernel: [   2683]  1000  2683   204765      768      432      336         0   290816      480           200 evolution-addre
may 26 14:07:06 carlos-pc kernel: [   2762]  1000  2762   112197      768      576      192         0   217088      624           200 xdg-desktop-por
may 26 14:07:06 carlos-pc kernel: [   2849]  1000  2849   184161     1294      834      460         0   262144     1344           200 tracker-miner-f
may 26 14:07:06 carlos-pc kernel: [   2974]  1000  2974  8393911        0        0        0         0    69632       48           200 chrome_crashpad
may 26 14:07:06 carlos-pc kernel: [   3088]  1000  3088  8659834     6368     5700      617        51  1204224     9696           200 slack
may 26 14:07:06 carlos-pc kernel: [   3094]  1000  3094  8488882     1293     1101      192         0   622592     1824           200 slack
may 26 14:07:06 carlos-pc kernel: [   3221]  1000  3221 296850972    20561    19738      480       343  2170880    31152           300 slack
may 26 14:07:06 carlos-pc kernel: [   3342]  1000  3342  8608512    21470    20042      358      1070  1970176    27385           100 chrome
may 26 14:07:06 carlos-pc kernel: [   3348]  1000  3348     1446       96        0       96         0    53248        0           100 cat
may 26 14:07:06 carlos-pc kernel: [   3349]  1000  3349     1446      144        0      144         0    53248        0           100 cat
may 26 14:07:06 carlos-pc kernel: [   3451]  1000  3451  8394178      144        0      144         0    65536       48           100 chrome_crashpad
may 26 14:07:06 carlos-pc kernel: [   3455]  1000  3455  8391869       96        0       96         0    65536       48           100 chrome_crashpad
may 26 14:07:06 carlos-pc kernel: [   3471]  1000  3471  8545694      288       48      240         0   421888     2976           100 chrome
may 26 14:07:06 carlos-pc kernel: [   3473]  1000  3473  8545692      336       48      288         0   434176     2880           100 chrome
may 26 14:07:06 carlos-pc kernel: [   3497]  1000  3497  8545699      248      152       96         0   270336     2832           100 chrome
may 26 14:07:06 carlos-pc kernel: [   3563]  1000  3563  8676690    21193    17345      387      3461  1355776    10320           200 chrome
may 26 14:07:06 carlos-pc kernel: [   3570]  1000  3570  8496907     2798     2750       48         0   720896     3360           200 chrome
may 26 14:07:06 carlos-pc kernel: [   3580]  1000  3580  8558541      875      347      528         0   528384     3168           200 chrome
may 26 14:07:06 carlos-pc kernel: [   3646]  1000  3646 297369395     9821     9060      481       280  1040384    10368           300 chrome
may 26 14:07:06 carlos-pc kernel: [   3660]  1000  3660 296815612      667      193      154       320   745472     4080           300 chrome
may 26 14:07:06 carlos-pc kernel: [   3687]  1000  3687 296837155     6037     3277      288      2472  1163264    18864           300 chrome
may 26 14:07:06 carlos-pc kernel: [   3753]  1000  3753 296825922     6736     6137      384       215  1064960     5088           300 chrome
may 26 14:07:06 carlos-pc kernel: [   3783]  1000  3783 296815612      872      408      192       272   745472     4032           300 chrome
may 26 14:07:06 carlos-pc kernel: [   3799]  1000  3799 296823873     1251      898      144       209   884736     8160           300 chrome
may 26 14:07:06 carlos-pc kernel: [   3809]  1000  3809 296816398      647      360        0       287   770048     4080           300 chrome
may 26 14:07:06 carlos-pc kernel: [   3822]  1000  3822 296823602     2835     2308      246       281   839680     4416           300 chrome
may 26 14:07:06 carlos-pc kernel: [   3828]  1000  3828 296844363     9501     9106      240       155  1175552    12288           300 chrome
may 26 14:07:06 carlos-pc kernel: [   3968]  1000  3968 297409667     3667     3151      387       129  1257472    22608           300 chrome
may 26 14:07:06 carlos-pc kernel: [   3990]  1000  3990 297949333     1734     1078      397       259  1146880     9264           300 chrome
may 26 14:07:06 carlos-pc kernel: [   4151]  1000  4151  8492922      480      192      288         0   528384     2304           200 slack
may 26 14:07:06 carlos-pc kernel: [   4208]  1000  4208 296824067     1223      647      288       288   823296     4128           300 chrome
may 26 14:07:06 carlos-pc kernel: [   4226]     0  4226   244216     3528     3388      140         0   262144        0             0 flatpak-system-
may 26 14:07:06 carlos-pc kernel: [   4341]  1000  4341 296862721     8978     5865      395      2718  6156288    21120           300 chrome
may 26 14:07:06 carlos-pc kernel: [   4342]  1000  4342 296828588     6801     4065       48      2688  1105920    18432           300 chrome
may 26 14:07:06 carlos-pc kernel: [   4345]  1000  4345 296865084    47874    44690      388      2796  1683456    17685           300 chrome
may 26 14:07:06 carlos-pc kernel: [   4430]  1000  4430    57319      240       96      144         0    90112        0           200 dconf-service
may 26 14:07:06 carlos-pc kernel: [   4776]  1000  4776 296825952     3817     1945      144      1728   987136    11376           300 chrome
may 26 14:07:06 carlos-pc kernel: [   4851]  1000  4851  8514292      768      432      336         0   565248     2832           200 chrome
may 26 14:07:06 carlos-pc kernel: [   5964]     0  5964     4336      528      240      288         0    81920        0             0 systemd-userwor
may 26 14:07:06 carlos-pc kernel: [   5965]     0  5965     4336      576      192      384         0    77824        0             0 systemd-userwor
may 26 14:07:06 carlos-pc kernel: [   6160]     0  6160     4369      432      192      240         0    73728        0             0 systemd-userwor
may 26 14:07:06 carlos-pc kernel: [   6306]     0  6306   399298      241       97      144         0   163840      576          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   6312]     0  6312   417731      145        1      144         0   180224      624          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   6325]     0  6325   399298      336       96      240         0   159744      528          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   6331]     0  6331   417731      193       49      144         0   176128      576          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   6345]     0  6345   309550      686      638       48         0   114688      624          -998 containerd-shim
may 26 14:07:06 carlos-pc kernel: [   6365]     0  6365     1276       48        0       48         0    53248       48             0 sudo
may 26 14:07:06 carlos-pc kernel: [   6410]     0  6410    60440     1260      347      241       672   208896     2160             0 apache2
may 26 14:07:06 carlos-pc kernel: [   6421]    33  6421    60458      500      404       96         0   176128     2160             0 apache2
may 26 14:07:06 carlos-pc kernel: [   6422]    33  6422    60458      500      404       96         0   176128     2160             0 apache2
may 26 14:07:06 carlos-pc kernel: [   6423]    33  6423    60458      500      404       96         0   176128     2160             0 apache2
may 26 14:07:06 carlos-pc kernel: [   6424]    33  6424    60458      500      404       96         0   176128     2160             0 apache2
may 26 14:07:06 carlos-pc kernel: [   6425]    33  6425    60458      500      404       96         0   176128     2160             0 apache2
may 26 14:07:06 carlos-pc kernel: [   6699]  1000  6699   568858     2245     1761      484         0   827392     7536           200 kgx
may 26 14:07:06 carlos-pc kernel: [   6723]  1000  6723     3281     1207     1020      187         0    69632       96           200 zsh
may 26 14:07:06 carlos-pc kernel: [   6746]  1000  6746     2486      202      104       98         0    65536      432           200 zsh
may 26 14:07:06 carlos-pc kernel: [   7181]  1000  7181     3056      976      880       96         0    69632       96           200 zsh
may 26 14:07:06 carlos-pc kernel: [   7183]  1000  7183     3052     1074      880      194         0    69632       96           200 zsh
may 26 14:07:06 carlos-pc kernel: [   7184]  1000  7184   643046      158       62       96         0   581632      624           200 gitstatusd
may 26 14:07:06 carlos-pc kernel: [   7356]     0  7356   436164      240       48      192         0   192512      576          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   7367]     0  7367   417731      192        0      192         0   176128      624          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   7381]     0  7381   309534      855      686      169         0   126976     1200          -998 containerd-shim
may 26 14:07:06 carlos-pc kernel: [   7401]     0  7401   309534     1421     1190      231         0   122880       48          -998 containerd-shim
may 26 14:07:06 carlos-pc kernel: [   7409]     0  7409   436164      288        0      288         0   184320      624          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   7428]     0  7428   436228      144        0      144         0   188416      624          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   7465]     0  7465   399298      288       48      240         0   159744      576          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   7474]     0  7474   309470     1228     1015      213         0   118784      384          -998 containerd-shim
may 26 14:07:06 carlos-pc kernel: [   7475]     0  7475   417795      192       48      144         0   172032      576          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   7498]     0  7498   454661      320      128      192         0   196608      480          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   7511]     0  7511   436228      192        0      192         0   184320      624          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   7555]     0  7555   309470     1288     1288        0         0   118784       48          -998 containerd-shim
may 26 14:07:06 carlos-pc kernel: [   7581]     0  7581   309534     1414     1197      217         0   118784       48          -998 containerd-shim
may 26 14:07:06 carlos-pc kernel: [   7597]   999  7597  4480965  3986837  3986597      240         0 34430976   247968             0 mysqld
may 26 14:07:06 carlos-pc kernel: [   7609] 11211  7609   102838      288      192       96         0   151552       48             0 memcached
may 26 14:07:06 carlos-pc kernel: [   7614]     0  7614    55863     2761     1977      160       624   180224       48             0 apache2
may 26 14:07:06 carlos-pc kernel: [   7619]  1000  7619   178331      688      544      144         0   106496      528             0 MailHog
may 26 14:07:06 carlos-pc kernel: [   7636]     0  7636    19168     1329     1201      128         0   139264      432             0 apache2
may 26 14:07:06 carlos-pc kernel: [   7837]     0  7837   436228      240        0      240         0   180224      624          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   7845]     0  7845   436228      185       41      144         0   188416      576          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   7859]     0  7859   436228      192        0      192         0   180224      624          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   7866]     0  7866   417731      144        0      144         0   172032      624          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   7882]     0  7882   309470      729      594      135         0   118784      621          -998 containerd-shim
may 26 14:07:06 carlos-pc kernel: [   7907]    33  7907    55871     2152     2056       96         0   143360       48             0 apache2
may 26 14:07:06 carlos-pc kernel: [   7908]    33  7908    55871     2152     2056       96         0   143360       48             0 apache2
may 26 14:07:06 carlos-pc kernel: [   7909]    33  7909    55871     2200     2056      144         0   143360       48             0 apache2
may 26 14:07:06 carlos-pc kernel: [   7910]    33  7910    55871     2152     2056       96         0   143360       48             0 apache2
may 26 14:07:06 carlos-pc kernel: [   7911]    33  7911    55871     2104     2056       48         0   143360       48             0 apache2
may 26 14:07:06 carlos-pc kernel: [   7919]     0  7919   176163       37       37        0         0    90112     1104             0 forego
may 26 14:07:06 carlos-pc kernel: [   7982]     0  7982   178033     1209     1209        0         0   114688      480             0 docker-gen
may 26 14:07:06 carlos-pc kernel: [   7987]     0  7987    15894      132      132        0         0    73728      624             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8040]   101  8040    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8041]   101  8041    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8046]   101  8046    16378      221      221        0         0    65536     1248             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8048]   101  8048    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8049]   101  8049    16378      269      269        0         0    65536     1248             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8050]   101  8050    16378      269      269        0         0    65536     1248             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8051]   101  8051    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8052]   101  8052    16378      125      125        0         0    65536     1392             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8053]   101  8053    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8054]   101  8054    16378      125      125        0         0    65536     1392             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8055]   101  8055    16378      125      125        0         0    65536     1392             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8056]   101  8056    16378      125      125        0         0    65536     1392             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8058]   101  8058    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8059]   101  8059    16378       77       77        0         0    65536     1440             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8060]   101  8060    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8061]   101  8061    16378       29       29        0         0    65536     1488             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8062]    33  8062    19176     1444     1348       96         0   131072      384             0 apache2
may 26 14:07:06 carlos-pc kernel: [   8063]   101  8063    16378      125      125        0         0    65536     1392             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8065]   101  8065    16378       77       77        0         0    65536     1392             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8066]    33  8066    19176     1444     1348       96         0   131072      384             0 apache2
may 26 14:07:06 carlos-pc kernel: [   8067]   101  8067    16378       77       77        0         0    65536     1440             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8068]   101  8068    16378       77       77        0         0    65536     1440             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8069]    33  8069    19176     1492     1348      144         0   131072      384             0 apache2
may 26 14:07:06 carlos-pc kernel: [   8070]   101  8070    16378      221      221        0         0    65536     1296             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8071]    33  8071    19176     1348     1348        0         0   131072      384             0 apache2
may 26 14:07:06 carlos-pc kernel: [   8072]   101  8072    16378       77       77        0         0    65536     1440             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8073]    33  8073    19176     1396     1348       48         0   131072      384             0 apache2
may 26 14:07:06 carlos-pc kernel: [   8074]   101  8074    16378      173      173        0         0    65536     1344             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8075]   101  8075    16378       77       77        0         0    65536     1440             0 nginx
may 26 14:07:06 carlos-pc kernel: [   8076]  1000  8076 297361183     2876     2336      204       336   798720     2523           300 chrome
may 26 14:07:06 carlos-pc kernel: [   8131]  1000  8131 297413334     7132     6457      384       291  1556480    10153           300 chrome
may 26 14:07:06 carlos-pc kernel: [   8191]     0  8191   436164      783      591      192         0   180224        0          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   8198]     0  8198   436164      800      608      192         0   184320        0          -500 docker-proxy
may 26 14:07:06 carlos-pc kernel: [   8220]     0  8220   309470       48        0       48         0   118784     1296          -998 containerd-shim
may 26 14:07:06 carlos-pc kernel: [   8243]   999  8243     2960      192        0      192         0    69632       48             0 docker-entrypoi
may 26 14:07:06 carlos-pc kernel: [   8515]  1000  8515 297358332     6740     6116      384       240   802816     2569           300 chrome
may 26 14:07:06 carlos-pc kernel: [   8516]  1000  8516 297366576     8932     8452      240       240   978944     2473           300 chrome
may 26 14:07:06 carlos-pc kernel: [   8550]  1000  8550 297431712   113858   106106      288      7464  2424832     2233           300 chrome
may 26 14:07:06 carlos-pc kernel: [   8597]  1000  8597 296815611     1979     1403      288       288   696320     2530           300 chrome
may 26 14:07:06 carlos-pc kernel: [   8917]   999  8917     2960      150        6      144         0    65536       48             0 docker-entrypoi
may 26 14:07:06 carlos-pc kernel: [   8918]   999  8918  4214834  3334826  3334586      240         0 29540352   325296             0 mysqld
may 26 14:07:06 carlos-pc kernel: [   8919]   999  8919     2485      192        0      192         0    65536        0             0 awk
may 26 14:07:06 carlos-pc kernel: oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/system.slice/docker-9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397.scope,task=mysqld,pid=7597,uid=999
may 26 14:07:06 carlos-pc kernel: Out of memory: Killed process 7597 (mysqld) total-vm:17923860kB, anon-rss:15946388kB, file-rss:960kB, shmem-rss:0kB, UID:999 pgtables:33624kB oom_score_adj:0
may 26 14:07:06 carlos-pc kernel: oom_reaper: reaped process 7597 (mysqld), now anon-rss:796kB, file-rss:960kB, shmem-rss:0kB
may 26 14:07:07 carlos-pc systemd-journald[469]: Under memory pressure, flushing caches.
may 26 14:07:06 carlos-pc rtkit-daemon[863]: The canary thread is apparently starving. Taking action.
may 26 14:07:06 carlos-pc systemd[1]: docker-9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397.scope: A process of this unit has been killed by the OOM killer.
may 26 14:07:07 carlos-pc /usr/lib/gdm-x-session[1801]: (II) event4  - Logitech Wireless Mouse: SYN_DROPPED event - some input events have been lost.
may 26 14:07:06 carlos-pc rtkit-daemon[863]: Demoting known real-time threads.
may 26 14:07:06 carlos-pc systemd[1]: docker-9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397.scope: Deactivated successfully.
may 26 14:07:06 carlos-pc rtkit-daemon[863]: Successfully demoted thread 2335 of process 2305.
may 26 14:07:06 carlos-pc systemd[1]: docker-9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397.scope: Consumed 43.977s CPU time.
may 26 14:07:06 carlos-pc rtkit-daemon[863]: Successfully demoted thread 2305 of process 2305.
may 26 14:07:06 carlos-pc rtkit-daemon[863]: Successfully demoted thread 2302 of process 2302.
may 26 14:07:06 carlos-pc rtkit-daemon[863]: Successfully demoted thread 2325 of process 2301.
may 26 14:07:06 carlos-pc rtkit-daemon[863]: Successfully demoted thread 2301 of process 2301.
may 26 14:07:06 carlos-pc rtkit-daemon[863]: Demoted 5 threads.
may 26 14:07:07 carlos-pc dockerd[1293]: time="2024-05-26T14:07:07.736643172-05:00" level=info msg="ignoring event" container=9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397 module=libcontainerd namespace=moby topic=/tasks/delete type="*events.TaskDelete"
may 26 14:07:07 carlos-pc containerd[761]: time="2024-05-26T14:07:07.737743337-05:00" level=info msg="shim disconnected" id=9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397 namespace=moby
may 26 14:07:07 carlos-pc containerd[761]: time="2024-05-26T14:07:07.739873549-05:00" level=warning msg="cleaning up after shim disconnected" id=9151dfb1ae3f58460f5b50ecde687454c4a1c93aa4625eae2fecbbf801c21397 namespace=moby
may 26 14:07:07 carlos-pc containerd[761]: time="2024-05-26T14:07:07.739892178-05:00" level=info msg="cleaning up dead shim" namespace=moby
may 26 14:07:07 carlos-pc kernel: veth6ea4f08: renamed from eth0
may 26 14:07:07 carlos-pc kernel: br-bcbfcb2bda6b: port 4(vetha0373ba) entered disabled state
may 26 14:07:07 carlos-pc NetworkManager[690]: <info>  [1716750427.9322] manager: (veth6ea4f08): new Veth device (/org/freedesktop/NetworkManager/Devices/58)
may 26 14:07:07 carlos-pc kernel: br-bcbfcb2bda6b: port 4(vetha0373ba) entered disabled state
may 26 14:07:07 carlos-pc kernel: vetha0373ba (unregistering): left allmulticast mode
may 26 14:07:07 carlos-pc kernel: vetha0373ba (unregistering): left promiscuous mode
may 26 14:07:07 carlos-pc kernel: br-bcbfcb2bda6b: port 4(vetha0373ba) entered disabled state
may 26 14:07:07 carlos-pc systemd[1]: run-docker-netns-995ce7acdb46.mount: Deactivated successfully.
may 26 14:07:08 carlos-pc systemd[1]: var-lib-docker-overlay2-fab21afa4e2b32713db5abdf56ea03faef2575c11f9912c3b98516ebe0e0c917-merged.mount: Deactivated successfully.
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 38 with keysym 38 (keycode 11).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 35 with keysym 35 (keycode e).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 32 with keysym 32 (keycode b).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 39 with keysym 39 (keycode 12).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 34 with keysym 34 (keycode d).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 36 with keysym 36 (keycode f).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 33 with keysym 33 (keycode c).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 31 with keysym 31 (keycode a).
may 26 14:08:39 carlos-pc gnome-shell[2004]: Window manager warning: Overwriting existing binding of keysym 37 with keysym 37 (keycode 10).

Offline

#8 2024-05-26 23:17:48

seth
Member
Registered: 2012-09-03
Posts: 61,907

Re: Docker freezes the whole system when starting containers up

The freeze is most likely just teh system trying to swap out against the runaway process.

The offenders are two mysql instances that make up for almost 30GB of RAM when the OOM killer strikes.
Is mysqld inside the container?
If not: mariadb, mariandb-lts or percona-server?

Offline

#9 2024-05-27 01:41:27

tronoslycer
Member
Registered: 2014-05-12
Posts: 10

Re: Docker freezes the whole system when starting containers up

Yes, I have a container with mysql, I also imported a dump file of 10GB

Offline

#10 2024-05-27 06:31:42

seth
Member
Registered: 2012-09-03
Posts: 61,907

Re: Docker freezes the whole system when starting containers up

If you skip that notoriously RAM and I/O demanding (b/c that's what importing a dump is) container, do the rest of the containers behave themselves?

Offline

#11 2024-06-01 21:03:38

tronoslycer
Member
Registered: 2014-05-12
Posts: 10

Re: Docker freezes the whole system when starting containers up

Again, sorry for the delay here.

When my PC starts up it starts the mysql container so when I execute the "docker composer up -d" command the mysql is already initialized, so I am not sure if MYSQL is the cause.

Offline

#12 2024-06-01 21:05:51

tronoslycer
Member
Registered: 2014-05-12
Posts: 10

Re: Docker freezes the whole system when starting containers up

Actually I am closing this post since I already installed Kubuntu and this does not happen, I won't spend more time debugging this, thanks for you help seth!!

Offline

#13 2024-06-02 07:01:16

seth
Member
Registered: 2012-09-03
Posts: 61,907

Re: Docker freezes the whole system when starting containers up

In case you still want to check (and maybe rule out that kubuntu is affected at some point):
* Did you https://wiki.archlinux.org/title/MongoD … ages_(THP) ?
* Did you try the LTS kernel?

Offline

Board footer

Powered by FluxBB