You are not logged in.

#1 2023-08-01 15:30:31

fr3nk
Member
Registered: 2023-08-01
Posts: 6

[SOLVED] "Bus error" for `pacman`, `sudo`, and `mpv` after update

After a recent system update I can't run crucial commands like pacman or sudo anymore since I am getting a bus error response, sometimes with a (core dumped) addition. But I can still run more complex applications, like firefox or blender…

What does that mean, what could have caused it, and how can I fix it?

For example, when I run pacman, I see: zsh: bus error (core dumped)  pacman. In the journalctl -r I see:

Aug 01 11:12:59 pomace systemd[1]: systemd-coredump@12-10070-0.service: Deactivated successfully.
Aug 01 11:12:59 pomace systemd-coredump[10071]: [?] Process 10069 (pacman) of user 1000 dumped core.

                                                Stack trace of thread 10069:
                                                #0  0x00007f18cf327cea n/a (ld-linux-x86-64.so.2 + 0x21cea)
                                                #1  0x00007f18cf30d322 n/a (ld-linux-x86-64.so.2 + 0x7322)
                                                #2  0x00007f18cf30e921 n/a (ld-linux-x86-64.so.2 + 0x8921)
                                                #3  0x00007f18cf3087b5 n/a (ld-linux-x86-64.so.2 + 0x27b5)
                                                #4  0x00007f18cf3074e1 _dl_catch_exception (ld-linux-x86-64.so.2 + 0x14e1)
                                                #5  0x00007f18cf308c15 n/a (ld-linux-x86-64.so.2 + 0x2c15)
                                                #6  0x00007f18cf323c6d n/a (ld-linux-x86-64.so.2 + 0x1dc6d)
                                                #7  0x00007f18cf3207a3 n/a (ld-linux-x86-64.so.2 + 0x1a7a3)
                                                #8  0x00007f18cf321f1c n/a (ld-linux-x86-64.so.2 + 0x1bf1c)
                                                #9  0x00007f18cf320d78 n/a (ld-linux-x86-64.so.2 + 0x1ad78)
                                                ELF object binary architecture: AMD x86-64
Aug 01 11:12:59 pomace systemd[1]: Started Process Core Dump (PID 10070/UID 0).

When I run sudo -s, the shell responds zsh: bus error  sudo -s (but no "core dumped") and I don't see anything in journalctl -r.

Another example for core dump is when I run mpv (shell returns zsh: bus error (core dumped)  mpv and journalctl -r shows:

Aug 01 11:26:17 pomace systemd[1]: systemd-coredump@13-11210-0.service: Deactivated successfully.
Aug 01 11:26:17 pomace systemd-coredump[11211]: [?] Process 11209 (mpv) of user 1000 dumped core.

                                                Stack trace of thread 11209:
                                                #0  0x00007fe9c1f82cea n/a (ld-linux-x86-64.so.2 + 0x21cea)
                                                #1  0x00007fe9c1f68322 n/a (ld-linux-x86-64.so.2 + 0x7322)
                                                #2  0x00007fe9c1f69921 n/a (ld-linux-x86-64.so.2 + 0x8921)
                                                #3  0x00007fe9c1f637b5 n/a (ld-linux-x86-64.so.2 + 0x27b5)
                                                #4  0x00007fe9c1f624e1 _dl_catch_exception (ld-linux-x86-64.so.2 + 0x14e1)
                                                #5  0x00007fe9c1f63c15 n/a (ld-linux-x86-64.so.2 + 0x2c15)
                                                #6  0x00007fe9c1f7ec6d n/a (ld-linux-x86-64.so.2 + 0x1dc6d)
                                                #7  0x00007fe9c1f7b7a3 n/a (ld-linux-x86-64.so.2 + 0x1a7a3)
                                                #8  0x00007fe9c1f7cf1c n/a (ld-linux-x86-64.so.2 + 0x1bf1c)
                                                #9  0x00007fe9c1f7bd78 n/a (ld-linux-x86-64.so.2 + 0x1ad78)
                                                ELF object binary architecture: AMD x86-64
Aug 01 11:26:17 pomace systemd[1]: Started Process Core Dump (PID 11210/UID 0).

I have no idea how to start debugging and fixing this issue and would appreciate any ideas.

Last edited by fr3nk (2023-08-02 15:25:30)

Offline

#2 2023-08-01 16:19:20

xerxes_
Member
Registered: 2018-04-29
Posts: 716

Re: [SOLVED] "Bus error" for `pacman`, `sudo`, and `mpv` after update

What happens if you start these commands in bash shell? Are they working in bash? What if you start firefox or blender from zsh shell?

Offline

#3 2023-08-01 17:16:46

fr3nk
Member
Registered: 2023-08-01
Posts: 6

Re: [SOLVED] "Bus error" for `pacman`, `sudo`, and `mpv` after update

xerxes_ wrote:

What happens if you start these commands in bash shell? Are they working in bash? What if you start firefox or blender from zsh shell?

It doesn't seem to depend on the shell and firefox and blender still run fine:

~ $ bash                                                                                                                                                                                        [0]
[~]$ pacman
Bus error (core dumped)
[~]$ firefox
[~]$

The journalctl -r for the pacman call looks the same to me:

Aug 01 13:12:01 pomace systemd[1]: systemd-coredump@15-17152-0.service: Deactivated successfully.
Aug 01 13:12:01 pomace systemd-coredump[17153]: [?] Process 17151 (pacman) of user 1000 dumped core.

                                                Stack trace of thread 17151:
                                                #0  0x00007f92b9a65cea n/a (ld-linux-x86-64.so.2 + 0x21cea)
                                                #1  0x00007f92b9a4b322 n/a (ld-linux-x86-64.so.2 + 0x7322)
                                                #2  0x00007f92b9a4c921 n/a (ld-linux-x86-64.so.2 + 0x8921)
                                                #3  0x00007f92b9a467b5 n/a (ld-linux-x86-64.so.2 + 0x27b5)
                                                #4  0x00007f92b9a454e1 _dl_catch_exception (ld-linux-x86-64.so.2 + 0x14e1)
                                                #5  0x00007f92b9a46c15 n/a (ld-linux-x86-64.so.2 + 0x2c15)
                                                #6  0x00007f92b9a61c6d n/a (ld-linux-x86-64.so.2 + 0x1dc6d)
                                                #7  0x00007f92b9a5e7a3 n/a (ld-linux-x86-64.so.2 + 0x1a7a3)
                                                #8  0x00007f92b9a5ff1c n/a (ld-linux-x86-64.so.2 + 0x1bf1c)
                                                #9  0x00007f92b9a5ed78 n/a (ld-linux-x86-64.so.2 + 0x1ad78)
                                                ELF object binary architecture: AMD x86-64
Aug 01 13:12:01 pomace systemd[1]: Started Process Core Dump (PID 17152/UID 0).

Offline

#4 2023-08-01 17:59:38

fr3nk
Member
Registered: 2023-08-01
Posts: 6

Re: [SOLVED] "Bus error" for `pacman`, `sudo`, and `mpv` after update

Since the ld-linux-x86-64.so.2 shows up all the time in the core dumps, I just extracted this file from the glibc-2.37-3 package, compared it via diff and confirmed that they are the same.

Offline

#5 2023-08-01 18:18:13

xerxes_
Member
Registered: 2018-04-29
Posts: 716

Re: [SOLVED] "Bus error" for `pacman`, `sudo`, and `mpv` after update

Post full output of commands:

sudo journalctl -b
coredumpctl info

Offline

#6 2023-08-01 18:32:21

fr3nk
Member
Registered: 2023-08-01
Posts: 6

Re: [SOLVED] "Bus error" for `pacman`, `sudo`, and `mpv` after update

~ %  sudo journalctl -b                                                                                                                                                                        [135]
zsh: bus error  sudo journalctl -b
~ %   

When I run journalctl -b as root (after getting a shell via su -) this is the output:

Aug 01 14:23:22 pomace kernel: microcode: updated early: 0xf0 -> 0xf2, date = 2022-12-26
Aug 01 14:23:22 pomace kernel: Linux version 6.4.7-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230714, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Thu, 27 Jul 2023 22:02:18 +0000
Aug 01 14:23:22 pomace kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=0fc0e2ed-f335-41a3-938c-cadea04d5c8a rw rootflags=subvol=@ cryptdevice=UUID=daf93842-b4b5-45c0-9928-97f8b0df024f:root loglevel=3 quiet
Aug 01 14:23:22 pomace kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 01 14:23:22 pomace kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 01 14:23:22 pomace kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 01 14:23:22 pomace kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Aug 01 14:23:22 pomace kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Aug 01 14:23:22 pomace kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 01 14:23:22 pomace kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Aug 01 14:23:22 pomace kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Aug 01 14:23:22 pomace kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Aug 01 14:23:22 pomace kernel: signal: max sigframe size: 2032
Aug 01 14:23:22 pomace kernel: BIOS-provided physical RAM map:
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x0000000000100000-0x000000002c972fff] usable
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x000000002c973000-0x000000002c973fff] ACPI NVS
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x000000002c974000-0x000000002c974fff] reserved
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x000000002c975000-0x000000003da13fff] usable
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x000000003da14000-0x000000003ddd3fff] reserved
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x000000003ddd4000-0x000000003de20fff] ACPI data
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x000000003de21000-0x000000003e4d8fff] ACPI NVS
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x000000003e4d9000-0x000000003ff25fff] reserved
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x000000003ff26000-0x000000003fffefff] type 20
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x000000003ffff000-0x000000003fffffff] usable
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x0000000040000000-0x0000000047ffffff] reserved
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x0000000048000000-0x0000000048dfffff] usable
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x0000000048e00000-0x000000004f7fffff] reserved
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 01 14:23:22 pomace kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004ae7fffff] usable
Aug 01 14:23:22 pomace kernel: NX (Execute Disable) protection: active
Aug 01 14:23:22 pomace kernel: efi: EFI v2.4 by American Megatrends
Aug 01 14:23:22 pomace kernel: efi: ACPI=0x3dde4000 ACPI 2.0=0x3dde4000 SMBIOS=0x3fe06000 SMBIOS 3.0=0x3fe05000 ESRT=0x3fdc1698 MEMATTR=0x3ae10018 
Aug 01 14:23:22 pomace kernel: efi: Remove mem37: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
Aug 01 14:23:22 pomace kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
Aug 01 14:23:22 pomace kernel: efi: Not removing mem38: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Aug 01 14:23:22 pomace kernel: efi: Not removing mem39: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Aug 01 14:23:22 pomace kernel: efi: Not removing mem40: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Aug 01 14:23:22 pomace kernel: efi: Remove mem41: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Aug 01 14:23:22 pomace kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Aug 01 14:23:22 pomace kernel: SMBIOS 3.0.0 present.
Aug 01 14:23:22 pomace kernel: DMI: Dell Inc. XPS 13 9370/09DKKT, BIOS 1.21.0 07/06/2022
Aug 01 14:23:22 pomace kernel: tsc: Detected 2100.000 MHz processor
Aug 01 14:23:22 pomace kernel: tsc: Detected 2099.944 MHz TSC
Aug 01 14:23:22 pomace kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 01 14:23:22 pomace kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 01 14:23:22 pomace kernel: last_pfn = 0x4ae800 max_arch_pfn = 0x400000000
Aug 01 14:23:22 pomace kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 01 14:23:22 pomace kernel: last_pfn = 0x48e00 max_arch_pfn = 0x400000000
Aug 01 14:23:22 pomace kernel: found SMP MP-table at [mem 0x000fd020-0x000fd02f]
Aug 01 14:23:22 pomace kernel: esrt: Reserving ESRT space from 0x000000003fdc1698 to 0x000000003fdc16d0.
Aug 01 14:23:22 pomace kernel: Using GB pages for direct mapping
Aug 01 14:23:22 pomace kernel: Secure boot disabled
Aug 01 14:23:22 pomace kernel: RAMDISK: [mem 0x34af7000-0x36572fff]
Aug 01 14:23:22 pomace kernel: ACPI: Early table checksum verification disabled
Aug 01 14:23:22 pomace kernel: ACPI: RSDP 0x000000003DDE4000 000024 (v02 DELL  )
Aug 01 14:23:22 pomace kernel: ACPI: XSDT 0x000000003DDE40B8 0000F4 (v01 DELL   CBX3     01072009 AMI  00010013)
Aug 01 14:23:22 pomace kernel: ACPI: FACP 0x000000003DE0A9B0 00010C (v05 DELL   CBX3     01072009 AMI  00010013)
Aug 01 14:23:22 pomace kernel: ACPI: DSDT 0x000000003DDE4240 02676C (v02 DELL   CBX3     01072009 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: FACS 0x000000003E4D6180 000040
Aug 01 14:23:22 pomace kernel: ACPI: APIC 0x000000003DE0AAC0 0000BC (v03 DELL   CBX3     01072009 AMI  00010013)
Aug 01 14:23:22 pomace kernel: ACPI: FPDT 0x000000003DE0AB80 000044 (v01 DELL   CBX3     01072009 AMI  00010013)
Aug 01 14:23:22 pomace kernel: ACPI: FIDT 0x000000003DE0ABC8 0000AC (v01 DELL   CBX3     01072009 AMI  00010013)
Aug 01 14:23:22 pomace kernel: ACPI: MCFG 0x000000003DE0AC78 00003C (v01 DELL   CBX3     01072009 MSFT 00000097)
Aug 01 14:23:22 pomace kernel: ACPI: HPET 0x000000003DE0ACB8 000038 (v01 DELL   CBX3     01072009 AMI. 0005000B)
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0x000000003DE0ACF0 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: BOOT 0x000000003DE0B050 000028 (v01 DELL   CBX3     01072009 AMI  00010013)
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0x000000003DE0B078 0012DE (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: HPET 0x000000003DE0C358 000038 (v01 INTEL  KBL-ULT  00000001 MSFT 0000005F)
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0x000000003DE0C390 000CEF (v02 INTEL  xh_rvp07 00000000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: UEFI 0x000000003DE0D080 000042 (v01                 00000000      00000000)
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0x000000003DE0D0C8 0017AE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: LPIT 0x000000003DE0E878 000094 (v01 INTEL  KBL-ULT  00000000 MSFT 0000005F)
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0x000000003DE0E910 000161 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0x000000003DE0EA78 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0x000000003DE0ED18 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0x000000003DE11D20 000517 (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: DBGP 0x000000003DE12238 000034 (v01 INTEL           00000002 MSFT 0000005F)
Aug 01 14:23:22 pomace kernel: ACPI: DBG2 0x000000003DE12270 000054 (v00 INTEL           00000002 MSFT 0000005F)
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0x000000003DE122C8 000801 (v02 INTEL  UsbCTabl 00001000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0x000000003DE12AD0 00CFC3 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: NHLT 0x000000003DE1FA98 00002D (v00 INTEL  EDK2     00000002      01000013)
Aug 01 14:23:22 pomace kernel: [81B blob data]
Aug 01 14:23:22 pomace kernel: ACPI: ASF! 0x000000003DE1FB00 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
Aug 01 14:23:22 pomace kernel: ACPI: DMAR 0x000000003DE1FBA0 0000F0 (v01 INTEL  KBL      00000001 INTL 00000001)
Aug 01 14:23:22 pomace kernel: ACPI: Reserving FACP table memory at [mem 0x3de0a9b0-0x3de0aabb]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving DSDT table memory at [mem 0x3dde4240-0x3de0a9ab]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving FACS table memory at [mem 0x3e4d6180-0x3e4d61bf]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving APIC table memory at [mem 0x3de0aac0-0x3de0ab7b]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving FPDT table memory at [mem 0x3de0ab80-0x3de0abc3]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving FIDT table memory at [mem 0x3de0abc8-0x3de0ac73]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving MCFG table memory at [mem 0x3de0ac78-0x3de0acb3]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving HPET table memory at [mem 0x3de0acb8-0x3de0acef]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving SSDT table memory at [mem 0x3de0acf0-0x3de0b048]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving BOOT table memory at [mem 0x3de0b050-0x3de0b077]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving SSDT table memory at [mem 0x3de0b078-0x3de0c355]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving HPET table memory at [mem 0x3de0c358-0x3de0c38f]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving SSDT table memory at [mem 0x3de0c390-0x3de0d07e]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving UEFI table memory at [mem 0x3de0d080-0x3de0d0c1]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving SSDT table memory at [mem 0x3de0d0c8-0x3de0e875]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving LPIT table memory at [mem 0x3de0e878-0x3de0e90b]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving SSDT table memory at [mem 0x3de0e910-0x3de0ea70]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving SSDT table memory at [mem 0x3de0ea78-0x3de0ed16]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving SSDT table memory at [mem 0x3de0ed18-0x3de11d19]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving SSDT table memory at [mem 0x3de11d20-0x3de12236]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving DBGP table memory at [mem 0x3de12238-0x3de1226b]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving DBG2 table memory at [mem 0x3de12270-0x3de122c3]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving SSDT table memory at [mem 0x3de122c8-0x3de12ac8]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving SSDT table memory at [mem 0x3de12ad0-0x3de1fa92]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving NHLT table memory at [mem 0x3de1fa98-0x3de1fac4]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving BGRT table memory at [mem 0x3de1fac8-0x3de1faff]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving ASF! table memory at [mem 0x3de1fb00-0x3de1fb9f]
Aug 01 14:23:22 pomace kernel: ACPI: Reserving DMAR table memory at [mem 0x3de1fba0-0x3de1fc8f]
Aug 01 14:23:22 pomace kernel: No NUMA configuration found
Aug 01 14:23:22 pomace kernel: Faking a node at [mem 0x0000000000000000-0x00000004ae7fffff]
Aug 01 14:23:22 pomace kernel: NODE_DATA(0) allocated [mem 0x4ae7fb000-0x4ae7fffff]
Aug 01 14:23:22 pomace kernel: Zone ranges:
Aug 01 14:23:22 pomace kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 01 14:23:22 pomace kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 01 14:23:22 pomace kernel:   Normal   [mem 0x0000000100000000-0x00000004ae7fffff]
Aug 01 14:23:22 pomace kernel:   Device   empty
Aug 01 14:23:22 pomace kernel: Movable zone start for each node
Aug 01 14:23:22 pomace kernel: Early memory node ranges
Aug 01 14:23:22 pomace kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Aug 01 14:23:22 pomace kernel:   node   0: [mem 0x0000000000059000-0x000000000009efff]
Aug 01 14:23:22 pomace kernel:   node   0: [mem 0x0000000000100000-0x000000002c972fff]
Aug 01 14:23:22 pomace kernel:   node   0: [mem 0x000000002c975000-0x000000003da13fff]
Aug 01 14:23:22 pomace kernel:   node   0: [mem 0x000000003ffff000-0x000000003fffffff]
Aug 01 14:23:22 pomace kernel:   node   0: [mem 0x0000000048000000-0x0000000048dfffff]
Aug 01 14:23:22 pomace kernel:   node   0: [mem 0x0000000100000000-0x00000004ae7fffff]
Aug 01 14:23:22 pomace kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004ae7fffff]
Aug 01 14:23:22 pomace kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 01 14:23:22 pomace kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 01 14:23:22 pomace kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Aug 01 14:23:22 pomace kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Aug 01 14:23:22 pomace kernel: On node 0, zone DMA32: 9707 pages in unavailable ranges
Aug 01 14:23:22 pomace kernel: On node 0, zone Normal: 29184 pages in unavailable ranges
Aug 01 14:23:22 pomace kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Aug 01 14:23:22 pomace kernel: Reserving Intel graphics memory at [mem 0x4b800000-0x4f7fffff]
Aug 01 14:23:22 pomace kernel: ACPI: PM-Timer IO Port: 0x1808
Aug 01 14:23:22 pomace kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 01 14:23:22 pomace kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 01 14:23:22 pomace kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 01 14:23:22 pomace kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 01 14:23:22 pomace kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 01 14:23:22 pomace kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 01 14:23:22 pomace kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 01 14:23:22 pomace kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 01 14:23:22 pomace kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Aug 01 14:23:22 pomace kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 01 14:23:22 pomace kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 01 14:23:22 pomace kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 01 14:23:22 pomace kernel: ACPI: HPET id: 0x8086a701 base: 0xfed00000
Aug 01 14:23:22 pomace kernel: e820: update [mem 0x39816000-0x39832fff] usable ==> reserved
Aug 01 14:23:22 pomace kernel: TSC deadline timer available
Aug 01 14:23:22 pomace kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x2c973000-0x2c973fff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x2c974000-0x2c974fff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x39816000-0x39832fff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x3da14000-0x3ddd3fff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x3ddd4000-0x3de20fff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x3de21000-0x3e4d8fff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x3e4d9000-0x3ff25fff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x3ff26000-0x3fffefff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x40000000-0x47ffffff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x48e00000-0x4f7fffff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0x4f800000-0xfdffffff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Aug 01 14:23:22 pomace kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Aug 01 14:23:22 pomace kernel: [mem 0x4f800000-0xfdffffff] available for PCI devices
Aug 01 14:23:22 pomace kernel: Booting paravirtualized kernel on bare hardware
Aug 01 14:23:22 pomace kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 01 14:23:22 pomace kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Aug 01 14:23:22 pomace kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Aug 01 14:23:22 pomace kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Aug 01 14:23:22 pomace kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Aug 01 14:23:22 pomace kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=0fc0e2ed-f335-41a3-938c-cadea04d5c8a rw rootflags=subvol=@ cryptdevice=UUID=daf93842-b4b5-45c0-9928-97f8b0df024f:root loglevel=3 quiet
Aug 01 14:23:22 pomace kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=UUID=daf93842-b4b5-45c0-9928-97f8b0df024f:root", will be passed to user space.
Aug 01 14:23:22 pomace kernel: random: crng init done
Aug 01 14:23:22 pomace kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 01 14:23:22 pomace kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Aug 01 14:23:22 pomace kernel: Fallback order for Node 0: 0 
Aug 01 14:23:22 pomace kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4051922
Aug 01 14:23:22 pomace kernel: Policy zone: Normal
Aug 01 14:23:22 pomace kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 01 14:23:22 pomace kernel: software IO TLB: area num 8.
Aug 01 14:23:22 pomace kernel: Memory: 15991668K/16465600K available (16384K kernel code, 2120K rwdata, 12764K rodata, 3344K init, 3992K bss, 473672K reserved, 0K cma-reserved)
Aug 01 14:23:22 pomace kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Aug 01 14:23:22 pomace kernel: Kernel/User page tables isolation: enabled
Aug 01 14:23:22 pomace kernel: ftrace: allocating 47548 entries in 186 pages
Aug 01 14:23:22 pomace kernel: ftrace: allocated 186 pages with 5 groups
Aug 01 14:23:22 pomace kernel: Dynamic Preempt: full
Aug 01 14:23:22 pomace kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 01 14:23:22 pomace kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Aug 01 14:23:22 pomace kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 01 14:23:22 pomace kernel:         Trampoline variant of Tasks RCU enabled.
Aug 01 14:23:22 pomace kernel:         Rude variant of Tasks RCU enabled.
Aug 01 14:23:22 pomace kernel:         Tracing variant of Tasks RCU enabled.
Aug 01 14:23:22 pomace kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Aug 01 14:23:22 pomace kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Aug 01 14:23:22 pomace kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Aug 01 14:23:22 pomace kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 01 14:23:22 pomace kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 01 14:23:22 pomace kernel: spurious 8259A interrupt: IRQ7.
Aug 01 14:23:22 pomace kernel: Console: colour dummy device 80x25
Aug 01 14:23:22 pomace kernel: printk: console [tty0] enabled
Aug 01 14:23:22 pomace kernel: ACPI: Core revision 20230331
Aug 01 14:23:22 pomace kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Aug 01 14:23:22 pomace kernel: APIC: Switch to symmetric I/O mode setup
Aug 01 14:23:22 pomace kernel: DMAR: Host address width 39
Aug 01 14:23:22 pomace kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Aug 01 14:23:22 pomace kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Aug 01 14:23:22 pomace kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Aug 01 14:23:22 pomace kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 01 14:23:22 pomace kernel: DMAR: RMRR base: 0x0000003daee000 end: 0x0000003db0dfff
Aug 01 14:23:22 pomace kernel: DMAR: RMRR base: 0x0000004b000000 end: 0x0000004f7fffff
Aug 01 14:23:22 pomace kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
Aug 01 14:23:22 pomace kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
Aug 01 14:23:22 pomace kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Aug 01 14:23:22 pomace kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Aug 01 14:23:22 pomace kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Aug 01 14:23:22 pomace kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Aug 01 14:23:22 pomace kernel: x2apic enabled
Aug 01 14:23:22 pomace kernel: Switched APIC routing to cluster x2apic.
Aug 01 14:23:22 pomace kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1e44fb6c2ab, max_idle_ns: 440795206594 ns
Aug 01 14:23:22 pomace kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4201.88 BogoMIPS (lpj=6999813)
Aug 01 14:23:22 pomace kernel: pid_max: default: 32768 minimum: 301
Aug 01 14:23:22 pomace kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Aug 01 14:23:22 pomace kernel: landlock: Up and running.
Aug 01 14:23:22 pomace kernel: Yama: becoming mindful.
Aug 01 14:23:22 pomace kernel: LSM support for eBPF active
Aug 01 14:23:22 pomace kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 01 14:23:22 pomace kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 01 14:23:22 pomace kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 01 14:23:22 pomace kernel: process: using mwait in idle threads
Aug 01 14:23:22 pomace kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Aug 01 14:23:22 pomace kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Aug 01 14:23:22 pomace kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 01 14:23:22 pomace kernel: Spectre V2 : Mitigation: IBRS
Aug 01 14:23:22 pomace kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 01 14:23:22 pomace kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Aug 01 14:23:22 pomace kernel: RETBleed: Mitigation: IBRS
Aug 01 14:23:22 pomace kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 01 14:23:22 pomace kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Aug 01 14:23:22 pomace kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 01 14:23:22 pomace kernel: MDS: Mitigation: Clear CPU buffers
Aug 01 14:23:22 pomace kernel: TAA: Mitigation: TSX disabled
Aug 01 14:23:22 pomace kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Aug 01 14:23:22 pomace kernel: SRBDS: Mitigation: Microcode
Aug 01 14:23:22 pomace kernel: Freeing SMP alternatives memory: 40K
Aug 01 14:23:22 pomace kernel: smpboot: CPU0: Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (family: 0x6, model: 0x8e, stepping: 0xa)
Aug 01 14:23:22 pomace kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 01 14:23:22 pomace kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 01 14:23:22 pomace kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 01 14:23:22 pomace kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 01 14:23:22 pomace kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 01 14:23:22 pomace kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 01 14:23:22 pomace kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Aug 01 14:23:22 pomace kernel: ... version:                4
Aug 01 14:23:22 pomace kernel: ... bit width:              48
Aug 01 14:23:22 pomace kernel: ... generic registers:      4
Aug 01 14:23:22 pomace kernel: ... value mask:             0000ffffffffffff
Aug 01 14:23:22 pomace kernel: ... max period:             00007fffffffffff
Aug 01 14:23:22 pomace kernel: ... fixed-purpose events:   3
Aug 01 14:23:22 pomace kernel: ... event mask:             000000070000000f
Aug 01 14:23:22 pomace kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1901
Aug 01 14:23:22 pomace kernel: rcu: Hierarchical SRCU implementation.
Aug 01 14:23:22 pomace kernel: rcu:         Max phase no-delay instances is 1000.
Aug 01 14:23:22 pomace kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 01 14:23:22 pomace kernel: smp: Bringing up secondary CPUs ...
Aug 01 14:23:22 pomace kernel: x86: Booting SMP configuration:
Aug 01 14:23:22 pomace kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Aug 01 14:23:22 pomace kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Aug 01 14:23:22 pomace kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Aug 01 14:23:22 pomace kernel:  #5 #6 #7
Aug 01 14:23:22 pomace kernel: smp: Brought up 1 node, 8 CPUs
Aug 01 14:23:22 pomace kernel: smpboot: Max logical packages: 1
Aug 01 14:23:22 pomace kernel: smpboot: Total of 8 processors activated (33612.06 BogoMIPS)
Aug 01 14:23:22 pomace kernel: devtmpfs: initialized
Aug 01 14:23:22 pomace kernel: x86/mm: Memory block size: 128MB
Aug 01 14:23:22 pomace kernel: ACPI: PM: Registering ACPI NVS region [mem 0x2c973000-0x2c973fff] (4096 bytes)
Aug 01 14:23:22 pomace kernel: ACPI: PM: Registering ACPI NVS region [mem 0x3de21000-0x3e4d8fff] (7045120 bytes)
Aug 01 14:23:22 pomace kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 01 14:23:22 pomace kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Aug 01 14:23:22 pomace kernel: pinctrl core: initialized pinctrl subsystem
Aug 01 14:23:22 pomace kernel: PM: RTC time: 18:23:13, date: 2023-08-01
Aug 01 14:23:22 pomace kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 01 14:23:22 pomace kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Aug 01 14:23:22 pomace kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 01 14:23:22 pomace kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 01 14:23:22 pomace kernel: audit: initializing netlink subsys (disabled)
Aug 01 14:23:22 pomace kernel: audit: type=2000 audit(1690914193.013:1): state=initialized audit_enabled=0 res=1
Aug 01 14:23:22 pomace kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 01 14:23:22 pomace kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 01 14:23:22 pomace kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 01 14:23:22 pomace kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 01 14:23:22 pomace kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 01 14:23:22 pomace kernel: cpuidle: using governor ladder
Aug 01 14:23:22 pomace kernel: cpuidle: using governor menu
Aug 01 14:23:22 pomace kernel: Simple Boot Flag at 0x47 set to 0x80
Aug 01 14:23:22 pomace kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Aug 01 14:23:22 pomace kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 01 14:23:22 pomace kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Aug 01 14:23:22 pomace kernel: PCI: not using MMCONFIG
Aug 01 14:23:22 pomace kernel: PCI: Using configuration type 1 for base access
Aug 01 14:23:22 pomace kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 01 14:23:22 pomace kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 01 14:23:22 pomace kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Aug 01 14:23:22 pomace kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Aug 01 14:23:22 pomace kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 01 14:23:22 pomace kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 01 14:23:22 pomace kernel: ACPI: Added _OSI(Module Device)
Aug 01 14:23:22 pomace kernel: ACPI: Added _OSI(Processor Device)
Aug 01 14:23:22 pomace kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 01 14:23:22 pomace kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 01 14:23:22 pomace kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Aug 01 14:23:22 pomace kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 01 14:23:22 pomace kernel: ACPI: Dynamic OEM Table Load:
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0xFFFF8F90C1078000 0005EE (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
Aug 01 14:23:22 pomace kernel: ACPI: Dynamic OEM Table Load:
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0xFFFF8F90C106BC00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: Dynamic OEM Table Load:
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0xFFFF8F90C1075000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: Dynamic OEM Table Load:
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0xFFFF8F90C106B400 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: Dynamic OEM Table Load:
Aug 01 14:23:22 pomace kernel: ACPI: SSDT 0xFFFF8F90C1069000 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
Aug 01 14:23:22 pomace kernel: ACPI: EC: EC started
Aug 01 14:23:22 pomace kernel: ACPI: EC: interrupt blocked
Aug 01 14:23:22 pomace kernel: ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
Aug 01 14:23:22 pomace kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
Aug 01 14:23:22 pomace kernel: ACPI: Interpreter enabled
Aug 01 14:23:22 pomace kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 01 14:23:22 pomace kernel: ACPI: Using IOAPIC for interrupt routing
Aug 01 14:23:22 pomace kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Aug 01 14:23:22 pomace kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
Aug 01 14:23:22 pomace kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 01 14:23:22 pomace kernel: PCI: Using E820 reservations for host bridge windows
Aug 01 14:23:22 pomace kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
Aug 01 14:23:22 pomace kernel: ACPI: \_SB_.PCI0.RP03.PXSX.WRST: New power resource
Aug 01 14:23:22 pomace kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Aug 01 14:23:22 pomace kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 01 14:23:22 pomace kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME AER]
Aug 01 14:23:22 pomace kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeCapability LTR DPC]
Aug 01 14:23:22 pomace kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Aug 01 14:23:22 pomace kernel: PCI host bridge to bus 0000:00
Aug 01 14:23:22 pomace kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:00: root bus resource [mem 0x4f800000-0xdfffffff window]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Aug 01 14:23:22 pomace kernel: pci 0000:00:00.0: [8086:5914] type 00 class 0x060000
Aug 01 14:23:22 pomace kernel: pci 0000:00:02.0: [8086:5917] type 00 class 0x030000
Aug 01 14:23:22 pomace kernel: pci 0000:00:02.0: reg 0x10: [mem 0xdb000000-0xdbffffff 64bit]
Aug 01 14:23:22 pomace kernel: pci 0000:00:02.0: reg 0x18: [mem 0x50000000-0x5fffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
Aug 01 14:23:22 pomace kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Aug 01 14:23:22 pomace kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 01 14:23:22 pomace kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Aug 01 14:23:22 pomace kernel: pci 0000:00:04.0: reg 0x10: [mem 0xdc320000-0xdc327fff 64bit]
Aug 01 14:23:22 pomace kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
Aug 01 14:23:22 pomace kernel: pci 0000:00:14.0: reg 0x10: [mem 0xdc310000-0xdc31ffff 64bit]
Aug 01 14:23:22 pomace kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
Aug 01 14:23:22 pomace kernel: pci 0000:00:14.2: reg 0x10: [mem 0xdc335000-0xdc335fff 64bit]
Aug 01 14:23:22 pomace kernel: pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
Aug 01 14:23:22 pomace kernel: pci 0000:00:15.0: reg 0x10: [mem 0xdc334000-0xdc334fff 64bit]
Aug 01 14:23:22 pomace kernel: pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
Aug 01 14:23:22 pomace kernel: pci 0000:00:15.1: reg 0x10: [mem 0xdc333000-0xdc333fff 64bit]
Aug 01 14:23:22 pomace kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
Aug 01 14:23:22 pomace kernel: pci 0000:00:16.0: reg 0x10: [mem 0xdc332000-0xdc332fff 64bit]
Aug 01 14:23:22 pomace kernel: pci 0000:00:16.0: PME# supported from D3hot
Aug 01 14:23:22 pomace kernel: pci 0000:00:16.3: [8086:9d3d] type 00 class 0x070002
Aug 01 14:23:22 pomace kernel: pci 0000:00:16.3: reg 0x10: [io  0xf060-0xf067]
Aug 01 14:23:22 pomace kernel: pci 0000:00:16.3: reg 0x14: [mem 0xdc331000-0xdc331fff]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.2: [8086:9d12] type 01 class 0x060400
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.4: [8086:9d14] type 01 class 0x060400
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
Aug 01 14:23:22 pomace kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
Aug 01 14:23:22 pomace kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
Aug 01 14:23:22 pomace kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xdc32c000-0xdc32ffff]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040380
Aug 01 14:23:22 pomace kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xdc328000-0xdc32bfff 64bit]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xdc300000-0xdc30ffff 64bit]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
Aug 01 14:23:22 pomace kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xdc330000-0xdc3300ff 64bit]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
Aug 01 14:23:22 pomace kernel: pci 0000:01:00.0: [10ec:525a] type 00 class 0xff0000
Aug 01 14:23:22 pomace kernel: pci 0000:01:00.0: reg 0x14: [mem 0xdc200000-0xdc200fff]
Aug 01 14:23:22 pomace kernel: pci 0000:01:00.0: supports D1 D2
Aug 01 14:23:22 pomace kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.0:   bridge window [mem 0xdc200000-0xdc2fffff]
Aug 01 14:23:22 pomace kernel: pci 0000:02:00.0: [8086:24fd] type 00 class 0x028000
Aug 01 14:23:22 pomace kernel: pci 0000:02:00.0: reg 0x10: [mem 0xdc100000-0xdc101fff 64bit]
Aug 01 14:23:22 pomace kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.2: PCI bridge to [bus 02]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.2:   bridge window [mem 0xdc100000-0xdc1fffff]
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0: [8086:15d3] type 01 class 0x060400
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0: enabling Extended Tags
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0: supports D1 D2
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-6d]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.4:   bridge window [mem 0xac000000-0xda0fffff]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.4:   bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:04:00.0: [8086:15d3] type 01 class 0x060400
Aug 01 14:23:22 pomace kernel: pci 0000:04:00.0: enabling Extended Tags
Aug 01 14:23:22 pomace kernel: pci 0000:04:00.0: supports D1 D2
Aug 01 14:23:22 pomace kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0: [8086:15d3] type 01 class 0x060400
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0: enabling Extended Tags
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0: supports D1 D2
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: [8086:15d3] type 01 class 0x060400
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: enabling Extended Tags
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: supports D1 D2
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0: [8086:15d3] type 01 class 0x060400
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0: enabling Extended Tags
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0: supports D1 D2
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0: PCI bridge to [bus 04-6d]
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0:   bridge window [mem 0xac000000-0xda0fffff]
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0:   bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
Aug 01 14:23:22 pomace kernel: pci 0000:04:00.0:   bridge window [mem 0xda000000-0xda0fffff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0: PCI bridge to [bus 06-38]
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0:   bridge window [mem 0xac000000-0xc3efffff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0:   bridge window [mem 0x60000000-0x7fffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: PCI bridge to [bus 39]
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0:   bridge window [mem 0xc3f00000-0xc3ffffff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0: PCI bridge to [bus 3a-6d]
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0:   bridge window [mem 0xc4000000-0xd9ffffff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0:   bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:6e:00.0: [1c5c:1527] type 00 class 0x010802
Aug 01 14:23:22 pomace kernel: pci 0000:6e:00.0: reg 0x10: [mem 0xdc000000-0xdc003fff 64bit]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1d.0: PCI bridge to [bus 6e]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1d.0:   bridge window [mem 0xdc000000-0xdc0fffff]
Aug 01 14:23:22 pomace kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Aug 01 14:23:22 pomace kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Aug 01 14:23:22 pomace kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Aug 01 14:23:22 pomace kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Aug 01 14:23:22 pomace kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Aug 01 14:23:22 pomace kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Aug 01 14:23:22 pomace kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Aug 01 14:23:22 pomace kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Aug 01 14:23:22 pomace kernel: Low-power S0 idle used by default for system suspend
Aug 01 14:23:22 pomace kernel: ACPI: EC: interrupt unblocked
Aug 01 14:23:22 pomace kernel: ACPI: EC: event unblocked
Aug 01 14:23:22 pomace kernel: ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
Aug 01 14:23:22 pomace kernel: ACPI: EC: GPE=0x6e
Aug 01 14:23:22 pomace kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
Aug 01 14:23:22 pomace kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
Aug 01 14:23:22 pomace kernel: iommu: Default domain type: Translated 
Aug 01 14:23:22 pomace kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Aug 01 14:23:22 pomace kernel: SCSI subsystem initialized
Aug 01 14:23:22 pomace kernel: libata version 3.00 loaded.
Aug 01 14:23:22 pomace kernel: ACPI: bus type USB registered
Aug 01 14:23:22 pomace kernel: usbcore: registered new interface driver usbfs
Aug 01 14:23:22 pomace kernel: usbcore: registered new interface driver hub
Aug 01 14:23:22 pomace kernel: usbcore: registered new device driver usb
Aug 01 14:23:22 pomace kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 01 14:23:22 pomace kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 01 14:23:22 pomace kernel: PTP clock support registered
Aug 01 14:23:22 pomace kernel: EDAC MC: Ver: 3.0.0
Aug 01 14:23:22 pomace kernel: efivars: Registered efivars operations
Aug 01 14:23:22 pomace kernel: NetLabel: Initializing
Aug 01 14:23:22 pomace kernel: NetLabel:  domain hash size = 128
Aug 01 14:23:22 pomace kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 01 14:23:22 pomace kernel: NetLabel:  unlabeled traffic allowed by default
Aug 01 14:23:22 pomace kernel: mctp: management component transport protocol core
Aug 01 14:23:22 pomace kernel: NET: Registered PF_MCTP protocol family
Aug 01 14:23:22 pomace kernel: PCI: Using ACPI for IRQ routing
Aug 01 14:23:22 pomace kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 01 14:23:22 pomace kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Aug 01 14:23:22 pomace kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Aug 01 14:23:22 pomace kernel: e820: reserve RAM buffer [mem 0x2c973000-0x2fffffff]
Aug 01 14:23:22 pomace kernel: e820: reserve RAM buffer [mem 0x39816000-0x3bffffff]
Aug 01 14:23:22 pomace kernel: e820: reserve RAM buffer [mem 0x3da14000-0x3fffffff]
Aug 01 14:23:22 pomace kernel: e820: reserve RAM buffer [mem 0x48e00000-0x4bffffff]
Aug 01 14:23:22 pomace kernel: e820: reserve RAM buffer [mem 0x4ae800000-0x4afffffff]
Aug 01 14:23:22 pomace kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 01 14:23:22 pomace kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Aug 01 14:23:22 pomace kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 01 14:23:22 pomace kernel: vgaarb: loaded
Aug 01 14:23:22 pomace kernel: clocksource: Switched to clocksource tsc-early
Aug 01 14:23:22 pomace kernel: VFS: Disk quotas dquot_6.6.0
Aug 01 14:23:22 pomace kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 01 14:23:22 pomace kernel: pnp: PnP ACPI init
Aug 01 14:23:22 pomace kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:00: [io  0xffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:00: [io  0xffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:00: [io  0xffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:00: [io  0x1800-0x18fe] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Aug 01 14:23:22 pomace kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Aug 01 14:23:22 pomace kernel: system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Aug 01 14:23:22 pomace kernel: system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:07: [io  0xff00-0xfffe] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
Aug 01 14:23:22 pomace kernel: system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
Aug 01 14:23:22 pomace kernel: pnp: PnP ACPI: found 9 devices
Aug 01 14:23:22 pomace kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 01 14:23:22 pomace kernel: NET: Registered PF_INET protocol family
Aug 01 14:23:22 pomace kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 01 14:23:22 pomace kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Aug 01 14:23:22 pomace kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 01 14:23:22 pomace kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 01 14:23:22 pomace kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Aug 01 14:23:22 pomace kernel: TCP: Hash tables configured (established 131072 bind 65536)
Aug 01 14:23:22 pomace kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Aug 01 14:23:22 pomace kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 01 14:23:22 pomace kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 01 14:23:22 pomace kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 01 14:23:22 pomace kernel: NET: Registered PF_XDP protocol family
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0: bridge window [io  0x1000-0x0fff] to [bus 06-38] add_size 1000
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: bridge window [io  0x1000-0x0fff] to [bus 39] add_size 1000
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 39] add_size 200000 add_align 100000
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0: bridge window [io  0x1000-0x0fff] to [bus 3a-6d] add_size 1000
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0: bridge window [io  0x1000-0x0fff] to [bus 04-6d] add_size 3000
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 03-6d] add_size 4000
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.4: BAR 13: assigned [io  0x2000-0x5fff]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.0:   bridge window [mem 0xdc200000-0xdc2fffff]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.2: PCI bridge to [bus 02]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.2:   bridge window [mem 0xdc100000-0xdc1fffff]
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0: BAR 13: assigned [io  0x2000-0x4fff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0: BAR 13: assigned [io  0x2000-0x2fff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: BAR 13: assigned [io  0x3000-0x3fff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0: BAR 13: assigned [io  0x4000-0x4fff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
Aug 01 14:23:22 pomace kernel: pci 0000:04:00.0:   bridge window [mem 0xda000000-0xda0fffff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0: PCI bridge to [bus 06-38]
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0:   bridge window [io  0x2000-0x2fff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0:   bridge window [mem 0xac000000-0xc3efffff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:01.0:   bridge window [mem 0x60000000-0x7fffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0: PCI bridge to [bus 39]
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0:   bridge window [io  0x3000-0x3fff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:02.0:   bridge window [mem 0xc3f00000-0xc3ffffff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0: PCI bridge to [bus 3a-6d]
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0:   bridge window [io  0x4000-0x4fff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0:   bridge window [mem 0xc4000000-0xd9ffffff]
Aug 01 14:23:22 pomace kernel: pci 0000:04:04.0:   bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0: PCI bridge to [bus 04-6d]
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0:   bridge window [io  0x2000-0x4fff]
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0:   bridge window [mem 0xac000000-0xda0fffff]
Aug 01 14:23:22 pomace kernel: pci 0000:03:00.0:   bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.4: PCI bridge to [bus 03-6d]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.4:   bridge window [io  0x2000-0x5fff]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.4:   bridge window [mem 0xac000000-0xda0fffff]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1c.4:   bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1d.0: PCI bridge to [bus 6e]
Aug 01 14:23:22 pomace kernel: pci 0000:00:1d.0:   bridge window [mem 0xdc000000-0xdc0fffff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:00: resource 7 [mem 0x4f800000-0xdfffffff window]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:01: resource 1 [mem 0xdc200000-0xdc2fffff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:02: resource 1 [mem 0xdc100000-0xdc1fffff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:03: resource 0 [io  0x2000-0x5fff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:03: resource 1 [mem 0xac000000-0xda0fffff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:03: resource 2 [mem 0x60000000-0xa9ffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:04: resource 0 [io  0x2000-0x4fff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:04: resource 1 [mem 0xac000000-0xda0fffff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:04: resource 2 [mem 0x60000000-0xa9ffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:05: resource 1 [mem 0xda000000-0xda0fffff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:06: resource 0 [io  0x2000-0x2fff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:06: resource 1 [mem 0xac000000-0xc3efffff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:06: resource 2 [mem 0x60000000-0x7fffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:39: resource 0 [io  0x3000-0x3fff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:39: resource 1 [mem 0xc3f00000-0xc3ffffff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:3a: resource 0 [io  0x4000-0x4fff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:3a: resource 1 [mem 0xc4000000-0xd9ffffff]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:3a: resource 2 [mem 0x80000000-0xa9ffffff 64bit pref]
Aug 01 14:23:22 pomace kernel: pci_bus 0000:6e: resource 1 [mem 0xdc000000-0xdc0fffff]
Aug 01 14:23:22 pomace kernel: PCI: CLS 128 bytes, default 64
Aug 01 14:23:22 pomace kernel: DMAR: ACPI device "device:75" under DMAR at fed91000 as 00:15.0
Aug 01 14:23:22 pomace kernel: DMAR: ACPI device "device:76" under DMAR at fed91000 as 00:15.1
Aug 01 14:23:22 pomace kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 01 14:23:22 pomace kernel: software IO TLB: mapped [mem 0x0000000030af7000-0x0000000034af7000] (64MB)
Aug 01 14:23:22 pomace kernel: Trying to unpack rootfs image as initramfs...
Aug 01 14:23:22 pomace kernel: sgx: EPC section 0x40200000-0x45f7ffff
Aug 01 14:23:22 pomace kernel: Initialise system trusted keyrings
Aug 01 14:23:22 pomace kernel: Key type blacklist registered
Aug 01 14:23:22 pomace kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Aug 01 14:23:22 pomace kernel: zbud: loaded
Aug 01 14:23:22 pomace kernel: integrity: Platform Keyring initialized
Aug 01 14:23:22 pomace kernel: integrity: Machine keyring initialized
Aug 01 14:23:22 pomace kernel: Key type asymmetric registered
Aug 01 14:23:22 pomace kernel: Asymmetric key parser 'x509' registered
Aug 01 14:23:22 pomace kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Aug 01 14:23:22 pomace kernel: io scheduler mq-deadline registered
Aug 01 14:23:22 pomace kernel: io scheduler kyber registered
Aug 01 14:23:22 pomace kernel: io scheduler bfq registered
Aug 01 14:23:22 pomace kernel: pcieport 0000:03:00.0: enabling device (0006 -> 0007)
Aug 01 14:23:22 pomace kernel: pcieport 0000:04:01.0: enabling device (0006 -> 0007)
Aug 01 14:23:22 pomace kernel: pcieport 0000:04:02.0: enabling device (0006 -> 0007)
Aug 01 14:23:22 pomace kernel: pcieport 0000:04:04.0: enabling device (0006 -> 0007)
Aug 01 14:23:22 pomace kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 01 14:23:22 pomace kernel: ACPI: AC: AC Adapter [AC] (off-line)
Aug 01 14:23:22 pomace kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Aug 01 14:23:22 pomace kernel: ACPI: button: Lid Switch [LID0]
Aug 01 14:23:22 pomace kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Aug 01 14:23:22 pomace kernel: ACPI: button: Power Button [PBTN]
Aug 01 14:23:22 pomace kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Aug 01 14:23:22 pomace kernel: ACPI: button: Sleep Button [SBTN]
Aug 01 14:23:22 pomace kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Aug 01 14:23:22 pomace kernel: ACPI: button: Power Button [PWRF]
Aug 01 14:23:22 pomace kernel: thermal LNXTHERM:00: registered as thermal_zone0
Aug 01 14:23:22 pomace kernel: ACPI: thermal: Thermal Zone [THM] (25 C)
Aug 01 14:23:22 pomace kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 01 14:23:22 pomace kernel: serial 0000:00:16.3: enabling device (0000 -> 0003)
Aug 01 14:23:22 pomace kernel: 0000:00:16.3: ttyS4 at I/O 0xf060 (irq = 19, base_baud = 115200) is a 16550A
Aug 01 14:23:22 pomace kernel: hpet_acpi_add: no address or irqs in _CRS
Aug 01 14:23:22 pomace kernel: Non-volatile memory driver v1.3
Aug 01 14:23:22 pomace kernel: Linux agpgart interface v0.103
Aug 01 14:23:22 pomace kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Aug 01 14:23:22 pomace kernel: ACPI: bus type drm_connector registered
Aug 01 14:23:22 pomace kernel: usbcore: registered new interface driver usbserial_generic
Aug 01 14:23:22 pomace kernel: usbserial: USB Serial support registered for generic
Aug 01 14:23:22 pomace kernel: rtc_cmos 00:01: RTC can wake from S4
Aug 01 14:23:22 pomace kernel: rtc_cmos 00:01: registered as rtc0
Aug 01 14:23:22 pomace kernel: rtc_cmos 00:01: setting system clock to 2023-08-01T18:23:14 UTC (1690914194)
Aug 01 14:23:22 pomace kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Aug 01 14:23:22 pomace kernel: intel_pstate: Intel P-state driver initializing
Aug 01 14:23:22 pomace kernel: intel_pstate: HWP enabled
Aug 01 14:23:22 pomace kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 01 14:23:22 pomace kernel: efifb: probing for efifb
Aug 01 14:23:22 pomace kernel: efifb: showing boot graphics
Aug 01 14:23:22 pomace kernel: efifb: framebuffer at 0x50000000, using 8128k, total 8128k
Aug 01 14:23:22 pomace kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Aug 01 14:23:22 pomace kernel: efifb: scrolling: redraw
Aug 01 14:23:22 pomace kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Aug 01 14:23:22 pomace kernel: fbcon: Deferring console take-over
Aug 01 14:23:22 pomace kernel: fb0: EFI VGA frame buffer device
Aug 01 14:23:22 pomace kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 01 14:23:22 pomace kernel: intel_pmc_core INT33A1:00:  initialized
Aug 01 14:23:22 pomace kernel: drop_monitor: Initializing network drop monitor service
Aug 01 14:23:22 pomace kernel: Initializing XFRM netlink socket
Aug 01 14:23:22 pomace kernel: NET: Registered PF_INET6 protocol family
Aug 01 14:23:22 pomace kernel: ACPI: battery: Slot [BAT0] (battery present)
Aug 01 14:23:22 pomace kernel: Freeing initrd memory: 27120K
Aug 01 14:23:22 pomace kernel: Segment Routing with IPv6
Aug 01 14:23:22 pomace kernel: RPL Segment Routing with IPv6
Aug 01 14:23:22 pomace kernel: In-situ OAM (IOAM) with IPv6
Aug 01 14:23:22 pomace kernel: NET: Registered PF_PACKET protocol family
Aug 01 14:23:22 pomace kernel: microcode: Microcode Update Driver: v2.2.
Aug 01 14:23:22 pomace kernel: IPI shorthand broadcast: enabled
Aug 01 14:23:22 pomace kernel: sched_clock: Marking stable (543334599, 6076991)->(694370782, -144959192)
Aug 01 14:23:22 pomace kernel: registered taskstats version 1
Aug 01 14:23:22 pomace kernel: Loading compiled-in X.509 certificates
Aug 01 14:23:22 pomace kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b65da52f996a1ef8dc1cd4ef0d679f59bed8601b'
Aug 01 14:23:22 pomace kernel: zswap: loaded using pool zstd/zsmalloc
Aug 01 14:23:22 pomace kernel: Key type .fscrypt registered
Aug 01 14:23:22 pomace kernel: Key type fscrypt-provisioning registered
Aug 01 14:23:22 pomace kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 01 14:23:22 pomace kernel: integrity: Loaded X.509 cert 'Dell Inc. UEFI DB: 5ddb772dc880660055ba0bc131886bb630a639e7'
Aug 01 14:23:22 pomace kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 01 14:23:22 pomace kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Aug 01 14:23:22 pomace kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 01 14:23:22 pomace kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Aug 01 14:23:22 pomace kernel: PM:   Magic number: 3:818:391
Aug 01 14:23:22 pomace kernel: thermal cooling_device6: hash matches
Aug 01 14:23:22 pomace kernel: acpi XXXX0000:01: hash matches
Aug 01 14:23:22 pomace kernel: RAS: Correctable Errors collector initialized.
Aug 01 14:23:22 pomace kernel: clk: Disabling unused clocks
Aug 01 14:23:22 pomace kernel: Freeing unused decrypted memory: 2036K
Aug 01 14:23:22 pomace kernel: Freeing unused kernel image (initmem) memory: 3344K
Aug 01 14:23:22 pomace kernel: Write protecting the kernel read-only data: 30720k
Aug 01 14:23:22 pomace kernel: Freeing unused kernel image (rodata/data gap) memory: 1572K
Aug 01 14:23:22 pomace kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 01 14:23:22 pomace kernel: rodata_test: all tests were successful
Aug 01 14:23:22 pomace kernel: x86/mm: Checking user space page tables
Aug 01 14:23:22 pomace kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 01 14:23:22 pomace kernel: Run /init as init process
Aug 01 14:23:22 pomace kernel:   with arguments:
Aug 01 14:23:22 pomace kernel:     /init
Aug 01 14:23:22 pomace kernel:   with environment:
Aug 01 14:23:22 pomace kernel:     HOME=/
Aug 01 14:23:22 pomace kernel:     TERM=linux
Aug 01 14:23:22 pomace kernel:     BOOT_IMAGE=/vmlinuz-linux
Aug 01 14:23:22 pomace kernel:     cryptdevice=UUID=daf93842-b4b5-45c0-9928-97f8b0df024f:root
Aug 01 14:23:22 pomace kernel: wmi_bus wmi_bus-PNP0C14:01: WQBC data block query control method not found
Aug 01 14:23:22 pomace kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Aug 01 14:23:22 pomace kernel: i8042: Warning: Keylock active
Aug 01 14:23:22 pomace kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 01 14:23:22 pomace kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Aug 01 14:23:22 pomace kernel: rtsx_pci 0000:01:00.0: enabling device (0000 -> 0002)
Aug 01 14:23:22 pomace kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 01 14:23:22 pomace kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Aug 01 14:23:22 pomace kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
Aug 01 14:23:22 pomace kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 01 14:23:22 pomace kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Aug 01 14:23:22 pomace kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Aug 01 14:23:22 pomace kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 01 14:23:22 pomace kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 14:23:22 pomace kernel: usb usb1: Product: xHCI Host Controller
Aug 01 14:23:22 pomace kernel: usb usb1: Manufacturer: Linux 6.4.7-arch1-1 xhci-hcd
Aug 01 14:23:22 pomace kernel: usb usb1: SerialNumber: 0000:00:14.0
Aug 01 14:23:22 pomace kernel: hub 1-0:1.0: USB hub found
Aug 01 14:23:22 pomace kernel: hub 1-0:1.0: 12 ports detected
Aug 01 14:23:22 pomace kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 01 14:23:22 pomace kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 14:23:22 pomace kernel: usb usb2: Product: xHCI Host Controller
Aug 01 14:23:22 pomace kernel: usb usb2: Manufacturer: Linux 6.4.7-arch1-1 xhci-hcd
Aug 01 14:23:22 pomace kernel: usb usb2: SerialNumber: 0000:00:14.0
Aug 01 14:23:22 pomace kernel: hub 2-0:1.0: USB hub found
Aug 01 14:23:22 pomace kernel: hub 2-0:1.0: 6 ports detected
Aug 01 14:23:22 pomace kernel: usb: port power management may be unreliable
Aug 01 14:23:22 pomace kernel: cryptd: max_cpu_qlen set to 1000
Aug 01 14:23:22 pomace kernel: nvme nvme0: pci function 0000:6e:00.0
Aug 01 14:23:22 pomace kernel: AVX2 version of gcm_enc/dec engaged.
Aug 01 14:23:22 pomace kernel: AES CTR mode by8 optimization enabled
Aug 01 14:23:22 pomace kernel: nvme nvme0: 8/0/0 default/read/poll queues
Aug 01 14:23:22 pomace kernel:  nvme0n1: p1 p2
Aug 01 14:23:22 pomace kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Aug 01 14:23:22 pomace kernel: usb 1-5: new high-speed USB device number 2 using xhci_hcd
Aug 01 14:23:22 pomace kernel: Setting dangerous option enable_psr - tainting kernel
Aug 01 14:23:22 pomace kernel: i915: unknown parameter 'enable_rc6' ignored
Aug 01 14:23:22 pomace kernel: Setting dangerous option enable_fbc - tainting kernel
Aug 01 14:23:22 pomace kernel: i915: unknown parameter 'semaphores' ignored
Aug 01 14:23:22 pomace kernel: i915: unknown parameter 'lvds_downclock' ignored
Aug 01 14:23:22 pomace kernel: i915: unknown parameter 'enable_guc_loading' ignored
Aug 01 14:23:22 pomace kernel: i915: unknown parameter 'enable_guc_submission' ignored
Aug 01 14:23:22 pomace kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Aug 01 14:23:22 pomace kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Aug 01 14:23:22 pomace kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Aug 01 14:23:22 pomace kernel: usb 1-5: New USB device found, idVendor=0bda, idProduct=58f4, bcdDevice=72.79
Aug 01 14:23:22 pomace kernel: usb 1-5: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Aug 01 14:23:22 pomace kernel: usb 1-5: Product: Integrated_Webcam_HD
Aug 01 14:23:22 pomace kernel: usb 1-5: Manufacturer: CN0FFMHCLOG008B3B1MAA01
Aug 01 14:23:22 pomace kernel: usb 1-5: SerialNumber: 200901010001
Aug 01 14:23:22 pomace kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Aug 01 14:23:22 pomace kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Aug 01 14:23:22 pomace kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
Aug 01 14:23:22 pomace kernel: fbcon: i915drmfb (fb0) is primary device
Aug 01 14:23:22 pomace kernel: fbcon: Deferring console take-over
Aug 01 14:23:22 pomace kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Aug 01 14:23:22 pomace kernel: tsc: Refined TSC clocksource calibration: 2112.005 MHz
Aug 01 14:23:22 pomace kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e717d1ec85, max_idle_ns: 440795234704 ns
Aug 01 14:23:22 pomace kernel: clocksource: Switched to clocksource tsc
Aug 01 14:23:22 pomace kernel: fbcon: Taking over console
Aug 01 14:23:22 pomace kernel: Console: switching to colour frame buffer device 240x67
Aug 01 14:23:22 pomace kernel: usb 1-7: new full-speed USB device number 3 using xhci_hcd
Aug 01 14:23:22 pomace kernel: device-mapper: uevent: version 1.0.3
Aug 01 14:23:22 pomace kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Aug 01 14:23:22 pomace kernel: Key type encrypted registered
Aug 01 14:23:22 pomace kernel: usb 1-7: New USB device found, idVendor=8087, idProduct=0a2b, bcdDevice= 0.10
Aug 01 14:23:22 pomace kernel: usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 01 14:23:22 pomace kernel: pcieport 0000:04:00.0: Unable to change power state from D3hot to D0, device inaccessible
Aug 01 14:23:22 pomace kernel: pci_bus 0000:05: busn_res: [bus 05] is released
Aug 01 14:23:22 pomace kernel: pci_bus 0000:06: busn_res: [bus 06-38] is released
Aug 01 14:23:22 pomace kernel: pci_bus 0000:39: busn_res: [bus 39] is released
Aug 01 14:23:22 pomace kernel: pci_bus 0000:3a: busn_res: [bus 3a-6d] is released
Aug 01 14:23:22 pomace kernel: pci_bus 0000:04: busn_res: [bus 04-6d] is released
Aug 01 14:23:22 pomace kernel: raid6: skipped pq benchmark and selected avx2x4
Aug 01 14:23:22 pomace kernel: raid6: using avx2x2 recovery algorithm
Aug 01 14:23:22 pomace kernel: xor: automatically using best checksumming function   avx       
Aug 01 14:23:22 pomace kernel: Btrfs loaded, zoned=yes, fsverity=yes
Aug 01 14:23:22 pomace kernel: BTRFS: device fsid 0fc0e2ed-f335-41a3-938c-cadea04d5c8a devid 1 transid 2189168 /dev/dm-0 scanned by (udev-worker) (181)
Aug 01 14:23:22 pomace kernel: BTRFS info (device dm-0): using crc32c (crc32c-intel) checksum algorithm
Aug 01 14:23:22 pomace kernel: BTRFS info (device dm-0): disk space caching is enabled
Aug 01 14:23:22 pomace kernel: BTRFS info (device dm-0): enabling ssd optimizations
Aug 01 14:23:22 pomace systemd[1]: systemd 253.7-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Aug 01 14:23:22 pomace systemd[1]: Detected architecture x86-64.
Aug 01 14:23:22 pomace systemd[1]: Hostname set to <pomace>.
Aug 01 14:23:22 pomace systemd[1]: bpf-lsm: LSM BPF program attached
Aug 01 14:23:22 pomace kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
Aug 01 14:23:22 pomace systemd[1]: Queued start job for default target Graphical Interface.
Aug 01 14:23:22 pomace systemd[1]: Created slice Slice /system/getty.
Aug 01 14:23:22 pomace systemd[1]: Created slice Slice /system/modprobe.
Aug 01 14:23:22 pomace systemd[1]: Created slice Slice /system/syncthing.
Aug 01 14:23:22 pomace systemd[1]: Created slice Slice /system/systemd-fsck.
Aug 01 14:23:22 pomace systemd[1]: Created slice User and Session Slice.
Aug 01 14:23:22 pomace systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 01 14:23:22 pomace systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 01 14:23:22 pomace systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 01 14:23:22 pomace systemd[1]: Reached target Local Encrypted Volumes.
Aug 01 14:23:22 pomace systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 01 14:23:22 pomace systemd[1]: Reached target Network.
Aug 01 14:23:22 pomace systemd[1]: Reached target Network is Online.
Aug 01 14:23:22 pomace systemd[1]: Reached target Path Units.
Aug 01 14:23:22 pomace systemd[1]: Reached target Slice Units.
Aug 01 14:23:22 pomace systemd[1]: Reached target Swaps.
Aug 01 14:23:22 pomace systemd[1]: Reached target Local Verity Protected Volumes.
Aug 01 14:23:22 pomace systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 01 14:23:22 pomace systemd[1]: Listening on LVM2 poll daemon socket.
Aug 01 14:23:22 pomace systemd[1]: Listening on Process Core Dump Socket.
Aug 01 14:23:22 pomace systemd[1]: Listening on Journal Socket (/dev/log).
Aug 01 14:23:22 pomace systemd[1]: Listening on Journal Socket.
Aug 01 14:23:22 pomace systemd[1]: Listening on udev Control Socket.
Aug 01 14:23:22 pomace systemd[1]: Listening on udev Kernel Socket.
Aug 01 14:23:22 pomace systemd[1]: Mounting Huge Pages File System...
Aug 01 14:23:22 pomace systemd[1]: Mounting POSIX Message Queue File System...
Aug 01 14:23:22 pomace systemd[1]: Mounting Reiserlab share on dm11...
Aug 01 14:23:22 pomace systemd[1]: Mounting Kernel Debug File System...
Aug 01 14:23:22 pomace systemd[1]: Mounting Kernel Trace File System...
Aug 01 14:23:22 pomace systemd[1]: Mounting Temporary Directory /tmp...
Aug 01 14:23:22 pomace systemd[1]: Starting Create List of Static Device Nodes...
Aug 01 14:23:22 pomace systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Aug 01 14:23:22 pomace systemd[1]: Starting Load Kernel Module configfs...
Aug 01 14:23:22 pomace systemd[1]: Starting Load Kernel Module dm_mod...
Aug 01 14:23:22 pomace systemd[1]: Starting Load Kernel Module drm...
Aug 01 14:23:22 pomace systemd[1]: Starting Load Kernel Module fuse...
Aug 01 14:23:22 pomace systemd[1]: Starting Load Kernel Module loop...
Aug 01 14:23:22 pomace systemd[1]: Starting Journal Service...
Aug 01 14:23:22 pomace systemd[1]: Starting Load Kernel Modules...
Aug 01 14:23:22 pomace systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 01 14:23:22 pomace systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 01 14:23:22 pomace systemd[1]: Starting Coldplug All udev Devices...
Aug 01 14:23:22 pomace kernel: loop: module loaded
Aug 01 14:23:22 pomace systemd[1]: Mounted Huge Pages File System.
Aug 01 14:23:22 pomace systemd[1]: Mounted POSIX Message Queue File System.
Aug 01 14:23:22 pomace systemd[1]: Mounted Kernel Debug File System.
Aug 01 14:23:22 pomace systemd[1]: Mounted Kernel Trace File System.
Aug 01 14:23:22 pomace systemd[1]: Mounted Temporary Directory /tmp.
Aug 01 14:23:22 pomace kernel: BTRFS info (device dm-0: state M): use lzo compression, level 0
Aug 01 14:23:22 pomace kernel: fuse: init (API version 7.38)
Aug 01 14:23:22 pomace systemd-journald[263]: Collecting audit messages is disabled.
Aug 01 14:23:22 pomace systemd[1]: Finished Create List of Static Device Nodes.
Aug 01 14:23:22 pomace systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 01 14:23:22 pomace kernel: vboxdrv: loading out-of-tree module taints kernel.
Aug 01 14:23:22 pomace kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Aug 01 14:23:22 pomace systemd-journald[263]: Journal started
Aug 01 14:23:22 pomace systemd-journald[263]: Runtime Journal (/run/log/journal/ea081c6fed914ce9b33ac0de36c06f2a) is 8.0M, max 784.7M, 776.7M free.
Aug 01 14:23:22 pomace systemd-modules-load[264]: Inserted module 'crypto_user'
Aug 01 14:23:22 pomace systemd-modules-load[264]: Inserted module 'sg'
Aug 01 14:23:22 pomace kernel: vboxdrv: Found 8 processor cores/threads
Aug 01 14:23:22 pomace systemd-modules-load[264]: Inserted module 'vboxdrv'
Aug 01 14:23:22 pomace systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 01 14:23:22 pomace kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2112002216 Hz
Aug 01 14:23:22 pomace kernel: vboxdrv: Successfully loaded version 7.0.10 r158379 (interface 0x00330004)
Aug 01 14:23:22 pomace systemd[1]: Finished Load Kernel Module configfs.
Aug 01 14:23:22 pomace systemd[1]: Started Journal Service.
Aug 01 14:23:22 pomace systemd-modules-load[264]: Inserted module 'vboxnetadp'
Aug 01 14:23:22 pomace kernel: VBoxNetAdp: Successfully started.
Aug 01 14:23:22 pomace systemd-modules-load[264]: Inserted module 'vboxnetflt'
Aug 01 14:23:22 pomace kernel: VBoxNetFlt: Successfully started.
Aug 01 14:23:22 pomace systemd[1]: Finished Load Kernel Module dm_mod.
Aug 01 14:23:22 pomace systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 01 14:23:22 pomace systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 01 14:23:22 pomace systemd[1]: Finished Load Kernel Module drm.
Aug 01 14:23:22 pomace systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 01 14:23:22 pomace systemd[1]: Finished Load Kernel Module fuse.
Aug 01 14:23:22 pomace systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 01 14:23:22 pomace systemd[1]: Finished Load Kernel Module loop.
Aug 01 14:23:22 pomace systemd[1]: Finished Load Kernel Modules.
Aug 01 14:23:22 pomace systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 01 14:23:22 pomace systemd[1]: Finished Coldplug All udev Devices.
Aug 01 14:23:22 pomace systemd[1]: Mounting FUSE Control File System...
Aug 01 14:23:22 pomace systemd[1]: Mounting Kernel Configuration File System...
Aug 01 14:23:22 pomace systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 01 14:23:22 pomace systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 01 14:23:22 pomace systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 01 14:23:22 pomace systemd[1]: Starting Apply Kernel Variables...
Aug 01 14:23:22 pomace systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 01 14:23:22 pomace systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 01 14:23:22 pomace systemd[1]: Mounted FUSE Control File System.
Aug 01 14:23:22 pomace systemd[1]: Mounted Kernel Configuration File System.
Aug 01 14:23:22 pomace mount[278]: error 2 (No such file or directory) opening credential file /home/fr3nk/.cifs-credentials-janelia
Aug 01 14:23:22 pomace systemd[1]: media-dm11-reiserlab.mount: Mount process exited, code=exited, status=2/INVALIDARGUMENT
Aug 01 14:23:22 pomace systemd[1]: media-dm11-reiserlab.mount: Failed with result 'exit-code'.
Aug 01 14:23:22 pomace systemd[1]: Failed to mount Reiserlab share on dm11.
Aug 01 14:23:22 pomace systemd[1]: Finished Apply Kernel Variables.
Aug 01 14:23:22 pomace systemd[1]: Reached target Remote File Systems.
Aug 01 14:23:23 pomace systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 01 14:23:23 pomace systemd[1]: Reached target Preparation for Local File Systems.
Aug 01 14:23:23 pomace systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 01 14:23:23 pomace systemd-udevd[279]: Using default interface naming scheme 'v253'.
Aug 01 14:23:23 pomace systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 01 14:23:23 pomace kernel: BTRFS info: devid 1 device path /dev/mapper/root changed to /dev/dm-0 scanned by (udev-worker) (290)
Aug 01 14:23:23 pomace kernel: BTRFS info: devid 1 device path /dev/dm-0 changed to /dev/mapper/root scanned by (udev-worker) (290)
Aug 01 14:23:23 pomace systemd[1]: Found device /dev/disk/by-uuid/0fc0e2ed-f335-41a3-938c-cadea04d5c8a.
Aug 01 14:23:23 pomace systemd[1]: Found device PC401 NVMe SK hynix 512GB ESP.
Aug 01 14:23:23 pomace systemd[1]: Mounting /home...
Aug 01 14:23:23 pomace systemd[1]: Mounting /var...
Aug 01 14:23:23 pomace systemd[1]: Starting File System Check on /dev/disk/by-uuid/2E02-F761...
Aug 01 14:23:23 pomace kernel: Consider using thermal netlink events interface
Aug 01 14:23:23 pomace systemd[1]: Mounted /home.
Aug 01 14:23:23 pomace systemd[1]: Mounted /var.
Aug 01 14:23:23 pomace systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 01 14:23:23 pomace systemd[1]: Starting Load/Save OS Random Seed...
Aug 01 14:23:23 pomace kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input18
Aug 01 14:23:23 pomace kernel: intel-hid INT33D5:00: platform supports 5 button array
Aug 01 14:23:23 pomace kernel: input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input19
Aug 01 14:23:23 pomace systemd-journald[263]: Time spent on flushing to /var/log/journal/ea081c6fed914ce9b33ac0de36c06f2a is 1.335859s for 927 entries.
Aug 01 14:23:23 pomace systemd-journald[263]: System Journal (/var/log/journal/ea081c6fed914ce9b33ac0de36c06f2a) is 512.0M, max 4.0G, 3.4G free.
Aug 01 14:23:24 pomace systemd-journald[263]: Received client request to flush runtime journal.
Aug 01 14:23:24 pomace systemd-journald[263]: /var/log/journal/ea081c6fed914ce9b33ac0de36c06f2a/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Aug 01 14:23:24 pomace systemd-journald[263]: Rotating system journal.
Aug 01 14:23:24 pomace kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Aug 01 14:23:24 pomace kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Aug 01 14:23:24 pomace kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Aug 01 14:23:24 pomace kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Aug 01 14:23:24 pomace kernel: pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000
Aug 01 14:23:24 pomace kernel: pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
Aug 01 14:23:24 pomace kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 01 14:23:24 pomace kernel: i2c i2c-7: 2/2 memory slots populated (from DMI)
Aug 01 14:23:24 pomace kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Aug 01 14:23:24 pomace kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Aug 01 14:23:24 pomace kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 01 14:23:24 pomace kernel: Intel(R) Wireless WiFi driver for Linux
Aug 01 14:23:24 pomace kernel: iwlwifi 0000:02:00.0: enabling device (0000 -> 0002)
Aug 01 14:23:24 pomace kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Aug 01 14:23:24 pomace kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Aug 01 14:23:24 pomace kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Aug 01 14:23:24 pomace kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Aug 01 14:23:24 pomace kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Aug 01 14:23:24 pomace kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Aug 01 14:23:24 pomace kernel: iwlwifi 0000:02:00.0: Detected crf-id 0xbadcafe, cnv-id 0x10 wfpm id 0x80000000
Aug 01 14:23:24 pomace kernel: iwlwifi 0000:02:00.0: PCI dev 24fd/8050, rev=0x230, rfid=0xd55555d5
Aug 01 14:23:24 pomace kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
Aug 01 14:23:24 pomace kernel: iwlwifi 0000:02:00.0: loaded firmware version 36.ca7b901d.0 8265-36.ucode op_mode iwlmvm
Aug 01 14:23:24 pomace kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Aug 01 14:23:24 pomace kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Aug 01 14:23:24 pomace kernel: dell_smm_hwmon: SMM call took 256540 usecs!
Aug 01 14:23:24 pomace kernel: intel_rapl_common: Found RAPL domain package
Aug 01 14:23:24 pomace kernel: intel_rapl_common: Found RAPL domain dram
Aug 01 14:23:24 pomace kernel: iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
Aug 01 14:23:24 pomace kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:01/wmi_bus/wmi_bus-PNP0C14:01/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input21
Aug 01 14:23:24 pomace kernel: thermal thermal_zone10: failed to read out thermal zone (-61)
Aug 01 14:23:24 pomace kernel: iwlwifi 0000:02:00.0: base HW address: d4:3b:04:5f:40:5b, OTP minor version: 0x0
Aug 01 14:23:24 pomace kernel: input: DELL07E6:00 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-DELL07E6:00/0018:06CB:76AF.0001/input/input22
Aug 01 14:23:24 pomace kernel: input: DELL07E6:00 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-DELL07E6:00/0018:06CB:76AF.0001/input/input23
Aug 01 14:23:24 pomace kernel: hid-generic 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL07E6:00 06CB:76AF] on i2c-DELL07E6:00
Aug 01 14:23:24 pomace kernel: intel_rapl_common: Found RAPL domain package
Aug 01 14:23:24 pomace kernel: intel_rapl_common: Found RAPL domain core
Aug 01 14:23:24 pomace kernel: intel_rapl_common: Found RAPL domain uncore
Aug 01 14:23:24 pomace kernel: intel_rapl_common: Found RAPL domain dram
Aug 01 14:23:24 pomace kernel: intel_rapl_common: Found RAPL domain psys
Aug 01 14:23:24 pomace kernel: mc: Linux media interface: v0.10
Aug 01 14:23:24 pomace kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Aug 01 14:23:24 pomace kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Aug 01 14:23:24 pomace kernel: Disabling lock debugging due to kernel taint
Aug 01 14:23:24 pomace kernel: wl: module license taints kernel.
Aug 01 14:23:24 pomace kernel: psmouse serio1: synaptics: Unable to query device: -5
Aug 01 14:23:24 pomace kernel: ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
Aug 01 14:23:24 pomace kernel: iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
Aug 01 14:23:24 pomace kernel: input: DELL07E6:00 06CB:76AF Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-DELL07E6:00/0018:06CB:76AF.0001/input/input25
Aug 01 14:23:24 pomace kernel: input: DELL07E6:00 06CB:76AF Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-8/i2c-DELL07E6:00/0018:06CB:76AF.0001/input/input26
Aug 01 14:23:24 pomace kernel: hid-multitouch 0018:06CB:76AF.0001: input,hidraw0: I2C HID v1.00 Mouse [DELL07E6:00 06CB:76AF] on i2c-DELL07E6:00
Aug 01 14:23:24 pomace kernel: Bluetooth: Core ver 2.22
Aug 01 14:23:24 pomace kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 01 14:23:24 pomace kernel: Bluetooth: HCI device and connection manager initialized
Aug 01 14:23:24 pomace kernel: Bluetooth: HCI socket layer initialized
Aug 01 14:23:24 pomace kernel: Bluetooth: L2CAP socket layer initialized
Aug 01 14:23:24 pomace kernel: Bluetooth: SCO socket layer initialized
Aug 01 14:23:24 pomace kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
Aug 01 14:23:24 pomace kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Aug 01 14:23:24 pomace kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Aug 01 14:23:24 pomace kernel: videodev: Linux video capture interface: v2.00
Aug 01 14:23:24 pomace kernel: mousedev: PS/2 mouse device common for all mice
Aug 01 14:23:24 pomace kernel: intel_tcc_cooling: Programmable TCC Offset detected
Aug 01 14:23:24 pomace kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3271: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Aug 01 14:23:24 pomace kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 01 14:23:24 pomace kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Aug 01 14:23:24 pomace kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Aug 01 14:23:24 pomace kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Aug 01 14:23:24 pomace kernel: snd_hda_codec_realtek hdaudioC0D0:      Headset Mic=0x19
Aug 01 14:23:24 pomace kernel: snd_hda_codec_realtek hdaudioC0D0:      Headphone Mic=0x1b
Aug 01 14:23:24 pomace kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Aug 01 14:23:24 pomace kernel: usbcore: registered new interface driver btusb
Aug 01 14:23:24 pomace kernel: Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
Aug 01 14:23:24 pomace kernel: Bluetooth: hci0: Reading supported features failed (-16)
Aug 01 14:23:24 pomace kernel: Bluetooth: hci0: Error reading debug features
Aug 01 14:23:24 pomace kernel: usb 1-5: Found UVC 1.50 device Integrated_Webcam_HD (0bda:58f4)
Aug 01 14:23:24 pomace kernel: usb 1-5: Found UVC 1.50 device Integrated_Webcam_HD (0bda:58f4)
Aug 01 14:23:24 pomace kernel: usbcore: registered new interface driver uvcvideo
Aug 01 14:23:23 pomace mtp-probe[356]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5"
Aug 01 14:23:24 pomace systemd-fsck[325]: fsck.fat 4.2 (2021-01-31)
Aug 01 14:23:24 pomace systemd-fsck[325]: /dev/nvme0n1p1: 426 files, 48916/198656 clusters
Aug 01 14:23:23 pomace systemd[1]: Finished Load/Save OS Random Seed.
Aug 01 14:23:23 pomace mtp-probe[356]: bus: 1, device: 2 was not an MTP device
Aug 01 14:23:23 pomace systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 01 14:23:23 pomace systemd[1]: Finished File System Check on /dev/disk/by-uuid/2E02-F761.
Aug 01 14:23:23 pomace systemd[1]: Created slice Slice /system/systemd-backlight.
Aug 01 14:23:23 pomace systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Aug 01 14:23:23 pomace systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Aug 01 14:23:23 pomace systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Aug 01 14:23:23 pomace systemd[1]: Mounting /boot...
Aug 01 14:23:23 pomace systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 01 14:23:23 pomace systemd[1]: Mounted /boot.
Aug 01 14:23:23 pomace systemd[1]: Reached target Local File Systems.
Aug 01 14:23:23 pomace systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 01 14:23:23 pomace systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 01 14:23:23 pomace systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 01 14:23:23 pomace systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 01 14:23:23 pomace systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 01 14:23:24 pomace (udev-worker)[310]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
Aug 01 14:23:24 pomace systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 01 14:23:24 pomace systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 01 14:23:24 pomace systemd[1]: Created slice Slice /system/netctl-auto.
Aug 01 14:23:24 pomace systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 01 14:23:24 pomace systemd[1]: Starting Load Kernel Module dm_mod...
Aug 01 14:23:24 pomace systemd[1]: Starting Load Kernel Module loop...
Aug 01 14:23:24 pomace systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 01 14:23:24 pomace systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 01 14:23:24 pomace systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 01 14:23:24 pomace systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 01 14:23:24 pomace systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 01 14:23:24 pomace systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 01 14:23:24 pomace systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 01 14:23:24 pomace systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 01 14:23:24 pomace systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 01 14:23:24 pomace systemd[1]: Finished Load Kernel Module dm_mod.
Aug 01 14:23:24 pomace systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 01 14:23:24 pomace systemd[1]: Finished Load Kernel Module loop.
Aug 01 14:23:24 pomace systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 01 14:23:24 pomace systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight...
Aug 01 14:23:24 pomace systemd[1]: Reached target Bluetooth Support.
Aug 01 14:23:24 pomace systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:dell::kbd_backlight.
Aug 01 14:23:24 pomace systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 01 14:23:24 pomace systemd[1]: Starting Create Volatile Files and Directories...
Aug 01 14:23:24 pomace systemd[1]: Finished Create Volatile Files and Directories.
Aug 01 14:23:24 pomace systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 01 14:23:24 pomace systemd[1]: Starting Network Time Synchronization...
Aug 01 14:23:24 pomace systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 01 14:23:24 pomace systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 01 14:23:24 pomace systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 01 14:23:24 pomace systemd[1]: Started Network Time Synchronization.
Aug 01 14:23:24 pomace systemd[1]: Reached target System Initialization.
Aug 01 14:23:24 pomace systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 01 14:23:24 pomace systemd[1]: Reached target System Time Set.
Aug 01 14:23:24 pomace systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 01 14:23:24 pomace systemd[1]: Started Daily rotation of log files.
Aug 01 14:23:24 pomace systemd[1]: Started Daily man-db regeneration.
Aug 01 14:23:24 pomace systemd[1]: Started Run reflector to update mirrorlist weekly.
Aug 01 14:23:24 pomace systemd[1]: Started Daily verification of password and group files.
Aug 01 14:23:24 pomace systemd[1]: Started Daily locate database update.
Aug 01 14:23:24 pomace systemd[1]: Reached target Timer Units.
Aug 01 14:23:24 pomace systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 01 14:23:24 pomace systemd[1]: Reached target Socket Units.
Aug 01 14:23:24 pomace systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 01 14:23:24 pomace systemd[1]: Reached target Basic System.
Aug 01 14:23:24 pomace systemd[1]: Starting D-Bus System Message Bus...
Aug 01 14:23:24 pomace systemd[1]: Starting Automatic wireless network connection using netctl profiles...
Aug 01 14:23:24 pomace systemd[1]: Starting Powertop tunings...
Aug 01 14:23:24 pomace systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Aug 01 14:23:24 pomace systemd[1]: Started OpenSSH Daemon.
Aug 01 14:23:24 pomace systemd[1]: Started Syncthing - Open Source Continuous File Synchronization for fr3nk.
Aug 01 14:23:24 pomace systemd[1]: Starting User Login Management...
Aug 01 14:23:24 pomace systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Aug 01 14:23:24 pomace systemd[1]: Starting Permit User Sessions...
Aug 01 14:23:25 pomace sshd[447]: Server listening on 0.0.0.0 port 22.
Aug 01 14:23:25 pomace sshd[447]: Server listening on :: port 22.
Aug 01 14:23:25 pomace systemd[1]: Finished Permit User Sessions.
Aug 01 14:23:25 pomace systemd[1]: Started D-Bus System Message Bus.
Aug 01 14:23:25 pomace netctl-auto[462]: Included profile 'Ashland-Wifi'
Aug 01 14:23:25 pomace systemd[1]: Started Getty on tty1.
Aug 01 14:23:25 pomace systemd[1]: Reached target Login Prompts.
Aug 01 14:23:25 pomace powertop[446]: modprobe cpufreq_stats failed
Aug 01 14:23:25 pomace netctl-auto[484]: Included profile 'BagginsHouse'
Aug 01 14:23:25 pomace systemd-logind[449]: New seat seat0.
Aug 01 14:23:25 pomace systemd-logind[449]: Watching system buttons on /dev/input/event3 (Power Button)
Aug 01 14:23:25 pomace systemd-logind[449]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 01 14:23:25 pomace netctl-auto[506]: Included profile 'Como-Dishi'
Aug 01 14:23:25 pomace systemd-logind[449]: Watching system buttons on /dev/input/event0 (Lid Switch)
Aug 01 14:23:25 pomace systemd-logind[449]: Watching system buttons on /dev/input/event2 (Sleep Button)
Aug 01 14:23:25 pomace systemd-logind[449]: Watching system buttons on /dev/input/event6 (Intel HID events)
Aug 01 14:23:25 pomace systemd-logind[449]: Watching system buttons on /dev/input/event7 (Intel HID 5 button array)
Aug 01 14:23:25 pomace systemd-logind[449]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Aug 01 14:23:25 pomace systemd[1]: Started User Login Management.
Aug 01 14:23:25 pomace netctl-auto[529]: Included profile 'Como-Torre'
Aug 01 14:23:25 pomace netctl-auto[552]: Included profile 'Como-Torre2'
Aug 01 14:23:25 pomace syncthing[448]: [start] INFO: syncthing v1.23.6 "Fermium Flea" (go1.20.5 linux-amd64) syncthing@archlinux 2023-07-04 07:27:50 UTC [noupgrade]
Aug 01 14:23:25 pomace systemd-journald[263]: /var/log/journal/ea081c6fed914ce9b33ac0de36c06f2a/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Aug 01 14:23:25 pomace powertop[446]: Loaded 750 prior measurements
Aug 01 14:23:25 pomace powertop[446]: RAPL device for cpu 0
Aug 01 14:23:25 pomace powertop[446]: RAPL Using PowerCap Sysfs : Domain Mask f
Aug 01 14:23:25 pomace powertop[446]: RAPL device for cpu 0
Aug 01 14:23:25 pomace powertop[446]: RAPL Using PowerCap Sysfs : Domain Mask f
Aug 01 14:23:25 pomace netctl-auto[570]: Included profile 'CP-Bimmer2000'
Aug 01 14:23:25 pomace netctl-auto[589]: Included profile 'DD-italia'
Aug 01 14:23:25 pomace netctl-auto[597]: Included profile 'DD-Mondpalast'
Aug 01 14:23:25 pomace netctl-auto[614]: Included profile 'DD-sicily'
Aug 01 14:23:25 pomace netctl-auto[621]: Included profile 'DD-sinnesnet'
Aug 01 14:23:25 pomace netctl-auto[629]: Included profile 'DKK-haderslev'
Aug 01 14:23:25 pomace netctl-auto[636]: Included profile 'DUB-Fencing-Liffey'
Aug 01 14:23:25 pomace netctl-auto[643]: Included profile 'DUB-Giulia'
Aug 01 14:23:25 pomace netctl-auto[650]: Included profile 'DUB-Library'
Aug 01 14:23:25 pomace netctl-auto[656]: Included profile 'DUB-VMF599'
Aug 01 14:23:25 pomace netctl-auto[663]: Included profile 'FFM-Hostel'
Aug 01 14:23:25 pomace netctl-auto[669]: Included profile 'Janelia-Village'
Aug 01 14:23:25 pomace netctl-auto[675]: Included profile 'LE-Bernd26'
Aug 01 14:23:25 pomace netctl-auto[682]: Included profile 'LE-Hardenberg80'
Aug 01 14:23:25 pomace netctl-auto[689]: Included profile 'LE-kisch'
Aug 01 14:23:25 pomace netctl-auto[696]: Included profile 'LE-Kischweg-Besuch'
Aug 01 14:23:25 pomace netctl-auto[703]: Included profile 'LE-Tina'
Aug 01 14:23:25 pomace netctl-auto[710]: Included profile 'LND-Stansted'
Aug 01 14:23:25 pomace netctl-auto[716]: Included profile 'MAN-AirBnB'
Aug 01 14:23:25 pomace netctl-auto[723]: Included profile 'NREAST-NETGEAR'
Aug 01 14:23:25 pomace netctl-auto[731]: Included profile 'NREAST-NETGEAR-3'
Aug 01 14:23:25 pomace netctl-auto[738]: Included profile 'NREAST-NETGEAR-5'
Aug 01 14:23:25 pomace netctl-auto[745]: Included profile 'NREAST-VM197761-2G'
Aug 01 14:23:25 pomace netctl-auto[752]: Included profile 'NREAST-VM197761-5G'
Aug 01 14:23:25 pomace powertop[446]: Devfreq not enabled
Aug 01 14:23:25 pomace powertop[446]: glob returned GLOB_ABORTED
Aug 01 14:23:25 pomace netctl-auto[759]: Included profile 'OR-Ashlandhostel'
Aug 01 14:23:25 pomace netctl-auto[766]: Included profile 'PLY-A3-wearable'
Aug 01 14:23:25 pomace kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
Aug 01 14:23:25 pomace kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
Aug 01 14:23:25 pomace kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
Aug 01 14:23:25 pomace kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
Aug 01 14:23:25 pomace netctl-auto[774]: Included profile 'PLY-AgiSean-PlusnetWireless78BD57'
Aug 01 14:23:25 pomace netctl-auto[782]: Included profile 'PLY-BednBreakfast'
Aug 01 14:23:25 pomace netctl-auto[789]: Included profile 'PLY-Claras'
Aug 01 14:23:25 pomace netctl-auto[797]: Included profile 'PLY-Derryl'
Aug 01 14:23:25 pomace netctl-auto[804]: Included profile 'PLY-DYHWIS'
Aug 01 14:23:25 pomace systemd[1]: Starting Save/Restore Sound Card State...
Aug 01 14:23:25 pomace systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Aug 01 14:23:25 pomace netctl-auto[813]: Included profile 'PLY-eduroam'
Aug 01 14:23:25 pomace netctl-auto[821]: Included profile 'PLY-esm'
Aug 01 14:23:25 pomace netctl-auto[831]: Included profile 'PLY-Hippie'
Aug 01 14:23:25 pomace netctl-auto[838]: Included profile 'PLY-IMPROV'
Aug 01 14:23:25 pomace systemd[1]: Finished Save/Restore Sound Card State.
Aug 01 14:23:25 pomace systemd[1]: Reached target Sound Card.
Aug 01 14:23:25 pomace netctl-auto[845]: Included profile 'PLY-Intermediate'
Aug 01 14:23:25 pomace netctl-auto[852]: Included profile 'PLY-Regus'
Aug 01 14:23:25 pomace netctl-auto[858]: Included profile 'PLY-s2m'
Aug 01 14:23:25 pomace netctl-auto[865]: Included profile 'PLY-Wotelsat'
Aug 01 14:23:25 pomace netctl-auto[872]: Included profile 'SF-AirBnB'
Aug 01 14:23:25 pomace netctl-auto[879]: Included profile 'SF-APA2018'
Aug 01 14:23:25 pomace netctl-auto[886]: Included profile 'SF-DiamondCafe'
Aug 01 14:23:25 pomace netctl-auto[893]: Included profile 'SF-MusicHotel'
Aug 01 14:23:25 pomace netctl-auto[900]: Included profile 'SF-REME07'
Aug 01 14:23:25 pomace netctl-auto[907]: Included profile 'SF-Swissnex'
Aug 01 14:23:25 pomace netctl-auto[914]: Included profile 'UK-stagecoach'
Aug 01 14:23:25 pomace netctl-auto[920]: Included profile 'wlp2s0-Dublin Airport Free WiFi'
Aug 01 14:23:25 pomace netctl-auto[926]: Included profile 'wlp2s0-OIST-Public'
Aug 01 14:23:25 pomace netctl-auto[932]: Included profile 'wlp2s0-TNCAPCF7955'
Aug 01 14:23:25 pomace netctl-auto[943]: Included profile 'SEA-Ilaria'
Aug 01 14:23:25 pomace netctl-auto[950]: Included profile 'pistac'
Aug 01 14:23:25 pomace netctl-auto[957]: Included profile 'wlp2s0-Motel6'
Aug 01 14:23:25 pomace netctl-auto[964]: Included profile 'Janelia-601C'
Aug 01 14:23:25 pomace netctl-auto[971]: Included profile 'Berlin-One80'
Aug 01 14:23:25 pomace netctl-auto[978]: Included profile 'Janelia-405B-old'
Aug 01 14:23:25 pomace netctl-auto[985]: Included profile 'Janelia-405B'
Aug 01 14:23:25 pomace netctl-auto[992]: Included profile 'CSHL'
Aug 01 14:23:25 pomace netctl-auto[998]: Included profile 'runner'
Aug 01 14:23:25 pomace netctl-auto[1005]: Included profile 'Janelia-SECURE'
Aug 01 14:23:25 pomace netctl-auto[1010]: Included profile 'Charles-Town-525'
Aug 01 14:23:25 pomace netctl-auto[1017]: Included profile 'wlp2s0-LE-Ute'
Aug 01 14:23:25 pomace netctl-auto[1024]: Included profile 'LE-Ute'
Aug 01 14:23:25 pomace netctl-auto[1031]: Included profile 'BER-Airport'
Aug 01 14:23:25 pomace netctl-auto[1037]: Included profile 'ATH-AirBnB'
Aug 01 14:23:25 pomace netctl-auto[1044]: Included profile 'ATH-Battlenet'
Aug 01 14:23:25 pomace netctl-auto[1051]: Included profile 'ATH-ferry'
Aug 01 14:23:25 pomace netctl-auto[1057]: Included profile 'OAK-Crete'
Aug 01 14:23:25 pomace syncthing[448]: [4RG6U] INFO: My ID: 4RG6UOM-J3K47BF-A3QVENH-4IDQ7DQ-D3IKXPX-6FDQFVH-RYC2O3F-DKTJ6QQ
Aug 01 14:23:26 pomace kernel: iwlwifi 0000:02:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Aug 01 14:23:26 pomace systemd[1]: Started Automatic wireless network connection using netctl profiles.
Aug 01 14:23:26 pomace syncthing[448]: [4RG6U] INFO: Single thread SHA256 performance is 402 MB/s using minio/sha256-simd (392 MB/s using crypto/sha256).
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Hashing performance is 342.12 MB/s
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Overall send rate is unlimited, receive rate is unlimited
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: TCP listener ([::]:22000) starting
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Using discovery mechanism: global discovery server https://discovery.syncthing.net/v2/?noannounce&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: QUIC listener ([::]:22000) starting
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Using discovery mechanism: global discovery server https://discovery-v4.syncthing.net/v2/?nolookup&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Using discovery mechanism: global discovery server https://discovery-v6.syncthing.net/v2/?nolookup&id=LYXKCHX-VI3NYZR-ALCJBHF-WMZYSPK-QG6QJA3-MPFYMSO-U56GTUK-NA2MIAW
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Using discovery mechanism: IPv4 local broadcast discovery on port 21027
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Using discovery mechanism: IPv6 local multicast discovery on address [ff12::8384]:21027
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Detected 0 NAT services
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: listenerSupervisor@dynamic+https://relays.syncthing.net/endpoint: service dynamic+https://relays.syncthing.net/endpoint failed: Get "https://relays.syncthing.net/endpoint": dial tcp: lookup relays.syncthing.net on 172.18.29.60:53: dial udp 172.18.29.60:53: connect: network is unreachable
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: listenerSupervisor@dynamic+https://relays.syncthing.net/endpoint: service dynamic+https://relays.syncthing.net/endpoint failed: Get "https://relays.syncthing.net/endpoint": dial tcp: lookup relays.syncthing.net on 172.18.29.60:53: dial udp 172.18.29.60:53: connect: network is unreachable
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) shutting down
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: listenerSupervisor@dynamic+https://relays.syncthing.net/endpoint: service dynamic+https://relays.syncthing.net/endpoint failed: Get "https://relays.syncthing.net/endpoint": dial tcp: lookup relays.syncthing.net on 172.18.29.60:53: dial udp 172.18.29.60:53: connect: network is unreachable
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: GUI and API listening on 127.0.0.1:8384
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Access the GUI via the following URL: http://127.0.0.1:8384/
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: My name is "pomace"
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Device 57XRZDG-6BH6RCW-5VBQFVR-LQEOQ35-C5WX4ME-KTSUJJL-SWCZW23-W2PZBAG is "note" at [dynamic]
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Device CWK6YFO-W4P6U4Q-GXJ6JCJ-I6OFDXD-FK2YJC5-ZNLN7PB-GBG74UC-XUHQ2AW is "MOA" at [dynamic]
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Device D4RPYNW-PUNLZ3I-5NSIOWJ-X5TFAN6-34LWHRQ-727BSYE-5HQOTM7-XQDUQQV is "slite" at [dynamic]
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Device HO34IUA-7WX35ZF-LUYL4OS-NPXIJ3H-K5CCOSX-B66IYRE-WPRVJRG-WRRYDQP is "Sweden2" at [dynamic]
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Device RHI3YA2-XYMBRP6-BD4DZWV-PEXHHMK-TJYZOZT-ETKTXP4-ISELXHC-CIUFYQX is "rdr" at [dynamic]
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Device B6CI7FT-HEEVVCY-XZHOFJH-SN4EZJK-YGDWOWC-GV5Y2QW-5NF7M6H-HPXLYQ5 is "Moto G7 Plus" at [dynamic]
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Device CYC7VE7-32GONVW-B3D42VW-JNZAKEH-OGDAO35-SB4QTZS-BVHAG45-IDNMHAK is "reiser-ww10" at [dynamic]
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Device KOGWHSU-4DTWSM5-IMMY2SH-QO7OYCO-NIILAFD-HZVJ4XN-OMM5ZUD-CNEZIAM is "Briq" at [dynamic]
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Device VBZTGN3-5JHWPL5-CGGO26O-RS44YQA-KC3VJGW-5QQHPV3-CUZFIQV-3SB7KQG is "phn" at [dynamic]
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Ready to synchronize "Diary" (8erpe-rs8vd) (sendreceive)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Ready to synchronize "ilaria-exchange" (9swuw-okah9) (sendreceive)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Ready to synchronize "vault-literature" (allLiterature) (sendreceive)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Completed initial scan of sendreceive folder "Diary" (8erpe-rs8vd)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Ready to synchronize "Phone Camera" (e5823_jj46-photos) (sendreceive)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Ready to synchronize "Tablet Camera" (mi_pad_u253-photos) (sendreceive)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Ready to synchronize "Moto Camera" (s2t8e-ecs0l) (sendreceive)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Completed initial scan of sendreceive folder "Tablet Camera" (mi_pad_u253-photos)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Ready to synchronize "Android Camera" (sm-g781u1_enuf-photos) (sendreceive)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Ready to synchronize "share" (tkirc-5cxtm) (sendreceive)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Ready to synchronize "ww10-exchange" (xjhsf-thvrh) (sendreceive)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Ready to synchronize "Todo" (yo89y-hequg) (sendreceive)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Ready to synchronize "Moto-backup" (zaxyh-g9gxp) (sendreceive)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Completed initial scan of sendreceive folder "Todo" (yo89y-hequg)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Completed initial scan of sendreceive folder "share" (tkirc-5cxtm)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Completed initial scan of sendreceive folder "Moto-backup" (zaxyh-g9gxp)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Completed initial scan of sendreceive folder "Moto Camera" (s2t8e-ecs0l)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Completed initial scan of sendreceive folder "ilaria-exchange" (9swuw-okah9)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Completed initial scan of sendreceive folder "Phone Camera" (e5823_jj46-photos)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Completed initial scan of sendreceive folder "ww10-exchange" (xjhsf-thvrh)
Aug 01 14:23:27 pomace syncthing[448]: [4RG6U] INFO: Completed initial scan of sendreceive folder "Android Camera" (sm-g781u1_enuf-photos)
Aug 01 14:23:28 pomace syncthing[448]: [4RG6U] INFO: Completed initial scan of sendreceive folder "vault-literature" (allLiterature)
Aug 01 14:23:29 pomace powertop[446]: Leaving PowerTOP
Aug 01 14:23:29 pomace systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 01 14:23:29 pomace kernel: wlp2s0: authenticate with 9c:8c:d8:18:86:55
Aug 01 14:23:29 pomace kernel: wlp2s0: send auth to 9c:8c:d8:18:86:55 (try 1/3)
Aug 01 14:23:29 pomace kernel: wlp2s0: authenticated
Aug 01 14:23:29 pomace kernel: wlp2s0: associate with 9c:8c:d8:18:86:55 (try 1/3)
Aug 01 14:23:29 pomace kernel: wlp2s0: RX AssocResp from 9c:8c:d8:18:86:55 (capab=0x11 status=0 aid=2)
Aug 01 14:23:29 pomace kernel: wlp2s0: associated
Aug 01 14:23:29 pomace kernel: input: PS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input20
Aug 01 14:23:30 pomace kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Aug 01 14:23:30 pomace dhcpcd[1095]: dhcpcd-10.0.2 starting
Aug 01 14:23:30 pomace dhcpcd[1099]: DUID 00:01:00:01:2b:f6:d2:35:d4:3b:04:5f:40:5b
Aug 01 14:23:30 pomace kernel: 8021q: 802.1Q VLAN Support v1.8
Aug 01 14:23:30 pomace dhcpcd[1099]: wlp2s0: connected to Access Point: SECURE
Aug 01 14:23:30 pomace dhcpcd[1099]: wlp2s0: IAID 04:5f:40:5b
Aug 01 14:23:30 pomace dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.3' (uid=0 pid=483 comm="/bin/login -f --         ")
Aug 01 14:23:30 pomace dbus-daemon[444]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 01 14:23:30 pomace login[483]: pam_unix(login:session): session opened for user fr3nk(uid=1000) by fr3nk(uid=0)
Aug 01 14:23:30 pomace systemd-logind[449]: New session 1 of user fr3nk.
Aug 01 14:23:30 pomace systemd[1]: Created slice User Slice of UID 1000.
Aug 01 14:23:30 pomace systemd[1]: Starting User Runtime Directory /run/user/1000...
Aug 01 14:23:30 pomace systemd[1]: Finished User Runtime Directory /run/user/1000.
Aug 01 14:23:30 pomace systemd[1]: Starting User Manager for UID 1000...
Aug 01 14:23:30 pomace dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.6' (uid=0 pid=1105 comm="(systemd)")
Aug 01 14:23:30 pomace dbus-daemon[444]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 01 14:23:30 pomace (systemd)[1105]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[fr3nk] ruser=[<unknown>] rhost=[<unknown>]
Aug 01 14:23:30 pomace (systemd)[1105]: pam_unix(systemd-user:session): session opened for user fr3nk(uid=1000) by fr3nk(uid=0)
Aug 01 14:23:30 pomace kernel: psmouse serio1: Failed to enable mouse on isa0060/serio1
Aug 01 14:23:30 pomace systemd[1105]: Queued start job for default target Main User Target.
Aug 01 14:23:30 pomace systemd[1105]: Created slice User Application Slice.
Aug 01 14:23:30 pomace systemd[1105]: Reached target Paths.
Aug 01 14:23:30 pomace systemd[1105]: Reached target Timers.
Aug 01 14:23:30 pomace systemd[1105]: Starting D-Bus User Message Bus Socket...
Aug 01 14:23:30 pomace systemd[1105]: Listening on GnuPG network certificate management daemon.
Aug 01 14:23:30 pomace systemd[1105]: Listening on GCR ssh-agent wrapper.
Aug 01 14:23:30 pomace systemd[1105]: Listening on GNOME Keyring daemon.
Aug 01 14:23:30 pomace systemd[1105]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 01 14:23:30 pomace systemd[1105]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 01 14:23:30 pomace systemd[1105]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 01 14:23:30 pomace systemd[1105]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 01 14:23:30 pomace systemd[1105]: Listening on p11-kit server.
Aug 01 14:23:30 pomace systemd[1105]: Listening on PipeWire Multimedia System Socket.
Aug 01 14:23:30 pomace systemd[1105]: Listening on Sound System.
Aug 01 14:23:30 pomace systemd[1105]: Listening on D-Bus User Message Bus Socket.
Aug 01 14:23:30 pomace systemd[1105]: Reached target Sockets.
Aug 01 14:23:30 pomace systemd[1105]: Reached target Basic System.
Aug 01 14:23:30 pomace systemd[1]: Started User Manager for UID 1000.
Aug 01 14:23:30 pomace systemd[1105]: Starting Update XDG user dir configuration...
Aug 01 14:23:30 pomace systemd[1]: Started Session 1 of User fr3nk.
Aug 01 14:23:30 pomace systemd[1105]: Finished Update XDG user dir configuration.
Aug 01 14:23:30 pomace systemd[1105]: Reached target Main User Target.
Aug 01 14:23:30 pomace systemd[1105]: Startup finished in 130ms.
Aug 01 14:23:30 pomace login[483]: LOGIN ON tty1 BY fr3nk
Aug 01 14:23:30 pomace dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=449 comm="/usr/lib/systemd/systemd-logind")
Aug 01 14:23:30 pomace systemd[1]: Starting Authorization Manager...
Aug 01 14:23:30 pomace polkitd[1121]: Started polkitd version 122
Aug 01 14:23:30 pomace polkitd[1121]: Loading rules from directory /etc/polkit-1/rules.d
Aug 01 14:23:30 pomace polkitd[1121]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 01 14:23:30 pomace polkitd[1121]: Finished loading, compiling and executing 6 rules
Aug 01 14:23:30 pomace dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Aug 01 14:23:30 pomace systemd[1]: Started Authorization Manager.
Aug 01 14:23:30 pomace polkitd[1121]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 01 14:23:31 pomace dhcpcd[1099]: wlp2s0: rebinding lease of 10.8.3.52
Aug 01 14:23:31 pomace dhcpcd[1099]: wlp2s0: probing address 10.8.3.52/20
Aug 01 14:23:31 pomace systemd[1]: powertop.service: Deactivated successfully.
Aug 01 14:23:31 pomace systemd[1]: Started Powertop tunings.
Aug 01 14:23:31 pomace systemd[1]: powertop.service: Consumed 4.558s CPU time.
Aug 01 14:23:31 pomace systemd[1]: Reached target Multi-User System.
Aug 01 14:23:31 pomace systemd[1]: Reached target Graphical Interface.
Aug 01 14:23:31 pomace systemd[1]: Startup finished in 10.285s (firmware) + 1.952s (loader) + 7.884s (kernel) + 9.383s (userspace) = 29.506s.
Aug 01 14:23:32 pomace systemd[1105]: Created slice User Core Session Slice.
Aug 01 14:23:32 pomace systemd[1105]: Starting D-Bus User Message Bus...
Aug 01 14:23:32 pomace systemd[1105]: Started D-Bus User Message Bus.
Aug 01 14:23:32 pomace dbus-daemon[1183]: [session uid=1000 pid=1183] Activating systemd to hand-off: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.2' (uid=1000 pid=1171 comm="gsettings set org.gnome.desktop.interface icon-the")
Aug 01 14:23:32 pomace dbus-daemon[1183]: [session uid=1000 pid=1183] Successfully activated service 'org.freedesktop.systemd1'
Aug 01 14:23:32 pomace systemd[1105]: Starting User preferences database...
Aug 01 14:23:32 pomace dbus-daemon[1183]: [session uid=1000 pid=1183] Successfully activated service 'ca.desrt.dconf'
Aug 01 14:23:32 pomace systemd[1105]: Started User preferences database.
Aug 01 14:23:32 pomace dbus-daemon[1183]: [session uid=1000 pid=1183] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.8' (uid=1000 pid=1165 comm="waybar -b bar-0")
Aug 01 14:23:32 pomace systemd[1105]: Starting Accessibility services bus...
Aug 01 14:23:32 pomace dbus-daemon[1183]: [session uid=1000 pid=1183] Successfully activated service 'org.a11y.Bus'
Aug 01 14:23:32 pomace systemd[1105]: Started Accessibility services bus.
Aug 01 14:23:32 pomace dbus-daemon[1183]: [session uid=1000 pid=1183] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.7' (uid=1000 pid=1165 comm="waybar -b bar-0")
Aug 01 14:23:32 pomace systemd[1105]: Starting Virtual filesystem service...
Aug 01 14:23:32 pomace dbus-daemon[1183]: [session uid=1000 pid=1183] Successfully activated service 'org.gtk.vfs.Daemon'
Aug 01 14:23:32 pomace systemd[1105]: Started Virtual filesystem service.
Aug 01 14:23:32 pomace at-spi-bus-launcher[1234]: dbus-daemon[1234]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1165 comm="waybar -b bar-0")
Aug 01 14:23:32 pomace at-spi-bus-launcher[1234]: dbus-daemon[1234]: Successfully activated service 'org.a11y.atspi.Registry'
Aug 01 14:23:32 pomace at-spi-bus-launcher[1252]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Aug 01 14:23:32 pomace systemd[1105]: Starting Sound Service...
Aug 01 14:23:32 pomace dbus-daemon[444]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.11' (uid=1000 pid=1262 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Aug 01 14:23:32 pomace systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Aug 01 14:23:32 pomace dbus-daemon[444]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Aug 01 14:23:32 pomace systemd[1]: Started RealtimeKit Scheduling Policy Service.
Aug 01 14:23:32 pomace rtkit-daemon[1276]: Successfully called chroot.
Aug 01 14:23:32 pomace rtkit-daemon[1276]: Successfully dropped privileges.
Aug 01 14:23:32 pomace rtkit-daemon[1276]: Successfully limited resources.
Aug 01 14:23:32 pomace rtkit-daemon[1276]: Canary thread running.
Aug 01 14:23:32 pomace rtkit-daemon[1276]: Running.
Aug 01 14:23:32 pomace rtkit-daemon[1276]: Watchdog thread running.
Aug 01 14:23:32 pomace rtkit-daemon[1276]: Successfully made thread 1262 of process 1262 owned by '1000' high priority at nice level -11.
Aug 01 14:23:32 pomace rtkit-daemon[1276]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 14:23:33 pomace pulseaudio[1262]: stat('/etc/pulse/default.pa.d'): No such file or directory
Aug 01 14:23:33 pomace systemd[1105]: Started Sound Service.
Aug 01 14:23:35 pomace dhcpcd[1099]: wlp2s0: leased 10.8.3.52 for 432000 seconds
Aug 01 14:23:35 pomace dhcpcd[1099]: wlp2s0: adding route to 10.8.0.0/20
Aug 01 14:23:35 pomace dhcpcd[1099]: wlp2s0: adding default route via 10.8.0.1
Aug 01 14:23:35 pomace dhcpcd[1099]: wlp2s0: dhcp_envoption 119: Operation not supported
Aug 01 14:23:43 pomace su[1487]: (to root) fr3nk on pts/1
Aug 01 14:23:43 pomace su[1487]: pam_unix(su-l:session): session opened for user root(uid=0) by fr3nk(uid=1000)
Aug 01 14:23:49 pomace systemd[1]: Created slice Slice /system/systemd-coredump.
Aug 01 14:23:49 pomace systemd[1]: Started Process Core Dump (PID 1620/UID 0).
Aug 01 14:23:49 pomace systemd-coredump[1624]: Process 1616 (pacman) of user 1000 dumped core.
                                               
                                               Stack trace of thread 1616:
                                               #0  0x00007fded87a6cea n/a (ld-linux-x86-64.so.2 + 0x21cea)
                                               #1  0x00007fded878c322 n/a (ld-linux-x86-64.so.2 + 0x7322)
                                               #2  0x00007fded878d921 n/a (ld-linux-x86-64.so.2 + 0x8921)
                                               #3  0x00007fded87877b5 n/a (ld-linux-x86-64.so.2 + 0x27b5)
                                               #4  0x00007fded87864e1 _dl_catch_exception (ld-linux-x86-64.so.2 + 0x14e1)
                                               #5  0x00007fded8787c15 n/a (ld-linux-x86-64.so.2 + 0x2c15)
                                               #6  0x00007fded87a2c6d n/a (ld-linux-x86-64.so.2 + 0x1dc6d)
                                               #7  0x00007fded879f7a3 n/a (ld-linux-x86-64.so.2 + 0x1a7a3)
                                               #8  0x00007fded87a0f1c n/a (ld-linux-x86-64.so.2 + 0x1bf1c)
                                               #9  0x00007fded879fd78 n/a (ld-linux-x86-64.so.2 + 0x1ad78)
                                               ELF object binary architecture: AMD x86-64
Aug 01 14:23:49 pomace systemd[1]: systemd-coredump@0-1620-0.service: Deactivated successfully.
Aug 01 14:23:55 pomace systemd-timesyncd[441]: Contacted time server 192.24.67.138:123 (0.pool.ntp.org).
Aug 01 14:23:55 pomace systemd-timesyncd[441]: Initial clock synchronization to Tue 2023-08-01 14:23:54.788077 EDT.
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0: [8086:15d3] type 01 class 0x060400
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0: enabling Extended Tags
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0: supports D1 D2
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:55 pomace kernel: pci 0000:04:00.0: [8086:15d3] type 01 class 0x060400
Aug 01 14:23:55 pomace kernel: pci 0000:04:00.0: enabling Extended Tags
Aug 01 14:23:55 pomace kernel: pci 0000:04:00.0: supports D1 D2
Aug 01 14:23:55 pomace kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0: [8086:15d3] type 01 class 0x060400
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0: enabling Extended Tags
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0: supports D1 D2
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:55 pomace kernel: pci 0000:04:02.0: [8086:15d3] type 01 class 0x060400
Aug 01 14:23:55 pomace kernel: pci 0000:04:02.0: enabling Extended Tags
Aug 01 14:23:55 pomace kernel: pci 0000:04:02.0: supports D1 D2
Aug 01 14:23:55 pomace kernel: pci 0000:04:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0: [8086:15d3] type 01 class 0x060400
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0: enabling Extended Tags
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0: supports D1 D2
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0: PCI bridge to [bus 04-6d]
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0:   bridge window [mem 0xac000000-0xda0fffff]
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0:   bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
Aug 01 14:23:55 pomace kernel: pci 0000:05:00.0: [8086:15d2] type 00 class 0x088000
Aug 01 14:23:55 pomace kernel: pci 0000:05:00.0: reg 0x10: [mem 0xda000000-0xda03ffff]
Aug 01 14:23:55 pomace kernel: pci 0000:05:00.0: reg 0x14: [mem 0xda040000-0xda040fff]
Aug 01 14:23:55 pomace kernel: pci 0000:05:00.0: enabling Extended Tags
Aug 01 14:23:55 pomace kernel: pci 0000:05:00.0: supports D1 D2
Aug 01 14:23:55 pomace kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:55 pomace kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
Aug 01 14:23:55 pomace kernel: pci 0000:04:00.0:   bridge window [mem 0xda000000-0xda0fffff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0: PCI bridge to [bus 06-38]
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0:   bridge window [mem 0xac000000-0xc3efffff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0:   bridge window [mem 0x60000000-0x7fffffff 64bit pref]
Aug 01 14:23:55 pomace kernel: pci 0000:04:02.0: PCI bridge to [bus 39]
Aug 01 14:23:55 pomace kernel: pci 0000:04:02.0:   bridge window [mem 0xc3f00000-0xc3ffffff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0: PCI bridge to [bus 3a-6d]
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0:   bridge window [mem 0xc4000000-0xd9ffffff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0:   bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
Aug 01 14:23:55 pomace kernel: pci_bus 0000:04: Allocating resources
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0: bridge window [io  0x1000-0x0fff] to [bus 06-38] add_size 1000
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0: bridge window [io  0x1000-0x0fff] to [bus 3a-6d] add_size 1000
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0: bridge window [io  0x1000-0x0fff] to [bus 04-6d] add_size 2000
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0: BAR 13: assigned [io  0x2000-0x3fff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0: BAR 13: assigned [io  0x2000-0x2fff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0: BAR 13: assigned [io  0x3000-0x3fff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
Aug 01 14:23:55 pomace kernel: pci 0000:04:00.0:   bridge window [mem 0xda000000-0xda0fffff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0: PCI bridge to [bus 06-38]
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0:   bridge window [io  0x2000-0x2fff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0:   bridge window [mem 0xac000000-0xc3efffff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:01.0:   bridge window [mem 0x60000000-0x7fffffff 64bit pref]
Aug 01 14:23:55 pomace kernel: pci 0000:04:02.0: PCI bridge to [bus 39]
Aug 01 14:23:55 pomace kernel: pci 0000:04:02.0:   bridge window [mem 0xc3f00000-0xc3ffffff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0: PCI bridge to [bus 3a-6d]
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0:   bridge window [io  0x3000-0x3fff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0:   bridge window [mem 0xc4000000-0xd9ffffff]
Aug 01 14:23:55 pomace kernel: pci 0000:04:04.0:   bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0: PCI bridge to [bus 04-6d]
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0:   bridge window [io  0x2000-0x3fff]
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0:   bridge window [mem 0xac000000-0xda0fffff]
Aug 01 14:23:55 pomace kernel: pci 0000:03:00.0:   bridge window [mem 0x60000000-0xa9ffffff 64bit pref]
Aug 01 14:23:55 pomace kernel: pcieport 0000:03:00.0: enabling device (0006 -> 0007)
Aug 01 14:23:55 pomace kernel: pcieport 0000:04:01.0: enabling device (0006 -> 0007)
Aug 01 14:23:55 pomace kernel: pcieport 0000:04:04.0: enabling device (0006 -> 0007)
Aug 01 14:23:55 pomace kernel: ACPI: bus type thunderbolt registered
Aug 01 14:23:55 pomace kernel: pci_bus 0000:04: Allocating resources
Aug 01 14:23:58 pomace syncthing[448]: [4RG6U] INFO: Established secure connection to CYC7VE7-32GONVW-B3D42VW-JNZAKEH-OGDAO35-SB4QTZS-BVHAG45-IDNMHAK at 10.8.3.52:22000-10.102.40.34:22000/quic-server/TLS1.3-TLS_AES_128_GCM_SHA256/WAN-P40
Aug 01 14:23:58 pomace syncthing[448]: [4RG6U] INFO: Device CYC7VE7-32GONVW-B3D42VW-JNZAKEH-OGDAO35-SB4QTZS-BVHAG45-IDNMHAK client is "syncthing v1.23.6" named "reiser-ww10" at 10.8.3.52:22000-10.102.40.34:22000/quic-server/TLS1.3-TLS_AES_128_GCM_SHA256/WAN-P40
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0: [8086:15ef] type 01 class 0x060400
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0: enabling Extended Tags
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0: supports D1 D2
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:04:04.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
Aug 01 14:23:59 pomace kernel: pci 0000:3b:02.0: [8086:15ef] type 01 class 0x060400
Aug 01 14:23:59 pomace kernel: pci 0000:3b:02.0: enabling Extended Tags
Aug 01 14:23:59 pomace kernel: pci 0000:3b:02.0: supports D1 D2
Aug 01 14:23:59 pomace kernel: pci 0000:3b:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0: [8086:15ef] type 01 class 0x060400
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0: enabling Extended Tags
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0: supports D1 D2
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0: PCI bridge to [bus 3b-6d]
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0:   bridge window [mem 0xc4000000-0xd9ffffff]
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0:   bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
Aug 01 14:23:59 pomace kernel: pci 0000:3c:00.0: [8086:15f0] type 00 class 0x0c0330
Aug 01 14:23:59 pomace kernel: pci 0000:3c:00.0: reg 0x10: [mem 0xc4000000-0xc400ffff]
Aug 01 14:23:59 pomace kernel: pci 0000:3c:00.0: enabling Extended Tags
Aug 01 14:23:59 pomace kernel: pci 0000:3c:00.0: supports D1 D2
Aug 01 14:23:59 pomace kernel: pci 0000:3c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 14:23:59 pomace kernel: pci 0000:3c:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:04:04.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
Aug 01 14:23:59 pomace kernel: pci 0000:3b:02.0: PCI bridge to [bus 3c]
Aug 01 14:23:59 pomace kernel: pci 0000:3b:02.0:   bridge window [mem 0xc4000000-0xc40fffff]
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0: PCI bridge to [bus 3d-6d]
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0:   bridge window [mem 0xc4100000-0xd9ffffff]
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0:   bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
Aug 01 14:23:59 pomace kernel: pci_bus 0000:04: Allocating resources
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0: bridge window [io  0x1000-0x0fff] to [bus 3d-6d] add_size 1000
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0: bridge window [io  0x1000-0x0fff] to [bus 3b-6d] add_size 1000
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0: BAR 13: assigned [io  0x3000-0x3fff]
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0: BAR 13: assigned [io  0x3000-0x3fff]
Aug 01 14:23:59 pomace kernel: pci 0000:3b:02.0: PCI bridge to [bus 3c]
Aug 01 14:23:59 pomace kernel: pci 0000:3b:02.0:   bridge window [mem 0xc4000000-0xc40fffff]
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0: PCI bridge to [bus 3d-6d]
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0:   bridge window [io  0x3000-0x3fff]
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0:   bridge window [mem 0xc4100000-0xd9ffffff]
Aug 01 14:23:59 pomace kernel: pci 0000:3b:04.0:   bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0: PCI bridge to [bus 3b-6d]
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0:   bridge window [io  0x3000-0x3fff]
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0:   bridge window [mem 0xc4000000-0xd9ffffff]
Aug 01 14:23:59 pomace kernel: pci 0000:3a:00.0:   bridge window [mem 0x80000000-0xa9ffffff 64bit pref]
Aug 01 14:23:59 pomace kernel: pcieport 0000:3a:00.0: enabling device (0006 -> 0007)
Aug 01 14:23:59 pomace kernel: pcieport 0000:3b:04.0: enabling device (0006 -> 0007)
Aug 01 14:23:59 pomace kernel: xhci_hcd 0000:3c:00.0: xHCI Host Controller
Aug 01 14:23:59 pomace kernel: xhci_hcd 0000:3c:00.0: new USB bus registered, assigned bus number 3
Aug 01 14:23:59 pomace kernel: xhci_hcd 0000:3c:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
Aug 01 14:23:59 pomace kernel: xhci_hcd 0000:3c:00.0: xHCI Host Controller
Aug 01 14:23:59 pomace kernel: xhci_hcd 0000:3c:00.0: new USB bus registered, assigned bus number 4
Aug 01 14:23:59 pomace kernel: xhci_hcd 0000:3c:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 01 14:23:59 pomace kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 01 14:23:59 pomace kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 14:23:59 pomace kernel: usb usb3: Product: xHCI Host Controller
Aug 01 14:23:59 pomace kernel: usb usb3: Manufacturer: Linux 6.4.7-arch1-1 xhci-hcd
Aug 01 14:23:59 pomace kernel: usb usb3: SerialNumber: 0000:3c:00.0
Aug 01 14:23:59 pomace kernel: hub 3-0:1.0: USB hub found
Aug 01 14:23:59 pomace kernel: hub 3-0:1.0: 2 ports detected
Aug 01 14:23:59 pomace kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 01 14:23:59 pomace kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 14:23:59 pomace kernel: usb usb4: Product: xHCI Host Controller
Aug 01 14:23:59 pomace kernel: usb usb4: Manufacturer: Linux 6.4.7-arch1-1 xhci-hcd
Aug 01 14:23:59 pomace kernel: usb usb4: SerialNumber: 0000:3c:00.0
Aug 01 14:23:59 pomace kernel: hub 4-0:1.0: USB hub found
Aug 01 14:23:59 pomace kernel: hub 4-0:1.0: 2 ports detected
Aug 01 14:24:00 pomace kernel: usb 3-2: new high-speed USB device number 2 using xhci_hcd
Aug 01 14:24:00 pomace kernel: usb 3-2: New USB device found, idVendor=0bda, idProduct=5487, bcdDevice= 1.47
Aug 01 14:24:00 pomace kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 14:24:00 pomace kernel: usb 3-2: Product: Dell dock
Aug 01 14:24:00 pomace kernel: usb 3-2: Manufacturer: Dell Inc.
Aug 01 14:24:00 pomace kernel: hub 3-2:1.0: USB hub found
Aug 01 14:24:00 pomace kernel: hub 3-2:1.0: 5 ports detected
Aug 01 14:24:00 pomace kernel: usb 4-2: new SuperSpeed Plus Gen 2x1 USB device number 2 using xhci_hcd
Aug 01 14:24:00 pomace kernel: usb 4-2: New USB device found, idVendor=0bda, idProduct=0487, bcdDevice= 1.47
Aug 01 14:24:00 pomace kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 14:24:00 pomace kernel: usb 4-2: Product: Dell dock
Aug 01 14:24:00 pomace kernel: usb 4-2: Manufacturer: Dell Inc.
Aug 01 14:24:00 pomace kernel: hub 4-2:1.0: USB hub found
Aug 01 14:24:00 pomace kernel: hub 4-2:1.0: 4 ports detected
Aug 01 14:24:00 pomace kernel: usb 3-2.3: new high-speed USB device number 3 using xhci_hcd
Aug 01 14:24:00 pomace kernel: usb 3-2.3: New USB device found, idVendor=0bda, idProduct=5413, bcdDevice= 1.21
Aug 01 14:24:00 pomace kernel: usb 3-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 14:24:00 pomace kernel: usb 3-2.3: Product: Dell dock
Aug 01 14:24:00 pomace kernel: usb 3-2.3: Manufacturer: Dell Inc.
Aug 01 14:24:00 pomace kernel: hub 3-2.3:1.0: USB hub found
Aug 01 14:24:00 pomace kernel: hub 3-2.3:1.0: 6 ports detected
Aug 01 14:24:00 pomace kernel: usb 4-2.3: new SuperSpeed USB device number 3 using xhci_hcd
Aug 01 14:24:00 pomace kernel: usb 4-2.3: New USB device found, idVendor=0bda, idProduct=0413, bcdDevice= 1.21
Aug 01 14:24:00 pomace kernel: usb 4-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 14:24:00 pomace kernel: usb 4-2.3: Product: Dell dock
Aug 01 14:24:00 pomace kernel: usb 4-2.3: Manufacturer: Dell Inc.
Aug 01 14:24:00 pomace kernel: hub 4-2.3:1.0: USB hub found
Aug 01 14:24:00 pomace kernel: hub 4-2.3:1.0: 4 ports detected
Aug 01 14:24:00 pomace kernel: usb 3-2.5: new high-speed USB device number 4 using xhci_hcd
Aug 01 14:24:00 pomace kernel: usb 3-2.5: New USB device found, idVendor=413c, idProduct=b06e, bcdDevice= 1.01
Aug 01 14:24:00 pomace kernel: usb 3-2.5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Aug 01 14:24:00 pomace kernel: usb 3-2.5: Product: Dell dock
Aug 01 14:24:01 pomace kernel: usb 4-2.4: new SuperSpeed USB device number 4 using xhci_hcd
Aug 01 14:24:01 pomace kernel: usb 4-2.4: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.11
Aug 01 14:24:01 pomace kernel: usb 4-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
Aug 01 14:24:01 pomace kernel: usb 4-2.4: Product: USB 10/100/1000 LAN
Aug 01 14:24:01 pomace kernel: usb 4-2.4: Manufacturer: Realtek
Aug 01 14:24:01 pomace kernel: usb 4-2.4: SerialNumber: 111000001
Aug 01 14:24:01 pomace kernel: usb 3-2.3.2: new full-speed USB device number 5 using xhci_hcd
Aug 01 14:24:01 pomace kernel: usb 3-2.3.2: New USB device found, idVendor=1532, idProduct=0084, bcdDevice= 2.00
Aug 01 14:24:01 pomace kernel: usb 3-2.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 14:24:01 pomace kernel: usb 3-2.3.2: Product: Razer DeathAdder V2
Aug 01 14:24:01 pomace kernel: usb 3-2.3.2: Manufacturer: Razer
Aug 01 14:24:01 pomace kernel: usb 3-2.3.4: new high-speed USB device number 6 using xhci_hcd
Aug 01 14:24:01 pomace kernel: usb 3-2.3.4: New USB device found, idVendor=0bda, idProduct=402e, bcdDevice= 0.01
Aug 01 14:24:01 pomace kernel: usb 3-2.3.4: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Aug 01 14:24:01 pomace kernel: usb 3-2.3.4: Product: USB Audio
Aug 01 14:24:01 pomace kernel: usb 3-2.3.4: Manufacturer: Generic
Aug 01 14:24:01 pomace kernel: usb 3-2.3.4: SerialNumber: 200901010001
Aug 01 14:24:01 pomace kernel: usb 3-2.3.5: new high-speed USB device number 7 using xhci_hcd
Aug 01 14:24:01 pomace kernel: usb 3-2.3.5: New USB device found, idVendor=413c, idProduct=b06f, bcdDevice= 1.01
Aug 01 14:24:01 pomace kernel: usb 3-2.3.5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Aug 01 14:24:01 pomace kernel: usb 3-2.3.5: Product: Dell dock
Aug 01 14:24:05 pomace mtp-probe[1675]: checking bus 4, device 4: "/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb4/4-2/4-2.4"
Aug 01 14:24:05 pomace mtp-probe[1675]: bus: 4, device: 4 was not an MTP device
Aug 01 14:24:05 pomace systemd[1]: Starting Thunderbolt system service...
Aug 01 14:24:05 pomace mtp-probe[1678]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb3/3-2/3-2.5"
Aug 01 14:24:05 pomace mtp-probe[1678]: bus: 3, device: 4 was not an MTP device
Aug 01 14:24:05 pomace mtp-probe[1709]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb3/3-2/3-2.3/3-2.3.2"
Aug 01 14:24:05 pomace mtp-probe[1710]: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb3/3-2/3-2.3/3-2.3.4"
Aug 01 14:24:05 pomace mtp-probe[1709]: bus: 3, device: 5 was not an MTP device
Aug 01 14:24:05 pomace mtp-probe[1711]: checking bus 3, device 7: "/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb3/3-2/3-2.3/3-2.3.5"
Aug 01 14:24:05 pomace mtp-probe[1710]: bus: 3, device: 6 was not an MTP device
Aug 01 14:24:05 pomace mtp-probe[1711]: bus: 3, device: 7 was not an MTP device
Aug 01 14:24:05 pomace kernel: hid-generic 0003:413C:B06E.0002: hiddev96,hidraw1: USB HID v1.11 Device [Dell dock] on usb-0000:3c:00.0-2.5/input0
Aug 01 14:24:05 pomace kernel: input: Razer Razer DeathAdder V2 as /devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb3/3-2/3-2.3/3-2.3.2/3-2.3.2:1.0/0003:1532:0084.0003/input/input32
Aug 01 14:24:05 pomace kernel: hid-generic 0003:1532:0084.0003: input,hidraw2: USB HID v1.00 Mouse [Razer Razer DeathAdder V2] on usb-0000:3c:00.0-2.3.2/input0
Aug 01 14:24:05 pomace kernel: input: Razer Razer DeathAdder V2 Keyboard as /devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb3/3-2/3-2.3/3-2.3.2/3-2.3.2:1.1/0003:1532:0084.0004/input/input33
Aug 01 14:24:05 pomace kernel: usbcore: registered new device driver r8152-cfgselector
Aug 01 14:24:05 pomace boltd[1654]: bolt 0.9.5 starting up.
Aug 01 14:24:05 pomace boltd[1654]: manager: initializing store
Aug 01 14:24:05 pomace boltd[1654]: store: located at: /var/lib/boltd
Aug 01 14:24:05 pomace boltd[1654]: config: loading user config
Aug 01 14:24:05 pomace boltd[1654]: bouncer: initializing polkit
Aug 01 14:24:05 pomace boltd[1654]: watchdog: enabled [pulse: 90s]
Aug 01 14:24:05 pomace boltd[1654]: udev: initializing udev
Aug 01 14:24:05 pomace boltd[1654]: store: loading domains
Aug 01 14:24:05 pomace boltd[1654]: [d7030000-0080-domain?                    ] store: loading domain
Aug 01 14:24:05 pomace boltd[1654]: journal: opened for 'd7030000-0080'; size: 0 bytes
Aug 01 14:24:05 pomace boltd[1654]: [d7030000-0080-domain?                    ] domain: registered (bootacl: 16/16)
Aug 01 14:24:05 pomace boltd[1654]: store: loading devices
Aug 01 14:24:05 pomace boltd[1654]: [d7030000-0080                            ] store: loading device
Aug 01 14:24:05 pomace boltd[1654]: global 'generation' set to '3'
Aug 01 14:24:05 pomace boltd[1654]: [00cce134-dc71                            ] store: loading device
Aug 01 14:24:05 pomace boltd[1654]: [00b131f0-1a62                            ] store: loading device
Aug 01 14:24:05 pomace boltd[1654]: [00cab1a8-222e                            ] store: loading device
Aug 01 14:24:05 pomace boltd[1654]: power: state located at: /run/boltd/power
Aug 01 14:24:05 pomace boltd[1654]: power: force power support: yes
Aug 01 14:24:05 pomace boltd[1654]: udev: found 1 domain
Aug 01 14:24:05 pomace boltd[1654]: udev: enumerating devices
Aug 01 14:24:05 pomace boltd[1654]: probing: adding /sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0 to roots
Aug 01 14:24:05 pomace kernel: input: Razer Razer DeathAdder V2 as /devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb3/3-2/3-2.3/3-2.3.2/3-2.3.2:1.1/0003:1532:0084.0004/input/input34
Aug 01 14:24:05 pomace kernel: hid-generic 0003:1532:0084.0004: input,hidraw3: USB HID v1.00 Keyboard [Razer Razer DeathAdder V2] on usb-0000:3c:00.0-2.3.2/input1
Aug 01 14:24:05 pomace kernel: input: Razer Razer DeathAdder V2 as /devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb3/3-2/3-2.3/3-2.3.2/3-2.3.2:1.2/0003:1532:0084.0005/input/input35
Aug 01 14:24:05 pomace kernel: r8152-cfgselector 4-2.4: reset SuperSpeed USB device number 4 using xhci_hcd
Aug 01 14:24:05 pomace kernel: hid-generic 0003:1532:0084.0005: input,hidraw4: USB HID v1.00 Keyboard [Razer Razer DeathAdder V2] on usb-0000:3c:00.0-2.3.2/input2
Aug 01 14:24:05 pomace kernel: hid-generic 0003:1532:0084.0006: hiddev97,hidraw5: USB HID v1.11 Device [Razer Razer DeathAdder V2] on usb-0000:3c:00.0-2.3.2/input3
Aug 01 14:24:05 pomace kernel: hid-generic 0003:413C:B06F.0007: hiddev98,hidraw6: USB HID v1.11 Device [Dell dock] on usb-0000:3c:00.0-2.3.5/input0
Aug 01 14:24:05 pomace kernel: usbcore: registered new interface driver usbhid
Aug 01 14:24:05 pomace kernel: usbhid: USB HID core driver
Aug 01 14:24:05 pomace mtp-probe[1755]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb3/3-2/3-2.5"
Aug 01 14:24:05 pomace mtp-probe[1756]: checking bus 3, device 7: "/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb3/3-2/3-2.3/3-2.3.5"
Aug 01 14:24:05 pomace mtp-probe[1757]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb3/3-2/3-2.3/3-2.3.2"
Aug 01 14:24:05 pomace mtp-probe[1755]: bus: 3, device: 4 was not an MTP device
Aug 01 14:24:05 pomace mtp-probe[1756]: bus: 3, device: 7 was not an MTP device
Aug 01 14:24:05 pomace mtp-probe[1757]: bus: 3, device: 5 was not an MTP device
Aug 01 14:24:05 pomace kernel: r8152 4-2.4:1.0 (unnamed net_device) (uninitialized): Using pass-thru MAC addr c8:f7:50:ca:07:65
Aug 01 14:24:05 pomace (udev-worker)[1648]: card0: Process '/home/fr3nk/.bin/xrandr-autoconf' failed with exit code 1.
Aug 01 14:24:05 pomace (udev-worker)[1648]: card0: Process '/home/fr3nk/.bin/xrandr-autoconf' failed with exit code 1.
Aug 01 14:24:05 pomace (udev-worker)[1648]: card0: Process '/home/fr3nk/.bin/xrandr-autoconf' failed with exit code 1.
Aug 01 14:24:05 pomace (udev-worker)[1648]: card0: Process '/home/fr3nk/.bin/xrandr-autoconf' failed with exit code 1.
Aug 01 14:24:05 pomace (udev-worker)[1648]: card0: Process '/home/fr3nk/.bin/xrandr-autoconf' failed with exit code 1.
Aug 01 14:24:05 pomace systemd-logind[449]: Watching system buttons on /dev/input/event19 (Razer Razer DeathAdder V2)
Aug 01 14:24:05 pomace systemd-logind[449]: Watching system buttons on /dev/input/event17 (Razer Razer DeathAdder V2 Keyboard)
Aug 01 14:24:05 pomace kernel: r8152 4-2.4:1.0: load rtl8153b-2 v2 04/27/23 successfully
Aug 01 14:24:05 pomace kernel: r8152 4-2.4:1.0 eth0: v1.12.13
Aug 01 14:24:05 pomace kernel: thunderbolt 0-3: new device found, vendor=0xd4 device=0xb070
Aug 01 14:24:05 pomace kernel: thunderbolt 0-3: Dell WD19TB Thunderbolt Dock
Aug 01 14:24:05 pomace boltd[1654]: [d7030000-0080-domain0                    ] bootacl: synchronizing journal
Aug 01 14:24:05 pomace boltd[1654]: security level set to 'none'
Aug 01 14:24:05 pomace boltd[1654]: [d7030000-0080-domain0                    ] connected: as domain0 [none] (/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:00.0/0000:05:00.0/domain0)
Aug 01 14:24:05 pomace boltd[1654]: [d7030000-0080-XPS 9370                   ] parent is (null)...
Aug 01 14:24:05 pomace boltd[1654]: [d7030000-0080-XPS 9370                   ] connected: authorized (/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:00.0/0000:05:00.0/domain0/0-0)
Aug 01 14:24:05 pomace boltd[1654]: [d7030000-0080-domain0                    ] dbus: exported domain at /org/freedesktop/bolt/domains/d7030000_0080_7f08_a3cc_f61a9a14c922
Aug 01 14:24:05 pomace boltd[1654]: [d7030000-0080-XPS 9370                   ] dbus: exported device at /org/freedesktop/bolt/devices/d7030000_0080...
Aug 01 14:24:05 pomace boltd[1654]: [00cce134-dc71-WD19TB Thunderbolt Dock    ] dbus: exported device at /org/freedesktop/bolt/devices/00cce134_dc71...
Aug 01 14:24:05 pomace boltd[1654]: [00b131f0-1a62-ThinkPad Thunderbolt 3 Dock] dbus: exported device at /org/freedesktop/bolt/devices/00b131f0_1a62...
Aug 01 14:24:05 pomace boltd[1654]: [00cab1a8-222e-WD19TB Thunderbolt Dock    ] dbus: exported device at /org/freedesktop/bolt/devices/00cab1a8_222e...
Aug 01 14:24:05 pomace boltd[1654]: probing: started [1000]
Aug 01 14:24:05 pomace systemd[1]: Started Thunderbolt system service.
Aug 01 14:24:06 pomace boltd[1654]: [00cab1a8-222e-WD19TB Thunderbolt Dock    ] parent is d7030000-0080...
Aug 01 14:24:06 pomace boltd[1654]: [00cab1a8-222e-WD19TB Thunderbolt Dock    ] connected: authorized (/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:00.0/0000:05:00.0/domain0/0-0/0-3)
Aug 01 14:24:06 pomace boltd[1654]: [00cab1a8-222e-WD19TB Thunderbolt Dock    ] udev: device changed: authorized -> authorized
Aug 01 14:24:06 pomace kernel: usbcore: registered new interface driver r8152
Aug 01 14:24:06 pomace kernel: usbcore: registered new interface driver cdc_ether
Aug 01 14:24:06 pomace kernel: usbcore: registered new interface driver r8153_ecm
Aug 01 14:24:06 pomace mtp-probe[1784]: checking bus 4, device 4: "/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb4/4-2/4-2.4"
Aug 01 14:24:06 pomace mtp-probe[1784]: bus: 4, device: 4 was not an MTP device
Aug 01 14:24:06 pomace kernel: usbcore: registered new interface driver snd-usb-audio
Aug 01 14:24:06 pomace mtp-probe[1786]: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb3/3-2/3-2.3/3-2.3.4"
Aug 01 14:24:06 pomace mtp-probe[1786]: bus: 3, device: 6 was not an MTP device
Aug 01 14:24:06 pomace mtp-probe[1787]: checking bus 4, device 4: "/sys/devices/pci0000:00/0000:00:1c.4/0000:03:00.0/0000:04:04.0/0000:3a:00.0/0000:3b:02.0/0000:3c:00.0/usb4/4-2/4-2.4"
Aug 01 14:24:06 pomace systemd[1105]: Reached target Sound Card.
Aug 01 14:24:06 pomace mtp-probe[1787]: bus: 4, device: 4 was not an MTP device
Aug 01 14:24:06 pomace kernel: r8152 4-2.4:1.0 enp60s0u2u4: renamed from eth0
Aug 01 14:24:06 pomace systemd[1]: Created slice Slice /system/netctl-ifplugd.
Aug 01 14:24:06 pomace systemd[1]: Started Automatic wired network connection using netctl profiles.
Aug 01 14:24:06 pomace ifplugd[1791]: ifplugd 0.28 initializing.
Aug 01 14:24:06 pomace ifplugd[1791]: Using interface enp60s0u2u4/C8:F7:50:CA:07:65 with driver <r8152> (version: v1.12.13)
Aug 01 14:24:06 pomace ifplugd[1791]: Using detection mode: SIOCETHTOOL
Aug 01 14:24:06 pomace ifplugd[1791]: Initialization complete, link beat not detected.
Aug 01 14:24:07 pomace (udev-worker)[1648]: card0: Process '/home/fr3nk/.bin/xrandr-autoconf' failed with exit code 1.
Aug 01 14:24:07 pomace (udev-worker)[1648]: card0: Process '/home/fr3nk/.bin/xrandr-autoconf' failed with exit code 1.
Aug 01 14:24:08 pomace boltd[1654]: probing: timeout, done: [2592086] (2000000)
Aug 01 14:24:09 pomace fuzzel[1826]: fuzzel: version: 1.9.2 +cairo +png +svg(nanosvg) -assertions
Aug 01 14:24:09 pomace fuzzel[1826]: config: loading configuration from /etc/xdg/fuzzel/fuzzel.ini
Aug 01 14:24:10 pomace fuzzel[1826]: wayland: eDP-1: 1920x1080+960x2160@60Hz 0x502D 13.04" scale=1 PPI=174x180 (physical) PPI=174x180 (logical), DPI=168.94
Aug 01 14:24:10 pomace fuzzel[1826]: wayland: DP-3: 1920x1200+1920x240@60Hz DELL U2410 24.04" scale=1 PPI=96x100 (physical) PPI=100x96 (logical), DPI=94.19
Aug 01 14:24:10 pomace fuzzel[1826]: wayland: DP-4: 1920x1200+720x240@60Hz DELL U2410 24.04" scale=1 PPI=96x100 (physical) PPI=100x96 (logical), DPI=94.19
Aug 01 14:24:10 pomace fuzzel[1826]: fcft: fcft: 3.1.6 +graphemes +runs +svg(nanosvg) -assertions
Aug 01 14:24:10 pomace fuzzel[1826]: fcft: fontconfig: 2.14.2, freetype: 2.13.1, harfbuzz: 8.0.1, utf8proc: 2.8.0 (Unicode 15.0.0)
Aug 01 14:24:10 pomace fuzzel[1826]: fcft: /usr/share/fonts/TTF/DejaVuSansMono.ttf: size=12.00pt/28px, dpi=168.94
Aug 01 14:24:10 pomace fuzzel[1826]: wayland: cursor theme: (null), size: 24, scale: 1
Aug 01 14:24:10 pomace fuzzel[1826]: fuzzel: theme: hicolor
Aug 01 14:24:11 pomace rtkit-daemon[1276]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 14:24:11 pomace rtkit-daemon[1276]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 14:24:11 pomace rtkit-daemon[1276]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 14:24:11 pomace rtkit-daemon[1276]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 14:24:11 pomace rtkit-daemon[1276]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 14:24:11 pomace rtkit-daemon[1276]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 14:24:11 pomace rtkit-daemon[1276]: Successfully made thread 1960 of process 1828 owned by '1000' RT at priority 10.
Aug 01 14:24:11 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:12 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:12 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:12 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:12 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:12 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:12 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:12 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:12 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:13 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:13 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:13 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:13 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:14 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:14 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:14 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:14 pomace rtkit-daemon[1276]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 14:24:14 pomace rtkit-daemon[1276]: Successfully made thread 2216 of process 1979 owned by '1000' RT at priority 10.
Aug 01 14:24:14 pomace rtkit-daemon[1276]: Supervising 3 threads of 3 processes of 1 users.
Aug 01 14:24:23 pomace syncthing[448]: [4RG6U] INFO: Established secure connection to CYC7VE7-32GONVW-B3D42VW-JNZAKEH-OGDAO35-SB4QTZS-BVHAG45-IDNMHAK at 10.8.3.52:22000-10.102.40.34:22000/tcp-server/TLS1.3-TLS_AES_128_GCM_SHA256/WAN-P30
Aug 01 14:24:23 pomace syncthing[448]: [4RG6U] INFO: Replacing old connection 10.8.3.52:22000-10.102.40.34:22000/quic-server/TLS1.3-TLS_AES_128_GCM_SHA256/WAN-P40 with 10.8.3.52:22000-10.102.40.34:22000/tcp-server/TLS1.3-TLS_AES_128_GCM_SHA256/WAN-P30 for CYC7VE7-32GONVW-B3D42VW-JNZAKEH-OGDAO35-SB4QTZS-BVHAG45-IDNMHAK
Aug 01 14:24:23 pomace syncthing[448]: [4RG6U] INFO: Connection to CYC7VE7-32GONVW-B3D42VW-JNZAKEH-OGDAO35-SB4QTZS-BVHAG45-IDNMHAK at 10.8.3.52:22000-10.102.40.34:22000/quic-server/TLS1.3-TLS_AES_128_GCM_SHA256/WAN-P40 closed: replacing connection
Aug 01 14:24:23 pomace syncthing[448]: [4RG6U] INFO: Device CYC7VE7-32GONVW-B3D42VW-JNZAKEH-OGDAO35-SB4QTZS-BVHAG45-IDNMHAK client is "syncthing v1.23.6" named "reiser-ww10" at 10.8.3.52:22000-10.102.40.34:22000/tcp-server/TLS1.3-TLS_AES_128_GCM_SHA256/WAN-P30
Aug 01 14:24:37 pomace syncthing[448]: [4RG6U] INFO: Relay listener (dynamic+https://relays.syncthing.net/endpoint) starting

For coredumpctl info I get:

           PID: 1616 (pacman)
           UID: 1000 (fr3nk)
           GID: 985 (users)
        Signal: 7 (BUS)
     Timestamp: Tue 2023-08-01 14:23:49 EDT (6min ago)
  Command Line: pacman
    Executable: /usr/bin/pacman
 Control Group: /user.slice/user-1000.slice/session-1.scope
          Unit: session-1.scope
         Slice: user-1000.slice
       Session: 1
     Owner UID: 1000 (fr3nk)
       Boot ID: 86337b58aadc475c85b83758b9aa87df
    Machine ID: ea081c6fed914ce9b33ac0de36c06f2a
      Hostname: pomace
       Storage: /var/lib/systemd/coredump/core.pacman.1000.86337b58aadc475c85b83758b9aa87df.1616.1690914229000000.zst (present)
  Size on Disk: 15.9K
       Message: Process 1616 (pacman) of user 1000 dumped core.
                
                Stack trace of thread 1616:
                #0  0x00007fded87a6cea n/a (ld-linux-x86-64.so.2 + 0x21cea)
                #1  0x00007fded878c322 n/a (ld-linux-x86-64.so.2 + 0x7322)
                #2  0x00007fded878d921 n/a (ld-linux-x86-64.so.2 + 0x8921)
                #3  0x00007fded87877b5 n/a (ld-linux-x86-64.so.2 + 0x27b5)
                #4  0x00007fded87864e1 _dl_catch_exception (ld-linux-x86-64.so.2 + 0x14e1)
                #5  0x00007fded8787c15 n/a (ld-linux-x86-64.so.2 + 0x2c15)
                #6  0x00007fded87a2c6d n/a (ld-linux-x86-64.so.2 + 0x1dc6d)
                #7  0x00007fded879f7a3 n/a (ld-linux-x86-64.so.2 + 0x1a7a3)
                #8  0x00007fded87a0f1c n/a (ld-linux-x86-64.so.2 + 0x1bf1c)
                #9  0x00007fded879fd78 n/a (ld-linux-x86-64.so.2 + 0x1ad78)
                ELF object binary architecture: AMD x86-64

Offline

#7 2023-08-01 21:32:46

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: [SOLVED] "Bus error" for `pacman`, `sudo`, and `mpv` after update

Boot the install iso, unlock and mount the root partition of the installed system and use the pacman instance on the iso to check the pacman and sudo packages on your installed system

pacman --sysroot /mnt -Qikk pacman sudo

Offline

#8 2023-08-02 15:24:44

fr3nk
Member
Registered: 2023-08-01
Posts: 6

Re: [SOLVED] "Bus error" for `pacman`, `sudo`, and `mpv` after update

Thank you so much, seth.

When I ran

pacman --sysroot /mnt -Qikk pacman sudo

I got this:

Name            : pacman
Version         : 6.0.2-7
Description     : A library-based package manager with dependency support
Architecture    : x86_64
URL             : https://www.archlinux.org/pacman/
Licenses        : GPL
Groups          : None
Provides        : libalpm.so=13-64
Depends On      : bash  glibc  libarchive  curl  gpgme  pacman-mirrorlist  gettext  gawk  coreutils  gnupg  grep
Optional Deps   : perl-locale-gettext: translation support in makepkg-template
Required By     : archlinux-keyring  base  pacman-contrib  pkgfile  pyalpm
Optional For    : None
Conflicts With  : None
Replaces        : None
Installed Size  : 4.72 MiB
Packager        : Morten Linderud <foxboron@archlinux.org>
Build Date      : Fri May 19 18:45:31 2023
Install Date    : Wed May 31 03:18:05 2023
Install Reason  : Explicitly installed
Install Script  : No
Validated By    : Signature

backup file: pacman: /etc/pacman.conf (Modification time mismatch)
backup file: pacman: /etc/pacman.conf (Size mismatch)
backup file: pacman: /etc/pacman.conf (MD5 checksum mismatch)
backup file: pacman: /etc/pacman.conf (SHA256 checksum mismatch)
pacman: 399 total files, 0 altered files
Name            : sudo
Version         : 1.9.14.p3-1
Description     : Give certain users the ability to run some commands as root
Architecture    : x86_64
URL             : https://www.sudo.ws/sudo/
Licenses        : custom
Groups          : None
Provides        : None
Depends On      : glibc  openssl  pam  libldap  zlib  libcrypto.so=3-64  libssl.so=3-64
Optional Deps   : None
Required By     : None
Optional For    : libisoburn  pacman-contrib  ranger
Conflicts With  : None
Replaces        : None
Installed Size  : 7.41 MiB
Packager        : Evangelos Foutras <foutrelis@archlinux.org>
Build Date      : Tue Jul 25 02:00:14 2023
Install Date    : Mon Jul 31 11:41:42 2023
Install Reason  : Explicitly installed
Install Script  : Yes
Validated By    : Signature

backup file: sudo: /etc/sudoers (Modification time mismatch)
backup file: sudo: /etc/sudoers (Size mismatch)
backup file: sudo: /etc/sudoers (MD5 checksum mismatch)
backup file: sudo: /etc/sudoers (SHA256 checksum mismatch)
warning: sudo: /usr/lib/sudo/sudoers.so (Size mismatch)
warning: sudo: /usr/lib/sudo/sudoers.so (MD5 checksum mismatch)
warning: sudo: /usr/lib/sudo/sudoers.so (SHA256 checksum mismatch)
sudo: 236 total files, 1 altered file

This suggested that the sudoers.so file was corrupted. I installed sudo via

pacman --sysroot /mnt -S sudo

This warned me that two other libraries were corrupted (libarchive and librubberband). I re-installed these packages too, and now everything seems to work again.

smartctl doesn't give me any indication that the drive is corrupt, but when I had upgraded my system before, I was down to only 3GB empty space when I checked (might have been less at the moment of installation). So my working hypothesis at the moment is, that my drive was too full, pacman couldn't write the whole new sudoers.so during the update, and that trickled down to the effects I saw.

Offline

#9 2023-08-02 15:27:51

seth
Member
Registered: 2012-09-03
Posts: 54,562

Re: [SOLVED] "Bus error" for `pacman`, `sudo`, and `mpv` after update

You probably want to look at

sudo LC_ALL=C pacman -Qkk | grep -v ', 0 altered files'

and https://wiki.archlinux.org/title/Solid_ … leshooting (which is kinda the predominan cause for nvme-related issues, the encryption might have had a hand in this too)

Offline

#10 2023-08-02 18:31:07

fr3nk
Member
Registered: 2023-08-01
Posts: 6

Re: [SOLVED] "Bus error" for `pacman`, `sudo`, and `mpv` after update

Thanks for following up on this. I fixed the packages and am checking if the SSD or controller suffers from similar issues.

Much appreciated!

Offline

Board footer

Powered by FluxBB