You are not logged in.
Ok, I did indeed copy only the part that started around that time. But as I don't use v4l currently, I simply uninstalled it now and I'll see what happens.
Offline
With the sudo journalctl -b-1 command, I think I have found the reason. I haven't had any hangs since.
I had a self-made udev hook on the HDMI connector that started a script that would enable the HDMI display and set the correct resolution and positioning. It seems that this hook got called at times I didn't connect my HDMI connector and that script would then be running for up to 3 minutes for no reason. I removed the rule from udev and haven't had a hang since.
However, I don't understand why it would do that, 1/ get triggered when nothing happens with the hardware, and 2/ hang for 3 minutes. The script isn't that 'complicated'.
This is what I had in /etc/udev/rules.d/60-drm.rules:
SUBSYSTEM=="drm", ACTION=="change", RUN+="/usr/local/bin/ext-monitor.sh"The code in /usr/local/bin/ext-monitor.sh:
#!/bin/sh
HDMI_STATUS=`cat /sys/class/drm/card1-HDMI-A-1/status`
echo "hdmi event" >> /root/test.txt
if [ $HDMI_STATUS = "connected" ]
then
DISPLAY=:0 /home/dirk/.screenlayout/hdmi-dual.sh
else
DISPLAY=:0 /home/dirk/.screenlayout/default.sh
fiAnd those .screenlayout files were generated by arandr and contain:
#!/bin/sh
xrandr --output eDP1 --primary --mode 3840x2160 --pos 0x0 --rotate normal --output VIRTUAL1 --off --output DP-1-0 --off --output DP-1-1 --off --output DP-1-2 --off --output DP-1-3 --off --output HDMI-1-0 --mode 1920x1080 --pos 3840x0 --rotate normal --output DP-1-4 --off --output DP-1-5 --off --output DP-1-6 --offand
#!/bin/sh
xrandr --output eDP1 --primary --mode 3840x2160 --pos 0x0 --rotate normal --output VIRTUAL1 --off --output DP-1-0 --off --output DP-1-1 --off --output DP-1-2 --off --output DP-1-3 --off --output HDMI-1-0 --off --output DP-1-4 --off --output DP-1-5 --off --output DP-1-6 --offNo loops in there or anything, no reason for it to be hanging and cause the system to act so strange imo...
I'll wait for a while to see that I don't have the issue anymore before I mark this as solved. However, this does mean that I can't use the automatic detection of the HDMI connection and always have to do it manually.
Last edited by scippie (2021-02-23 22:19:38)
Offline
Update: I never had a hang since this last post, so maybe this post was simply something else and the above solution did work... or an update happened... or whatever... I guess I'll never know.
---
Forget about the post above... just had it again...
Anyone?
-- Journal begins at Tue 2020-09-01 11:05:03 CEST, ends at Thu 2021-02-11 19:06:51 CET. --
Feb 11 18:42:06 bto3-arch kernel: microcode: microcode updated early to revision 0xde, date = 2020-05-24
Feb 11 18:42:06 bto3-arch kernel: Linux version 5.10.13-arch1-2 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36) #1 SMP PREEMPT Sat, 06 Feb 2021 11:07:29 +0000
Feb 11 18:42:06 bto3-arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7e35e305-b444-4bfb-8f8e-60588da3663a rw loglevel=3 quiet acpi_osi=! acpi_osi=Linux nouveau.modeset=0 nvidia-drm.modeset=1
Feb 11 18:42:06 bto3-arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Feb 11 18:42:06 bto3-arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Feb 11 18:42:06 bto3-arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Feb 11 18:42:06 bto3-arch kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Feb 11 18:42:06 bto3-arch kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Feb 11 18:42:06 bto3-arch kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Feb 11 18:42:06 bto3-arch kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
Feb 11 18:42:06 bto3-arch kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
Feb 11 18:42:06 bto3-arch kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Feb 11 18:42:06 bto3-arch kernel: BIOS-provided physical RAM map:
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000047457fff] usable
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x0000000047458000-0x0000000047d57fff] reserved
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x0000000047d58000-0x000000005df6efff] usable
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x000000005df6f000-0x000000005e16efff] type 20
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x000000005e16f000-0x000000005f59efff] reserved
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x000000005f59f000-0x000000005fc8efff] ACPI NVS
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x000000005fc8f000-0x000000005fd0efff] ACPI data
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x000000005fd0f000-0x000000005fd0ffff] usable
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x000000005fd10000-0x000000006d7fffff] reserved
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x00000000ff600000-0x00000000ffffffff] reserved
Feb 11 18:42:06 bto3-arch kernel: BIOS-e820: [mem 0x0000000100000000-0x00000008907fffff] usable
Feb 11 18:42:06 bto3-arch kernel: NX (Execute Disable) protection: active
Feb 11 18:42:06 bto3-arch kernel: efi: EFI v2.60 by INSYDE Corp.
Feb 11 18:42:06 bto3-arch kernel: efi: ACPI=0x5fd0e000 ACPI 2.0=0x5fd0e014 TPMFinalLog=0x5f595000 SMBIOS=0x5e322000 SMBIOS 3.0=0x5e320000 ESRT=0x5e31e818 MEMATTR=0x4e3c9118
Feb 11 18:42:06 bto3-arch kernel: SMBIOS 3.0.1 present.
Feb 11 18:42:06 bto3-arch kernel: DMI: Notebook PB50_70RF,RD,RC /PB50_70RF,RD,RC , BIOS 1.07.13 02/01/2019
Feb 11 18:42:06 bto3-arch kernel: tsc: Detected 2400.000 MHz processor
Feb 11 18:42:06 bto3-arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Feb 11 18:42:06 bto3-arch kernel: last_pfn = 0x890800 max_arch_pfn = 0x400000000
Feb 11 18:42:06 bto3-arch kernel: MTRR default type: write-back
Feb 11 18:42:06 bto3-arch kernel: MTRR fixed ranges enabled:
Feb 11 18:42:06 bto3-arch kernel: 00000-9FFFF write-back
Feb 11 18:42:06 bto3-arch kernel: A0000-BFFFF uncachable
Feb 11 18:42:06 bto3-arch kernel: C0000-FFFFF write-protect
Feb 11 18:42:06 bto3-arch kernel: MTRR variable ranges enabled:
Feb 11 18:42:06 bto3-arch kernel: 0 base 0080000000 mask 7F80000000 uncachable
Feb 11 18:42:06 bto3-arch kernel: 1 base 0070000000 mask 7FF0000000 uncachable
Feb 11 18:42:06 bto3-arch kernel: 2 base 006C000000 mask 7FFC000000 uncachable
Feb 11 18:42:06 bto3-arch kernel: 3 base 006A000000 mask 7FFE000000 uncachable
Feb 11 18:42:06 bto3-arch kernel: 4 base 0069000000 mask 7FFF000000 uncachable
Feb 11 18:42:06 bto3-arch kernel: 5 base 2000000000 mask 6000000000 uncachable
Feb 11 18:42:06 bto3-arch kernel: 6 base 1000000000 mask 7000000000 uncachable
Feb 11 18:42:06 bto3-arch kernel: 7 base 4000000000 mask 4000000000 uncachable
Feb 11 18:42:06 bto3-arch kernel: 8 disabled
Feb 11 18:42:06 bto3-arch kernel: 9 disabled
Feb 11 18:42:06 bto3-arch kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Feb 11 18:42:06 bto3-arch kernel: last_pfn = 0x5fd10 max_arch_pfn = 0x400000000
Feb 11 18:42:06 bto3-arch kernel: esrt: Reserving ESRT space from 0x000000005e31e818 to 0x000000005e31e8a0.
Feb 11 18:42:06 bto3-arch kernel: check: Scanning 1 areas for low memory corruption
Feb 11 18:42:06 bto3-arch kernel: Using GB pages for direct mapping
Feb 11 18:42:06 bto3-arch kernel: Secure boot could not be determined
Feb 11 18:42:06 bto3-arch kernel: RAMDISK: [mem 0x36a49000-0x3751bfff]
Feb 11 18:42:06 bto3-arch kernel: ACPI: Early table checksum verification disabled
Feb 11 18:42:06 bto3-arch kernel: ACPI: RSDP 0x000000005FD0E014 000024 (v02 INSYDE)
Feb 11 18:42:06 bto3-arch kernel: ACPI: XSDT 0x000000005FCBD188 0000D4 (v01 INSYDE H2O BIOS 00000001 01000013)
Feb 11 18:42:06 bto3-arch kernel: ACPI: FACP 0x000000005FCF8000 00010C (v05 INSYDE H2O BIOS 00000001 ACPI 00040000)
Feb 11 18:42:06 bto3-arch kernel: ACPI: DSDT 0x000000005FCC3000 0316BA (v02 INTEL SKL 00000000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: FACS 0x000000005FBEB000 000040
Feb 11 18:42:06 bto3-arch kernel: ACPI: UEFI 0x000000005FD0D000 000236 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0x000000005FD0B000 001B1C (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0x000000005FD07000 0035B2 (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0x000000005FD05000 001881 (v02 PegSsd PegSsdt 00001000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: UEFI 0x000000005FD04000 000042 (v01 INTEL CFL 00000002 01000013)
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0x000000005FD03000 000781 (v01 INTEL Tpm2Tabl 00001000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: TPM2 0x000000005FD02000 000034 (v04 INTEL CFL 00000002 01000013)
Feb 11 18:42:06 bto3-arch kernel: ACPI: LPIT 0x000000005FD00000 000094 (v01 INTEL CFL 00000002 01000013)
Feb 11 18:42:06 bto3-arch kernel: ACPI: WSMT 0x000000005FCFF000 000028 (v01 INTEL CFL 00000002 01000013)
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0x000000005FCFD000 00166A (v02 INTEL PtidDevc 00001000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: DBGP 0x000000005FCFC000 000034 (v01 INSYDE 00000002 ACPI 00040000)
Feb 11 18:42:06 bto3-arch kernel: ACPI: DBG2 0x000000005FCFB000 000061 (v00 INSYDE 00000002 ACPI 00040000)
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0x000000005FCFA000 000444 (v02 Intel PerfTune 00001000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: ASF! 0x000000005FCF9000 0000A5 (v32 INSYDE H2O BIOS 00000001 ACPI 00040000)
Feb 11 18:42:06 bto3-arch kernel: ACPI: HPET 0x000000005FCF7000 000038 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Feb 11 18:42:06 bto3-arch kernel: ACPI: APIC 0x000000005FCF6000 00012C (v03 INSYDE H2O BIOS 00000001 ACPI 00040000)
Feb 11 18:42:06 bto3-arch kernel: ACPI: MCFG 0x000000005FCF5000 00003C (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Feb 11 18:42:06 bto3-arch kernel: ACPI: DMAR 0x000000005FCC2000 0000A8 (v01 INTEL EDK2 00000002 01000013)
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0x000000005FCBE000 003685 (v01 Insyde NvdTable 00001000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: FPDT 0x000000005FCBC000 000044 (v01 INTEL CFL 00000002 01000013)
Feb 11 18:42:06 bto3-arch kernel: ACPI: BGRT 0x000000005FCBB000 000038 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Local APIC address 0xfee00000
Feb 11 18:42:06 bto3-arch kernel: No NUMA configuration found
Feb 11 18:42:06 bto3-arch kernel: Faking a node at [mem 0x0000000000000000-0x00000008907fffff]
Feb 11 18:42:06 bto3-arch kernel: NODE_DATA(0) allocated [mem 0x8907fc000-0x8907fffff]
Feb 11 18:42:06 bto3-arch kernel: Zone ranges:
Feb 11 18:42:06 bto3-arch kernel: DMA [mem 0x0000000000000000-0x0000000000ffffff]
Feb 11 18:42:06 bto3-arch kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Feb 11 18:42:06 bto3-arch kernel: Normal [mem 0x0000000100000000-0x00000008907fffff]
Feb 11 18:42:06 bto3-arch kernel: Device empty
Feb 11 18:42:06 bto3-arch kernel: Movable zone start for each node
Feb 11 18:42:06 bto3-arch kernel: Early memory node ranges
Feb 11 18:42:06 bto3-arch kernel: node 0: [mem 0x0000000000000000-0x000000000009efff]
Feb 11 18:42:06 bto3-arch kernel: node 0: [mem 0x0000000000100000-0x0000000047457fff]
Feb 11 18:42:06 bto3-arch kernel: node 0: [mem 0x0000000047d58000-0x000000005df6efff]
Feb 11 18:42:06 bto3-arch kernel: node 0: [mem 0x000000005fd0f000-0x000000005fd0ffff]
Feb 11 18:42:06 bto3-arch kernel: node 0: [mem 0x0000000100000000-0x00000008907fffff]
Feb 11 18:42:06 bto3-arch kernel: Zeroed struct page in unavailable ranges: 41457 pages
Feb 11 18:42:06 bto3-arch kernel: Initmem setup node 0 [mem 0x0000000000000000-0x00000008907fffff]
Feb 11 18:42:06 bto3-arch kernel: On node 0 totalpages: 8314383
Feb 11 18:42:06 bto3-arch kernel: DMA zone: 64 pages used for memmap
Feb 11 18:42:06 bto3-arch kernel: DMA zone: 23 pages reserved
Feb 11 18:42:06 bto3-arch kernel: DMA zone: 3999 pages, LIFO batch:0
Feb 11 18:42:06 bto3-arch kernel: DMA32 zone: 5914 pages used for memmap
Feb 11 18:42:06 bto3-arch kernel: DMA32 zone: 378480 pages, LIFO batch:63
Feb 11 18:42:06 bto3-arch kernel: Normal zone: 123936 pages used for memmap
Feb 11 18:42:06 bto3-arch kernel: Normal zone: 7931904 pages, LIFO batch:63
Feb 11 18:42:06 bto3-arch kernel: x86/hpet: Will disable the HPET for this platform because it's not reliable
Feb 11 18:42:06 bto3-arch kernel: Reserving Intel graphics memory at [mem 0x69800000-0x6d7fffff]
Feb 11 18:42:06 bto3-arch kernel: ACPI: PM-Timer IO Port: 0x1808
Feb 11 18:42:06 bto3-arch kernel: ACPI: Local APIC address 0xfee00000
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Feb 11 18:42:06 bto3-arch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Feb 11 18:42:06 bto3-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 11 18:42:06 bto3-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Feb 11 18:42:06 bto3-arch kernel: ACPI: IRQ0 used by override.
Feb 11 18:42:06 bto3-arch kernel: ACPI: IRQ9 used by override.
Feb 11 18:42:06 bto3-arch kernel: Using ACPI (MADT) for SMP configuration information
Feb 11 18:42:06 bto3-arch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Feb 11 18:42:06 bto3-arch kernel: e820: update [mem 0x4d4f0000-0x4d7c9fff] usable ==> reserved
Feb 11 18:42:06 bto3-arch kernel: TSC deadline timer available
Feb 11 18:42:06 bto3-arch kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x47458000-0x47d57fff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x4d4f0000-0x4d7c9fff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x5df6f000-0x5e16efff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x5e16f000-0x5f59efff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x5f59f000-0x5fc8efff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x5fc8f000-0x5fd0efff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x5fd10000-0x6d7fffff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0x6d800000-0xdfffffff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed0ffff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1a000-0xfed83fff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed84000-0xfed84fff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed85000-0xfedfffff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xff5fffff]
Feb 11 18:42:06 bto3-arch kernel: PM: hibernation: Registered nosave memory: [mem 0xff600000-0xffffffff]
Feb 11 18:42:06 bto3-arch kernel: [mem 0x6d800000-0xdfffffff] available for PCI devices
Feb 11 18:42:06 bto3-arch kernel: Booting paravirtualized kernel on bare hardware
Feb 11 18:42:06 bto3-arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Feb 11 18:42:06 bto3-arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Feb 11 18:42:06 bto3-arch kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Feb 11 18:42:06 bto3-arch kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Feb 11 18:42:06 bto3-arch kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Feb 11 18:42:06 bto3-arch kernel: Built 1 zonelists, mobility grouping on. Total pages: 8184446
Feb 11 18:42:06 bto3-arch kernel: Policy zone: Normal
Feb 11 18:42:06 bto3-arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7e35e305-b444-4bfb-8f8e-60588da3663a rw loglevel=3 quiet acpi_osi=! acpi_osi=Linux nouveau.modeset=0 nvidia-drm.modeset=1
Feb 11 18:42:06 bto3-arch kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Feb 11 18:42:06 bto3-arch kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Feb 11 18:42:06 bto3-arch kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Feb 11 18:42:06 bto3-arch kernel: Memory: 32499252K/33257532K available (14344K kernel code, 2034K rwdata, 8808K rodata, 1708K init, 4324K bss, 758020K reserved, 0K cma-reserved)
Feb 11 18:42:06 bto3-arch kernel: random: get_random_u64 called from __kmem_cache_create+0x26/0x520 with crng_init=0
Feb 11 18:42:06 bto3-arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Feb 11 18:42:06 bto3-arch kernel: ftrace: allocating 41610 entries in 163 pages
Feb 11 18:42:06 bto3-arch kernel: ftrace: allocated 163 pages with 4 groups
Feb 11 18:42:06 bto3-arch kernel: rcu: Preemptible hierarchical RCU implementation.
Feb 11 18:42:06 bto3-arch kernel: rcu: RCU dyntick-idle grace-period acceleration is enabled.
Feb 11 18:42:06 bto3-arch kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Feb 11 18:42:06 bto3-arch kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Feb 11 18:42:06 bto3-arch kernel: Trampoline variant of Tasks RCU enabled.
Feb 11 18:42:06 bto3-arch kernel: Rude variant of Tasks RCU enabled.
Feb 11 18:42:06 bto3-arch kernel: Tracing variant of Tasks RCU enabled.
Feb 11 18:42:06 bto3-arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Feb 11 18:42:06 bto3-arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Feb 11 18:42:06 bto3-arch kernel: NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
Feb 11 18:42:06 bto3-arch kernel: Console: colour dummy device 80x25
Feb 11 18:42:06 bto3-arch kernel: printk: console [tty0] enabled
Feb 11 18:42:06 bto3-arch kernel: ACPI: Core revision 20200925
Feb 11 18:42:06 bto3-arch kernel: APIC: Switch to symmetric I/O mode setup
Feb 11 18:42:06 bto3-arch kernel: DMAR: Host address width 39
Feb 11 18:42:06 bto3-arch kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Feb 11 18:42:06 bto3-arch kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Feb 11 18:42:06 bto3-arch kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Feb 11 18:42:06 bto3-arch kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Feb 11 18:42:06 bto3-arch kernel: DMAR: RMRR base: 0x0000005f574000 end: 0x0000005f593fff
Feb 11 18:42:06 bto3-arch kernel: DMAR: RMRR base: 0x00000069000000 end: 0x0000006d7fffff
Feb 11 18:42:06 bto3-arch kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
Feb 11 18:42:06 bto3-arch kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Feb 11 18:42:06 bto3-arch kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Feb 11 18:42:06 bto3-arch kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Feb 11 18:42:06 bto3-arch kernel: x2apic enabled
Feb 11 18:42:06 bto3-arch kernel: Switched APIC routing to cluster x2apic.
Feb 11 18:42:06 bto3-arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x22983777dd9, max_idle_ns: 440795300422 ns
Feb 11 18:42:06 bto3-arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4801.00 BogoMIPS (lpj=8000000)
Feb 11 18:42:06 bto3-arch kernel: pid_max: default: 32768 minimum: 301
Feb 11 18:42:06 bto3-arch kernel: LSM: Security Framework initializing
Feb 11 18:42:06 bto3-arch kernel: Yama: becoming mindful.
Feb 11 18:42:06 bto3-arch kernel: LSM support for eBPF active
Feb 11 18:42:06 bto3-arch kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Feb 11 18:42:06 bto3-arch kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Feb 11 18:42:06 bto3-arch kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Feb 11 18:42:06 bto3-arch kernel: process: using mwait in idle threads
Feb 11 18:42:06 bto3-arch kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Feb 11 18:42:06 bto3-arch kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Feb 11 18:42:06 bto3-arch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Feb 11 18:42:06 bto3-arch kernel: Spectre V2 : Mitigation: Enhanced IBRS
Feb 11 18:42:06 bto3-arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Feb 11 18:42:06 bto3-arch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Feb 11 18:42:06 bto3-arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Feb 11 18:42:06 bto3-arch kernel: TAA: Mitigation: TSX disabled
Feb 11 18:42:06 bto3-arch kernel: SRBDS: Mitigation: TSX disabled
Feb 11 18:42:06 bto3-arch kernel: Freeing SMP alternatives memory: 36K
Feb 11 18:42:06 bto3-arch kernel: smpboot: CPU0: Intel(R) Core(TM) i9-9980HK CPU @ 2.40GHz (family: 0x6, model: 0x9e, stepping: 0xd)
Feb 11 18:42:06 bto3-arch kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Feb 11 18:42:06 bto3-arch kernel: ... version: 4
Feb 11 18:42:06 bto3-arch kernel: ... bit width: 48
Feb 11 18:42:06 bto3-arch kernel: ... generic registers: 4
Feb 11 18:42:06 bto3-arch kernel: ... value mask: 0000ffffffffffff
Feb 11 18:42:06 bto3-arch kernel: ... max period: 00007fffffffffff
Feb 11 18:42:06 bto3-arch kernel: ... fixed-purpose events: 3
Feb 11 18:42:06 bto3-arch kernel: ... event mask: 000000070000000f
Feb 11 18:42:06 bto3-arch kernel: rcu: Hierarchical SRCU implementation.
Feb 11 18:42:06 bto3-arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Feb 11 18:42:06 bto3-arch kernel: smp: Bringing up secondary CPUs ...
Feb 11 18:42:06 bto3-arch kernel: x86: Booting SMP configuration:
Feb 11 18:42:06 bto3-arch kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15
Feb 11 18:42:06 bto3-arch kernel: smp: Brought up 1 node, 16 CPUs
Feb 11 18:42:06 bto3-arch kernel: smpboot: Max logical packages: 1
Feb 11 18:42:06 bto3-arch kernel: smpboot: Total of 16 processors activated (76830.00 BogoMIPS)
Feb 11 18:42:06 bto3-arch kernel: devtmpfs: initialized
Feb 11 18:42:06 bto3-arch kernel: x86/mm: Memory block size: 128MB
Feb 11 18:42:06 bto3-arch kernel: PM: Registering ACPI NVS region [mem 0x5f59f000-0x5fc8efff] (7274496 bytes)
Feb 11 18:42:06 bto3-arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Feb 11 18:42:06 bto3-arch kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Feb 11 18:42:06 bto3-arch kernel: pinctrl core: initialized pinctrl subsystem
Feb 11 18:42:06 bto3-arch kernel: PM: RTC time: 17:42:03, date: 2021-02-11
Feb 11 18:42:06 bto3-arch kernel: NET: Registered protocol family 16
Feb 11 18:42:06 bto3-arch kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Feb 11 18:42:06 bto3-arch kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb 11 18:42:06 bto3-arch kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb 11 18:42:06 bto3-arch kernel: audit: initializing netlink subsys (disabled)
Feb 11 18:42:06 bto3-arch kernel: audit: type=2000 audit(1613065323.043:1): state=initialized audit_enabled=0 res=1
Feb 11 18:42:06 bto3-arch kernel: thermal_sys: Registered thermal governor 'fair_share'
Feb 11 18:42:06 bto3-arch kernel: thermal_sys: Registered thermal governor 'bang_bang'
Feb 11 18:42:06 bto3-arch kernel: thermal_sys: Registered thermal governor 'step_wise'
Feb 11 18:42:06 bto3-arch kernel: thermal_sys: Registered thermal governor 'user_space'
Feb 11 18:42:06 bto3-arch kernel: thermal_sys: Registered thermal governor 'power_allocator'
Feb 11 18:42:06 bto3-arch kernel: cpuidle: using governor ladder
Feb 11 18:42:06 bto3-arch kernel: cpuidle: using governor menu
Feb 11 18:42:06 bto3-arch kernel: ACPI: bus type PCI registered
Feb 11 18:42:06 bto3-arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb 11 18:42:06 bto3-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
Feb 11 18:42:06 bto3-arch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
Feb 11 18:42:06 bto3-arch kernel: PCI: Using configuration type 1 for base access
Feb 11 18:42:06 bto3-arch kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Feb 11 18:42:06 bto3-arch kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Feb 11 18:42:06 bto3-arch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Feb 11 18:42:06 bto3-arch kernel: ACPI: Disabled all _OSI OS vendors
Feb 11 18:42:06 bto3-arch kernel: ACPI: Added _OSI(Module Device)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Added _OSI(Processor Device)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Added _OSI(Linux-Dell-Video)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Added _OSI(Linux)
Feb 11 18:42:06 bto3-arch kernel: ACPI: 8 ACPI AML tables successfully acquired and loaded
Feb 11 18:42:06 bto3-arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query honored via cmdline
Feb 11 18:42:06 bto3-arch kernel: ACPI: Dynamic OEM Table Load:
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0xFFFF91CA8173C800 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Feb 11 18:42:06 bto3-arch kernel: ACPI: Dynamic OEM Table Load:
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0xFFFF91CA81783C00 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Dynamic OEM Table Load:
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0xFFFF91CA81D10000 00053F (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Dynamic OEM Table Load:
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0xFFFF91CA81D12000 0005FC (v02 PmRef ApIst 00003000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Dynamic OEM Table Load:
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0xFFFF91CA8007F000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Dynamic OEM Table Load:
Feb 11 18:42:06 bto3-arch kernel: ACPI: SSDT 0xFFFF91CA81780C00 00030A (v02 PmRef ApCst 00003000 INTL 20160422)
Feb 11 18:42:06 bto3-arch kernel: ACPI: EC: EC started
Feb 11 18:42:06 bto3-arch kernel: ACPI: EC: interrupt blocked
Feb 11 18:42:06 bto3-arch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Feb 11 18:42:06 bto3-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions
Feb 11 18:42:06 bto3-arch kernel: ACPI: Interpreter enabled
Feb 11 18:42:06 bto3-arch kernel: ACPI: (supports S0 S3 S4 S5)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Using IOAPIC for interrupt routing
Feb 11 18:42:06 bto3-arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb 11 18:42:06 bto3-arch kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Feb 11 18:42:06 bto3-arch kernel: ACPI: Power Resource [PG00] (on)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Power Resource [V0PR] (on)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Power Resource [V1PR] (on)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Power Resource [V2PR] (on)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Power Resource [WRST] (on)
Feb 11 18:42:06 bto3-arch kernel: ACPI: Power Resource [PIN] (off)
Feb 11 18:42:06 bto3-arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Feb 11 18:42:06 bto3-arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Feb 11 18:42:06 bto3-arch kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Feb 11 18:42:06 bto3-arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Feb 11 18:42:06 bto3-arch kernel: PCI host bridge to bus 0000:00
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: root bus resource [mem 0x6d800000-0xdfffffff window]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:00.0: [8086:3e20] type 00 class 0x060000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:02.0: reg 0x10: [mem 0x604a000000-0x604affffff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x4007ffffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:12.0: [8086:a379] type 00 class 0x118000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:12.0: reg 0x10: [mem 0x604b20b000-0x604b20bfff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:14.0: reg 0x10: [mem 0x84600000-0x8460ffff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:14.2: reg 0x10: [mem 0x604b204000-0x604b205fff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:14.2: reg 0x18: [mem 0x604b20a000-0x604b20afff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:15.1: [8086:a369] type 00 class 0x0c8000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:16.0: [8086:a360] type 00 class 0x078000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:16.0: reg 0x10: [mem 0x604b207000-0x604b207fff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:16.0: PME# supported from D3hot
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:17.0: [8086:a353] type 00 class 0x010601
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:17.0: reg 0x10: [mem 0x84610000-0x84611fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:17.0: reg 0x14: [mem 0x84614000-0x846140ff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:17.0: reg 0x18: [io 0x5080-0x5087]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:17.0: reg 0x1c: [io 0x5088-0x508b]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:17.0: reg 0x20: [io 0x5060-0x507f]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:17.0: reg 0x24: [mem 0x84613000-0x846137ff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:17.0: PME# supported from D3hot
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.4: [8086:a32c] type 01 class 0x060400
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.4: PME# supported from D0 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.4: PTM enabled (root), 4ns granularity
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.0: [8086:a330] type 01 class 0x060400
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.5: [8086:a335] type 01 class 0x060400
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.5: PME# supported from D0 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.5: PTM enabled (root), 4ns granularity
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.6: [8086:a336] type 01 class 0x060400
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.6: PME# supported from D0 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.6: PTM enabled (root), 4ns granularity
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.7: [8086:a337] type 01 class 0x060400
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.7: PTM enabled (root), 4ns granularity
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1f.0: [8086:a30d] type 00 class 0x060100
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1f.3: [8086:a348] type 00 class 0x040300
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x604b200000-0x604b203fff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x604b100000-0x604b1fffff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x604b206000-0x604b2060ff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1f.4: reg 0x20: [io 0x5040-0x505f]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.0: [10de:1f10] type 00 class 0x030000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0x83000000-0x83ffffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0x70000000-0x7fffffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x80000000-0x81ffffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.0: reg 0x24: [io 0x4000-0x407f]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.1: [10de:10f9] type 00 class 0x040300
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.1: reg 0x10: [mem 0x84000000-0x84003fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.2: [10de:1ada] type 00 class 0x0c0330
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.2: reg 0x10: [mem 0x604b000000-0x604b03ffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.2: reg 0x1c: [mem 0x604b040000-0x604b04ffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.2: PME# supported from D0 D3hot
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.3: [10de:1adb] type 00 class 0x0c8000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.3: reg 0x10: [mem 0x84004000-0x84004fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.3: PME# supported from D0 D3hot
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-05]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:01.0: bridge window [mem 0x70000000-0x840fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:01.0: bridge window [mem 0x604b000000-0x604b0fffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: [8086:15e7] type 01 class 0x060400
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: enabling Extended Tags
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: supports D1 D2
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: PTM enabled, 4ns granularity
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.0: PCI bridge to [bus 06-6f]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.0: bridge window [mem 0x88000000-0xb60fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.0: bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:00.0: [8086:15e7] type 01 class 0x060400
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:00.0: enabling Extended Tags
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:00.0: supports D1 D2
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: [8086:15e7] type 01 class 0x060400
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: enabling Extended Tags
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: supports D1 D2
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:02.0: [8086:15e7] type 01 class 0x060400
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:02.0: enabling Extended Tags
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:02.0: supports D1 D2
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: PCI bridge to [bus 07-6f]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: bridge window [mem 0x88000000-0xb60fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:08:00.0: [8086:15e8] type 00 class 0x088000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:08:00.0: reg 0x10: [mem 0xb6000000-0xb603ffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:08:00.0: reg 0x14: [mem 0xb6040000-0xb6040fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:08:00.0: enabling Extended Tags
Feb 11 18:42:06 bto3-arch kernel: pci 0000:08:00.0: supports D1 D2
Feb 11 18:42:06 bto3-arch kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:00.0: PCI bridge to [bus 08]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:00.0: bridge window [mem 0xb6000000-0xb60fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: PCI bridge to [bus 09-6e]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: bridge window [mem 0x88000000-0xb5efffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:6f:00.0: [8086:15e9] type 00 class 0x0c0330
Feb 11 18:42:06 bto3-arch kernel: pci 0000:6f:00.0: reg 0x10: [mem 0xb5f00000-0xb5f0ffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:6f:00.0: enabling Extended Tags
Feb 11 18:42:06 bto3-arch kernel: pci 0000:6f:00.0: supports D1 D2
Feb 11 18:42:06 bto3-arch kernel: pci 0000:6f:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:6f:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x4 link at 0000:07:02.0 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:02.0: PCI bridge to [bus 6f]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:02.0: bridge window [mem 0xb5f00000-0xb5ffffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:70:00.0: [144d:a808] type 00 class 0x010802
Feb 11 18:42:06 bto3-arch kernel: pci 0000:70:00.0: reg 0x10: [mem 0x84500000-0x84503fff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.4: PCI bridge to [bus 70]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.4: bridge window [mem 0x84500000-0x845fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:71:00.0: [144d:a808] type 00 class 0x010802
Feb 11 18:42:06 bto3-arch kernel: pci 0000:71:00.0: reg 0x10: [mem 0x84400000-0x84403fff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.0: PCI bridge to [bus 71]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.0: bridge window [mem 0x84400000-0x844fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:72:00.0: [10ec:8168] type 00 class 0x020000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:72:00.0: reg 0x10: [io 0x3000-0x30ff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:72:00.0: reg 0x18: [mem 0x84304000-0x84304fff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:72:00.0: reg 0x20: [mem 0x84300000-0x84303fff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:72:00.0: supports D1 D2
Feb 11 18:42:06 bto3-arch kernel: pci 0000:72:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.5: PCI bridge to [bus 72]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.5: bridge window [io 0x3000-0x3fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.5: bridge window [mem 0x84300000-0x843fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:73:00.0: [10ec:525a] type 00 class 0xff0000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:73:00.0: reg 0x14: [mem 0x84200000-0x84200fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:73:00.0: supports D1 D2
Feb 11 18:42:06 bto3-arch kernel: pci 0000:73:00.0: PME# supported from D1 D2 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.6: PCI bridge to [bus 73]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.6: bridge window [mem 0x84200000-0x842fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:74:00.0: [8086:2723] type 00 class 0x028000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:74:00.0: reg 0x10: [mem 0x84100000-0x84103fff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:74:00.0: PME# supported from D0 D3hot D3cold
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.7: PCI bridge to [bus 74]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.7: bridge window [mem 0x84100000-0x841fffff]
Feb 11 18:42:06 bto3-arch kernel: ACPI: EC: interrupt unblocked
Feb 11 18:42:06 bto3-arch kernel: ACPI: EC: event unblocked
Feb 11 18:42:06 bto3-arch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Feb 11 18:42:06 bto3-arch kernel: ACPI: EC: GPE=0x3
Feb 11 18:42:06 bto3-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC initialization complete
Feb 11 18:42:06 bto3-arch kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Feb 11 18:42:06 bto3-arch kernel: iommu: Default domain type: Translated
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:02.0: vgaarb: no bridge control possible
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Feb 11 18:42:06 bto3-arch kernel: vgaarb: loaded
Feb 11 18:42:06 bto3-arch kernel: SCSI subsystem initialized
Feb 11 18:42:06 bto3-arch kernel: libata version 3.00 loaded.
Feb 11 18:42:06 bto3-arch kernel: ACPI: bus type USB registered
Feb 11 18:42:06 bto3-arch kernel: usbcore: registered new interface driver usbfs
Feb 11 18:42:06 bto3-arch kernel: usbcore: registered new interface driver hub
Feb 11 18:42:06 bto3-arch kernel: usbcore: registered new device driver usb
Feb 11 18:42:06 bto3-arch kernel: pps_core: LinuxPPS API ver. 1 registered
Feb 11 18:42:06 bto3-arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Feb 11 18:42:06 bto3-arch kernel: PTP clock support registered
Feb 11 18:42:06 bto3-arch kernel: EDAC MC: Ver: 3.0.0
Feb 11 18:42:06 bto3-arch kernel: Registered efivars operations
Feb 11 18:42:06 bto3-arch kernel: NetLabel: Initializing
Feb 11 18:42:06 bto3-arch kernel: NetLabel: domain hash size = 128
Feb 11 18:42:06 bto3-arch kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Feb 11 18:42:06 bto3-arch kernel: NetLabel: unlabeled traffic allowed by default
Feb 11 18:42:06 bto3-arch kernel: PCI: Using ACPI for IRQ routing
Feb 11 18:42:06 bto3-arch kernel: PCI: pci_cache_line_size set to 64 bytes
Feb 11 18:42:06 bto3-arch kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Feb 11 18:42:06 bto3-arch kernel: e820: reserve RAM buffer [mem 0x47458000-0x47ffffff]
Feb 11 18:42:06 bto3-arch kernel: e820: reserve RAM buffer [mem 0x4d4f0000-0x4fffffff]
Feb 11 18:42:06 bto3-arch kernel: e820: reserve RAM buffer [mem 0x5df6f000-0x5fffffff]
Feb 11 18:42:06 bto3-arch kernel: e820: reserve RAM buffer [mem 0x5fd10000-0x5fffffff]
Feb 11 18:42:06 bto3-arch kernel: e820: reserve RAM buffer [mem 0x890800000-0x893ffffff]
Feb 11 18:42:06 bto3-arch kernel: clocksource: Switched to clocksource tsc-early
Feb 11 18:42:06 bto3-arch kernel: VFS: Disk quotas dquot_6.6.0
Feb 11 18:42:06 bto3-arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 11 18:42:06 bto3-arch kernel: pnp: PnP ACPI init
Feb 11 18:42:06 bto3-arch kernel: system 00:00: [io 0x1800-0x18fe] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:00: [mem 0xfd000000-0xfd69ffff] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:00: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:00: [mem 0xfd6f0000-0xfdffffff] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:00: [mem 0xfe200000-0xfe7fffff] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:00: [mem 0xff000000-0xffffffff] could not be reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 11 18:42:06 bto3-arch kernel: system 00:01: [io 0x2000-0x20fe] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 11 18:42:06 bto3-arch kernel: pnp 00:02: disabling [io 0x3322-0x3323] because it overlaps 0000:00:1d.5 BAR 13 [io 0x3000-0x3fff]
Feb 11 18:42:06 bto3-arch kernel: system 00:02: [io 0x0680-0x069f] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:02: [io 0x164e-0x164f] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 11 18:42:06 bto3-arch kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Feb 11 18:42:06 bto3-arch kernel: system 00:04: [io 0x1854-0x1857] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Feb 11 18:42:06 bto3-arch kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
Feb 11 18:42:06 bto3-arch kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
Feb 11 18:42:06 bto3-arch kernel: system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:07: [mem 0xfed45000-0xfed8ffff] could not be reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
Feb 11 18:42:06 bto3-arch kernel: system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
Feb 11 18:42:06 bto3-arch kernel: pnp: PnP ACPI: found 8 devices
Feb 11 18:42:06 bto3-arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Feb 11 18:42:06 bto3-arch kernel: NET: Registered protocol family 2
Feb 11 18:42:06 bto3-arch kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Feb 11 18:42:06 bto3-arch kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Feb 11 18:42:06 bto3-arch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Feb 11 18:42:06 bto3-arch kernel: TCP: Hash tables configured (established 262144 bind 65536)
Feb 11 18:42:06 bto3-arch kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Feb 11 18:42:06 bto3-arch kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Feb 11 18:42:06 bto3-arch kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Feb 11 18:42:06 bto3-arch kernel: NET: Registered protocol family 1
Feb 11 18:42:06 bto3-arch kernel: NET: Registered protocol family 44
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: bridge window [io 0x1000-0x0fff] to [bus 09-6e] add_size 1000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: bridge window [io 0x1000-0x0fff] to [bus 07-6f] add_size 1000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.0: bridge window [io 0x1000-0x0fff] to [bus 06-6f] add_size 2000
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4008000000-0x4008000fff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x4008001000-0x4008001fff 64bit]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.0: BAR 13: assigned [io 0x6000-0x7fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0x82000000-0x8207ffff pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-05]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:01.0: bridge window [mem 0x70000000-0x840fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:01.0: bridge window [mem 0x604b000000-0x604b0fffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: BAR 13: assigned [io 0x6000-0x6fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: BAR 13: assigned [io 0x6000-0x6fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:00.0: PCI bridge to [bus 08]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:00.0: bridge window [mem 0xb6000000-0xb60fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: PCI bridge to [bus 09-6e]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: bridge window [io 0x6000-0x6fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: bridge window [mem 0x88000000-0xb5efffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:01.0: bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:02.0: PCI bridge to [bus 6f]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:07:02.0: bridge window [mem 0xb5f00000-0xb5ffffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: PCI bridge to [bus 07-6f]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: bridge window [io 0x6000-0x6fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: bridge window [mem 0x88000000-0xb60fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.0: PCI bridge to [bus 06-6f]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.0: bridge window [io 0x6000-0x7fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.0: bridge window [mem 0x88000000-0xb60fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.0: bridge window [mem 0x6000000000-0x6049ffffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.4: PCI bridge to [bus 70]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1b.4: bridge window [mem 0x84500000-0x845fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.0: PCI bridge to [bus 71]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.0: bridge window [mem 0x84400000-0x844fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.5: PCI bridge to [bus 72]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.5: bridge window [io 0x3000-0x3fff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.5: bridge window [mem 0x84300000-0x843fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.6: PCI bridge to [bus 73]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.6: bridge window [mem 0x84200000-0x842fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.7: PCI bridge to [bus 74]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:1d.7: bridge window [mem 0x84100000-0x841fffff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: resource 7 [mem 0x6d800000-0xdfffffff window]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:01: resource 1 [mem 0x70000000-0x840fffff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:01: resource 2 [mem 0x604b000000-0x604b0fffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:06: resource 0 [io 0x6000-0x7fff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:06: resource 1 [mem 0x88000000-0xb60fffff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:06: resource 2 [mem 0x6000000000-0x6049ffffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:07: resource 0 [io 0x6000-0x6fff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:07: resource 1 [mem 0x88000000-0xb60fffff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:07: resource 2 [mem 0x6000000000-0x6049ffffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:08: resource 1 [mem 0xb6000000-0xb60fffff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:09: resource 0 [io 0x6000-0x6fff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:09: resource 1 [mem 0x88000000-0xb5efffff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:09: resource 2 [mem 0x6000000000-0x6049ffffff 64bit pref]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:6f: resource 1 [mem 0xb5f00000-0xb5ffffff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:70: resource 1 [mem 0x84500000-0x845fffff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:71: resource 1 [mem 0x84400000-0x844fffff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:72: resource 0 [io 0x3000-0x3fff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:72: resource 1 [mem 0x84300000-0x843fffff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:73: resource 1 [mem 0x84200000-0x842fffff]
Feb 11 18:42:06 bto3-arch kernel: pci_bus 0000:74: resource 1 [mem 0x84100000-0x841fffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Feb 11 18:42:06 bto3-arch kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Feb 11 18:42:06 bto3-arch kernel: pci 0000:06:00.0: CLS mismatch (64 != 128), using 64 bytes
Feb 11 18:42:06 bto3-arch kernel: Trying to unpack rootfs image as initramfs...
Feb 11 18:42:06 bto3-arch kernel: Freeing initrd memory: 11084K
Feb 11 18:42:06 bto3-arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Feb 11 18:42:06 bto3-arch kernel: software IO TLB: mapped [mem 0x00000000592cc000-0x000000005d2cc000] (64MB)
Feb 11 18:42:06 bto3-arch kernel: check: Scanning for low memory corruption every 60 seconds
Feb 11 18:42:06 bto3-arch kernel: Initialise system trusted keyrings
Feb 11 18:42:06 bto3-arch kernel: Key type blacklist registered
Feb 11 18:42:06 bto3-arch kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Feb 11 18:42:06 bto3-arch kernel: zbud: loaded
Feb 11 18:42:06 bto3-arch kernel: Key type asymmetric registered
Feb 11 18:42:06 bto3-arch kernel: Asymmetric key parser 'x509' registered
Feb 11 18:42:06 bto3-arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Feb 11 18:42:06 bto3-arch kernel: io scheduler mq-deadline registered
Feb 11 18:42:06 bto3-arch kernel: io scheduler kyber registered
Feb 11 18:42:06 bto3-arch kernel: io scheduler bfq registered
Feb 11 18:42:06 bto3-arch kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
Feb 11 18:42:06 bto3-arch kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Feb 11 18:42:06 bto3-arch kernel: pcieport 0000:00:1b.0: PME: Signaling with IRQ 123
Feb 11 18:42:06 bto3-arch kernel: pcieport 0000:00:1b.0: pciehp: Slot #16 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Feb 11 18:42:06 bto3-arch kernel: pcieport 0000:00:1b.4: PME: Signaling with IRQ 124
Feb 11 18:42:06 bto3-arch kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 125
Feb 11 18:42:06 bto3-arch kernel: pcieport 0000:00:1d.5: PME: Signaling with IRQ 126
Feb 11 18:42:06 bto3-arch kernel: pcieport 0000:00:1d.6: PME: Signaling with IRQ 127
Feb 11 18:42:06 bto3-arch kernel: pcieport 0000:00:1d.7: PME: Signaling with IRQ 128
Feb 11 18:42:06 bto3-arch kernel: pcieport 0000:07:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Feb 11 18:42:06 bto3-arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 11 18:42:06 bto3-arch kernel: efifb: probing for efifb
Feb 11 18:42:06 bto3-arch kernel: efifb: Ignoring BGRT: unexpected or invalid BMP data
Feb 11 18:42:06 bto3-arch kernel: efifb: framebuffer at 0x4000000000, using 3072k, total 3072k
Feb 11 18:42:06 bto3-arch kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Feb 11 18:42:06 bto3-arch kernel: efifb: scrolling: redraw
Feb 11 18:42:06 bto3-arch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Feb 11 18:42:06 bto3-arch kernel: fbcon: Deferring console take-over
Feb 11 18:42:06 bto3-arch kernel: fb0: EFI VGA frame buffer device
Feb 11 18:42:06 bto3-arch kernel: intel_idle: MWAIT substates: 0x11142120
Feb 11 18:42:06 bto3-arch kernel: intel_idle: v0.5.1 model 0x9E
Feb 11 18:42:06 bto3-arch kernel: intel_idle: Local APIC timer is reliable in all C-states
Feb 11 18:42:06 bto3-arch kernel: ACPI: AC Adapter [AC] (on-line)
Feb 11 18:42:06 bto3-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Feb 11 18:42:06 bto3-arch kernel: ACPI: Power Button [PWRB]
Feb 11 18:42:06 bto3-arch kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Feb 11 18:42:06 bto3-arch kernel: ACPI: Sleep Button [SLPB]
Feb 11 18:42:06 bto3-arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Feb 11 18:42:06 bto3-arch kernel: ACPI: Lid Switch [LID0]
Feb 11 18:42:06 bto3-arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Feb 11 18:42:06 bto3-arch kernel: ACPI: Power Button [PWRF]
Feb 11 18:42:06 bto3-arch kernel: ACPI: Invalid active0 threshold
Feb 11 18:42:06 bto3-arch kernel: thermal LNXTHERM:00: registered as thermal_zone0
Feb 11 18:42:06 bto3-arch kernel: ACPI: Thermal Zone [TZ0] (39 C)
Feb 11 18:42:06 bto3-arch kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb 11 18:42:06 bto3-arch kernel: hpet_acpi_add: no address or irqs in _CRS
Feb 11 18:42:06 bto3-arch kernel: Non-volatile memory driver v1.3
Feb 11 18:42:06 bto3-arch kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Feb 11 18:42:06 bto3-arch kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Feb 11 18:42:06 bto3-arch kernel: nvme nvme0: pci function 0000:70:00.0
Feb 11 18:42:06 bto3-arch kernel: nvme nvme1: pci function 0000:71:00.0
Feb 11 18:42:06 bto3-arch kernel: ahci 0000:00:17.0: version 3.0
Feb 11 18:42:06 bto3-arch kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Feb 11 18:42:06 bto3-arch kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part ems deso sadm sds apst
Feb 11 18:42:06 bto3-arch kernel: scsi host0: ahci
Feb 11 18:42:06 bto3-arch kernel: ata1: SATA max UDMA/133 abar m2048@0x84613000 port 0x84613100 irq 134
Feb 11 18:42:06 bto3-arch kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Feb 11 18:42:06 bto3-arch kernel: ehci-pci: EHCI PCI platform driver
Feb 11 18:42:06 bto3-arch kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Feb 11 18:42:06 bto3-arch kernel: ohci-pci: OHCI PCI platform driver
Feb 11 18:42:06 bto3-arch kernel: uhci_hcd: USB Universal Host Controller Interface driver
Feb 11 18:42:06 bto3-arch kernel: usbcore: registered new interface driver usbserial_generic
Feb 11 18:42:06 bto3-arch kernel: usbserial: USB Serial support registered for generic
Feb 11 18:42:06 bto3-arch kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Feb 11 18:42:06 bto3-arch kernel: nvme nvme1: missing or invalid SUBNQN field.
Feb 11 18:42:06 bto3-arch kernel: nvme nvme1: Shutdown timeout set to 8 seconds
Feb 11 18:42:06 bto3-arch kernel: nvme nvme0: missing or invalid SUBNQN field.
Feb 11 18:42:06 bto3-arch kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Feb 11 18:42:06 bto3-arch kernel: nvme nvme0: 16/0/0 default/read/poll queues
Feb 11 18:42:06 bto3-arch kernel: nvme nvme1: 16/0/0 default/read/poll queues
Feb 11 18:42:06 bto3-arch kernel: nvme0n1: p1 p2 p3 p4 p5
Feb 11 18:42:06 bto3-arch kernel: nvme1n1: p1
Feb 11 18:42:06 bto3-arch kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Feb 11 18:42:06 bto3-arch kernel: ata1: SATA link down (SStatus 4 SControl 300)
Feb 11 18:42:06 bto3-arch kernel: i8042: Detected active multiplexing controller, rev 1.1
Feb 11 18:42:06 bto3-arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 11 18:42:06 bto3-arch kernel: serio: i8042 AUX0 port at 0x60,0x64 irq 12
Feb 11 18:42:06 bto3-arch kernel: serio: i8042 AUX1 port at 0x60,0x64 irq 12
Feb 11 18:42:06 bto3-arch kernel: serio: i8042 AUX2 port at 0x60,0x64 irq 12
Feb 11 18:42:06 bto3-arch kernel: serio: i8042 AUX3 port at 0x60,0x64 irq 12
Feb 11 18:42:06 bto3-arch kernel: rtc_cmos 00:03: RTC can wake from S4
Feb 11 18:42:06 bto3-arch kernel: rtc_cmos 00:03: registered as rtc0
Feb 11 18:42:06 bto3-arch kernel: rtc_cmos 00:03: setting system clock to 2021-02-11T17:42:05 UTC (1613065325)
Feb 11 18:42:06 bto3-arch kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
Feb 11 18:42:06 bto3-arch kernel: intel_pstate: Intel P-state driver initializing
Feb 11 18:42:06 bto3-arch kernel: intel_pstate: Disabling energy efficiency optimization
Feb 11 18:42:06 bto3-arch kernel: intel_pstate: HWP enabled
Feb 11 18:42:06 bto3-arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 11 18:42:06 bto3-arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Feb 11 18:42:06 bto3-arch kernel: pstore: Registered efi as persistent store backend
Feb 11 18:42:06 bto3-arch kernel: hid: raw HID events driver (C) Jiri Kosina
Feb 11 18:42:06 bto3-arch kernel: intel_pmc_core intel_pmc_core.0: initialized
Feb 11 18:42:06 bto3-arch kernel: drop_monitor: Initializing network drop monitor service
Feb 11 18:42:06 bto3-arch kernel: Initializing XFRM netlink socket
Feb 11 18:42:06 bto3-arch kernel: NET: Registered protocol family 10
Feb 11 18:42:06 bto3-arch kernel: Segment Routing with IPv6
Feb 11 18:42:06 bto3-arch kernel: RPL Segment Routing with IPv6
Feb 11 18:42:06 bto3-arch kernel: NET: Registered protocol family 17
Feb 11 18:42:06 bto3-arch kernel: microcode: sig=0x906ed, pf=0x20, revision=0xde
Feb 11 18:42:06 bto3-arch kernel: microcode: Microcode Update Driver: v2.2.
Feb 11 18:42:06 bto3-arch kernel: IPI shorthand broadcast: enabled
Feb 11 18:42:06 bto3-arch kernel: sched_clock: Marking stable (2131428850, 10183616)->(2168157540, -26545074)
Feb 11 18:42:06 bto3-arch kernel: registered taskstats version 1
Feb 11 18:42:06 bto3-arch kernel: Loading compiled-in X.509 certificates
Feb 11 18:42:06 bto3-arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 8ab53185774abb1c9f8bcd2564cfe42dc80a998d'
Feb 11 18:42:06 bto3-arch kernel: zswap: loaded using pool lz4/z3fold
Feb 11 18:42:06 bto3-arch kernel: Key type ._fscrypt registered
Feb 11 18:42:06 bto3-arch kernel: Key type .fscrypt registered
Feb 11 18:42:06 bto3-arch kernel: Key type fscrypt-provisioning registered
Feb 11 18:42:06 bto3-arch kernel: pstore: Using crash dump compression: zstd
Feb 11 18:42:06 bto3-arch kernel: PM: Magic number: 9:289:744
Feb 11 18:42:06 bto3-arch kernel: RAS: Correctable Errors collector initialized.
Feb 11 18:42:06 bto3-arch kernel: Freeing unused decrypted memory: 2036K
Feb 11 18:42:06 bto3-arch kernel: Freeing unused kernel image (initmem) memory: 1708K
Feb 11 18:42:06 bto3-arch kernel: Write protecting the kernel read-only data: 26624k
Feb 11 18:42:06 bto3-arch kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Feb 11 18:42:06 bto3-arch kernel: Freeing unused kernel image (rodata/data gap) memory: 1432K
Feb 11 18:42:06 bto3-arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 11 18:42:06 bto3-arch kernel: rodata_test: all tests were successful
Feb 11 18:42:06 bto3-arch kernel: Run /init as init process
Feb 11 18:42:06 bto3-arch kernel: with arguments:
Feb 11 18:42:06 bto3-arch kernel: /init
Feb 11 18:42:06 bto3-arch kernel: with environment:
Feb 11 18:42:06 bto3-arch kernel: HOME=/
Feb 11 18:42:06 bto3-arch kernel: TERM=linux
Feb 11 18:42:06 bto3-arch kernel: BOOT_IMAGE=/boot/vmlinuz-linux
Feb 11 18:42:06 bto3-arch kernel: fbcon: Taking over console
Feb 11 18:42:06 bto3-arch kernel: Console: switching to colour frame buffer device 128x48
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Feb 11 18:42:06 bto3-arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Feb 11 18:42:06 bto3-arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 11 18:42:06 bto3-arch kernel: usb usb1: Product: xHCI Host Controller
Feb 11 18:42:06 bto3-arch kernel: usb usb1: Manufacturer: Linux 5.10.13-arch1-2 xhci-hcd
Feb 11 18:42:06 bto3-arch kernel: usb usb1: SerialNumber: 0000:00:14.0
Feb 11 18:42:06 bto3-arch kernel: hub 1-0:1.0: USB hub found
Feb 11 18:42:06 bto3-arch kernel: hub 1-0:1.0: 16 ports detected
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Feb 11 18:42:06 bto3-arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
Feb 11 18:42:06 bto3-arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 11 18:42:06 bto3-arch kernel: usb usb2: Product: xHCI Host Controller
Feb 11 18:42:06 bto3-arch kernel: usb usb2: Manufacturer: Linux 5.10.13-arch1-2 xhci-hcd
Feb 11 18:42:06 bto3-arch kernel: usb usb2: SerialNumber: 0000:00:14.0
Feb 11 18:42:06 bto3-arch kernel: hub 2-0:1.0: USB hub found
Feb 11 18:42:06 bto3-arch kernel: hub 2-0:1.0: 8 ports detected
Feb 11 18:42:06 bto3-arch kernel: usb: port power management may be unreliable
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 3
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Feb 11 18:42:06 bto3-arch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Feb 11 18:42:06 bto3-arch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 11 18:42:06 bto3-arch kernel: usb usb3: Product: xHCI Host Controller
Feb 11 18:42:06 bto3-arch kernel: usb usb3: Manufacturer: Linux 5.10.13-arch1-2 xhci-hcd
Feb 11 18:42:06 bto3-arch kernel: usb usb3: SerialNumber: 0000:01:00.2
Feb 11 18:42:06 bto3-arch kernel: hub 3-0:1.0: USB hub found
Feb 11 18:42:06 bto3-arch kernel: hub 3-0:1.0: 2 ports detected
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 4
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Feb 11 18:42:06 bto3-arch kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Feb 11 18:42:06 bto3-arch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
Feb 11 18:42:06 bto3-arch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 11 18:42:06 bto3-arch kernel: usb usb4: Product: xHCI Host Controller
Feb 11 18:42:06 bto3-arch kernel: usb usb4: Manufacturer: Linux 5.10.13-arch1-2 xhci-hcd
Feb 11 18:42:06 bto3-arch kernel: usb usb4: SerialNumber: 0000:01:00.2
Feb 11 18:42:06 bto3-arch kernel: hub 4-0:1.0: USB hub found
Feb 11 18:42:06 bto3-arch kernel: hub 4-0:1.0: 4 ports detected
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:6f:00.0: xHCI Host Controller
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:6f:00.0: new USB bus registered, assigned bus number 5
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:6f:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
Feb 11 18:42:06 bto3-arch kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Feb 11 18:42:06 bto3-arch kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 11 18:42:06 bto3-arch kernel: usb usb5: Product: xHCI Host Controller
Feb 11 18:42:06 bto3-arch kernel: usb usb5: Manufacturer: Linux 5.10.13-arch1-2 xhci-hcd
Feb 11 18:42:06 bto3-arch kernel: usb usb5: SerialNumber: 0000:6f:00.0
Feb 11 18:42:06 bto3-arch kernel: hub 5-0:1.0: USB hub found
Feb 11 18:42:06 bto3-arch kernel: hub 5-0:1.0: 2 ports detected
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:6f:00.0: xHCI Host Controller
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:6f:00.0: new USB bus registered, assigned bus number 6
Feb 11 18:42:06 bto3-arch kernel: xhci_hcd 0000:6f:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Feb 11 18:42:06 bto3-arch kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
Feb 11 18:42:06 bto3-arch kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 11 18:42:06 bto3-arch kernel: usb usb6: Product: xHCI Host Controller
Feb 11 18:42:06 bto3-arch kernel: usb usb6: Manufacturer: Linux 5.10.13-arch1-2 xhci-hcd
Feb 11 18:42:06 bto3-arch kernel: usb usb6: SerialNumber: 0000:6f:00.0
Feb 11 18:42:06 bto3-arch kernel: hub 6-0:1.0: USB hub found
Feb 11 18:42:06 bto3-arch kernel: hub 6-0:1.0: 2 ports detected
Feb 11 18:42:06 bto3-arch kernel: EXT4-fs (nvme0n1p5): mounted filesystem with ordered data mode. Opts: (null)
Feb 11 18:42:06 bto3-arch kernel: tsc: Refined TSC clocksource calibration: 2399.997 MHz
Feb 11 18:42:06 bto3-arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x229834d6ac9, max_idle_ns: 440795285103 ns
Feb 11 18:42:06 bto3-arch kernel: clocksource: Switched to clocksource tsc
Feb 11 18:42:06 bto3-arch kernel: random: fast init done
Feb 11 18:42:06 bto3-arch systemd[1]: systemd 247.3-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Feb 11 18:42:06 bto3-arch systemd[1]: Detected architecture x86-64.
Feb 11 18:42:06 bto3-arch systemd[1]: Set hostname to <bto3-arch>.
Feb 11 18:42:06 bto3-arch kernel: usb 1-6: new full-speed USB device number 2 using xhci_hcd
Feb 11 18:42:06 bto3-arch systemd[1]: Queued start job for default target Graphical Interface.
Feb 11 18:42:06 bto3-arch kernel: usb 1-6: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Feb 11 18:42:06 bto3-arch kernel: usb 1-6: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Feb 11 18:42:06 bto3-arch kernel: usb 1-6: Product: CSR8510 A10
Feb 11 18:42:06 bto3-arch systemd[1]: Created slice system-getty.slice.
Feb 11 18:42:06 bto3-arch systemd[1]: Created slice system-modprobe.slice.
Feb 11 18:42:06 bto3-arch systemd[1]: Created slice system-systemd\x2dfsck.slice.
Feb 11 18:42:06 bto3-arch systemd[1]: Created slice User and Session Slice.
Feb 11 18:42:06 bto3-arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 11 18:42:06 bto3-arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Feb 11 18:42:06 bto3-arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target Local Encrypted Volumes.
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target Login Prompts.
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target Remote File Systems.
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target Slices.
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target Swap.
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target System Time Set.
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target System Time Synchronized.
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on LVM2 metadata daemon socket.
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on LVM2 poll daemon socket.
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on Process Core Dump Socket.
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on Journal Audit Socket.
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on Journal Socket (/dev/log).
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on Journal Socket.
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on udev Control Socket.
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on udev Kernel Socket.
Feb 11 18:42:06 bto3-arch systemd[1]: Mounting Huge Pages File System...
Feb 11 18:42:06 bto3-arch systemd[1]: Mounting POSIX Message Queue File System...
Feb 11 18:42:06 bto3-arch systemd[1]: Mounting Kernel Debug File System...
Feb 11 18:42:06 bto3-arch systemd[1]: Mounting Kernel Trace File System...
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Create list of static device nodes for the current kernel...
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Load Kernel Module configfs...
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Load Kernel Module drm...
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Load Kernel Module fuse...
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Set Up Additional Binary Formats...
Feb 11 18:42:06 bto3-arch systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Journal Service...
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Load Kernel Modules...
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Remount Root and Kernel File Systems...
Feb 11 18:42:06 bto3-arch systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Coldplug All udev Devices...
Feb 11 18:42:06 bto3-arch kernel: Linux agpgart interface v0.103
Feb 11 18:42:06 bto3-arch systemd[1]: Mounted Huge Pages File System.
Feb 11 18:42:06 bto3-arch kernel: random: lvm: uninitialized urandom read (4 bytes read)
Feb 11 18:42:06 bto3-arch systemd[1]: Mounted POSIX Message Queue File System.
Feb 11 18:42:06 bto3-arch systemd[1]: Mounted Kernel Debug File System.
Feb 11 18:42:06 bto3-arch systemd[1]: Mounted Kernel Trace File System.
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Create list of static device nodes for the current kernel.
Feb 11 18:42:06 bto3-arch systemd[1]: modprobe@configfs.service: Succeeded.
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Load Kernel Module configfs.
Feb 11 18:42:06 bto3-arch systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 306 (systemd-binfmt)
Feb 11 18:42:06 bto3-arch systemd[1]: Mounting Arbitrary Executable File Formats File System...
Feb 11 18:42:06 bto3-arch systemd[1]: Mounting Kernel Configuration File System...
Feb 11 18:42:06 bto3-arch kernel: acpi_call: loading out-of-tree module taints kernel.
Feb 11 18:42:06 bto3-arch kernel: acpi_call: module verification failed: signature and/or required key missing - tainting kernel
Feb 11 18:42:06 bto3-arch kernel: EXT4-fs (nvme0n1p5): re-mounted. Opts: (null)
Feb 11 18:42:06 bto3-arch systemd[1]: Mounted Arbitrary Executable File Formats File System.
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Remount Root and Kernel File Systems.
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Set Up Additional Binary Formats.
Feb 11 18:42:06 bto3-arch systemd[1]: Mounted Kernel Configuration File System.
Feb 11 18:42:06 bto3-arch systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Feb 11 18:42:06 bto3-arch systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Load/Save Random Seed...
Feb 11 18:42:06 bto3-arch systemd[1]: Condition check resulted in Create System Users being skipped.
Feb 11 18:42:06 bto3-arch kernel: fuse: init (API version 7.32)
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Create Static Device Nodes in /dev...
Feb 11 18:42:06 bto3-arch systemd[1]: modprobe@fuse.service: Succeeded.
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Load Kernel Module fuse.
Feb 11 18:42:06 bto3-arch systemd[1]: Mounting FUSE Control File System...
Feb 11 18:42:06 bto3-arch systemd[1]: Mounted FUSE Control File System.
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Load Kernel Modules.
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Apply Kernel Variables...
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Apply Kernel Variables.
Feb 11 18:42:06 bto3-arch kernel: audit: type=1130 audit(1613065326.301:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Create Static Device Nodes in /dev.
Feb 11 18:42:06 bto3-arch kernel: audit: type=1130 audit(1613065326.304:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd[1]: modprobe@drm.service: Succeeded.
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Load Kernel Module drm.
Feb 11 18:42:06 bto3-arch kernel: audit: type=1130 audit(1613065326.304:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch kernel: audit: type=1131 audit(1613065326.304:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch kernel: audit: type=1334 audit(1613065326.304:6): prog-id=13 op=LOAD
Feb 11 18:42:06 bto3-arch kernel: audit: type=1334 audit(1613065326.304:7): prog-id=14 op=LOAD
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Rule-based Manager for Device Events and Files...
Feb 11 18:42:06 bto3-arch systemd-journald[307]: Journal started
Feb 11 18:42:06 bto3-arch systemd-journald[307]: Runtime Journal (/run/log/journal/3ba46a2f5df9408db32d4eb8e47ce7b7) is 8.0M, max 1.5G, 1.5G free.
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Coldplug All udev Devices.
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch audit: BPF prog-id=13 op=LOAD
Feb 11 18:42:06 bto3-arch audit: BPF prog-id=14 op=LOAD
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd-modules-load[308]: Inserted module 'acpi_call'
Feb 11 18:42:06 bto3-arch systemd-modules-load[308]: Inserted module 'crypto_user'
Feb 11 18:42:06 bto3-arch systemd-modules-load[308]: Inserted module 'sg'
Feb 11 18:42:06 bto3-arch systemd-modules-load[308]: Module 'msr' is built in
Feb 11 18:42:06 bto3-arch systemd-random-seed[314]: Kernel entropy pool is not initialized yet, waiting until it is.
Feb 11 18:42:06 bto3-arch systemd-modules-load[308]: Inserted module 'coretemp'
Feb 11 18:42:06 bto3-arch systemd-sysctl[318]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Feb 11 18:42:06 bto3-arch systemd-sysctl[318]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Feb 11 18:42:06 bto3-arch systemd-sysctl[318]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Feb 11 18:42:06 bto3-arch systemd-sysctl[318]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Feb 11 18:42:06 bto3-arch systemd-sysctl[318]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Feb 11 18:42:06 bto3-arch systemd-sysctl[318]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Flush Journal to Persistent Storage...
Feb 11 18:42:06 bto3-arch systemd-journald[307]: Time spent on flushing to /var/log/journal/3ba46a2f5df9408db32d4eb8e47ce7b7 is 28.568ms for 941 entries.
Feb 11 18:42:06 bto3-arch systemd-journald[307]: System Journal (/var/log/journal/3ba46a2f5df9408db32d4eb8e47ce7b7) is 1.6G, max 4.0G, 2.3G free.
Feb 11 18:42:06 bto3-arch kernel: audit: type=1130 audit(1613065326.327:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd[1]: Started Journal Service.
Feb 11 18:42:06 bto3-arch kernel: audit: type=1130 audit(1613065326.327:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch kernel: audit: type=1130 audit(1613065326.351:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch kernel: wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
Feb 11 18:42:06 bto3-arch kernel: wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
Feb 11 18:42:06 bto3-arch kernel: wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
Feb 11 18:42:06 bto3-arch kernel: wmi_bus wmi_bus-PNP0C14:01: WQ data block query control method not found
Feb 11 18:42:06 bto3-arch kernel: acpi PNP0C14:05: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:04)
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd[1]: Started Rule-based Manager for Device Events and Files.
Feb 11 18:42:06 bto3-arch systemd[1]: Started LVM2 metadata daemon.
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Flush Journal to Persistent Storage.
Feb 11 18:42:06 bto3-arch kernel: usb 1-7: new full-speed USB device number 3 using xhci_hcd
Feb 11 18:42:06 bto3-arch systemd[1]: Found device Samsung SSD 970 EVO 1TB EFI\x20system\x20partition.
Feb 11 18:42:06 bto3-arch systemd[1]: Found device Samsung SSD 970 EVO 1TB 1.
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target Local File Systems (Pre).
Feb 11 18:42:06 bto3-arch kernel: usb 1-7: New USB device found, idVendor=06cb, idProduct=00c7, bcdDevice= 0.00
Feb 11 18:42:06 bto3-arch kernel: usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Feb 11 18:42:06 bto3-arch kernel: usb 1-7: SerialNumber: 78c2898c21e3
Feb 11 18:42:06 bto3-arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Feb 11 18:42:06 bto3-arch systemd[1]: Mounting /home/dirk/tmp...
Feb 11 18:42:06 bto3-arch systemd[1]: Mounting /tmp...
Feb 11 18:42:06 bto3-arch systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Feb 11 18:42:06 bto3-arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/28EC-CBCE...
Feb 11 18:42:06 bto3-arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/c521b264-ac48-4010-b531-78e8e1a27129...
Feb 11 18:42:06 bto3-arch systemd[1]: Mounted /home/dirk/tmp.
Feb 11 18:42:06 bto3-arch systemd[1]: Mounted /tmp.
Feb 11 18:42:06 bto3-arch kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Feb 11 18:42:06 bto3-arch kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Feb 11 18:42:06 bto3-arch kernel: i2c i2c-1: 2/2 memory slots populated (from DMI)
Feb 11 18:42:06 bto3-arch kernel: i2c i2c-1: Successfully instantiated SPD at 0x50
Feb 11 18:42:06 bto3-arch kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Feb 11 18:42:06 bto3-arch kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Feb 11 18:42:06 bto3-arch kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Feb 11 18:42:06 bto3-arch kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Feb 11 18:42:06 bto3-arch kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Feb 11 18:42:06 bto3-arch kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Feb 11 18:42:06 bto3-arch kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Feb 11 18:42:06 bto3-arch kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Feb 11 18:42:06 bto3-arch kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Feb 11 18:42:06 bto3-arch kernel: cryptd: max_cpu_qlen set to 1000
Feb 11 18:42:06 bto3-arch systemd-fsck[389]: fsck.fat 4.1 (2017-01-24)
Feb 11 18:42:06 bto3-arch systemd-fsck[389]: /dev/nvme0n1p2: 184 files, 25308/101588 clusters
Feb 11 18:42:06 bto3-arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/28EC-CBCE.
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-28EC\x2dCBCE comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd[1]: Mounting /efi...
Feb 11 18:42:06 bto3-arch systemd-fsck[392]: /dev/nvme1n1p1: clean, 666806/61054976 files, 204911399/244190385 blocks
Feb 11 18:42:06 bto3-arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/c521b264-ac48-4010-b531-78e8e1a27129.
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-c521b264\x2dac48\x2d4010\x2db531\x2d78e8e1a27129 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd[1]: Mounting /data...
Feb 11 18:42:06 bto3-arch systemd[1]: Mounted /data.
Feb 11 18:42:06 bto3-arch kernel: EXT4-fs (nvme1n1p1): mounted filesystem with ordered data mode. Opts: (null)
Feb 11 18:42:06 bto3-arch kernel: usb 1-8: new full-speed USB device number 4 using xhci_hcd
Feb 11 18:42:06 bto3-arch kernel: AVX2 version of gcm_enc/dec engaged.
Feb 11 18:42:06 bto3-arch kernel: AES CTR mode by8 optimization enabled
Feb 11 18:42:06 bto3-arch systemd[1]: Mounted /efi.
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target Local File Systems.
Feb 11 18:42:06 bto3-arch systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Feb 11 18:42:06 bto3-arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Feb 11 18:42:06 bto3-arch kernel: libphy: r8169: probed
Feb 11 18:42:06 bto3-arch kernel: r8169 0000:72:00.0 eth0: RTL8168h/8111h, 80:fa:5b:75:a4:93, XID 541, IRQ 189
Feb 11 18:42:06 bto3-arch kernel: r8169 0000:72:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Create Volatile Files and Directories...
Feb 11 18:42:06 bto3-arch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Feb 11 18:42:06 bto3-arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Feb 11 18:42:06 bto3-arch kernel: cfg80211: failed to load regulatory.db
Feb 11 18:42:06 bto3-arch kernel: usb 1-8: New USB device found, idVendor=048d, idProduct=8910, bcdDevice= 0.01
Feb 11 18:42:06 bto3-arch kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 11 18:42:06 bto3-arch kernel: usb 1-8: Product: ITE Device(829x)
Feb 11 18:42:06 bto3-arch kernel: usb 1-8: Manufacturer: ITE Tech. Inc.
Feb 11 18:42:06 bto3-arch kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Feb 11 18:42:06 bto3-arch kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Create Volatile Files and Directories.
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Feb 11 18:42:06 bto3-arch systemd[1]: Condition check resulted in Update is Completed being skipped.
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Feb 11 18:42:06 bto3-arch audit[424]: SYSTEM_BOOT pid=424 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target System Initialization.
Feb 11 18:42:06 bto3-arch systemd[1]: Started CUPS Scheduler.
Feb 11 18:42:06 bto3-arch systemd[1]: Started Discard unused blocks once a week.
Feb 11 18:42:06 bto3-arch systemd[1]: Started Daily man-db regeneration.
Feb 11 18:42:06 bto3-arch systemd[1]: Started Daily verification of password and group files.
Feb 11 18:42:06 bto3-arch systemd[1]: Started Daily Cleanup of Temporary Directories.
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target Paths.
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target Timers.
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on CUPS Scheduler.
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on D-Bus System Message Bus Socket.
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Docker Socket for the API.
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on Docker Socket for the API.
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target Sockets.
Feb 11 18:42:06 bto3-arch systemd[1]: Reached target Basic System.
Feb 11 18:42:06 bto3-arch systemd[1]: Starting NTP client/server...
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Apply cpupower configuration...
Feb 11 18:42:06 bto3-arch systemd[1]: Started D-Bus System Message Bus.
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch systemd[1]: Starting firewalld - dynamic firewall daemon...
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Powertop tunings...
Feb 11 18:42:06 bto3-arch systemd[1]: Condition check resulted in SSH Key Generation being skipped.
Feb 11 18:42:06 bto3-arch audit: BPF prog-id=15 op=LOAD
Feb 11 18:42:06 bto3-arch audit: BPF prog-id=16 op=LOAD
Feb 11 18:42:06 bto3-arch systemd[1]: Starting User Login Management...
Feb 11 18:42:06 bto3-arch systemd[1]: Starting Thermal Daemon Service...
Feb 11 18:42:06 bto3-arch kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Feb 11 18:42:06 bto3-arch systemd[1]: Finished Apply cpupower configuration.
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cpupower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch chronyd[434]: chronyd version 3.5.1 starting (+CMDMON +NTP +REFCLOCK +RTC +PRIVDROP +SCFILTER +SIGND +ASYNCDNS +SECHASH +IPV6 -DEBUG)
Feb 11 18:42:06 bto3-arch chronyd[434]: Frequency 101.475 +/- 38.392 ppm read from /var/lib/chrony/drift
Feb 11 18:42:06 bto3-arch chronyd[434]: Using right/UTC timezone to obtain leap second data
Feb 11 18:42:06 bto3-arch systemd[1]: Started NTP client/server.
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=chronyd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch kernel: random: chronyd: uninitialized urandom read (4096 bytes read)
Feb 11 18:42:06 bto3-arch powertop[430]: modprobe cpufreq_stats failedLoaded 0 prior measurements
Feb 11 18:42:06 bto3-arch powertop[430]: RAPL device for cpu 0
Feb 11 18:42:06 bto3-arch powertop[430]: RAPL device for cpu 0
Feb 11 18:42:06 bto3-arch systemd[1]: Started Thermal Daemon Service.
Feb 11 18:42:06 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=thermald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:06 bto3-arch thermald[432]: NO RAPL sysfs present
Feb 11 18:42:06 bto3-arch thermald[432]: 22 CPUID levels; family:model:stepping 0x6:9e:d (6:158:13)
Feb 11 18:42:06 bto3-arch thermald[432]: NO RAPL sysfs present
Feb 11 18:42:06 bto3-arch thermald[432]: 22 CPUID levels; family:model:stepping 0x6:9e:d (6:158:13)
Feb 11 18:42:06 bto3-arch thermald[432]: Polling mode is enabled: 4
Feb 11 18:42:06 bto3-arch thermald[432]: sensor id 5 : No temp sysfs for reading raw temp
Feb 11 18:42:06 bto3-arch thermald[432]: sensor id 5 : No temp sysfs for reading raw temp
Feb 11 18:42:06 bto3-arch thermald[432]: sensor id 5 : No temp sysfs for reading raw temp
Feb 11 18:42:06 bto3-arch thermald[432]: Config file /etc/thermald/thermal-conf.xml does not exist
Feb 11 18:42:06 bto3-arch thermald[432]: Config file /etc/thermald/thermal-conf.xml does not exist
Feb 11 18:42:06 bto3-arch thermald[432]: Config file /etc/thermald/thermal-conf.xml does not exist
Feb 11 18:42:06 bto3-arch kernel: usb 1-9: new high-speed USB device number 5 using xhci_hcd
Feb 11 18:42:06 bto3-arch systemd-udevd[375]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 11 18:42:06 bto3-arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Feb 11 18:42:07 bto3-arch systemd-logind[431]: Watching system buttons on /dev/input/event3 (Power Button)
Feb 11 18:42:07 bto3-arch systemd-logind[431]: Watching system buttons on /dev/input/event0 (Power Button)
Feb 11 18:42:07 bto3-arch systemd-logind[431]: Watching system buttons on /dev/input/event2 (Lid Switch)
Feb 11 18:42:07 bto3-arch systemd-logind[431]: Watching system buttons on /dev/input/event1 (Sleep Button)
Feb 11 18:42:07 bto3-arch systemd-logind[431]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Feb 11 18:42:07 bto3-arch systemd-logind[431]: New seat seat0.
Feb 11 18:42:07 bto3-arch systemd[1]: Started User Login Management.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch kernel: usb 1-9: New USB device found, idVendor=5986, idProduct=9102, bcdDevice= 6.01
Feb 11 18:42:07 bto3-arch kernel: usb 1-9: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Feb 11 18:42:07 bto3-arch kernel: usb 1-9: Product: BisonCam,NB Pro
Feb 11 18:42:07 bto3-arch kernel: usb 1-9: Manufacturer: Sonix Technology Co., Ltd.
Feb 11 18:42:07 bto3-arch kernel: Intel(R) Wireless WiFi driver for Linux
Feb 11 18:42:07 bto3-arch kernel: iTCO_vendor_support: vendor-support=0
Feb 11 18:42:07 bto3-arch kernel: iwlwifi 0000:74:00.0: api flags index 2 larger than supported by driver
Feb 11 18:42:07 bto3-arch kernel: iwlwifi 0000:74:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
Feb 11 18:42:07 bto3-arch kernel: iwlwifi 0000:74:00.0: loaded firmware version 59.601f3a66.0 cc-a0-59.ucode op_mode iwlmvm
Feb 11 18:42:07 bto3-arch kernel: ee1004 1-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Feb 11 18:42:07 bto3-arch kernel: checking generic (4000000000 300000) vs hw (604a000000 1000000)
Feb 11 18:42:07 bto3-arch kernel: checking generic (4000000000 300000) vs hw (4000000000 8000000)
Feb 11 18:42:07 bto3-arch kernel: fb0: switching to inteldrmfb from EFI VGA
Feb 11 18:42:07 bto3-arch kernel: Console: switching to colour dummy device 80x25
Feb 11 18:42:07 bto3-arch kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Feb 11 18:42:07 bto3-arch systemd[1]: Starting Thunderbolt system service...
Feb 11 18:42:07 bto3-arch kernel: r8169 0000:72:00.0 enp114s0: renamed from eth0
Feb 11 18:42:07 bto3-arch kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Feb 11 18:42:07 bto3-arch kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Feb 11 18:42:07 bto3-arch kernel: usb 1-14: new full-speed USB device number 6 using xhci_hcd
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=firewalld comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch systemd-udevd[374]: Using default interface naming scheme 'v247'.
Feb 11 18:42:07 bto3-arch systemd-udevd[374]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 11 18:42:07 bto3-arch systemd[1]: Started firewalld - dynamic firewall daemon.
Feb 11 18:42:07 bto3-arch systemd[1]: Reached target Network (Pre).
Feb 11 18:42:07 bto3-arch systemd[1]: Starting Network Manager...
Feb 11 18:42:07 bto3-arch kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Feb 11 18:42:07 bto3-arch kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Feb 11 18:42:07 bto3-arch kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Feb 11 18:42:07 bto3-arch kernel: iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Feb 11 18:42:07 bto3-arch kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Feb 11 18:42:07 bto3-arch kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Feb 11 18:42:07 bto3-arch kernel: [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
Feb 11 18:42:07 bto3-arch kernel: ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
Feb 11 18:42:07 bto3-arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input12
Feb 11 18:42:07 bto3-arch boltd[466]: bolt 0.9.1 starting up.
Feb 11 18:42:07 bto3-arch boltd[466]: manager: initializing store
Feb 11 18:42:07 bto3-arch boltd[466]: store: located at: /var/lib/boltd
Feb 11 18:42:07 bto3-arch boltd[466]: config: loading user config
Feb 11 18:42:07 bto3-arch boltd[466]: bouncer: initializing polkit
Feb 11 18:42:07 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.4' (uid=0 pid=466 comm="/usr/lib/boltd ")
Feb 11 18:42:07 bto3-arch kernel: ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
Feb 11 18:42:07 bto3-arch kernel: acpi device:1c: registered as cooling_device16
Feb 11 18:42:07 bto3-arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input13
Feb 11 18:42:07 bto3-arch kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Feb 11 18:42:07 bto3-arch systemd[1]: Starting Authorization Manager...
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.2661] NetworkManager (version 1.28.1dev+16+gdaad4e2fee-1) is starting... (for the first time)
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.2661] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Feb 11 18:42:07 bto3-arch systemd[1]: Started Network Manager.
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.2673] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch systemd[1]: Reached target Network.
Feb 11 18:42:07 bto3-arch systemd[1]: Starting Network Manager Wait Online...
Feb 11 18:42:07 bto3-arch systemd[1]: Starting CUPS Scheduler...
Feb 11 18:42:07 bto3-arch systemd[1]: Started OpenSSH Daemon.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch systemd[1]: Starting Permit User Sessions...
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.2711] manager[0x55b39d27a0c0]: monitoring kernel firmware directory '/lib/firmware'.
Feb 11 18:42:07 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.5' (uid=0 pid=471 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 11 18:42:07 bto3-arch systemd-udevd[362]: Using default interface naming scheme 'v247'.
Feb 11 18:42:07 bto3-arch audit: BPF prog-id=17 op=LOAD
Feb 11 18:42:07 bto3-arch audit: BPF prog-id=18 op=LOAD
Feb 11 18:42:07 bto3-arch systemd-udevd[362]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 11 18:42:07 bto3-arch systemd[1]: Starting Hostname Service...
Feb 11 18:42:07 bto3-arch kernel: fbcon: i915drmfb (fb0) is primary device
Feb 11 18:42:07 bto3-arch systemd[1]: Finished Permit User Sessions.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch systemd[1]: Starting Light Display Manager...
Feb 11 18:42:07 bto3-arch polkitd[482]: Started polkitd version 0.118
Feb 11 18:42:07 bto3-arch systemd[1]: Started Light Display Manager.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.7' (uid=0 pid=497 comm="/usr/bin/lightdm ")
Feb 11 18:42:07 bto3-arch systemd[1]: Reached target User and Group Name Lookups.
Feb 11 18:42:07 bto3-arch systemd[1]: Starting Accounts Service...
Feb 11 18:42:07 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.10' (uid=0 pid=487 comm="/usr/bin/cupsd -l ")
Feb 11 18:42:07 bto3-arch systemd[1]: Starting Manage, Install and Generate Color Profiles...
Feb 11 18:42:07 bto3-arch kernel: random: crng init done
Feb 11 18:42:07 bto3-arch kernel: random: 7 urandom warning(s) missed due to ratelimiting
Feb 11 18:42:07 bto3-arch systemd[1]: Finished Load/Save Random Seed.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch systemd[1]: Condition check resulted in First Boot Complete being skipped.
Feb 11 18:42:07 bto3-arch sshd[488]: Server listening on 0.0.0.0 port 22.
Feb 11 18:42:07 bto3-arch systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Feb 11 18:42:07 bto3-arch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Feb 11 18:42:07 bto3-arch polkitd[482]: Loading rules from directory /etc/polkit-1/rules.d
Feb 11 18:42:07 bto3-arch polkitd[482]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 11 18:42:07 bto3-arch polkitd[482]: Finished loading, compiling and executing 10 rules
Feb 11 18:42:07 bto3-arch dbus-daemon[428]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch systemd[1]: Started Authorization Manager.
Feb 11 18:42:07 bto3-arch polkitd[482]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Feb 11 18:42:07 bto3-arch accounts-daemon[504]: started daemon version 0.6.55
Feb 11 18:42:07 bto3-arch boltd[466]: watchdog: enabled [pulse: 90s]
Feb 11 18:42:07 bto3-arch boltd[466]: udev: initializing udev
Feb 11 18:42:07 bto3-arch dbus-daemon[428]: [system] Successfully activated service 'org.freedesktop.Accounts'
Feb 11 18:42:07 bto3-arch boltd[466]: store: loading domains
Feb 11 18:42:07 bto3-arch boltd[466]: [bc010000-0080-domain? ] store: loading domain
Feb 11 18:42:07 bto3-arch systemd[1]: Started Accounts Service.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch boltd[466]: journal: opened for 'bc010000-0080'; size: 0 bytes
Feb 11 18:42:07 bto3-arch boltd[466]: [bc010000-0080-domain? ] domain: registered (bootacl: 16/16)
Feb 11 18:42:07 bto3-arch boltd[466]: store: loading devices
Feb 11 18:42:07 bto3-arch boltd[466]: [bc010000-0080 ] store: loading device
Feb 11 18:42:07 bto3-arch boltd[466]: global 'generation' set to '3'
Feb 11 18:42:07 bto3-arch boltd[466]: power: state located at: /run/boltd/power
Feb 11 18:42:07 bto3-arch boltd[466]: power: force power support: yes
Feb 11 18:42:07 bto3-arch boltd[466]: udev: found 1 domain
Feb 11 18:42:07 bto3-arch boltd[466]: udev: enumerating devices
Feb 11 18:42:07 bto3-arch boltd[466]: probing: adding /sys/devices/pci0000:00/0000:00:1b.0/0000:06:00.0 to roots
Feb 11 18:42:07 bto3-arch boltd[466]: [bc010000-0080-domain0 ] bootacl: synchronizing journal
Feb 11 18:42:07 bto3-arch kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Feb 11 18:42:07 bto3-arch kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Feb 11 18:42:07 bto3-arch mtp-probe[524]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7"
Feb 11 18:42:07 bto3-arch mtp-probe[525]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8"
Feb 11 18:42:07 bto3-arch mtp-probe[523]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
Feb 11 18:42:07 bto3-arch mtp-probe[523]: bus: 1, device: 5 was not an MTP device
Feb 11 18:42:07 bto3-arch mtp-probe[525]: bus: 1, device: 4 was not an MTP device
Feb 11 18:42:07 bto3-arch audit[473]: NETFILTER_CFG table=filter family=2 entries=0 op=xt_register pid=473 comm="modprobe"
Feb 11 18:42:07 bto3-arch powertop[430]: Devfreq not enabled
Feb 11 18:42:07 bto3-arch powertop[430]: glob returned GLOB_ABORTED
Feb 11 18:42:07 bto3-arch mtp-probe[524]: bus: 1, device: 3 was not an MTP device
Feb 11 18:42:07 bto3-arch dbus-daemon[428]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Feb 11 18:42:07 bto3-arch systemd[1]: Started Manage, Install and Generate Color Profiles.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch mtp-probe[530]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-7"
Feb 11 18:42:07 bto3-arch mtp-probe[530]: bus: 1, device: 3 was not an MTP device
Feb 11 18:42:07 bto3-arch dbus-daemon[428]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 11 18:42:07 bto3-arch systemd[1]: Started Hostname Service.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch boltd[466]: security level set to 'user'
Feb 11 18:42:07 bto3-arch boltd[466]: [bc010000-0080-domain0 ] connected: as domain0 [user] (/sys/devices/pci0000:00/0000:00:1b.0/0000:06:00.0/0000:07:00.0/0000:08:00.0/domain0)
Feb 11 18:42:07 bto3-arch boltd[466]: [bc010000-0080-PBxxRxx ] parent is (null)...
Feb 11 18:42:07 bto3-arch boltd[466]: [bc010000-0080-PBxxRxx ] connected: authorized (/sys/devices/pci0000:00/0000:00:1b.0/0000:06:00.0/0000:07:00.0/0000:08:00.0/domain0/0-0)
Feb 11 18:42:07 bto3-arch boltd[466]: [bc010000-0080-domain0 ] dbus: exported domain at /org/freedesktop/bolt/domains/bc010000_0080_8c1e_8354_5c234a029024
Feb 11 18:42:07 bto3-arch boltd[466]: [bc010000-0080-PBxxRxx ] dbus: exported device at /org/freedesktop/bolt/devices/bc010000_0080...
Feb 11 18:42:07 bto3-arch systemd[1]: Started Thunderbolt system service.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bolt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch systemd[1]: Started CUPS Scheduler.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.4862] hostname: hostname: using hostnamed
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.4862] hostname: hostname changed from (none) to "bto3-arch"
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.4866] dns-mgr[0x55b39d236220]: init: dns=default,systemd-resolved rc-manager=symlink
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.4867] manager[0x55b39d27a0c0]: rfkill: Wi-Fi hardware radio set enabled
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.4868] manager[0x55b39d27a0c0]: rfkill: WWAN hardware radio set enabled
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.4899] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.28.1dev+16+gdaad4e2fee-1/libnm-device-plugin-wifi.so)
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.4957] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.28.1dev+16+gdaad4e2fee-1/libnm-device-plugin-team.so)
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.4962] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.28.1dev+16+gdaad4e2fee-1/libnm-device-plugin-ovs.so)
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5000] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.28.1dev+16+gdaad4e2fee-1/libnm-device-plugin-bluetooth.so)
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5006] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.28.1dev+16+gdaad4e2fee-1/libnm-device-plugin-adsl.so)
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5010] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.28.1dev+16+gdaad4e2fee-1/libnm-device-plugin-wwan.so)
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5011] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5012] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5012] manager: Networking is enabled by state file
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5015] dhcp-init: Using DHCP client 'internal'
Feb 11 18:42:07 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=471 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5020] settings: Loaded settings plugin: keyfile (internal)
Feb 11 18:42:07 bto3-arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5047] device (lo): carrier: link connected
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5048] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5053] manager: (enp114s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5060] settings: (enp114s0): created default wired connection 'Wired connection 1'
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.5063] device (enp114s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 11 18:42:07 bto3-arch dbus-daemon[428]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 11 18:42:07 bto3-arch systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.15' (uid=973 pid=537 comm="/usr/lib/colord-sane ")
Feb 11 18:42:07 bto3-arch dbus-daemon[428]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Feb 11 18:42:07 bto3-arch kernel: Generic FE-GE Realtek PHY r8169-7200:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-7200:00, irq=IGNORE)
Feb 11 18:42:07 bto3-arch kernel: nvidia: module license 'NVIDIA' taints kernel.
Feb 11 18:42:07 bto3-arch kernel: Disabling lock debugging due to kernel taint
Feb 11 18:42:07 bto3-arch mtp-probe[552]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8"
Feb 11 18:42:07 bto3-arch mtp-probe[552]: bus: 1, device: 4 was not an MTP device
Feb 11 18:42:07 bto3-arch kernel: hid-generic 0003:048D:8910.0001: hiddev96,hidraw0: USB HID v1.10 Device [ITE Tech. Inc. ITE Device(829x)] on usb-0000:00:14.0-8/input0
Feb 11 18:42:07 bto3-arch kernel: usbcore: registered new interface driver usbhid
Feb 11 18:42:07 bto3-arch kernel: usbhid: USB HID core driver
Feb 11 18:42:07 bto3-arch kernel: mc: Linux media interface: v0.10
Feb 11 18:42:07 bto3-arch kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Feb 11 18:42:07 bto3-arch kernel:
Feb 11 18:42:07 bto3-arch kernel: nvidia 0000:01:00.0: enabling device (0106 -> 0107)
Feb 11 18:42:07 bto3-arch kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Feb 11 18:42:07 bto3-arch kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 460.39 Thu Jan 21 21:54:06 UTC 2021
Feb 11 18:42:07 bto3-arch kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
Feb 11 18:42:07 bto3-arch kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
Feb 11 18:42:07 bto3-arch kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
Feb 11 18:42:07 bto3-arch kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input17
Feb 11 18:42:07 bto3-arch kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Feb 11 18:42:07 bto3-arch kernel: input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Feb 11 18:42:07 bto3-arch kernel: input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
Feb 11 18:42:07 bto3-arch kernel: r8169 0000:72:00.0 enp114s0: Link is Down
Feb 11 18:42:07 bto3-arch NetworkManager[471]: <info> [1613065327.7645] ovsdb: Could not connect: No such file or directory
Feb 11 18:42:07 bto3-arch audit[555]: NETFILTER_CFG table=filter family=10 entries=0 op=xt_register pid=555 comm="modprobe"
Feb 11 18:42:07 bto3-arch systemd-udevd[321]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 99.
Feb 11 18:42:07 bto3-arch systemd[1]: Condition check resulted in Save/Restore Sound Card State being skipped.
Feb 11 18:42:07 bto3-arch systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Feb 11 18:42:07 bto3-arch systemd[1]: Reached target Sound Card.
Feb 11 18:42:07 bto3-arch kernel: psmouse serio2: synaptics: queried max coordinates: x [..5662], y [..4730]
Feb 11 18:42:07 bto3-arch firewalld[429]: WARNING: ipset not usable, disabling ipset usage in firewall.
Feb 11 18:42:07 bto3-arch kernel: videodev: Linux video capture interface: v2.00
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: Core ver 2.22
Feb 11 18:42:07 bto3-arch kernel: NET: Registered protocol family 31
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: HCI device and connection manager initialized
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: HCI socket layer initialized
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: L2CAP socket layer initialized
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: SCO socket layer initialized
Feb 11 18:42:07 bto3-arch kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 460.39 Thu Jan 21 21:49:04 UTC 2021
Feb 11 18:42:07 bto3-arch kernel: iwlwifi 0000:74:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Feb 11 18:42:07 bto3-arch firewalld[429]: WARNING: ebtables-restore and ebtables are missing, disabling bridge firewall.
Feb 11 18:42:07 bto3-arch kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1220: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:speaker
Feb 11 18:42:07 bto3-arch kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Feb 11 18:42:07 bto3-arch kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
Feb 11 18:42:07 bto3-arch kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Feb 11 18:42:07 bto3-arch kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
Feb 11 18:42:07 bto3-arch kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Feb 11 18:42:07 bto3-arch kernel: snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
Feb 11 18:42:07 bto3-arch kernel: snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
Feb 11 18:42:07 bto3-arch kernel: snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
Feb 11 18:42:07 bto3-arch kernel: usbcore: registered new interface driver btusb
Feb 11 18:42:07 bto3-arch systemd[1]: Starting Load/Save RF Kill Switch Status...
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: hci1: Bootloader revision 0.3 build 0 week 24 2017
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: hci1: Device revision is 1
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: hci1: Secure boot is enabled
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: hci1: OTP lock is enabled
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: hci1: API lock is enabled
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: hci1: Debug lock is disabled
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: hci1: Minimum firmware build 1 week 10 2014
Feb 11 18:42:07 bto3-arch systemd[1]: Starting Bluetooth service...
Feb 11 18:42:07 bto3-arch systemd[1]: Started Load/Save RF Kill Switch Status.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch kernel: Bluetooth: hci1: Found device firmware: intel/ibt-20-1-3.sfi
Feb 11 18:42:07 bto3-arch bluetoothd[584]: Bluetooth daemon 5.55
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “BRPageScanType” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “BRPageScanInterval” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “BRPageScanWindow” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “BRInquiryScanType” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “BRInquiryScanInterval” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “BRInquiryScanWindow” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “BRLinkSupervisionTimeout” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “BRPageTimeout” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “BRMinSniffInterval” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “BRMaxSniffInterval” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEMinAdvertisementInterval” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEMaxAdvertisementInterval” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEMultiAdvertisementRotationInterval” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalAutoConnect” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowAutoConnect” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalSuspend” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowSuspend” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalDiscovery” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowDiscovery” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalAdvMonitor” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowAdvMonitor” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEScanIntervalConnect” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEScanWindowConnect” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEMinConnectionInterval” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEMaxConnectionInterval” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionLatency” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEConnectionSupervisionTimeout” in group “Controller”
Feb 11 18:42:07 bto3-arch bluetoothd[584]: src/main.c:parse_controller_config() Key file does not have key “LEAutoconnecttimeout” in group “Controller”
Feb 11 18:42:07 bto3-arch systemd[1]: Started Bluetooth service.
Feb 11 18:42:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:07 bto3-arch systemd[1]: Reached target Bluetooth.
Feb 11 18:42:07 bto3-arch bluetoothd[584]: Starting SDP server
Feb 11 18:42:08 bto3-arch kernel: psmouse serio2: synaptics: queried min coordinates: x [1278..], y [1122..]
Feb 11 18:42:08 bto3-arch kernel: psmouse serio2: synaptics: Your touchpad (PNP: PNP0f13) says it can support a different bus. If i2c-hid and hid-rmi are not used, you might want to try setting psmouse.synaptics_intertouch to 1 and report this to linux-input@vger.kernel.org.
Feb 11 18:42:08 bto3-arch kernel: ALSA pcmC0D10p,0:HDMI 4: cannot preallocate for size 4194304
Feb 11 18:42:08 bto3-arch kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
Feb 11 18:42:08 bto3-arch kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
Feb 11 18:42:08 bto3-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
Feb 11 18:42:08 bto3-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
Feb 11 18:42:08 bto3-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
Feb 11 18:42:08 bto3-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
Feb 11 18:42:08 bto3-arch kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
Feb 11 18:42:08 bto3-arch kernel: psmouse serio2: synaptics: Touchpad model: 1, fw: 9.32, id: 0x1e2a1, caps: 0xf00223/0x840300/0x2e800/0x500000, board id: 3449, fw id: 2864695
Feb 11 18:42:08 bto3-arch kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Feb 11 18:42:08 bto3-arch kernel: ucsi_ccg 0-0008: i2c_transfer failed -110
Feb 11 18:42:08 bto3-arch kernel: ucsi_ccg 0-0008: ucsi_ccg_init failed - -110
Feb 11 18:42:08 bto3-arch kernel: ucsi_ccg: probe of 0-0008 failed with error -110
Feb 11 18:42:08 bto3-arch bluetoothd[584]: Bluetooth management interface 1.18 initialized
Feb 11 18:42:08 bto3-arch kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Feb 11 18:42:08 bto3-arch kernel: Bluetooth: BNEP filters: protocol multicast
Feb 11 18:42:08 bto3-arch kernel: Bluetooth: BNEP socket layer initialized
Feb 11 18:42:08 bto3-arch kernel: uvcvideo: Found UVC 1.00 device BisonCam,NB Pro (5986:9102)
Feb 11 18:42:08 bto3-arch kernel: iwlwifi 0000:74:00.0: base HW address: dc:71:96:89:81:59
Feb 11 18:42:08 bto3-arch kernel: intel_rapl_common: Found RAPL domain package
Feb 11 18:42:08 bto3-arch kernel: intel_rapl_common: Found RAPL domain core
Feb 11 18:42:08 bto3-arch kernel: intel_rapl_common: Found RAPL domain uncore
Feb 11 18:42:08 bto3-arch kernel: intel_rapl_common: Found RAPL domain dram
Feb 11 18:42:08 bto3-arch kernel: intel_rapl_common: Found RAPL domain psys
Feb 11 18:42:08 bto3-arch kernel: NET: Registered protocol family 38
Feb 11 18:42:08 bto3-arch kernel: input: BisonCam,NB Pro: BisonCam,NB Pr as /devices/pci0000:00/0000:00:14.0/usb1/1-9/1-9:1.0/input/input28
Feb 11 18:42:08 bto3-arch kernel: usbcore: registered new interface driver uvcvideo
Feb 11 18:42:08 bto3-arch kernel: USB Video Class driver (1.1.1)
Feb 11 18:42:08 bto3-arch mtp-probe[600]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
Feb 11 18:42:08 bto3-arch mtp-probe[600]: bus: 1, device: 5 was not an MTP device
Feb 11 18:42:08 bto3-arch systemd-udevd[371]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 99.
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <info> [1613065328.1807] device (wlan0): driver supports Access Point (AP) mode
Feb 11 18:42:08 bto3-arch kernel: thermal thermal_zone3: failed to read out thermal zone (-61)
Feb 11 18:42:08 bto3-arch audit[591]: NETFILTER_CFG table=security family=2 entries=0 op=xt_register pid=591 comm="modprobe"
Feb 11 18:42:08 bto3-arch systemd-udevd[322]: Using default interface naming scheme 'v247'.
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <info> [1613065328.1812] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <info> [1613065328.1816] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1d.7/0000:74:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Feb 11 18:42:08 bto3-arch systemd-udevd[322]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 11 18:42:08 bto3-arch kernel: iwlwifi 0000:74:00.0 wlp116s0: renamed from wlan0
Feb 11 18:42:08 bto3-arch kernel: input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input11
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <info> [1613065328.2178] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlp116s0'
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <info> [1613065328.2217] device (wlp116s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 11 18:42:08 bto3-arch kernel: pci_bus 0000:08: Allocating resources
Feb 11 18:42:08 bto3-arch kernel: pci_bus 0000:6f: Allocating resources
Feb 11 18:42:08 bto3-arch kernel: mousedev: PS/2 mouse device common for all mice
Feb 11 18:42:08 bto3-arch audit[616]: NETFILTER_CFG table=raw family=2 entries=0 op=xt_register pid=616 comm="modprobe"
Feb 11 18:42:08 bto3-arch audit[628]: NETFILTER_CFG table=mangle family=2 entries=0 op=xt_register pid=628 comm="modprobe"
Feb 11 18:42:08 bto3-arch systemd-udevd[322]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <info> [1613065328.4257] device (wlp116s0): set-hw-addr: set MAC address to B2:29:82:B4:6C:F5 (scanning)
Feb 11 18:42:08 bto3-arch audit[632]: NETFILTER_CFG table=nat family=2 entries=0 op=xt_register pid=632 comm="modprobe"
Feb 11 18:42:08 bto3-arch audit[638]: NETFILTER_CFG table=security family=10 entries=0 op=xt_register pid=638 comm="modprobe"
Feb 11 18:42:08 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.17' (uid=973 pid=537 comm="/usr/lib/colord-sane ")
Feb 11 18:42:08 bto3-arch dbus-daemon[428]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Feb 11 18:42:08 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.5' (uid=0 pid=471 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 11 18:42:08 bto3-arch systemd[1]: Starting WPA supplicant...
Feb 11 18:42:08 bto3-arch audit[640]: NETFILTER_CFG table=raw family=10 entries=0 op=xt_register pid=640 comm="modprobe"
Feb 11 18:42:08 bto3-arch dbus-daemon[428]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Feb 11 18:42:08 bto3-arch systemd[1]: Started WPA supplicant.
Feb 11 18:42:08 bto3-arch wpa_supplicant[642]: Successfully initialized wpa_supplicant
Feb 11 18:42:08 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:08 bto3-arch audit[644]: NETFILTER_CFG table=mangle family=10 entries=0 op=xt_register pid=644 comm="modprobe"
Feb 11 18:42:08 bto3-arch wpa_supplicant[642]: nl80211: kernel reports: Attribute failed policy validation
Feb 11 18:42:08 bto3-arch wpa_supplicant[642]: Failed to create interface p2p-dev-wlp116s0: -22 (Invalid argument)
Feb 11 18:42:08 bto3-arch wpa_supplicant[642]: nl80211: Failed to create a P2P Device interface p2p-dev-wlp116s0
Feb 11 18:42:08 bto3-arch wpa_supplicant[642]: P2P: Failed to enable P2P Device interface
Feb 11 18:42:08 bto3-arch wpa_supplicant[642]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <info> [1613065328.6765] device (wlp116s0): supplicant interface state: internal-starting -> disconnected
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <info> [1613065328.6766] Wi-Fi P2P device controlled by interface wlp116s0 created
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <info> [1613065328.6769] manager: (p2p-dev-wlp116s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <info> [1613065328.6773] device (p2p-dev-wlp116s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <warn> [1613065328.6782] sup-iface[d657e271e92b5fa6,0,wlp116s0]: call-p2p-cancel: failed with P2P cancel failed
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <info> [1613065328.6784] device (wlp116s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Feb 11 18:42:08 bto3-arch NetworkManager[471]: <info> [1613065328.6793] device (p2p-dev-wlp116s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Feb 11 18:42:08 bto3-arch audit[646]: NETFILTER_CFG table=nat family=10 entries=0 op=xt_register pid=646 comm="modprobe"
Feb 11 18:42:08 bto3-arch kernel: kauditd_printk_skb: 42 callbacks suppressed
Feb 11 18:42:08 bto3-arch kernel: audit: type=1325 audit(1613065328.663:53): table=nat family=10 entries=0 op=xt_register pid=646 comm="modprobe"
Feb 11 18:42:08 bto3-arch audit[648]: NETFILTER_CFG table=security family=2 entries=4 op=xt_replace pid=648 comm="iptables-restor"
Feb 11 18:42:08 bto3-arch kernel: audit: type=1325 audit(1613065328.773:54): table=security family=2 entries=4 op=xt_replace pid=648 comm="iptables-restor"
Feb 11 18:42:08 bto3-arch audit[648]: NETFILTER_CFG table=raw family=2 entries=3 op=xt_replace pid=648 comm="iptables-restor"
Feb 11 18:42:08 bto3-arch kernel: audit: type=1325 audit(1613065328.790:55): table=raw family=2 entries=3 op=xt_replace pid=648 comm="iptables-restor"
Feb 11 18:42:08 bto3-arch audit[648]: NETFILTER_CFG table=mangle family=2 entries=6 op=xt_replace pid=648 comm="iptables-restor"
Feb 11 18:42:08 bto3-arch kernel: audit: type=1325 audit(1613065328.823:56): table=mangle family=2 entries=6 op=xt_replace pid=648 comm="iptables-restor"
Feb 11 18:42:08 bto3-arch audit[648]: NETFILTER_CFG table=nat family=2 entries=5 op=xt_replace pid=648 comm="iptables-restor"
Feb 11 18:42:08 bto3-arch kernel: audit: type=1325 audit(1613065328.860:57): table=nat family=2 entries=5 op=xt_replace pid=648 comm="iptables-restor"
Feb 11 18:42:08 bto3-arch audit[648]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_replace pid=648 comm="iptables-restor"
Feb 11 18:42:08 bto3-arch kernel: audit: type=1325 audit(1613065328.890:58): table=filter family=2 entries=4 op=xt_replace pid=648 comm="iptables-restor"
Feb 11 18:42:08 bto3-arch audit[650]: NETFILTER_CFG table=security family=10 entries=4 op=xt_replace pid=650 comm="ip6tables-resto"
Feb 11 18:42:08 bto3-arch kernel: audit: type=1325 audit(1613065328.910:59): table=security family=10 entries=4 op=xt_replace pid=650 comm="ip6tables-resto"
Feb 11 18:42:08 bto3-arch audit[650]: NETFILTER_CFG table=raw family=10 entries=3 op=xt_replace pid=650 comm="ip6tables-resto"
Feb 11 18:42:08 bto3-arch kernel: audit: type=1325 audit(1613065328.950:60): table=raw family=10 entries=3 op=xt_replace pid=650 comm="ip6tables-resto"
Feb 11 18:42:08 bto3-arch audit[650]: NETFILTER_CFG table=mangle family=10 entries=6 op=xt_replace pid=650 comm="ip6tables-resto"
Feb 11 18:42:09 bto3-arch kernel: audit: type=1325 audit(1613065328.990:61): table=mangle family=10 entries=6 op=xt_replace pid=650 comm="ip6tables-resto"
Feb 11 18:42:09 bto3-arch audit[650]: NETFILTER_CFG table=nat family=10 entries=5 op=xt_replace pid=650 comm="ip6tables-resto"
Feb 11 18:42:09 bto3-arch kernel: audit: type=1325 audit(1613065329.020:62): table=nat family=10 entries=5 op=xt_replace pid=650 comm="ip6tables-resto"
Feb 11 18:42:09 bto3-arch audit[650]: NETFILTER_CFG table=filter family=10 entries=4 op=xt_replace pid=650 comm="ip6tables-resto"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;?:0 family=1 entries=0 op=nft_register_table pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;?:0 family=2 entries=0 op=nft_register_table pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;?:0 family=10 entries=0 op=nft_register_table pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=?:0;?:0 family=0 entries=2 op=nft_register_gen pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch kernel: Console: switching to colour frame buffer device 240x67
Feb 11 18:42:09 bto3-arch kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Feb 11 18:42:09 bto3-arch kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Feb 11 18:42:09 bto3-arch systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Feb 11 18:42:09 bto3-arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Feb 11 18:42:09 bto3-arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Feb 11 18:42:09 bto3-arch systemd-backlight[656]: acpi_video0: Saved brightness 0 is too low; increasing to 1.
Feb 11 18:42:09 bto3-arch systemd-backlight[657]: intel_backlight: Saved brightness 0 is too low; increasing to 3000.
Feb 11 18:42:09 bto3-arch systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Feb 11 18:42:09 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:09 bto3-arch systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Feb 11 18:42:09 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:09 bto3-arch kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20200925/nsarguments-61)
Feb 11 18:42:09 bto3-arch kernel: Bluetooth: hci1: Waiting for firmware download to complete
Feb 11 18:42:09 bto3-arch kernel: Bluetooth: hci1: Firmware loaded in 1746107 usecs
Feb 11 18:42:09 bto3-arch kernel: Bluetooth: hci1: Waiting for device to boot
Feb 11 18:42:09 bto3-arch kernel: Bluetooth: hci1: Device booted in 14641 usecs
Feb 11 18:42:09 bto3-arch kernel: Bluetooth: hci1: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
Feb 11 18:42:09 bto3-arch kernel: Bluetooth: hci1: Applying Intel DDC parameters completed
Feb 11 18:42:09 bto3-arch kernel: Bluetooth: hci1: Firmware revision 0.0 build 127 week 48 2020
Feb 11 18:42:09 bto3-arch powertop[430]: Leaving PowerTOP
Feb 11 18:42:09 bto3-arch systemd[1]: powertop.service: Succeeded.
Feb 11 18:42:09 bto3-arch systemd[1]: Finished Powertop tunings.
Feb 11 18:42:09 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=powertop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:09 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=powertop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;raw_PREROUTING:104 family=1 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING:105 family=1 entries=3 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_POLICIES_pre:106 family=1 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING:105 family=1 entries=107 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_ZONES:108 family=1 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING:105 family=1 entries=109 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_POLICIES_post:110 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING:105 family=1 entries=111 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING:57 family=2 entries=3 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_POLICIES_pre:58 family=2 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING:57 family=2 entries=59 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_ZONES:60 family=2 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING:57 family=2 entries=61 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_POLICIES_post:62 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING:57 family=2 entries=63 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING:64 family=2 entries=3 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_POLICIES_pre:65 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING:64 family=2 entries=66 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_ZONES:67 family=2 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING:64 family=2 entries=68 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_POLICIES_post:69 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING:64 family=2 entries=70 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING:57 family=10 entries=3 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_POLICIES_pre:58 family=10 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING:57 family=10 entries=59 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_ZONES:60 family=10 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING:57 family=10 entries=61 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_POLICIES_post:62 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING:57 family=10 entries=63 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING:64 family=10 entries=3 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_POLICIES_pre:65 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING:64 family=10 entries=66 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_ZONES:67 family=10 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING:64 family=10 entries=68 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_POLICIES_post:69 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING:64 family=10 entries=70 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=8 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=10 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT:114 family=1 entries=4 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set0:115 family=1 entries=0 op=nft_register_set pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set0:115 family=1 entries=115 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set0:115 family=1 entries=115 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=116 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=117 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=118 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT_POLICIES_pre:119 family=1 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=120 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT_ZONES:121 family=1 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=122 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT_POLICIES_post:123 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=124 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set1:125 family=1 entries=0 op=nft_register_set pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set1:125 family=1 entries=125 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=126 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT:112 family=1 entries=127 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set2:128 family=1 entries=0 op=nft_register_set pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set2:128 family=1 entries=128 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set2:128 family=1 entries=128 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=129 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=130 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=131 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_POLICIES_pre:132 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=133 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_IN_ZONES:134 family=1 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=135 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_OUT_ZONES:136 family=1 entries=2 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=137 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_POLICIES_post:138 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=139 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set3:140 family=1 entries=0 op=nft_register_set pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set3:140 family=1 entries=140 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=141 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=142 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT:114 family=1 entries=143 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT_POLICIES_pre:144 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT:114 family=1 entries=145 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT_POLICIES_post:146 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT:114 family=1 entries=147 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;raw_PREROUTING:104 family=1 entries=148 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set4:149 family=1 entries=0 op=nft_register_set pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set4:149 family=1 entries=149 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set4:149 family=1 entries=149 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;raw_PREROUTING:104 family=1 entries=150 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=0 op=nft_register_set pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set5:151 family=1 entries=151 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_OUTPUT:114 family=1 entries=152 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=0 op=nft_register_set pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set6:153 family=1 entries=153 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD:113 family=1 entries=154 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=7 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public_pre:156 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public_log:157 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public_deny:158 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public_allow:159 family=1 entries=3 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public_post:160 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=161 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=162 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=163 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=164 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=165 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set7:166 family=1 entries=0 op=nft_register_set pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set7:166 family=1 entries=166 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set7:166 family=1 entries=166 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public_allow:159 family=1 entries=167 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set8:168 family=1 entries=0 op=nft_register_set pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set8:168 family=1 entries=168 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set8:168 family=1 entries=168 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public_allow:159 family=1 entries=169 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public:170 family=1 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public_pre:171 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public_log:172 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public_deny:173 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public_allow:174 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public_post:175 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public:170 family=1 entries=176 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public:170 family=1 entries=177 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public:170 family=1 entries=178 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public:170 family=1 entries=179 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_public:170 family=1 entries=180 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_public:71 family=2 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_public_pre:72 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_public_log:73 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_public_deny:74 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_public_allow:75 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_public_post:76 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_public:71 family=2 entries=77 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_public:71 family=2 entries=78 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_public:71 family=2 entries=79 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_public:71 family=2 entries=80 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_public:71 family=2 entries=81 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_public:71 family=10 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_public_pre:72 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_public_log:73 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_public_deny:74 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_public_allow:75 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_public_post:76 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_public:71 family=10 entries=77 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_public:71 family=10 entries=78 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_public:71 family=10 entries=79 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_public:71 family=10 entries=80 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_public:71 family=10 entries=81 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=7 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public_pre:182 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public_log:183 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public_deny:184 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public_allow:185 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public_post:186 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=187 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=188 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=189 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=190 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=191 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_public:82 family=2 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_public_pre:83 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_public_log:84 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_public_deny:85 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_public_allow:86 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_public_post:87 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_public:82 family=2 entries=88 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_public:82 family=2 entries=89 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_public:82 family=2 entries=90 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_public:82 family=2 entries=91 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_public:82 family=2 entries=92 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_public:82 family=10 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_public_pre:83 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_public_log:84 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_public_deny:85 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_public_allow:86 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_public_post:87 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_public:82 family=10 entries=88 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_public:82 family=10 entries=89 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_public:82 family=10 entries=90 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_public:82 family=10 entries=91 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_public:82 family=10 entries=92 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public:192 family=1 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public_pre:193 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public_log:194 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public_deny:195 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public_allow:196 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public_post:197 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public:192 family=1 entries=198 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public:192 family=1 entries=199 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public:192 family=1 entries=200 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public:192 family=1 entries=201 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_public:192 family=1 entries=202 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set9:203 family=1 entries=0 op=nft_register_set pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set9:203 family=1 entries=203 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set9:203 family=1 entries=203 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_public:155 family=1 entries=204 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set10:205 family=1 entries=0 op=nft_register_set pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set10:205 family=1 entries=205 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;__set10:205 family=1 entries=205 op=nft_register_setelem pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_public:181 family=1 entries=206 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT_ZONES:121 family=1 entries=207 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_OUT_ZONES:136 family=1 entries=208 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_ZONES:67 family=2 entries=93 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_ZONES:67 family=10 entries=93 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_IN_ZONES:134 family=1 entries=209 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_ZONES:60 family=2 entries=94 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_ZONES:60 family=10 entries=94 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_ZONES:108 family=1 entries=210 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6:211 family=1 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_pre:212 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_log:213 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_deny:214 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_allow:215 family=1 entries=5 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_post:216 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6:211 family=1 entries=217 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6:211 family=1 entries=218 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6:211 family=1 entries=219 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6:211 family=1 entries=220 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6:211 family=1 entries=221 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6:95 family=2 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6_pre:96 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6_log:97 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6_deny:98 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6_allow:99 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6_post:100 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6:95 family=2 entries=101 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6:95 family=2 entries=102 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6:95 family=2 entries=103 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6:95 family=2 entries=104 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_policy_allow-host-ipv6:95 family=2 entries=105 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6:95 family=10 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6_pre:96 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6_log:97 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6_deny:98 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6_allow:99 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6_post:100 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6:95 family=10 entries=101 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6:95 family=10 entries=102 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6:95 family=10 entries=103 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6:95 family=10 entries=104 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_policy_allow-host-ipv6:95 family=10 entries=105 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6:222 family=1 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6_pre:223 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6_log:224 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6_deny:225 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6_allow:226 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6_post:227 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6:222 family=1 entries=228 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6:222 family=1 entries=229 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6:222 family=1 entries=230 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6:222 family=1 entries=231 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_policy_allow-host-ipv6:222 family=1 entries=232 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT_POLICIES_pre:119 family=1 entries=233 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_POLICIES_pre:58 family=2 entries=106 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_POLICIES_pre:58 family=10 entries=106 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_POLICIES_pre:106 family=1 entries=234 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_allow:215 family=1 entries=235 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_allow:215 family=1 entries=236 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_allow:215 family=1 entries=237 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_policy_allow-host-ipv6_allow:215 family=1 entries=238 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:09 bto3-arch audit[429]: NETFILTER_CFG table=?:0;?:0 family=0 entries=3 op=nft_register_gen pid=429 comm="firewalld"
Feb 11 18:42:10 bto3-arch kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Feb 11 18:42:10 bto3-arch audit[503]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=503 comm="Xorg" exe="/usr/lib/Xorg" sig=6 res=1
Feb 11 18:42:10 bto3-arch systemd[1]: Created slice system-systemd\x2dcoredump.slice.
Feb 11 18:42:10 bto3-arch audit: BPF prog-id=19 op=LOAD
Feb 11 18:42:10 bto3-arch audit: BPF prog-id=20 op=LOAD
Feb 11 18:42:10 bto3-arch systemd[1]: Started Process Core Dump (PID 691/UID 0).
Feb 11 18:42:10 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-691-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:11 bto3-arch systemd-coredump[692]: Process 503 (Xorg) of user 0 dumped core.
Stack trace of thread 503:
#0 0x00007f5cedd97ef5 raise (libc.so.6 + 0x3cef5)
#1 0x00007f5cedd81862 abort (libc.so.6 + 0x26862)
#2 0x00005651078b26ea OsAbort (Xorg + 0x14a6ea)
#3 0x00005651078b41b1 FatalError (Xorg + 0x14c1b1)
#4 0x00005651078b9e09 n/a (Xorg + 0x151e09)
#5 0x00007f5cedd97f80 __restore_rt (libc.so.6 + 0x3cf80)
#6 0x000056510781b3d9 RRTellChanged (Xorg + 0xb33d9)
#7 0x00005651079239d4 n/a (Xorg + 0x1bb9d4)
#8 0x0000565107923b0a n/a (Xorg + 0x1bbb0a)
#9 0x00005651078b2331 n/a (Xorg + 0x14a331)
#10 0x00005651078adc00 WaitForSomething (Xorg + 0x145c00)
#11 0x00005651077a1914 n/a (Xorg + 0x39914)
#12 0x00007f5cedd82b25 __libc_start_main (libc.so.6 + 0x27b25)
#13 0x00005651077a25de _start (Xorg + 0x3a5de)
Stack trace of thread 688:
#0 0x00007f5cedc559ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
#1 0x00007f5cedc4f260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
#2 0x00007f5ce4b3d5fc n/a (i965_dri.so + 0x5575fc)
#3 0x00007f5ce4b3ce78 n/a (i965_dri.so + 0x556e78)
#4 0x00007f5cedc49299 start_thread (libpthread.so.0 + 0x9299)
#5 0x00007f5cede5a153 __clone (libc.so.6 + 0xff153)
Stack trace of thread 679:
#0 0x00007f5cedc559ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
#1 0x00007f5cedc4f260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
#2 0x00007f5cecfeeb90 n/a (intel_drv.so + 0xb0b90)
#3 0x00007f5cedc49299 start_thread (libpthread.so.0 + 0x9299)
#4 0x00007f5cede5a153 __clone (libc.so.6 + 0xff153)
Stack trace of thread 682:
#0 0x00007f5cedc559ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
#1 0x00007f5cedc4f260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
#2 0x00007f5cecfeeb90 n/a (intel_drv.so + 0xb0b90)
#3 0x00007f5cedc49299 start_thread (libpthread.so.0 + 0x9299)
#4 0x00007f5cede5a153 __clone (libc.so.6 + 0xff153)
Stack trace of thread 684:
#0 0x00007f5cedc559ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
#1 0x00007f5cedc4f260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
#2 0x00007f5cecfeeb90 n/a (intel_drv.so + 0xb0b90)
#3 0x00007f5cedc49299 start_thread (libpthread.so.0 + 0x9299)
#4 0x00007f5cede5a153 __clone (libc.so.6 + 0xff153)
Stack trace of thread 686:
#0 0x00007f5cedc559ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
#1 0x00007f5cedc4f260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
#2 0x00007f5ce4b3d5fc n/a (i965_dri.so + 0x5575fc)
#3 0x00007f5ce4b3ce78 n/a (i965_dri.so + 0x556e78)
#4 0x00007f5cedc49299 start_thread (libpthread.so.0 + 0x9299)
#5 0x00007f5cede5a153 __clone (libc.so.6 + 0xff153)
Stack trace of thread 680:
#0 0x00007f5cedc559ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
#1 0x00007f5cedc4f260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
#2 0x00007f5cecfeeb90 n/a (intel_drv.so + 0xb0b90)
#3 0x00007f5cedc49299 start_thread (libpthread.so.0 + 0x9299)
#4 0x00007f5cede5a153 __clone (libc.so.6 + 0xff153)
Stack trace of thread 689:
#0 0x00007f5cedc559ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
#1 0x00007f5cedc4f260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
#2 0x00007f5ce4b3d5fc n/a (i965_dri.so + 0x5575fc)
#3 0x00007f5ce4b3ce78 n/a (i965_dri.so + 0x556e78)
#4 0x00007f5cedc49299 start_thread (libpthread.so.0 + 0x9299)
#5 0x00007f5cede5a153 __clone (libc.so.6 + 0xff153)
Stack trace of thread 683:
#0 0x00007f5cedc559ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
#1 0x00007f5cedc4f260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
#2 0x00007f5cecfeeb90 n/a (intel_drv.so + 0xb0b90)
#3 0x00007f5cedc49299 start_thread (libpthread.so.0 + 0x9299)
#4 0x00007f5cede5a153 __clone (libc.so.6 + 0xff153)
Stack trace of thread 687:
#0 0x00007f5cedc559ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
#1 0x00007f5cedc4f260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
#2 0x00007f5ce4b3d5fc n/a (i965_dri.so + 0x5575fc)
#3 0x00007f5ce4b3ce78 n/a (i965_dri.so + 0x556e78)
#4 0x00007f5cedc49299 start_thread (libpthread.so.0 + 0x9299)
#5 0x00007f5cede5a153 __clone (libc.so.6 + 0xff153)
Stack trace of thread 681:
#0 0x00007f5cedc559ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
#1 0x00007f5cedc4f260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
#2 0x00007f5cecfeeb90 n/a (intel_drv.so + 0xb0b90)
#3 0x00007f5cedc49299 start_thread (libpthread.so.0 + 0x9299)
#4 0x00007f5cede5a153 __clone (libc.so.6 + 0xff153)
Stack trace of thread 685:
#0 0x00007f5cedc559ba __futex_abstimed_wait_common64 (libpthread.so.0 + 0x159ba)
#1 0x00007f5cedc4f260 pthread_cond_wait@@GLIBC_2.3.2 (libpthread.so.0 + 0xf260)
#2 0x00007f5cecfeeb90 n/a (intel_drv.so + 0xb0b90)
#3 0x00007f5cedc49299 start_thread (libpthread.so.0 + 0x9299)
#4 0x00007f5cede5a153 __clone (libc.so.6 + 0xff153)
Feb 11 18:42:11 bto3-arch systemd[1]: systemd-coredump@0-691-0.service: Succeeded.
Feb 11 18:42:11 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-691-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:11 bto3-arch audit: BPF prog-id=20 op=UNLOAD
Feb 11 18:42:11 bto3-arch audit: BPF prog-id=19 op=UNLOAD
Feb 11 18:42:11 bto3-arch systemd[1]: lightdm.service: Main process exited, code=exited, status=1/FAILURE
Feb 11 18:42:11 bto3-arch systemd[1]: lightdm.service: Failed with result 'exit-code'.
Feb 11 18:42:11 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 18:42:11 bto3-arch systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 1.
Feb 11 18:42:11 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:11 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:11 bto3-arch systemd[1]: Stopped Light Display Manager.
Feb 11 18:42:11 bto3-arch systemd[1]: Starting Light Display Manager...
Feb 11 18:42:11 bto3-arch systemd[1]: Started Light Display Manager.
Feb 11 18:42:11 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:12 bto3-arch wpa_supplicant[642]: wlp116s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=BE
Feb 11 18:42:12 bto3-arch lightdm[721]: 60
Feb 11 18:42:12 bto3-arch audit[718]: CRED_ACQ pid=718 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Feb 11 18:42:12 bto3-arch lightdm[718]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=972) by (uid=0)
Feb 11 18:42:12 bto3-arch systemd[1]: Created slice User Slice of UID 972.
Feb 11 18:42:12 bto3-arch systemd[1]: Starting User Runtime Directory /run/user/972...
Feb 11 18:42:12 bto3-arch systemd-logind[431]: New session c1 of user lightdm.
Feb 11 18:42:12 bto3-arch systemd[1]: Finished User Runtime Directory /run/user/972.
Feb 11 18:42:12 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:12 bto3-arch systemd[1]: Starting User Manager for UID 972...
Feb 11 18:42:12 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.25' (uid=0 pid=728 comm="(systemd) ")
Feb 11 18:42:12 bto3-arch dbus-daemon[428]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 11 18:42:12 bto3-arch systemd[728]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 11 18:42:12 bto3-arch audit[728]: USER_ACCT pid=728 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:12 bto3-arch audit[728]: CRED_ACQ pid=728 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 18:42:12 bto3-arch systemd[728]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Feb 11 18:42:12 bto3-arch systemd[728]: pam_unix(systemd-user:session): session opened for user lightdm(uid=972) by (uid=0)
Feb 11 18:42:12 bto3-arch systemd[728]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Feb 11 18:42:12 bto3-arch audit[728]: USER_START pid=728 uid=0 auid=972 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:12 bto3-arch audit: BPF prog-id=21 op=LOAD
Feb 11 18:42:12 bto3-arch audit: BPF prog-id=21 op=UNLOAD
Feb 11 18:42:12 bto3-arch systemd[728]: Queued start job for default target Main User Target.
Feb 11 18:42:12 bto3-arch systemd[728]: -.slice: Failed to migrate controller cgroups from /user.slice/user-972.slice/user@972.service, ignoring: Permission denied
Feb 11 18:42:12 bto3-arch systemd[728]: Created slice User Application Slice.
Feb 11 18:42:12 bto3-arch systemd[728]: Reached target Paths.
Feb 11 18:42:12 bto3-arch systemd[728]: Reached target Timers.
Feb 11 18:42:12 bto3-arch systemd[728]: Starting D-Bus User Message Bus Socket.
Feb 11 18:42:12 bto3-arch systemd[728]: Listening on GnuPG network certificate management daemon.
Feb 11 18:42:12 bto3-arch systemd[728]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 11 18:42:12 bto3-arch systemd[728]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 11 18:42:12 bto3-arch systemd[728]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 11 18:42:12 bto3-arch systemd[728]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 11 18:42:12 bto3-arch systemd[728]: Listening on p11-kit server.
Feb 11 18:42:12 bto3-arch systemd[728]: Listening on Multimedia System.
Feb 11 18:42:12 bto3-arch systemd[728]: Listening on Sound System.
Feb 11 18:42:12 bto3-arch systemd[728]: Listening on D-Bus User Message Bus Socket.
Feb 11 18:42:12 bto3-arch systemd[728]: Reached target Sockets.
Feb 11 18:42:12 bto3-arch systemd[728]: Reached target Basic System.
Feb 11 18:42:12 bto3-arch systemd[1]: Started User Manager for UID 972.
Feb 11 18:42:12 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:12 bto3-arch systemd[728]: Starting Update XDG user dir configuration...
Feb 11 18:42:12 bto3-arch systemd[1]: Started Session c1 of user lightdm.
Feb 11 18:42:12 bto3-arch systemd[728]: xdg-user-dirs-update.service: Succeeded.
Feb 11 18:42:12 bto3-arch systemd[728]: Finished Update XDG user dir configuration.
Feb 11 18:42:12 bto3-arch systemd[728]: Reached target Main User Target.
Feb 11 18:42:12 bto3-arch systemd[728]: Startup finished in 75ms.
Feb 11 18:42:12 bto3-arch audit[718]: USER_START pid=718 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Feb 11 18:42:12 bto3-arch systemd[728]: Started D-Bus User Message Bus.
Feb 11 18:42:12 bto3-arch dbus-daemon[740]: [session uid=972 pid=740] Activating service name='ca.desrt.dconf' requested by ':1.1' (uid=972 pid=737 comm="/usr/bin/slick-greeter ")
Feb 11 18:42:12 bto3-arch dbus-daemon[740]: [session uid=972 pid=740] Successfully activated service 'ca.desrt.dconf'
Feb 11 18:42:13 bto3-arch dbus-daemon[740]: [session uid=972 pid=740] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.3' (uid=972 pid=737 comm="/usr/bin/slick-greeter ")
Feb 11 18:42:13 bto3-arch systemd[728]: Starting Accessibility services bus...
Feb 11 18:42:13 bto3-arch dbus-daemon[740]: [session uid=972 pid=740] Successfully activated service 'org.a11y.Bus'
Feb 11 18:42:13 bto3-arch systemd[728]: Started Accessibility services bus.
Feb 11 18:42:13 bto3-arch dbus-daemon[740]: [session uid=972 pid=740] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.1' (uid=972 pid=737 comm="/usr/bin/slick-greeter ")
Feb 11 18:42:13 bto3-arch systemd[728]: Starting Virtual filesystem service...
Feb 11 18:42:13 bto3-arch dbus-daemon[740]: [session uid=972 pid=740] Successfully activated service 'org.gtk.vfs.Daemon'
Feb 11 18:42:13 bto3-arch systemd[728]: Started Virtual filesystem service.
Feb 11 18:42:13 bto3-arch polkitd[482]: <no filename>:3: action=[Action id='org.freedesktop.login1.suspend']
Feb 11 18:42:13 bto3-arch polkitd[482]: <no filename>:4: subject=[Subject pid=737 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
Feb 11 18:42:13 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.27' (uid=972 pid=737 comm="/usr/bin/slick-greeter ")
Feb 11 18:42:13 bto3-arch audit: BPF prog-id=22 op=LOAD
Feb 11 18:42:13 bto3-arch audit: BPF prog-id=23 op=LOAD
Feb 11 18:42:13 bto3-arch systemd[1]: Starting Daemon for power management...
Feb 11 18:42:13 bto3-arch systemd[1]: systemd-rfkill.service: Succeeded.
Feb 11 18:42:13 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:13 bto3-arch dbus-daemon[428]: [system] Successfully activated service 'org.freedesktop.UPower'
Feb 11 18:42:13 bto3-arch systemd[1]: Started Daemon for power management.
Feb 11 18:42:13 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:13 bto3-arch polkitd[482]: <no filename>:3: action=[Action id='org.freedesktop.DisplayManager.AccountsService.ReadAny']
Feb 11 18:42:13 bto3-arch polkitd[482]: <no filename>:4: subject=[Subject pid=737 user='lightdm' groups=lightdm seat='seat0' session='c1' local=true active=true]
Feb 11 18:42:13 bto3-arch at-spi-bus-launcher[756]: dbus-daemon[756]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=972 pid=737 comm="/usr/bin/slick-greeter ")
Feb 11 18:42:13 bto3-arch at-spi-bus-launcher[756]: dbus-daemon[756]: Successfully activated service 'org.a11y.atspi.Registry'
Feb 11 18:42:13 bto3-arch at-spi-bus-launcher[803]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Feb 11 18:42:13 bto3-arch NetworkManager[471]: <info> [1613065333.7627] manager: startup complete
Feb 11 18:42:13 bto3-arch systemd[1]: Finished Network Manager Wait Online.
Feb 11 18:42:13 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:13 bto3-arch kernel: kauditd_printk_skb: 322 callbacks suppressed
Feb 11 18:42:13 bto3-arch kernel: audit: type=1130 audit(1613065333.766:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:13 bto3-arch systemd[1]: Reached target Network is Online.
Feb 11 18:42:13 bto3-arch systemd[1]: Starting Docker Application Container Engine...
Feb 11 18:42:13 bto3-arch dockerd[808]: time="2021-02-11T18:42:13.926149527+01:00" level=info msg="Starting up"
Feb 11 18:42:13 bto3-arch dockerd[808]: time="2021-02-11T18:42:13.929444620+01:00" level=info msg="libcontainerd: started new containerd process" pid=828
Feb 11 18:42:13 bto3-arch dockerd[808]: time="2021-02-11T18:42:13.929652038+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Feb 11 18:42:13 bto3-arch dockerd[808]: time="2021-02-11T18:42:13.929685938+01:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Feb 11 18:42:13 bto3-arch dockerd[808]: time="2021-02-11T18:42:13.929765039+01:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Feb 11 18:42:13 bto3-arch dockerd[808]: time="2021-02-11T18:42:13.929821920+01:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.021508261+01:00" level=info msg="starting containerd" revision=269548fa27e0089a8b8278fc4fc781d7f65a939b.m version=v1.4.3
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.049387744+01:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.049787901+01:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.052328116+01:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/5.10.13-arch1-2\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.052359444+01:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.052572138+01:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.052587206+01:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.052607036+01:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.052619043+01:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.052820493+01:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.053043523+01:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.053195040+01:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.053211706+01:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.053234294+01:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.053250369+01:00" level=info msg="metadata content store policy set" policy=shared
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054128808+01:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054165453+01:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054243182+01:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054320393+01:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054340123+01:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054356619+01:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054385407+01:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054407273+01:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054426874+01:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054444478+01:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054458857+01:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054617041+01:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.054704263+01:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055035407+01:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055064878+01:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055125444+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055141992+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055157233+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055170841+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055186288+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055201361+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055215812+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055229903+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055243851+01:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055403581+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055427000+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055446341+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055461596+01:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055816819+01:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055867144+01:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055905235+01:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
Feb 11 18:42:14 bto3-arch dockerd[828]: time="2021-02-11T18:42:14.055927974+01:00" level=info msg="containerd successfully booted in 0.036305s"
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.071243382+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.071287809+01:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.071313481+01:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.071324187+01:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.072355367+01:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.072371375+01:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.072383497+01:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.072391054+01:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.095203136+01:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.126368642+01:00" level=warning msg="Your kernel does not support CPU realtime scheduler"
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.126388444+01:00" level=warning msg="Your kernel does not support cgroup blkio weight"
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.126396942+01:00" level=warning msg="Your kernel does not support cgroup blkio weight_device"
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.126560164+01:00" level=info msg="Loading containers: start."
Feb 11 18:42:14 bto3-arch kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Feb 11 18:42:14 bto3-arch kernel: Bridge firewalling registered
Feb 11 18:42:14 bto3-arch dockerd[808]: time="2021-02-11T18:42:14.220146762+01:00" level=info msg="Firewalld: docker zone already exists, returning"
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t nat -D PREROUTING -m addrtype --dst-type LOCAL -j DOCKER' failed: iptables v1.8.7 (legacy): Couldn't load target `DOCKER':No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t nat -D OUTPUT -m addrtype --dst-type LOCAL ! --dst 127.0.0.0/8 -j DOCKER' failed: iptables v1.8.7 (legacy): Couldn't load target `DOCKER':No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t nat -D OUTPUT -m addrtype --dst-type LOCAL -j DOCKER' failed: iptables v1.8.7 (legacy): Couldn't load target `DOCKER':No such file or directory
Try `iptables -h' or 'iptables --help' for more information.
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t nat -D PREROUTING' failed: iptables: Bad rule (does a matching rule exist in that chain?).
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t nat -D OUTPUT' failed: iptables: Bad rule (does a matching rule exist in that chain?).
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t nat -F DOCKER' failed: iptables: No chain/target/match by that name.
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t nat -X DOCKER' failed: iptables: No chain/target/match by that name.
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t filter -F DOCKER' failed: iptables: No chain/target/match by that name.
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t filter -X DOCKER' failed: iptables: No chain/target/match by that name.
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t filter -F DOCKER-ISOLATION-STAGE-1' failed: iptables: No chain/target/match by that name.
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t filter -X DOCKER-ISOLATION-STAGE-1' failed: iptables: No chain/target/match by that name.
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t filter -F DOCKER-ISOLATION-STAGE-2' failed: iptables: No chain/target/match by that name.
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t filter -X DOCKER-ISOLATION-STAGE-2' failed: iptables: No chain/target/match by that name.
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t filter -F DOCKER-ISOLATION' failed: iptables: No chain/target/match by that name.
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -t filter -X DOCKER-ISOLATION' failed: iptables: No chain/target/match by that name.
Feb 11 18:42:14 bto3-arch audit[868]: NETFILTER_CFG table=nat family=2 entries=5 op=xt_replace pid=868 comm="iptables"
Feb 11 18:42:14 bto3-arch kernel: audit: type=1325 audit(1613065334.323:96): table=nat family=2 entries=5 op=xt_replace pid=868 comm="iptables"
Feb 11 18:42:14 bto3-arch audit[870]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_replace pid=870 comm="iptables"
Feb 11 18:42:14 bto3-arch kernel: audit: type=1325 audit(1613065334.383:97): table=filter family=2 entries=4 op=xt_replace pid=870 comm="iptables"
Feb 11 18:42:14 bto3-arch audit[872]: NETFILTER_CFG table=filter family=2 entries=6 op=xt_replace pid=872 comm="iptables"
Feb 11 18:42:14 bto3-arch kernel: audit: type=1325 audit(1613065334.436:98): table=filter family=2 entries=6 op=xt_replace pid=872 comm="iptables"
Feb 11 18:42:14 bto3-arch audit[874]: NETFILTER_CFG table=filter family=2 entries=8 op=xt_replace pid=874 comm="iptables"
Feb 11 18:42:14 bto3-arch kernel: audit: type=1325 audit(1613065334.489:99): table=filter family=2 entries=8 op=xt_replace pid=874 comm="iptables"
Feb 11 18:42:14 bto3-arch audit[876]: NETFILTER_CFG table=filter family=2 entries=10 op=xt_replace pid=876 comm="iptables"
Feb 11 18:42:14 bto3-arch kernel: audit: type=1325 audit(1613065334.559:100): table=filter family=2 entries=10 op=xt_replace pid=876 comm="iptables"
Feb 11 18:42:14 bto3-arch audit[878]: NETFILTER_CFG table=filter family=2 entries=11 op=xt_replace pid=878 comm="iptables"
Feb 11 18:42:14 bto3-arch kernel: audit: type=1325 audit(1613065334.613:101): table=filter family=2 entries=11 op=xt_replace pid=878 comm="iptables"
Feb 11 18:42:14 bto3-arch audit[879]: NETFILTER_CFG table=filter family=2 entries=12 op=xt_replace pid=879 comm="iptables"
Feb 11 18:42:14 bto3-arch kernel: audit: type=1325 audit(1613065334.666:102): table=filter family=2 entries=12 op=xt_replace pid=879 comm="iptables"
Feb 11 18:42:14 bto3-arch systemd-udevd[327]: Using default interface naming scheme 'v247'.
Feb 11 18:42:14 bto3-arch systemd-udevd[327]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Feb 11 18:42:14 bto3-arch NetworkManager[471]: <info> [1613065334.7290] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/5)
Feb 11 18:42:14 bto3-arch audit[885]: NETFILTER_CFG table=nat family=2 entries=7 op=xt_replace pid=885 comm="iptables"
Feb 11 18:42:14 bto3-arch kernel: audit: type=1325 audit(1613065334.733:103): table=nat family=2 entries=7 op=xt_replace pid=885 comm="iptables"
Feb 11 18:42:14 bto3-arch audit[887]: NETFILTER_CFG table=nat family=2 entries=8 op=xt_replace pid=887 comm="iptables"
Feb 11 18:42:14 bto3-arch kernel: audit: type=1325 audit(1613065334.769:104): table=nat family=2 entries=8 op=xt_replace pid=887 comm="iptables"
Feb 11 18:42:14 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -D FORWARD -i docker0 -o docker0 -j DROP' failed: iptables: Bad rule (does a matching rule exist in that chain?).
Feb 11 18:42:14 bto3-arch audit[890]: NETFILTER_CFG table=filter family=2 entries=12 op=xt_replace pid=890 comm="iptables"
Feb 11 18:42:14 bto3-arch audit[892]: NETFILTER_CFG table=filter family=2 entries=13 op=xt_replace pid=892 comm="iptables"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_docker:239 family=1 entries=7 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_docker_pre:240 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_docker_log:241 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_docker_deny:242 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_docker_allow:243 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_docker_post:244 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_docker:239 family=1 entries=245 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_docker:239 family=1 entries=246 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_docker:239 family=1 entries=247 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_docker:239 family=1 entries=248 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_docker:239 family=1 entries=249 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_IN_docker:239 family=1 entries=250 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_docker:251 family=1 entries=7 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_docker_pre:252 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_docker_log:253 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_docker_deny:254 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_docker_allow:255 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_docker_post:256 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_docker:251 family=1 entries=257 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_docker:251 family=1 entries=258 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_docker:251 family=1 entries=259 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_docker:251 family=1 entries=260 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_docker:251 family=1 entries=261 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDO_docker:251 family=1 entries=262 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_docker:107 family=2 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_docker_pre:108 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_docker_log:109 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_docker_deny:110 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_docker_allow:111 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_docker_post:112 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_docker:107 family=2 entries=113 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_docker:107 family=2 entries=114 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_docker:107 family=2 entries=115 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_docker:107 family=2 entries=116 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POST_docker:107 family=2 entries=117 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_docker:107 family=10 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_docker_pre:108 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_docker_log:109 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_docker_deny:110 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_docker_allow:111 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_docker_post:112 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_docker:107 family=10 entries=113 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_docker:107 family=10 entries=114 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_docker:107 family=10 entries=115 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_docker:107 family=10 entries=116 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POST_docker:107 family=10 entries=117 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_docker:263 family=1 entries=7 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_docker_pre:264 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_docker_log:265 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_docker_deny:266 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_docker_allow:267 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_docker_post:268 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_docker:263 family=1 entries=269 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_docker:263 family=1 entries=270 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_docker:263 family=1 entries=271 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_docker:263 family=1 entries=272 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_docker:263 family=1 entries=273 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FWDI_docker:263 family=1 entries=274 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_docker:118 family=2 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_docker_pre:119 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_docker_log:120 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_docker_deny:121 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_docker_allow:122 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_docker_post:123 family=2 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_docker:118 family=2 entries=124 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_docker:118 family=2 entries=125 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_docker:118 family=2 entries=126 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_docker:118 family=2 entries=127 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PRE_docker:118 family=2 entries=128 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_docker:118 family=10 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_docker_pre:119 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_docker_log:120 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_docker_deny:121 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_docker_allow:122 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_docker_post:123 family=10 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_docker:118 family=10 entries=124 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_docker:118 family=10 entries=125 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_docker:118 family=10 entries=126 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_docker:118 family=10 entries=127 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PRE_docker:118 family=10 entries=128 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_docker:275 family=1 entries=6 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_docker_pre:276 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_docker_log:277 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_docker_deny:278 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_docker_allow:279 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_docker_post:280 family=1 entries=1 op=nft_register_chain pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_docker:275 family=1 entries=281 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_docker:275 family=1 entries=282 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_docker:275 family=1 entries=283 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_docker:275 family=1 entries=284 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PRE_docker:275 family=1 entries=285 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT_ZONES:121 family=1 entries=286 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_OUT_ZONES:136 family=1 entries=287 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_ZONES:67 family=2 entries=129 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_ZONES:67 family=10 entries=129 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_IN_ZONES:134 family=1 entries=288 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_ZONES:60 family=2 entries=130 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_ZONES:60 family=10 entries=130 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_ZONES:108 family=1 entries=289 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[429]: NETFILTER_CFG table=?:0;?:0 family=0 entries=4 op=nft_register_gen pid=429 comm="firewalld"
Feb 11 18:42:14 bto3-arch audit[894]: NETFILTER_CFG table=nat family=2 entries=9 op=xt_replace pid=894 comm="iptables"
Feb 11 18:42:14 bto3-arch audit[896]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=896 comm="iptables"
Feb 11 18:42:15 bto3-arch dockerd[808]: time="2021-02-11T18:42:15.051617976+01:00" level=info msg="Firewalld: interface docker0 already part of docker zone, returning"
Feb 11 18:42:15 bto3-arch audit[898]: NETFILTER_CFG table=filter family=2 entries=14 op=xt_replace pid=898 comm="iptables"
Feb 11 18:42:15 bto3-arch audit[901]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=901 comm="iptables"
Feb 11 18:42:15 bto3-arch audit[903]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=903 comm="iptables"
Feb 11 18:42:15 bto3-arch audit[905]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=905 comm="iptables"
Feb 11 18:42:15 bto3-arch audit[907]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=907 comm="iptables"
Feb 11 18:42:15 bto3-arch NetworkManager[471]: <info> [1613065335.3230] device (docker0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Feb 11 18:42:15 bto3-arch NetworkManager[471]: <info> [1613065335.3295] device (docker0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Feb 11 18:42:15 bto3-arch NetworkManager[471]: <info> [1613065335.3315] device (docker0): Activation: starting connection 'docker0' (8892cb01-601c-4d87-87bb-65f5e96e0186)
Feb 11 18:42:15 bto3-arch NetworkManager[471]: <info> [1613065335.3321] device (docker0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Feb 11 18:42:15 bto3-arch NetworkManager[471]: <info> [1613065335.3328] device (docker0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Feb 11 18:42:15 bto3-arch NetworkManager[471]: <info> [1613065335.3335] device (docker0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Feb 11 18:42:15 bto3-arch NetworkManager[471]: <info> [1613065335.3341] device (docker0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Feb 11 18:42:15 bto3-arch NetworkManager[471]: <info> [1613065335.3380] device (docker0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Feb 11 18:42:15 bto3-arch NetworkManager[471]: <info> [1613065335.3385] device (docker0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Feb 11 18:42:15 bto3-arch NetworkManager[471]: <info> [1613065335.3393] manager: NetworkManager state is now CONNECTED_LOCAL
Feb 11 18:42:15 bto3-arch NetworkManager[471]: <info> [1613065335.3415] device (docker0): Activation: successful, device activated.
Feb 11 18:42:15 bto3-arch audit[909]: NETFILTER_CFG table=nat family=2 entries=11 op=xt_replace pid=909 comm="iptables"
Feb 11 18:42:15 bto3-arch audit[911]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=911 comm="iptables"
Feb 11 18:42:15 bto3-arch audit[913]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=913 comm="iptables"
Feb 11 18:42:15 bto3-arch audit[915]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=915 comm="iptables"
Feb 11 18:42:15 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT_ZONES:121 family=1 entries=286 op=nft_unregister_rule pid=429 comm="firewalld"
Feb 11 18:42:15 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_OUT_ZONES:136 family=1 entries=287 op=nft_unregister_rule pid=429 comm="firewalld"
Feb 11 18:42:15 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_ZONES:67 family=2 entries=129 op=nft_unregister_rule pid=429 comm="firewalld"
Feb 11 18:42:15 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_ZONES:67 family=10 entries=129 op=nft_unregister_rule pid=429 comm="firewalld"
Feb 11 18:42:15 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_IN_ZONES:134 family=1 entries=288 op=nft_unregister_rule pid=429 comm="firewalld"
Feb 11 18:42:15 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_ZONES:60 family=2 entries=130 op=nft_unregister_rule pid=429 comm="firewalld"
Feb 11 18:42:15 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_ZONES:60 family=10 entries=130 op=nft_unregister_rule pid=429 comm="firewalld"
Feb 11 18:42:15 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_ZONES:108 family=1 entries=289 op=nft_unregister_rule pid=429 comm="firewalld"
Feb 11 18:42:15 bto3-arch audit[429]: NETFILTER_CFG table=?:0;?:0 family=0 entries=5 op=nft_register_gen pid=429 comm="firewalld"
Feb 11 18:42:15 bto3-arch audit[918]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=918 comm="iptables"
Feb 11 18:42:15 bto3-arch audit[921]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=921 comm="iptables"
Feb 11 18:42:15 bto3-arch audit[923]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=923 comm="iptables"
Feb 11 18:42:15 bto3-arch audit[925]: NETFILTER_CFG table=filter family=2 entries=14 op=xt_replace pid=925 comm="iptables"
Feb 11 18:42:15 bto3-arch dockerd[808]: time="2021-02-11T18:42:15.815205036+01:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Feb 11 18:42:15 bto3-arch audit[927]: NETFILTER_CFG table=nat family=2 entries=9 op=xt_replace pid=927 comm="iptables"
Feb 11 18:42:15 bto3-arch audit[929]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=929 comm="iptables"
Feb 11 18:42:15 bto3-arch firewalld[429]: WARNING: COMMAND_FAILED: '/usr/bin/iptables -w10 -D FORWARD -i docker0 -o docker0 -j DROP' failed: iptables: Bad rule (does a matching rule exist in that chain?).
Feb 11 18:42:15 bto3-arch audit[932]: NETFILTER_CFG table=filter family=2 entries=13 op=xt_replace pid=932 comm="iptables"
Feb 11 18:42:16 bto3-arch audit[934]: NETFILTER_CFG table=filter family=2 entries=14 op=xt_replace pid=934 comm="iptables"
Feb 11 18:42:16 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT_ZONES:121 family=1 entries=290 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:16 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_OUT_ZONES:136 family=1 entries=291 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:16 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_ZONES:67 family=2 entries=131 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:16 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_ZONES:67 family=10 entries=131 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:16 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_IN_ZONES:134 family=1 entries=292 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:16 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_ZONES:60 family=2 entries=132 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:16 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_ZONES:60 family=10 entries=132 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:16 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_ZONES:108 family=1 entries=293 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:16 bto3-arch audit[429]: NETFILTER_CFG table=?:0;?:0 family=0 entries=6 op=nft_register_gen pid=429 comm="firewalld"
Feb 11 18:42:16 bto3-arch dockerd[808]: time="2021-02-11T18:42:16.147138004+01:00" level=info msg="Firewalld: interface docker0 already part of docker zone, returning"
Feb 11 18:42:16 bto3-arch audit[940]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=940 comm="iptables"
Feb 11 18:42:16 bto3-arch audit[942]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=942 comm="iptables"
Feb 11 18:42:16 bto3-arch audit[944]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=944 comm="iptables"
Feb 11 18:42:16 bto3-arch audit[945]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=945 comm="iptables"
Feb 11 18:42:16 bto3-arch lightdm[801]: gkr-pam: unable to locate daemon control file
Feb 11 18:42:16 bto3-arch audit[801]: USER_AUTH pid=801 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="dirk" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Feb 11 18:42:16 bto3-arch lightdm[801]: gkr-pam: stashed password to try later in open session
Feb 11 18:42:16 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.30' (uid=0 pid=801 comm="lightdm --session-child 12 19 ")
Feb 11 18:42:16 bto3-arch dbus-daemon[428]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 11 18:42:16 bto3-arch lightdm[801]: pam_systemd_home(lightdm:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 11 18:42:16 bto3-arch audit[801]: USER_ACCT pid=801 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="dirk" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Feb 11 18:42:16 bto3-arch systemd[1]: Stopping Session c1 of user lightdm.
Feb 11 18:42:16 bto3-arch audit[947]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=947 comm="iptables"
Feb 11 18:42:16 bto3-arch lightdm[718]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Feb 11 18:42:16 bto3-arch audit[718]: USER_END pid=718 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Feb 11 18:42:16 bto3-arch audit[718]: CRED_DISP pid=718 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Feb 11 18:42:16 bto3-arch systemd[1]: session-c1.scope: Succeeded.
Feb 11 18:42:16 bto3-arch systemd[1]: Stopped Session c1 of user lightdm.
Feb 11 18:42:16 bto3-arch audit[801]: CRED_ACQ pid=801 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock,pam_gnome_keyring acct="dirk" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Feb 11 18:42:16 bto3-arch systemd-logind[431]: Removed session c1.
Feb 11 18:42:16 bto3-arch lightdm[801]: pam_unix(lightdm:session): session opened for user dirk(uid=1000) by (uid=0)
Feb 11 18:42:16 bto3-arch systemd[1]: Created slice User Slice of UID 1000.
Feb 11 18:42:16 bto3-arch systemd[1]: Starting User Runtime Directory /run/user/1000...
Feb 11 18:42:16 bto3-arch systemd-logind[431]: New session 2 of user dirk.
Feb 11 18:42:16 bto3-arch systemd[1]: Finished User Runtime Directory /run/user/1000.
Feb 11 18:42:16 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:16 bto3-arch systemd[1]: Starting User Manager for UID 1000...
Feb 11 18:42:16 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.34' (uid=0 pid=954 comm="(systemd) ")
Feb 11 18:42:16 bto3-arch dbus-daemon[428]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 11 18:42:16 bto3-arch systemd[954]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 11 18:42:16 bto3-arch audit[954]: USER_ACCT pid=954 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="dirk" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:16 bto3-arch audit[954]: CRED_ACQ pid=954 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="dirk" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 11 18:42:16 bto3-arch systemd[954]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[dirk] ruser=[<unknown>] rhost=[<unknown>]
Feb 11 18:42:16 bto3-arch systemd[954]: pam_unix(systemd-user:session): session opened for user dirk(uid=1000) by (uid=0)
Feb 11 18:42:16 bto3-arch systemd[954]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Feb 11 18:42:16 bto3-arch audit[954]: USER_START pid=954 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="dirk" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:16 bto3-arch audit: BPF prog-id=24 op=LOAD
Feb 11 18:42:16 bto3-arch audit: BPF prog-id=24 op=UNLOAD
Feb 11 18:42:16 bto3-arch audit[952]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=952 comm="iptables"
Feb 11 18:42:16 bto3-arch audit[962]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=962 comm="iptables"
Feb 11 18:42:16 bto3-arch systemd[954]: Queued start job for default target Main User Target.
Feb 11 18:42:16 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:16 bto3-arch lightdm[801]: pam_env(lightdm:session): deprecated reading of user environment enabled
Feb 11 18:42:16 bto3-arch systemd[954]: -.slice: Failed to migrate controller cgroups from /user.slice/user-1000.slice/user@1000.service, ignoring: Permission denied
Feb 11 18:42:16 bto3-arch systemd[954]: Created slice User Application Slice.
Feb 11 18:42:16 bto3-arch systemd[954]: Reached target Paths.
Feb 11 18:42:16 bto3-arch systemd[954]: Reached target Timers.
Feb 11 18:42:16 bto3-arch systemd[954]: Starting D-Bus User Message Bus Socket.
Feb 11 18:42:16 bto3-arch systemd[954]: Listening on GnuPG network certificate management daemon.
Feb 11 18:42:16 bto3-arch systemd[954]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 11 18:42:16 bto3-arch systemd[954]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 11 18:42:16 bto3-arch systemd[954]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 11 18:42:16 bto3-arch systemd[954]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 11 18:42:16 bto3-arch systemd[954]: Listening on p11-kit server.
Feb 11 18:42:16 bto3-arch systemd[954]: Listening on Multimedia System.
Feb 11 18:42:16 bto3-arch systemd[954]: Listening on Sound System.
Feb 11 18:42:16 bto3-arch systemd[954]: Listening on D-Bus User Message Bus Socket.
Feb 11 18:42:16 bto3-arch audit[801]: USER_START pid=801 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_gnome_keyring acct="dirk" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Feb 11 18:42:16 bto3-arch systemd[954]: Reached target Sockets.
Feb 11 18:42:16 bto3-arch lightdm[801]: gkr-pam: gnome-keyring-daemon started properly and unlocked keyring
Feb 11 18:42:16 bto3-arch systemd[954]: Reached target Basic System.
Feb 11 18:42:16 bto3-arch systemd[1]: Started User Manager for UID 1000.
Feb 11 18:42:16 bto3-arch systemd[954]: Starting Update XDG user dir configuration...
Feb 11 18:42:16 bto3-arch systemd[1]: Started Session 2 of user dirk.
Feb 11 18:42:16 bto3-arch audit[801]: USER_LOGIN pid=801 uid=0 auid=1000 ses=2 msg='op=login id=1000 exe="/usr/bin/lightdm" hostname=bto3-arch addr=? terminal=/dev/tty7 res=success'
Feb 11 18:42:16 bto3-arch systemd[954]: xdg-user-dirs-update.service: Succeeded.
Feb 11 18:42:16 bto3-arch systemd[954]: Finished Update XDG user dir configuration.
Feb 11 18:42:16 bto3-arch systemd[954]: Reached target Main User Target.
Feb 11 18:42:16 bto3-arch systemd[954]: Startup finished in 83ms.
Feb 11 18:42:16 bto3-arch audit[965]: NETFILTER_CFG table=filter family=2 entries=21 op=xt_replace pid=965 comm="iptables"
Feb 11 18:42:16 bto3-arch systemd[954]: Started D-Bus User Message Bus.
Feb 11 18:42:16 bto3-arch audit[982]: NETFILTER_CFG table=filter family=2 entries=22 op=xt_replace pid=982 comm="iptables"
Feb 11 18:42:16 bto3-arch dockerd[808]: time="2021-02-11T18:42:16.678651963+01:00" level=info msg="Loading containers: done."
Feb 11 18:42:16 bto3-arch systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck587878288-merged.mount: Succeeded.
Feb 11 18:42:16 bto3-arch systemd[954]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck587878288-merged.mount: Succeeded.
Feb 11 18:42:16 bto3-arch systemd[728]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck587878288-merged.mount: Succeeded.
Feb 11 18:42:16 bto3-arch dockerd[808]: time="2021-02-11T18:42:16.704224084+01:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Feb 11 18:42:16 bto3-arch dockerd[808]: time="2021-02-11T18:42:16.704769237+01:00" level=info msg="Docker daemon" commit=46229ca1d8 graphdriver(s)=overlay2 version=20.10.3
Feb 11 18:42:16 bto3-arch dockerd[808]: time="2021-02-11T18:42:16.705148669+01:00" level=info msg="Daemon has completed initialization"
Feb 11 18:42:16 bto3-arch systemd[1]: Started Docker Application Container Engine.
Feb 11 18:42:16 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=docker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:16 bto3-arch systemd[1]: Reached target Multi-User System.
Feb 11 18:42:16 bto3-arch systemd[1]: Reached target Graphical Interface.
Feb 11 18:42:16 bto3-arch systemd[1]: Startup finished in 3.586s (firmware) + 9.427s (loader) + 2.448s (kernel) + 10.846s (userspace) = 26.309s.
Feb 11 18:42:16 bto3-arch dockerd[808]: time="2021-02-11T18:42:16.720549793+01:00" level=info msg="API listen on /run/docker.sock"
Feb 11 18:42:16 bto3-arch autossh[1024]: port set to 0, monitoring disabled
Feb 11 18:42:16 bto3-arch autossh[1024]: starting ssh (count 1)
Feb 11 18:42:16 bto3-arch autossh[1024]: ssh child pid is 1032
Feb 11 18:42:16 bto3-arch autossh[1024]: ssh exited prematurely with status 255; autossh exiting
Feb 11 18:42:16 bto3-arch dbus-daemon[985]: [session uid=1000 pid=985] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.2' (uid=1000 pid=1016 comm="nm-applet ")
Feb 11 18:42:16 bto3-arch systemd[954]: Starting Virtual filesystem service...
Feb 11 18:42:16 bto3-arch dbus-daemon[985]: [session uid=1000 pid=985] Successfully activated service 'org.gtk.vfs.Daemon'
Feb 11 18:42:16 bto3-arch systemd[954]: Started Virtual filesystem service.
Feb 11 18:42:16 bto3-arch systemd[954]: Starting Sound Service...
Feb 11 18:42:16 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.37' (uid=1000 pid=1049 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Feb 11 18:42:16 bto3-arch systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Feb 11 18:42:16 bto3-arch dbus-daemon[428]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Feb 11 18:42:16 bto3-arch systemd[1]: Started RealtimeKit Scheduling Policy Service.
Feb 11 18:42:16 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:16 bto3-arch rtkit-daemon[1051]: Successfully called chroot.
Feb 11 18:42:16 bto3-arch rtkit-daemon[1051]: Successfully dropped privileges.
Feb 11 18:42:16 bto3-arch rtkit-daemon[1051]: Successfully limited resources.
Feb 11 18:42:16 bto3-arch rtkit-daemon[1051]: Canary thread running.
Feb 11 18:42:16 bto3-arch rtkit-daemon[1051]: Watchdog thread running.
Feb 11 18:42:16 bto3-arch rtkit-daemon[1051]: Running.
Feb 11 18:42:16 bto3-arch rtkit-daemon[1051]: Successfully made thread 1049 of process 1049 owned by '1000' high priority at nice level -11.
Feb 11 18:42:16 bto3-arch rtkit-daemon[1051]: Supervising 1 threads of 1 processes of 1 users.
Feb 11 18:42:16 bto3-arch dbus-daemon[985]: [session uid=1000 pid=985] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.6' (uid=1000 pid=1016 comm="nm-applet ")
Feb 11 18:42:16 bto3-arch systemd[954]: Starting Accessibility services bus...
Feb 11 18:42:16 bto3-arch dbus-daemon[985]: [session uid=1000 pid=985] Successfully activated service 'org.a11y.Bus'
Feb 11 18:42:16 bto3-arch systemd[954]: Started Accessibility services bus.
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.0307] agent-manager: agent[57b0e6d8afb7e3d0,:1.39/org.freedesktop.nm-applet/1000]: agent registered
Feb 11 18:42:17 bto3-arch at-spi-bus-launcher[1060]: dbus-daemon[1060]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1016 comm="nm-applet ")
Feb 11 18:42:17 bto3-arch at-spi-bus-launcher[1060]: dbus-daemon[1060]: Successfully activated service 'org.a11y.atspi.Registry'
Feb 11 18:42:17 bto3-arch at-spi-bus-launcher[1065]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Feb 11 18:42:17 bto3-arch kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0x6f on isa0060/serio0).
Feb 11 18:42:17 bto3-arch kernel: atkbd serio0: Use 'setkeycodes 6f <keycode>' to make it known.
Feb 11 18:42:17 bto3-arch systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Feb 11 18:42:17 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.4466] policy: auto-activating connection 'FRIXX-IT' (b4489b0c-d7f5-46c1-bd83-6653f8d95093)
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.4487] device (wlp116s0): Activation: starting connection 'FRIXX-IT' (b4489b0c-d7f5-46c1-bd83-6653f8d95093)
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.4488] device (wlp116s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.4490] manager: NetworkManager state is now CONNECTING
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.4638] device (wlp116s0): set-hw-addr: reset MAC address to DC:71:96:89:81:59 (preserve)
Feb 11 18:42:17 bto3-arch rtkit-daemon[1051]: Supervising 1 threads of 1 processes of 1 users.
Feb 11 18:42:17 bto3-arch rtkit-daemon[1051]: Successfully made thread 1106 of process 1049 owned by '1000' RT at priority 5.
Feb 11 18:42:17 bto3-arch rtkit-daemon[1051]: Supervising 2 threads of 1 processes of 1 users.
Feb 11 18:42:17 bto3-arch rtkit-daemon[1051]: Supervising 2 threads of 1 processes of 1 users.
Feb 11 18:42:17 bto3-arch rtkit-daemon[1051]: Successfully made thread 1107 of process 1049 owned by '1000' RT at priority 5.
Feb 11 18:42:17 bto3-arch rtkit-daemon[1051]: Supervising 3 threads of 1 processes of 1 users.
Feb 11 18:42:17 bto3-arch systemd[954]: Started Sound Service.
Feb 11 18:42:17 bto3-arch bluetoothd[584]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink/sbc
Feb 11 18:42:17 bto3-arch bluetoothd[584]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSource/sbc
Feb 11 18:42:17 bto3-arch bluetoothd[584]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSink/sbc
Feb 11 18:42:17 bto3-arch bluetoothd[584]: Endpoint registered: sender=:1.42 path=/MediaEndpoint/A2DPSource/sbc
Feb 11 18:42:17 bto3-arch kernel: Bluetooth: RFCOMM TTY layer initialized
Feb 11 18:42:17 bto3-arch kernel: Bluetooth: RFCOMM socket layer initialized
Feb 11 18:42:17 bto3-arch kernel: Bluetooth: RFCOMM ver 1.11
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6559] device (wlp116s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6560] device (wlp116s0): Activation: (wifi) access point 'FRIXX-IT' has security, but secrets are required.
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6560] device (wlp116s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6586] device (wlp116s0): supplicant interface state: disconnected -> interface_disabled
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6586] device (p2p-dev-wlp116s0): supplicant management interface state: disconnected -> interface_disabled
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6597] device (wlp116s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6599] device (wlp116s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6601] device (wlp116s0): Activation: (wifi) connection 'FRIXX-IT' has security, and secrets exist. No new secrets needed.
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6602] Config: added 'ssid' value 'FRIXX-IT'
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6602] Config: added 'scan_ssid' value '1'
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6602] Config: added 'bgscan' value 'simple:30:-70:86400'
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6602] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6602] Config: added 'auth_alg' value 'OPEN'
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6602] Config: added 'psk' value '<hidden>'
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6911] device (wlp116s0): supplicant interface state: interface_disabled -> inactive
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6912] device (p2p-dev-wlp116s0): supplicant management interface state: interface_disabled -> inactive
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6992] device (wlp116s0): supplicant interface state: inactive -> scanning
Feb 11 18:42:17 bto3-arch NetworkManager[471]: <info> [1613065337.6992] device (p2p-dev-wlp116s0): supplicant management interface state: inactive -> scanning
Feb 11 18:42:19 bto3-arch kernel: atkbd serio0: Unknown key released (translated set 2, code 0x6f on isa0060/serio0).
Feb 11 18:42:19 bto3-arch kernel: atkbd serio0: Use 'setkeycodes 6f <keycode>' to make it known.
Feb 11 18:42:21 bto3-arch wpa_supplicant[642]: wlp116s0: SME: Trying to authenticate with 76:83:c2:32:52:43 (SSID='FRIXX-IT' freq=5180 MHz)
Feb 11 18:42:21 bto3-arch kernel: wlp116s0: authenticate with 76:83:c2:32:52:43
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.0807] device (wlp116s0): supplicant interface state: scanning -> authenticating
Feb 11 18:42:21 bto3-arch kernel: wlp116s0: send auth to 76:83:c2:32:52:43 (try 1/3)
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.0808] device (p2p-dev-wlp116s0): supplicant management interface state: scanning -> authenticating
Feb 11 18:42:21 bto3-arch wpa_supplicant[642]: wlp116s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=BE
Feb 11 18:42:21 bto3-arch wpa_supplicant[642]: wlp116s0: Trying to associate with 76:83:c2:32:52:43 (SSID='FRIXX-IT' freq=5180 MHz)
Feb 11 18:42:21 bto3-arch kernel: wlp116s0: authenticated
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.1111] device (wlp116s0): supplicant interface state: authenticating -> associating
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.1111] device (p2p-dev-wlp116s0): supplicant management interface state: authenticating -> associating
Feb 11 18:42:21 bto3-arch kernel: wlp116s0: associate with 76:83:c2:32:52:43 (try 1/3)
Feb 11 18:42:21 bto3-arch kernel: wlp116s0: RX AssocResp from 76:83:c2:32:52:43 (capab=0x11 status=0 aid=1)
Feb 11 18:42:21 bto3-arch kernel: wlp116s0: associated
Feb 11 18:42:21 bto3-arch wpa_supplicant[642]: wlp116s0: Associated with 76:83:c2:32:52:43
Feb 11 18:42:21 bto3-arch wpa_supplicant[642]: wlp116s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.1267] device (wlp116s0): supplicant interface state: associating -> associated
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.1267] device (p2p-dev-wlp116s0): supplicant management interface state: associating -> associated
Feb 11 18:42:21 bto3-arch wpa_supplicant[642]: wlp116s0: WPA: Key negotiation completed with 76:83:c2:32:52:43 [PTK=CCMP GTK=CCMP]
Feb 11 18:42:21 bto3-arch wpa_supplicant[642]: wlp116s0: CTRL-EVENT-CONNECTED - Connection to 76:83:c2:32:52:43 completed [id=0 id_str=]
Feb 11 18:42:21 bto3-arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp116s0: link becomes ready
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.1544] device (wlp116s0): supplicant interface state: associated -> completed
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.1545] device (wlp116s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "FRIXX-IT"
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.1545] device (p2p-dev-wlp116s0): supplicant management interface state: associated -> completed
Feb 11 18:42:21 bto3-arch wpa_supplicant[642]: wlp116s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-67 noise=9999 txrate=26000
Feb 11 18:42:21 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_INPUT_ZONES:121 family=1 entries=294 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_OUT_ZONES:136 family=1 entries=295 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_POSTROUTING_ZONES:67 family=2 entries=133 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_POSTROUTING_ZONES:67 family=10 entries=133 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;filter_FORWARD_IN_ZONES:134 family=1 entries=296 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:2;nat_PREROUTING_ZONES:60 family=2 entries=134 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:3;nat_PREROUTING_ZONES:60 family=10 entries=134 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch audit[429]: NETFILTER_CFG table=firewalld:1;mangle_PREROUTING_ZONES:108 family=1 entries=297 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch audit[429]: NETFILTER_CFG table=?:0;?:0 family=0 entries=7 op=nft_register_gen pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.1589] device (wlp116s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.1591] dhcp4 (wlp116s0): activation: beginning transaction (timeout in 45 seconds)
Feb 11 18:42:21 bto3-arch kernel: kauditd_printk_skb: 167 callbacks suppressed
Feb 11 18:42:21 bto3-arch kernel: audit: type=1325 audit(1613065341.155:157): table=firewalld:1;filter_INPUT_ZONES:121 family=1 entries=294 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch kernel: audit: type=1325 audit(1613065341.155:157): table=firewalld:1;filter_FORWARD_OUT_ZONES:136 family=1 entries=295 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch kernel: audit: type=1325 audit(1613065341.155:157): table=firewalld:2;nat_POSTROUTING_ZONES:67 family=2 entries=133 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch kernel: audit: type=1325 audit(1613065341.155:157): table=firewalld:3;nat_POSTROUTING_ZONES:67 family=10 entries=133 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch kernel: audit: type=1325 audit(1613065341.155:157): table=firewalld:1;filter_FORWARD_IN_ZONES:134 family=1 entries=296 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch kernel: audit: type=1325 audit(1613065341.155:157): table=firewalld:2;nat_PREROUTING_ZONES:60 family=2 entries=134 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch kernel: audit: type=1325 audit(1613065341.155:157): table=firewalld:3;nat_PREROUTING_ZONES:60 family=10 entries=134 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch kernel: audit: type=1325 audit(1613065341.155:157): table=firewalld:1;mangle_PREROUTING_ZONES:108 family=1 entries=297 op=nft_register_rule pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch kernel: audit: type=1325 audit(1613065341.155:157): table=?:0;?:0 family=0 entries=7 op=nft_register_gen pid=429 comm="firewalld"
Feb 11 18:42:21 bto3-arch wpa_supplicant[642]: wlp116s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-67 noise=9999 txrate=26000
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option dhcp_lease_time => '3600'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option domain_name_servers => '192.168.60.1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option expiry => '1613068941'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option host_name => 'bto3-arch'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option interface_mtu => '1500'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option ip_address => '192.168.60.52'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option next_server => '192.168.60.1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option requested_broadcast_address => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option requested_domain_name => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option requested_domain_name_servers => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option requested_domain_search => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option requested_host_name => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option requested_interface_mtu => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option requested_ms_classless_static_routes => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option requested_nis_domain => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option requested_nis_servers => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option requested_ntp_servers => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2059] dhcp4 (wlp116s0): option requested_rfc3442_classless_static_routes => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2060] dhcp4 (wlp116s0): option requested_root_path => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2060] dhcp4 (wlp116s0): option requested_routers => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2060] dhcp4 (wlp116s0): option requested_static_routes => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2060] dhcp4 (wlp116s0): option requested_subnet_mask => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2060] dhcp4 (wlp116s0): option requested_time_offset => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2060] dhcp4 (wlp116s0): option requested_wpad => '1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2060] dhcp4 (wlp116s0): option routers => '192.168.60.1'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2060] dhcp4 (wlp116s0): option subnet_mask => '255.255.255.0'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2060] dhcp4 (wlp116s0): state changed unknown -> bound
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2072] device (wlp116s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Feb 11 18:42:21 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=471 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 11 18:42:21 bto3-arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 11 18:42:21 bto3-arch dbus-daemon[428]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 11 18:42:21 bto3-arch systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 11 18:42:21 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2127] device (wlp116s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2129] device (wlp116s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2131] manager: NetworkManager state is now CONNECTED_LOCAL
Feb 11 18:42:21 bto3-arch kernel: audit: type=1130 audit(1613065341.209:158): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2143] manager: NetworkManager state is now CONNECTED_SITE
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2143] policy: set 'FRIXX-IT' (wlp116s0) as default for IPv4 routing and DNS
Feb 11 18:42:21 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=471 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 11 18:42:21 bto3-arch dbus-daemon[428]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.2225] device (wlp116s0): Activation: successful, device activated.
Feb 11 18:42:21 bto3-arch NetworkManager[471]: <info> [1613065341.3587] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb 11 18:42:22 bto3-arch rtkit-daemon[1051]: Supervising 3 threads of 1 processes of 1 users.
Feb 11 18:42:22 bto3-arch rtkit-daemon[1051]: Supervising 3 threads of 1 processes of 1 users.
Feb 11 18:42:22 bto3-arch rtkit-daemon[1051]: Supervising 3 threads of 1 processes of 1 users.
Feb 11 18:42:22 bto3-arch rtkit-daemon[1051]: Supervising 3 threads of 1 processes of 1 users.
Feb 11 18:42:22 bto3-arch rtkit-daemon[1051]: Supervising 3 threads of 1 processes of 1 users.
Feb 11 18:42:22 bto3-arch rtkit-daemon[1051]: Supervising 3 threads of 1 processes of 1 users.
Feb 11 18:42:22 bto3-arch rtkit-daemon[1051]: Successfully made thread 1403 of process 1275 owned by '1000' RT at priority 10.
Feb 11 18:42:22 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:22 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:22 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:22 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:22 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:23 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:23 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:24 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:24 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:26 bto3-arch systemd[1]: Stopping User Manager for UID 972...
Feb 11 18:42:26 bto3-arch systemd[728]: Stopped target Main User Target.
Feb 11 18:42:26 bto3-arch systemd[728]: Stopping Accessibility services bus...
Feb 11 18:42:26 bto3-arch gvfsd[757]: A connection to the bus can't be made
Feb 11 18:42:26 bto3-arch systemd[728]: Stopping D-Bus User Message Bus...
Feb 11 18:42:26 bto3-arch systemd[728]: Stopping Virtual filesystem service...
Feb 11 18:42:26 bto3-arch systemd[728]: dbus.service: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Stopped D-Bus User Message Bus.
Feb 11 18:42:26 bto3-arch systemd[728]: at-spi-dbus-bus.service: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Stopped Accessibility services bus.
Feb 11 18:42:26 bto3-arch systemd[728]: run-user-972-gvfs.mount: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[954]: run-user-972-gvfs.mount: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[1]: run-user-972-gvfs.mount: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: gvfs-daemon.service: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Stopped Virtual filesystem service.
Feb 11 18:42:26 bto3-arch systemd[728]: Stopped target Basic System.
Feb 11 18:42:26 bto3-arch systemd[728]: Stopped target Paths.
Feb 11 18:42:26 bto3-arch systemd[728]: Stopped target Sockets.
Feb 11 18:42:26 bto3-arch systemd[728]: Stopped target Timers.
Feb 11 18:42:26 bto3-arch systemd[728]: dbus.socket: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Closed D-Bus User Message Bus Socket.
Feb 11 18:42:26 bto3-arch systemd[728]: dirmngr.socket: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Closed GnuPG network certificate management daemon.
Feb 11 18:42:26 bto3-arch systemd[728]: gpg-agent-browser.socket: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 11 18:42:26 bto3-arch systemd[728]: gpg-agent-extra.socket: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Feb 11 18:42:26 bto3-arch systemd[728]: gpg-agent-ssh.socket: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Feb 11 18:42:26 bto3-arch systemd[728]: gpg-agent.socket: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Closed GnuPG cryptographic agent and passphrase cache.
Feb 11 18:42:26 bto3-arch systemd[728]: p11-kit-server.socket: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Closed p11-kit server.
Feb 11 18:42:26 bto3-arch systemd[728]: pipewire.socket: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Closed Multimedia System.
Feb 11 18:42:26 bto3-arch systemd[728]: pulseaudio.socket: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Closed Sound System.
Feb 11 18:42:26 bto3-arch systemd[728]: Removed slice User Application Slice.
Feb 11 18:42:26 bto3-arch systemd[728]: Reached target Shutdown.
Feb 11 18:42:26 bto3-arch systemd[728]: systemd-exit.service: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[728]: Finished Exit the Session.
Feb 11 18:42:26 bto3-arch systemd[728]: Reached target Exit the Session.
Feb 11 18:42:26 bto3-arch systemd[729]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Feb 11 18:42:26 bto3-arch systemd[1]: user@972.service: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[1]: Stopped User Manager for UID 972.
Feb 11 18:42:26 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:26 bto3-arch kernel: audit: type=1131 audit(1613065346.721:159): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:26 bto3-arch systemd[1]: Stopping User Runtime Directory /run/user/972...
Feb 11 18:42:26 bto3-arch systemd[954]: run-user-972.mount: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[1]: run-user-972.mount: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[1]: user-runtime-dir@972.service: Succeeded.
Feb 11 18:42:26 bto3-arch systemd[1]: Stopped User Runtime Directory /run/user/972.
Feb 11 18:42:26 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:26 bto3-arch systemd[1]: Removed slice User Slice of UID 972.
Feb 11 18:42:26 bto3-arch kernel: audit: type=1131 audit(1613065346.728:160): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:30 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:30 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:30 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:30 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:42:30 bto3-arch rtkit-daemon[1051]: Successfully made thread 1761 of process 1372 owned by '1000' RT at priority 10.
Feb 11 18:42:30 bto3-arch rtkit-daemon[1051]: Supervising 5 threads of 3 processes of 1 users.
Feb 11 18:42:31 bto3-arch systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Feb 11 18:42:31 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:31 bto3-arch kernel: audit: type=1131 audit(1613065351.428:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:38 bto3-arch systemd[1]: systemd-hostnamed.service: Succeeded.
Feb 11 18:42:38 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:38 bto3-arch kernel: audit: type=1131 audit(1613065358.297:162): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:42:38 bto3-arch audit: BPF prog-id=18 op=UNLOAD
Feb 11 18:42:38 bto3-arch audit: BPF prog-id=17 op=UNLOAD
Feb 11 18:42:38 bto3-arch kernel: audit: type=1334 audit(1613065358.490:163): prog-id=18 op=UNLOAD
Feb 11 18:42:38 bto3-arch kernel: audit: type=1334 audit(1613065358.490:164): prog-id=17 op=UNLOAD
Feb 11 18:42:39 bto3-arch chronyd[434]: Selected source 45.87.78.35
Feb 11 18:42:39 bto3-arch chronyd[434]: System clock TAI offset set to 37 seconds
Feb 11 18:42:41 bto3-arch chronyd[434]: Selected source 109.68.160.220
Feb 11 18:43:02 bto3-arch rtkit-daemon[1051]: Supervising 5 threads of 3 processes of 1 users.
Feb 11 18:43:02 bto3-arch rtkit-daemon[1051]: Supervising 5 threads of 3 processes of 1 users.
Feb 11 18:43:44 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:43:44 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:43:44 bto3-arch rtkit-daemon[1051]: Supervising 4 threads of 2 processes of 1 users.
Feb 11 18:43:44 bto3-arch rtkit-daemon[1051]: Successfully made thread 2521 of process 2453 owned by '1000' high priority at nice level -10.
Feb 11 18:43:44 bto3-arch rtkit-daemon[1051]: Supervising 5 threads of 3 processes of 1 users.
Feb 11 18:43:44 bto3-arch rtkit-daemon[1051]: Successfully made thread 2522 of process 2453 owned by '1000' high priority at nice level -10.
Feb 11 18:43:44 bto3-arch rtkit-daemon[1051]: Supervising 6 threads of 3 processes of 1 users.
Feb 11 18:43:45 bto3-arch chronyd[434]: Selected source 185.153.41.4
Feb 11 18:43:48 bto3-arch rtkit-daemon[1051]: Supervising 6 threads of 3 processes of 1 users.
Feb 11 18:43:48 bto3-arch rtkit-daemon[1051]: Supervising 6 threads of 3 processes of 1 users.
Feb 11 18:43:48 bto3-arch rtkit-daemon[1051]: Supervising 6 threads of 3 processes of 1 users.
Feb 11 18:43:48 bto3-arch rtkit-daemon[1051]: Successfully made thread 2559 of process 2559 owned by '1000' high priority at nice level -10.
Feb 11 18:43:48 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:43:48 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:43:48 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:43:48 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:43:48 bto3-arch rtkit-daemon[1051]: Successfully made thread 2612 of process 2612 owned by '1000' high priority at nice level -10.
Feb 11 18:43:48 bto3-arch rtkit-daemon[1051]: Supervising 8 threads of 5 processes of 1 users.
Feb 11 18:45:34 bto3-arch wpa_supplicant[642]: wlp116s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-64 noise=9999 txrate=325000
Feb 11 18:45:36 bto3-arch wpa_supplicant[642]: wlp116s0: SME: Trying to authenticate with 76:83:c2:32:51:7b (SSID='FRIXX-IT' freq=5180 MHz)
Feb 11 18:45:36 bto3-arch kernel: wlp116s0: disconnect from AP 76:83:c2:32:52:43 for new auth to 76:83:c2:32:51:7b
Feb 11 18:45:36 bto3-arch kernel: wlp116s0: authenticate with 76:83:c2:32:51:7b
Feb 11 18:45:36 bto3-arch kernel: wlp116s0: send auth to 76:83:c2:32:51:7b (try 1/3)
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7188] device (wlp116s0): supplicant interface state: completed -> authenticating
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7189] device (p2p-dev-wlp116s0): supplicant management interface state: completed -> authenticating
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7189] device (wlp116s0): DHCPv4 lease renewal requested
Feb 11 18:45:36 bto3-arch wpa_supplicant[642]: wlp116s0: Trying to associate with 76:83:c2:32:51:7b (SSID='FRIXX-IT' freq=5180 MHz)
Feb 11 18:45:36 bto3-arch kernel: wlp116s0: authenticated
Feb 11 18:45:36 bto3-arch kernel: wlp116s0: associate with 76:83:c2:32:51:7b (try 1/3)
Feb 11 18:45:36 bto3-arch kernel: wlp116s0: RX ReassocResp from 76:83:c2:32:51:7b (capab=0x11 status=0 aid=5)
Feb 11 18:45:36 bto3-arch wpa_supplicant[642]: wlp116s0: Associated with 76:83:c2:32:51:7b
Feb 11 18:45:36 bto3-arch wpa_supplicant[642]: wlp116s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Feb 11 18:45:36 bto3-arch kernel: wlp116s0: associated
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7621] dhcp4 (wlp116s0): canceled DHCP transaction
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7621] dhcp4 (wlp116s0): state changed bound -> done
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7624] dhcp4 (wlp116s0): activation: beginning transaction (timeout in 45 seconds)
Feb 11 18:45:36 bto3-arch wpa_supplicant[642]: wlp116s0: WPA: Key negotiation completed with 76:83:c2:32:51:7b [PTK=CCMP GTK=CCMP]
Feb 11 18:45:36 bto3-arch wpa_supplicant[642]: wlp116s0: CTRL-EVENT-CONNECTED - Connection to 76:83:c2:32:51:7b completed [id=0 id_str=]
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7648] device (wlp116s0): supplicant interface state: authenticating -> associating
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7648] device (p2p-dev-wlp116s0): supplicant management interface state: authenticating -> associating
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7654] device (wlp116s0): supplicant interface state: associating -> completed
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7663] device (p2p-dev-wlp116s0): supplicant management interface state: associating -> completed
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7809] dhcp4 (wlp116s0): option dhcp_lease_time => '3600'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7809] dhcp4 (wlp116s0): option domain_name_servers => '192.168.60.1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7809] dhcp4 (wlp116s0): option expiry => '1613069136'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7809] dhcp4 (wlp116s0): option host_name => 'bto3-arch'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7809] dhcp4 (wlp116s0): option interface_mtu => '1500'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7809] dhcp4 (wlp116s0): option ip_address => '192.168.60.52'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7809] dhcp4 (wlp116s0): option next_server => '192.168.60.1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7809] dhcp4 (wlp116s0): option requested_broadcast_address => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7809] dhcp4 (wlp116s0): option requested_domain_name => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7809] dhcp4 (wlp116s0): option requested_domain_name_servers => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_domain_search => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_host_name => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_interface_mtu => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_ms_classless_static_routes => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_nis_domain => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_nis_servers => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_ntp_servers => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_rfc3442_classless_static_routes => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_root_path => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_routers => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_static_routes => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_subnet_mask => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_time_offset => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option requested_wpad => '1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option routers => '192.168.60.1'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): option subnet_mask => '255.255.255.0'
Feb 11 18:45:36 bto3-arch NetworkManager[471]: <info> [1613065536.7810] dhcp4 (wlp116s0): state changed unknown -> bound
Feb 11 18:45:36 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=471 comm="/usr/bin/NetworkManager --no-daemon ")
Feb 11 18:45:36 bto3-arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 11 18:45:36 bto3-arch dbus-daemon[428]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 11 18:45:36 bto3-arch systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 11 18:45:36 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:45:36 bto3-arch kernel: audit: type=1130 audit(1613065536.782:165): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:45:36 bto3-arch wpa_supplicant[642]: wlp116s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-57 noise=9999 txrate=26000
Feb 11 18:45:39 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:45:39 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:45:47 bto3-arch systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Feb 11 18:45:47 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:45:47 bto3-arch kernel: audit: type=1131 audit(1613065547.435:166): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:45:55 bto3-arch chronyd[434]: Selected source 45.87.78.35
Feb 11 18:49:50 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:49:50 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:49:54 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:49:54 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:49:54 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:49:54 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:49:54 bto3-arch rtkit-daemon[1051]: Successfully made thread 3018 of process 2787 owned by '1000' RT at priority 10.
Feb 11 18:49:54 bto3-arch rtkit-daemon[1051]: Supervising 8 threads of 5 processes of 1 users.
Feb 11 18:50:45 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:50:45 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:50:45 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:50:45 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:50:45 bto3-arch rtkit-daemon[1051]: Successfully made thread 3098 of process 1878 owned by '1000' RT at priority 10.
Feb 11 18:50:45 bto3-arch rtkit-daemon[1051]: Supervising 8 threads of 5 processes of 1 users.
Feb 11 18:56:16 bto3-arch dbus-daemon[428]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.77' (uid=1000 pid=3373 comm="C:\windows\system32\winedevice.exe ")
Feb 11 18:56:16 bto3-arch systemd[1]: Starting Disk Manager...
Feb 11 18:56:16 bto3-arch udisksd[3378]: udisks daemon version 2.9.1 starting
Feb 11 18:56:16 bto3-arch dbus-daemon[428]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Feb 11 18:56:16 bto3-arch systemd[1]: Started Disk Manager.
Feb 11 18:56:16 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:56:16 bto3-arch kernel: audit: type=1130 audit(1613066176.409:167): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:56:16 bto3-arch udisksd[3378]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Feb 11 18:56:25 bto3-arch assert_20210211185625_33.dmp[3494]: Uploading dump (out-of-process)
/tmp/dumps/assert_20210211185625_33.dmp
Feb 11 18:56:27 bto3-arch assert_20210211185625_33.dmp[3494]: Finished uploading minidump (out-of-process): success = yes
Feb 11 18:56:27 bto3-arch assert_20210211185625_33.dmp[3494]: response: CrashID=bp-8a613a2d-9ff0-4e1d-9147-432802210211
Feb 11 18:56:27 bto3-arch assert_20210211185625_33.dmp[3494]: file ''/tmp/dumps/assert_20210211185625_33.dmp'', upload yes: ''CrashID=bp-8a613a2d-9ff0-4e1d-9147-432802210211''
Feb 11 18:57:07 bto3-arch systemd[1]: Starting Cleanup of Temporary Directories...
Feb 11 18:57:07 bto3-arch systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Feb 11 18:57:07 bto3-arch systemd[1]: Finished Cleanup of Temporary Directories.
Feb 11 18:57:07 bto3-arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:57:07 bto3-arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:57:07 bto3-arch kernel: audit: type=1130 audit(1613066227.592:168): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:57:07 bto3-arch kernel: audit: type=1131 audit(1613066227.592:169): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 11 18:57:23 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.
Feb 11 18:57:23 bto3-arch rtkit-daemon[1051]: Supervising 7 threads of 4 processes of 1 users.Last edited by scippie (2021-02-23 22:21:18)
Offline