You are not logged in.

#1 2023-07-06 18:02:39

bighusky
Member
Registered: 2016-12-19
Posts: 15

[SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

Hi

bluetooth works fine up to, including kernel 6.3.9. Upon System Updates, which bring kernel 6.4.1 bluetooth service is not started. Started manually gnome settings shows no adapter.
Also tried with kde version and same result.

Downgrading the kernel back to a 6.3.x brings back bluetooth functionality.

here the various outputs of the significant services/tools for both kernels:

Linux archmbp 6.3.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 21 Jun 2023 20:46:20 +0000 x86_64 GNU/Linux

lsusb
Bus 001 Device 003: ID 05ac:0262 Apple, Inc. Apple Internal Keyboard / Trackpad

dmesg -k
[    2.815778] usb 1-8.3: Product: Bluetooth USB Host Controller
[    6.555346] Bluetooth: Core ver 2.22
[    6.555370] NET: Registered PF_BLUETOOTH protocol family
[    6.555370] Bluetooth: HCI device and connection manager initialized
[    6.555384] Bluetooth: HCI socket layer initialized
[    6.555386] Bluetooth: L2CAP socket layer initialized
[    6.555388] Bluetooth: SCO socket layer initialized
[    6.688439] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.688442] Bluetooth: BNEP filters: protocol multicast
[    6.688446] Bluetooth: BNEP socket layer initialized
[    6.740914] Bluetooth: hci0: BCM: chip id 73 build 1127
[    6.741908] Bluetooth: hci0: BCM: product 05ac:8289
[    6.742910] Bluetooth: hci0: BCM: features 0x07
[    6.758913] Bluetooth: hci0: BCM20702B0 Generic USB Class 1 @ 20 MHz
[    6.817136] Bluetooth: MGMT ver 1.22
[    8.762579] Bluetooth: RFCOMM TTY layer initialized
[    8.762586] Bluetooth: RFCOMM socket layer initialized
[    8.762588] Bluetooth: RFCOMM ver 1.11

systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Thu 2023-07-06 18:50:43 CEST; 14min ago
       Docs: man:bluetoothd(8)
   Main PID: 999 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 19056)
     Memory: 2.8M
        CPU: 32ms
     CGroup: /system.slice/bluetooth.service
             └─999 /usr/lib/bluetooth/bluetoothd

Jul 06 18:50:53 archmbp bluetoothd[999]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Jul 06 18:50:53 archmbp bluetoothd[999]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Jul 06 18:50:53 archmbp bluetoothd[999]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Jul 06 18:50:53 archmbp bluetoothd[999]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Jul 06 18:50:53 archmbp bluetoothd[999]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/faststream
Jul 06 18:50:53 archmbp bluetoothd[999]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/faststream_duplex
Jul 06 18:50:53 archmbp bluetoothd[999]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/opus_05
Jul 06 18:50:53 archmbp bluetoothd[999]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/opus_05
Jul 06 18:50:53 archmbp bluetoothd[999]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Jul 06 18:50:53 archmbp bluetoothd[999]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/opus_05_duplex

lspci
03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter (rev 03)
04:00.0 Multimedia controller: Broadcom Inc. and subsidiaries 720p FaceTime HD Camera

rfkill lists
sudo rfkill list
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no

=============================================================================

Linux archmbp 6.4.1-arch2-1 #1 SMP PREEMPT_DYNAMIC Tue, 04 Jul 2023 08:39:40 +0000 x86_64 GNU/Linux

lsusb
Bus 001 Device 002: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)

dmesg -k
no output for bluetooth

systemctl status bluetooth
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; disabled; preset: disabled)
     Active: active (running) since Thu 2023-07-06 19:37:03 CEST; 1s ago
       Docs: man:bluetoothd(8)
   Main PID: 1572 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 19056)
     Memory: 2.1M
        CPU: 23ms
     CGroup: /system.slice/bluetooth.service
             └─1572 /usr/lib/bluetooth/bluetoothd

Jul 06 19:37:03 archmbp systemd[1]: Starting Bluetooth service...
Jul 06 19:37:03 archmbp bluetoothd[1572]: Bluetooth daemon 5.68
Jul 06 19:37:03 archmbp systemd[1]: Started Bluetooth service.
Jul 06 19:37:03 archmbp bluetoothd[1572]: Starting SDP server
Jul 06 19:37:03 archmbp bluetoothd[1572]: src/plugin.c:plugin_init() System does not support csip plugin
Jul 06 19:37:03 archmbp bluetoothd[1572]: src/plugin.c:plugin_init() System does not support vcp plugin
Jul 06 19:37:03 archmbp bluetoothd[1572]: src/plugin.c:plugin_init() System does not support mcp plugin
Jul 06 19:37:03 archmbp bluetoothd[1572]: src/plugin.c:plugin_init() System does not support bass plugin
Jul 06 19:37:03 archmbp bluetoothd[1572]: src/plugin.c:plugin_init() System does not support bap plugin
Jul 06 19:37:03 archmbp bluetoothd[1572]: Bluetooth management interface 1.22 initialized

lspci
03:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter (rev 03)
04:00.0 Multimedia controller: Broadcom Inc. and subsidiaries 720p FaceTime HD Camera

rfkill list
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no

Last edited by bighusky (2023-07-30 16:18:55)

Offline

#2 2023-07-08 18:31:56

krakenfury
Member
Registered: 2013-04-18
Posts: 15

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

Yeah same. 11,3 as well, but a 15-in mid 2014 model. This is almost 100% surely an upstream problem.

Offline

#3 2023-07-08 18:48:15

loqs
Member
Registered: 2014-03-06
Posts: 17,581

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

Is there an upstream bug report for this issue?  Please post the full system journal for a boot with and without the issue.

Offline

#4 2023-07-10 03:43:08

krakenfury
Member
Registered: 2013-04-18
Posts: 15

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

No, I don't see one searching the kernel bugzilla for "macbook and bluetooth", so maybe it's an Arch package problem.
Here is the LTS kernel `journalctl -b` which is working fine:

Jul 09 23:25:48 hostname kernel: Linux version 6.1.38-1-lts (linux-lts@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Thu, 06 Jul 2023 13:07:19 +0000
Jul 09 23:25:48 hostname kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=xxxxxx rw loglevel=3 acpi_mask_gpe=0x06 btusb.enable_autosuspend=n acpi_osi=
Jul 09 23:25:48 hostname kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jul 09 23:25:48 hostname kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jul 09 23:25:48 hostname kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jul 09 23:25:48 hostname kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jul 09 23:25:48 hostname kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jul 09 23:25:48 hostname kernel: signal: max sigframe size: 1776
Jul 09 23:25:48 hostname kernel: BIOS-provided physical RAM map:
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000008efff] usable
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] reserved
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007ad13fff] usable
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x000000007ad14000-0x000000007ad52fff] ACPI NVS
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x000000007ad53000-0x000000007ad5efff] usable
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x000000007ad5f000-0x000000007ad8efff] ACPI data
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x000000007ad8f000-0x000000007ae38fff] usable
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x000000007ae39000-0x000000007ae8efff] reserved
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x000000007ae8f000-0x000000007aecffff] usable
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x000000007aed0000-0x000000007aefefff] type 20
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x000000007aeff000-0x000000007af7afff] usable
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x000000007af7b000-0x000000007afe4fff] reserved
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x000000007afe5000-0x000000007affffff] usable
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x000000007b000000-0x000000007f9fffff] reserved
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved
Jul 09 23:25:48 hostname kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047f5fffff] usable
Jul 09 23:25:48 hostname kernel: NX (Execute Disable) protection: active
Jul 09 23:25:48 hostname kernel: efi: EFI v1.10 by Apple
Jul 09 23:25:48 hostname kernel: efi: ACPI=0x7ad8e000 ACPI 2.0=0x7ad8e014 SMBIOS=0x7ad15000 
Jul 09 23:25:48 hostname kernel: SMBIOS 2.4 present.
Jul 09 23:25:48 hostname kernel: DMI: Apple Inc. MacBookPro11,2/Mac-3CBD00234E554E41, BIOS MBP112.88Z.0138.B16.1509081314 09/08/2015
Jul 09 23:25:48 hostname kernel: tsc: Fast TSC calibration using PIT
Jul 09 23:25:48 hostname kernel: tsc: Detected 2194.994 MHz processor
Jul 09 23:25:48 hostname kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 09 23:25:48 hostname kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 09 23:25:48 hostname kernel: last_pfn = 0x47f600 max_arch_pfn = 0x400000000
Jul 09 23:25:48 hostname kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jul 09 23:25:48 hostname kernel: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
Jul 09 23:25:48 hostname kernel: Using GB pages for direct mapping
Jul 09 23:25:48 hostname kernel: Secure boot disabled
Jul 09 23:25:48 hostname kernel: RAMDISK: [mem 0x3658f000-0x372befff]
Jul 09 23:25:48 hostname kernel: ACPI: Early table checksum verification disabled
Jul 09 23:25:48 hostname kernel: ACPI: RSDP 0x000000007AD8E014 000024 (v02 APPLE )
Jul 09 23:25:48 hostname kernel: ACPI: XSDT 0x000000007AD8E1C0 0000A4 (v01 APPLE  Apple00  00000000      01000013)
Jul 09 23:25:48 hostname kernel: ACPI: FACP 0x000000007AD8C000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
Jul 09 23:25:48 hostname kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/0 (20220331/tbfadt-564)
Jul 09 23:25:48 hostname kernel: ACPI: DSDT 0x000000007AD80000 006C1F (v03 APPLE  MacBookP 00110002 INTL 20100915)
Jul 09 23:25:48 hostname kernel: ACPI: FACS 0x000000007AD1C000 000040
Jul 09 23:25:48 hostname kernel: ACPI: FACS 0x000000007AD1C000 000040
Jul 09 23:25:48 hostname kernel: ACPI: HPET 0x000000007AD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 09 23:25:48 hostname kernel: ACPI: APIC 0x000000007AD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
Jul 09 23:25:48 hostname kernel: ACPI: SBST 0x000000007AD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 09 23:25:48 hostname kernel: ACPI: ECDT 0x000000007AD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 09 23:25:48 hostname kernel: ACPI: SSDT 0x000000007AD7F000 00010B (v01 APPLE  SataAhci 00001000 INTL 20100915)
Jul 09 23:25:48 hostname kernel: ACPI: SSDT 0x000000007AD7E000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20100915)
Jul 09 23:25:48 hostname kernel: ACPI: SSDT 0x000000007AD7C000 000688 (v01 APPLE  SDUsbLpt 00001000 INTL 20100915)
Jul 09 23:25:48 hostname kernel: ACPI: SSDT 0x000000007AD79000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20100915)
Jul 09 23:25:48 hostname kernel: ACPI: SSDT 0x000000007AD6E000 005CBF (v01 APPLE  TbtPEG10 00001000 INTL 20100915)
Jul 09 23:25:48 hostname kernel: ACPI: SSDT 0x000000007AD63000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20100915)
Jul 09 23:25:48 hostname kernel: ACPI: SSDT 0x000000007AD62000 0003E0 (v01 APPLE  SaHdaCdc 00001000 INTL 20100915)
Jul 09 23:25:48 hostname kernel: ACPI: SSDT 0x000000007AD61000 00069C (v01 PmRef  Cpu0Ist  00003000 INTL 20100915)
Jul 09 23:25:48 hostname kernel: ACPI: SSDT 0x000000007AD60000 000B83 (v01 PmRef  CpuPm    00003000 INTL 20100915)
Jul 09 23:25:48 hostname kernel: ACPI: MCFG 0x000000007AD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 09 23:25:48 hostname kernel: ACPI: DMAR 0x000000007AD5F000 000088 (v01 APPLE  HSW      00000001 AAPL 00000001)
Jul 09 23:25:48 hostname kernel: ACPI: Reserving FACP table memory at [mem 0x7ad8c000-0x7ad8c0f3]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving DSDT table memory at [mem 0x7ad80000-0x7ad86c1e]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving FACS table memory at [mem 0x7ad1c000-0x7ad1c03f]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving FACS table memory at [mem 0x7ad1c000-0x7ad1c03f]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving HPET table memory at [mem 0x7ad8b000-0x7ad8b037]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving APIC table memory at [mem 0x7ad8a000-0x7ad8a0bb]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving SBST table memory at [mem 0x7ad88000-0x7ad8802f]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving ECDT table memory at [mem 0x7ad87000-0x7ad87052]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad7f000-0x7ad7f10a]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad7e000-0x7ad7e023]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad7c000-0x7ad7c687]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad79000-0x7ad79031]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad6e000-0x7ad73cbe]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad63000-0x7ad630b7]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad62000-0x7ad623df]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad61000-0x7ad6169b]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad60000-0x7ad60b82]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving MCFG table memory at [mem 0x7ad89000-0x7ad8903b]
Jul 09 23:25:48 hostname kernel: ACPI: Reserving DMAR table memory at [mem 0x7ad5f000-0x7ad5f087]
Jul 09 23:25:48 hostname kernel: ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Jul 09 23:25:48 hostname kernel: No NUMA configuration found
Jul 09 23:25:48 hostname kernel: Faking a node at [mem 0x0000000000000000-0x000000047f5fffff]
Jul 09 23:25:48 hostname kernel: NODE_DATA(0) allocated [mem 0x47f5fb000-0x47f5fffff]
Jul 09 23:25:48 hostname kernel: Zone ranges:
Jul 09 23:25:48 hostname kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jul 09 23:25:48 hostname kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jul 09 23:25:48 hostname kernel:   Normal   [mem 0x0000000100000000-0x000000047f5fffff]
Jul 09 23:25:48 hostname kernel:   Device   empty
Jul 09 23:25:48 hostname kernel: Movable zone start for each node
Jul 09 23:25:48 hostname kernel: Early memory node ranges
Jul 09 23:25:48 hostname kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Jul 09 23:25:48 hostname kernel:   node   0: [mem 0x0000000000059000-0x000000000008efff]
Jul 09 23:25:48 hostname kernel:   node   0: [mem 0x0000000000090000-0x000000000009ffff]
Jul 09 23:25:48 hostname kernel:   node   0: [mem 0x0000000000100000-0x000000007ad13fff]
Jul 09 23:25:48 hostname kernel:   node   0: [mem 0x000000007ad53000-0x000000007ad5efff]
Jul 09 23:25:48 hostname kernel:   node   0: [mem 0x000000007ad8f000-0x000000007ae38fff]
Jul 09 23:25:48 hostname kernel:   node   0: [mem 0x000000007ae8f000-0x000000007aecffff]
Jul 09 23:25:48 hostname kernel:   node   0: [mem 0x000000007aeff000-0x000000007af7afff]
Jul 09 23:25:48 hostname kernel:   node   0: [mem 0x000000007afe5000-0x000000007affffff]
Jul 09 23:25:48 hostname kernel:   node   0: [mem 0x0000000100000000-0x000000047f5fffff]
Jul 09 23:25:48 hostname kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047f5fffff]
Jul 09 23:25:48 hostname kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 09 23:25:48 hostname kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 09 23:25:48 hostname kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 09 23:25:48 hostname kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jul 09 23:25:48 hostname kernel: On node 0, zone DMA32: 63 pages in unavailable ranges
Jul 09 23:25:48 hostname kernel: On node 0, zone DMA32: 48 pages in unavailable ranges
Jul 09 23:25:48 hostname kernel: On node 0, zone DMA32: 86 pages in unavailable ranges
Jul 09 23:25:48 hostname kernel: On node 0, zone DMA32: 47 pages in unavailable ranges
Jul 09 23:25:48 hostname kernel: On node 0, zone DMA32: 106 pages in unavailable ranges
Jul 09 23:25:48 hostname kernel: On node 0, zone Normal: 20480 pages in unavailable ranges
Jul 09 23:25:48 hostname kernel: On node 0, zone Normal: 2560 pages in unavailable ranges
Jul 09 23:25:48 hostname kernel: Reserving Intel graphics memory at [mem 0x7ba00000-0x7f9fffff]
Jul 09 23:25:48 hostname kernel: ACPI: PM-Timer IO Port: 0x408
Jul 09 23:25:48 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jul 09 23:25:48 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jul 09 23:25:48 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jul 09 23:25:48 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jul 09 23:25:48 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jul 09 23:25:48 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jul 09 23:25:48 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jul 09 23:25:48 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jul 09 23:25:48 hostname kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jul 09 23:25:48 hostname kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 09 23:25:48 hostname kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jul 09 23:25:48 hostname kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jul 09 23:25:48 hostname kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jul 09 23:25:48 hostname kernel: [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x17 (or later)
Jul 09 23:25:48 hostname kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000bffff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7ad14000-0x7ad52fff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7ad5f000-0x7ad8efff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7ae39000-0x7ae8efff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7aed0000-0x7aefefff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7af7b000-0x7afe4fff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x7f9fffff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7fa00000-0xe00f7fff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffe0ffff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xffe10000-0xffe3ffff]
Jul 09 23:25:48 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xffe40000-0xffffffff]
Jul 09 23:25:48 hostname kernel: [mem 0x7fa00000-0xe00f7fff] available for PCI devices
Jul 09 23:25:48 hostname kernel: Booting paravirtualized kernel on bare hardware
Jul 09 23:25:48 hostname kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jul 09 23:25:48 hostname kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Jul 09 23:25:48 hostname kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Jul 09 23:25:48 hostname kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Jul 09 23:25:48 hostname kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Jul 09 23:25:48 hostname kernel: Fallback order for Node 0: 0 
Jul 09 23:25:48 hostname kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4105487
Jul 09 23:25:48 hostname kernel: Policy zone: Normal
Jul 09 23:25:48 hostname kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=xxxxxx rw loglevel=3 acpi_mask_gpe=0x06 btusb.enable_autosuspend=n acpi_osi=
Jul 09 23:25:48 hostname kernel: ACPI: _OSI method disabled
Jul 09 23:25:48 hostname kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-lts", will be passed to user space.
Jul 09 23:25:48 hostname kernel: random: crng init done
Jul 09 23:25:48 hostname kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jul 09 23:25:48 hostname kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jul 09 23:25:48 hostname kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jul 09 23:25:48 hostname kernel: software IO TLB: area num 8.
Jul 09 23:25:48 hostname kernel: Memory: 16064216K/16683260K available (16391K kernel code, 2138K rwdata, 11072K rodata, 2148K init, 5356K bss, 618784K reserved, 0K cma-reserved)
Jul 09 23:25:48 hostname kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jul 09 23:25:48 hostname kernel: Kernel/User page tables isolation: enabled
Jul 09 23:25:48 hostname kernel: ftrace: allocating 46458 entries in 182 pages
Jul 09 23:25:48 hostname kernel: ftrace: allocated 182 pages with 5 groups
Jul 09 23:25:48 hostname kernel: Dynamic Preempt: voluntary
Jul 09 23:25:48 hostname kernel: rcu: Preemptible hierarchical RCU implementation.
Jul 09 23:25:48 hostname kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Jul 09 23:25:48 hostname kernel:         Trampoline variant of Tasks RCU enabled.
Jul 09 23:25:48 hostname kernel:         Rude variant of Tasks RCU enabled.
Jul 09 23:25:48 hostname kernel:         Tracing variant of Tasks RCU enabled.
Jul 09 23:25:48 hostname kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jul 09 23:25:48 hostname kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Jul 09 23:25:48 hostname kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Jul 09 23:25:48 hostname kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jul 09 23:25:48 hostname kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jul 09 23:25:48 hostname kernel: Console: colour dummy device 80x25
Jul 09 23:25:48 hostname kernel: printk: console [tty0] enabled
Jul 09 23:25:48 hostname kernel: ACPI: Core revision 20220331
Jul 09 23:25:48 hostname kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jul 09 23:25:48 hostname kernel: APIC: Switch to symmetric I/O mode setup
Jul 09 23:25:48 hostname kernel: DMAR: Host address width 39
Jul 09 23:25:48 hostname kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jul 09 23:25:48 hostname kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
Jul 09 23:25:48 hostname kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jul 09 23:25:48 hostname kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
Jul 09 23:25:48 hostname kernel: DMAR: RMRR base: 0x0000007b800000 end: 0x0000007f9fffff
Jul 09 23:25:48 hostname kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Jul 09 23:25:48 hostname kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jul 09 23:25:48 hostname kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jul 09 23:25:48 hostname kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jul 09 23:25:48 hostname kernel: x2apic enabled
Jul 09 23:25:48 hostname kernel: Switched APIC routing to cluster x2apic.
Jul 09 23:25:48 hostname kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 09 23:25:48 hostname kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa3ba1a785, max_idle_ns: 440795306036 ns
Jul 09 23:25:48 hostname kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4391.90 BogoMIPS (lpj=7316646)
Jul 09 23:25:48 hostname kernel: pid_max: default: 32768 minimum: 301
Jul 09 23:25:48 hostname kernel: LSM: Security Framework initializing
Jul 09 23:25:48 hostname kernel: landlock: Up and running.
Jul 09 23:25:48 hostname kernel: Yama: becoming mindful.
Jul 09 23:25:48 hostname kernel: LSM support for eBPF active
Jul 09 23:25:48 hostname kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jul 09 23:25:48 hostname kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jul 09 23:25:48 hostname kernel: CPU0: Thermal monitoring enabled (TM1)
Jul 09 23:25:48 hostname kernel: process: using mwait in idle threads
Jul 09 23:25:48 hostname kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Jul 09 23:25:48 hostname kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Jul 09 23:25:48 hostname kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jul 09 23:25:48 hostname kernel: Spectre V2 : Mitigation: Retpolines
Jul 09 23:25:48 hostname kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jul 09 23:25:48 hostname kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jul 09 23:25:48 hostname kernel: Speculative Store Bypass: Vulnerable
Jul 09 23:25:48 hostname kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Jul 09 23:25:48 hostname kernel: MMIO Stale Data: Unknown: No mitigations
Jul 09 23:25:48 hostname kernel: SRBDS: Vulnerable: No microcode
Jul 09 23:25:48 hostname kernel: Freeing SMP alternatives memory: 40K
Jul 09 23:25:48 hostname kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (family: 0x6, model: 0x46, stepping: 0x1)
Jul 09 23:25:48 hostname kernel: cblist_init_generic: Setting adjustable number of callback queues.
Jul 09 23:25:48 hostname kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Jul 09 23:25:48 hostname kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Jul 09 23:25:48 hostname kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Jul 09 23:25:48 hostname kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
Jul 09 23:25:48 hostname kernel: ... version:                3
Jul 09 23:25:48 hostname kernel: ... bit width:              48
Jul 09 23:25:48 hostname kernel: ... generic registers:      4
Jul 09 23:25:48 hostname kernel: ... value mask:             0000ffffffffffff
Jul 09 23:25:48 hostname kernel: ... max period:             00007fffffffffff
Jul 09 23:25:48 hostname kernel: ... fixed-purpose events:   3
Jul 09 23:25:48 hostname kernel: ... event mask:             000000070000000f
Jul 09 23:25:48 hostname kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1489
Jul 09 23:25:48 hostname kernel: rcu: Hierarchical SRCU implementation.
Jul 09 23:25:48 hostname kernel: rcu:         Max phase no-delay instances is 1000.
Jul 09 23:25:48 hostname kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jul 09 23:25:48 hostname kernel: smp: Bringing up secondary CPUs ...
Jul 09 23:25:48 hostname kernel: x86: Booting SMP configuration:
Jul 09 23:25:48 hostname kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Jul 09 23:25:48 hostname kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Jul 09 23:25:48 hostname kernel:  #5 #6 #7
Jul 09 23:25:48 hostname kernel: smp: Brought up 1 node, 8 CPUs
Jul 09 23:25:48 hostname kernel: smpboot: Max logical packages: 1
Jul 09 23:25:48 hostname kernel: smpboot: Total of 8 processors activated (35133.23 BogoMIPS)
Jul 09 23:25:48 hostname kernel: devtmpfs: initialized
Jul 09 23:25:48 hostname kernel: x86/mm: Memory block size: 128MB
Jul 09 23:25:48 hostname kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7ad14000-0x7ad52fff] (258048 bytes)
Jul 09 23:25:48 hostname kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jul 09 23:25:48 hostname kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Jul 09 23:25:48 hostname kernel: pinctrl core: initialized pinctrl subsystem
Jul 09 23:25:48 hostname kernel: PM: RTC time: 03:25:42, date: 2023-07-10
Jul 09 23:25:48 hostname kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jul 09 23:25:48 hostname kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jul 09 23:25:48 hostname kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jul 09 23:25:48 hostname kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jul 09 23:25:48 hostname kernel: audit: initializing netlink subsys (disabled)
Jul 09 23:25:48 hostname kernel: audit: type=2000 audit(1688959542.193:1): state=initialized audit_enabled=0 res=1
Jul 09 23:25:48 hostname kernel: thermal_sys: Registered thermal governor 'fair_share'
Jul 09 23:25:48 hostname kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jul 09 23:25:48 hostname kernel: thermal_sys: Registered thermal governor 'step_wise'
Jul 09 23:25:48 hostname kernel: thermal_sys: Registered thermal governor 'user_space'
Jul 09 23:25:48 hostname kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jul 09 23:25:48 hostname kernel: cpuidle: using governor ladder
Jul 09 23:25:48 hostname kernel: cpuidle: using governor menu
Jul 09 23:25:48 hostname kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 09 23:25:48 hostname kernel: PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
Jul 09 23:25:48 hostname kernel: PCI: not using MMCONFIG
Jul 09 23:25:48 hostname kernel: PCI: Using configuration type 1 for base access
Jul 09 23:25:48 hostname kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Jul 09 23:25:48 hostname kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jul 09 23:25:48 hostname kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jul 09 23:25:48 hostname kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jul 09 23:25:48 hostname kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jul 09 23:25:48 hostname kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jul 09 23:25:48 hostname kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jul 09 23:25:48 hostname kernel: ACPI: Disabled all _OSI OS vendors
Jul 09 23:25:48 hostname kernel: ACPI: Added _OSI(Module Device)
Jul 09 23:25:48 hostname kernel: ACPI: Added _OSI(Processor Device)
Jul 09 23:25:48 hostname kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 09 23:25:48 hostname kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 09 23:25:48 hostname kernel: ACPI: Added _OSI(Darwin)
Jul 09 23:25:48 hostname kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Jul 09 23:25:48 hostname kernel: ACPI: EC: EC started
Jul 09 23:25:48 hostname kernel: ACPI: EC: interrupt blocked
Jul 09 23:25:48 hostname kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 09 23:25:48 hostname kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jul 09 23:25:48 hostname kernel: ACPI Error: Needed type [Reference], found [Integer] (____ptrval____) (20220331/exresop-66)
Jul 09 23:25:48 hostname kernel: ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Store] (20220331/dswexec-431)
Jul 09 23:25:48 hostname kernel: ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_AML_OPERAND_TYPE) (20220331/psparse-529)
Jul 09 23:25:48 hostname kernel: ACPI: Dynamic OEM Table Load:
Jul 09 23:25:48 hostname kernel: ACPI: SSDT 0xFFFF8DEAC0F02800 00067C (v01 PmRef  ApIst    00003000 INTL 20100915)
Jul 09 23:25:48 hostname kernel: ACPI: Dynamic OEM Table Load:
Jul 09 23:25:48 hostname kernel: ACPI: SSDT 0xFFFF8DEAC1A27A00 000119 (v01 PmRef  ApCst    00003000 INTL 20100915)
Jul 09 23:25:48 hostname kernel: ACPI: Interpreter enabled
Jul 09 23:25:48 hostname kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jul 09 23:25:48 hostname kernel: ACPI: Using IOAPIC for interrupt routing
Jul 09 23:25:48 hostname kernel: PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
Jul 09 23:25:48 hostname kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe9bfffff] reserved in ACPI motherboard resources
Jul 09 23:25:48 hostname kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 09 23:25:48 hostname kernel: PCI: Using E820 reservations for host bridge windows
Jul 09 23:25:48 hostname kernel: ACPI: Masking GPE 0x6.
Jul 09 23:25:48 hostname kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
Jul 09 23:25:48 hostname kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jul 09 23:25:48 hostname kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
Jul 09 23:25:48 hostname kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9b] only partially covers this bridge
Jul 09 23:25:48 hostname kernel: PCI host bridge to bus 0000:00
Jul 09 23:25:48 hostname kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:00: root bus resource [mem 0x7fa00000-0xfeafffff window]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:00.0: [8086:0d04] type 00 class 0x060000
Jul 09 23:25:48 hostname kernel: pci 0000:00:01.0: [8086:0d01] type 01 class 0x060400
Jul 09 23:25:48 hostname kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jul 09 23:25:48 hostname kernel: pci 0000:00:02.0: [8086:0d26] type 00 class 0x030000
Jul 09 23:25:48 hostname kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa03fffff 64bit]
Jul 09 23:25:48 hostname kernel: pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
Jul 09 23:25:48 hostname kernel: pci 0000:00:02.0: reg 0x20: [io  0x1000-0x103f]
Jul 09 23:25:48 hostname kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jul 09 23:25:48 hostname kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:03.0: [8086:0d0c] type 00 class 0x040300
Jul 09 23:25:48 hostname kernel: pci 0000:00:03.0: reg 0x10: [mem 0xa0a10000-0xa0a13fff 64bit]
Jul 09 23:25:48 hostname kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Jul 09 23:25:48 hostname kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa0a00000-0xa0a0ffff 64bit]
Jul 09 23:25:48 hostname kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jul 09 23:25:48 hostname kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Jul 09 23:25:48 hostname kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa0a19100-0xa0a1910f 64bit]
Jul 09 23:25:48 hostname kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jul 09 23:25:48 hostname kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
Jul 09 23:25:48 hostname kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xa0a14000-0xa0a17fff 64bit]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Jul 09 23:25:48 hostname kernel: pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
Jul 09 23:25:48 hostname kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Jul 09 23:25:48 hostname kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa0a19000-0xa0a190ff 64bit]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
Jul 09 23:25:48 hostname kernel: pci 0000:00:01.0: PCI bridge to [bus 05-9b]
Jul 09 23:25:48 hostname kernel: pci 0000:00:01.0:   bridge window [io  0x2000-0x4fff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:01.0:   bridge window [mem 0xa0b00000-0xacbfffff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:01.0:   bridge window [mem 0xacc00000-0xb8bfffff 64bit pref]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jul 09 23:25:48 hostname kernel: pci 0000:02:00.0: [14e4:43a0] type 00 class 0x028000
Jul 09 23:25:48 hostname kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa0600000-0xa0607fff 64bit]
Jul 09 23:25:48 hostname kernel: pci 0000:02:00.0: reg 0x18: [mem 0xa0400000-0xa05fffff 64bit]
Jul 09 23:25:48 hostname kernel: pci 0000:02:00.0: supports D1 D2
Jul 09 23:25:48 hostname kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.2: PCI bridge to [bus 02]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.2:   bridge window [mem 0xa0400000-0xa06fffff]
Jul 09 23:25:48 hostname kernel: pci 0000:03:00.0: [14e4:1570] type 00 class 0x048000
Jul 09 23:25:48 hostname kernel: pci 0000:03:00.0: reg 0x10: [mem 0xa0900000-0xa090ffff 64bit]
Jul 09 23:25:48 hostname kernel: pci 0000:03:00.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
Jul 09 23:25:48 hostname kernel: pci 0000:03:00.0: reg 0x20: [mem 0xa0800000-0xa08fffff 64bit]
Jul 09 23:25:48 hostname kernel: pci 0000:03:00.0: supports D1
Jul 09 23:25:48 hostname kernel: pci 0000:03:00.0: PME# supported from D0 D3hot
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.3:   bridge window [mem 0xa0800000-0xa09fffff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.3:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
Jul 09 23:25:48 hostname kernel: pci 0000:04:00.0: [144d:1600] type 00 class 0x010601
Jul 09 23:25:48 hostname kernel: pci 0000:04:00.0: reg 0x24: [mem 0xa0700000-0xa0701fff]
Jul 09 23:25:48 hostname kernel: pci 0000:04:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
Jul 09 23:25:48 hostname kernel: pci 0000:04:00.0: PME# supported from D3hot D3cold
Jul 09 23:25:48 hostname kernel: pci 0000:04:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:1c.4 (capable of 16.000 Gb/s with 5.0 GT/s PCIe x4 link)
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.4:   bridge window [mem 0xa0700000-0xa07fffff]
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKA disabled
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKB disabled
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKC disabled
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKD disabled
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKE disabled
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKF disabled
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKG disabled
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jul 09 23:25:48 hostname kernel: ACPI: PCI: Interrupt link LNKH disabled
Jul 09 23:25:48 hostname kernel: ACPI: EC: interrupt unblocked
Jul 09 23:25:48 hostname kernel: ACPI: EC: event unblocked
Jul 09 23:25:48 hostname kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 09 23:25:48 hostname kernel: ACPI: EC: GPE=0x17
Jul 09 23:25:48 hostname kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Jul 09 23:25:48 hostname kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Jul 09 23:25:48 hostname kernel: iommu: Default domain type: Translated 
Jul 09 23:25:48 hostname kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Jul 09 23:25:48 hostname kernel: SCSI subsystem initialized
Jul 09 23:25:48 hostname kernel: libata version 3.00 loaded.
Jul 09 23:25:48 hostname kernel: ACPI: bus type USB registered
Jul 09 23:25:48 hostname kernel: usbcore: registered new interface driver usbfs
Jul 09 23:25:48 hostname kernel: usbcore: registered new interface driver hub
Jul 09 23:25:48 hostname kernel: usbcore: registered new device driver usb
Jul 09 23:25:48 hostname kernel: pps_core: LinuxPPS API ver. 1 registered
Jul 09 23:25:48 hostname kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jul 09 23:25:48 hostname kernel: PTP clock support registered
Jul 09 23:25:48 hostname kernel: EDAC MC: Ver: 3.0.0
Jul 09 23:25:48 hostname kernel: Registered efivars operations
Jul 09 23:25:48 hostname kernel: NetLabel: Initializing
Jul 09 23:25:48 hostname kernel: NetLabel:  domain hash size = 128
Jul 09 23:25:48 hostname kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jul 09 23:25:48 hostname kernel: NetLabel:  unlabeled traffic allowed by default
Jul 09 23:25:48 hostname kernel: mctp: management component transport protocol core
Jul 09 23:25:48 hostname kernel: NET: Registered PF_MCTP protocol family
Jul 09 23:25:48 hostname kernel: PCI: Using ACPI for IRQ routing
Jul 09 23:25:48 hostname kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 09 23:25:48 hostname kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Jul 09 23:25:48 hostname kernel: e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
Jul 09 23:25:48 hostname kernel: e820: reserve RAM buffer [mem 0x7ad14000-0x7bffffff]
Jul 09 23:25:48 hostname kernel: e820: reserve RAM buffer [mem 0x7ad5f000-0x7bffffff]
Jul 09 23:25:48 hostname kernel: e820: reserve RAM buffer [mem 0x7ae39000-0x7bffffff]
Jul 09 23:25:48 hostname kernel: e820: reserve RAM buffer [mem 0x7aed0000-0x7bffffff]
Jul 09 23:25:48 hostname kernel: e820: reserve RAM buffer [mem 0x7af7b000-0x7bffffff]
Jul 09 23:25:48 hostname kernel: e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
Jul 09 23:25:48 hostname kernel: e820: reserve RAM buffer [mem 0x47f600000-0x47fffffff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jul 09 23:25:48 hostname kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jul 09 23:25:48 hostname kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jul 09 23:25:48 hostname kernel: vgaarb: loaded
Jul 09 23:25:48 hostname kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jul 09 23:25:48 hostname kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jul 09 23:25:48 hostname kernel: clocksource: Switched to clocksource tsc-early
Jul 09 23:25:48 hostname kernel: VFS: Disk quotas dquot_6.6.0
Jul 09 23:25:48 hostname kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 09 23:25:48 hostname kernel: pnp: PnP ACPI init
Jul 09 23:25:48 hostname kernel: system 00:00: [mem 0xfed00000-0xfed03fff] has been reserved
Jul 09 23:25:48 hostname kernel: system 00:01: [io  0xffff] has been reserved
Jul 09 23:25:48 hostname kernel: system 00:01: [io  0x0400-0x047f] has been reserved
Jul 09 23:25:48 hostname kernel: system 00:01: [io  0x0800-0x087f] has been reserved
Jul 09 23:25:48 hostname kernel: system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jul 09 23:25:48 hostname kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
Jul 09 23:25:48 hostname kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
Jul 09 23:25:48 hostname kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
Jul 09 23:25:48 hostname kernel: system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
Jul 09 23:25:48 hostname kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Jul 09 23:25:48 hostname kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Jul 09 23:25:48 hostname kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
Jul 09 23:25:48 hostname kernel: system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
Jul 09 23:25:48 hostname kernel: system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
Jul 09 23:25:48 hostname kernel: system 00:05: [mem 0x20000000-0x201fffff] could not be reserved
Jul 09 23:25:48 hostname kernel: system 00:05: [mem 0x40000000-0x401fffff] could not be reserved
Jul 09 23:25:48 hostname kernel: pnp: PnP ACPI: found 6 devices
Jul 09 23:25:48 hostname kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jul 09 23:25:48 hostname kernel: NET: Registered PF_INET protocol family
Jul 09 23:25:48 hostname kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jul 09 23:25:48 hostname kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jul 09 23:25:48 hostname kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jul 09 23:25:48 hostname kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jul 09 23:25:48 hostname kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jul 09 23:25:48 hostname kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jul 09 23:25:48 hostname kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jul 09 23:25:48 hostname kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jul 09 23:25:48 hostname kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jul 09 23:25:48 hostname kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jul 09 23:25:48 hostname kernel: NET: Registered PF_XDP protocol family
Jul 09 23:25:48 hostname kernel: pci 0000:04:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
Jul 09 23:25:48 hostname kernel: clipped [mem size 0x00050000] to [mem size 0x00030000] for e820 entry [mem 0x000a0000-0x000bffff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x7fa00000-0x7fbfffff]
Jul 09 23:25:48 hostname kernel: clipped [mem size 0x00050000 64bit pref] to [mem size 0x00030000 64bit pref] for e820 entry [mem 0x000a0000-0x000bffff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x7fc00000-0x7fdfffff 64bit pref]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0: BAR 13: assigned [io  0x5000-0x5fff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:01.0: PCI bridge to [bus 05-9b]
Jul 09 23:25:48 hostname kernel: pci 0000:00:01.0:   bridge window [io  0x2000-0x4fff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:01.0:   bridge window [mem 0xa0b00000-0xacbfffff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:01.0:   bridge window [mem 0xacc00000-0xb8bfffff 64bit pref]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0:   bridge window [mem 0x7fa00000-0x7fbfffff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.0:   bridge window [mem 0x7fc00000-0x7fdfffff 64bit pref]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.2: PCI bridge to [bus 02]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.2:   bridge window [mem 0xa0400000-0xa06fffff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.3:   bridge window [mem 0xa0800000-0xa09fffff]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.3:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
Jul 09 23:25:48 hostname kernel: pci 0000:04:00.0: BAR 6: assigned [mem 0xa0710000-0xa071ffff pref]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Jul 09 23:25:48 hostname kernel: pci 0000:00:1c.4:   bridge window [mem 0xa0700000-0xa07fffff]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:00: resource 7 [mem 0x7fa00000-0xfeafffff window]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:05: resource 0 [io  0x2000-0x4fff]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:05: resource 1 [mem 0xa0b00000-0xacbfffff]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:05: resource 2 [mem 0xacc00000-0xb8bfffff 64bit pref]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:01: resource 1 [mem 0x7fa00000-0x7fbfffff]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:01: resource 2 [mem 0x7fc00000-0x7fdfffff 64bit pref]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:02: resource 1 [mem 0xa0400000-0xa06fffff]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:03: resource 1 [mem 0xa0800000-0xa09fffff]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:03: resource 2 [mem 0x80000000-0x8fffffff 64bit pref]
Jul 09 23:25:48 hostname kernel: pci_bus 0000:04: resource 1 [mem 0xa0700000-0xa07fffff]
Jul 09 23:25:48 hostname kernel: PCI: CLS 256 bytes, default 64
Jul 09 23:25:48 hostname kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jul 09 23:25:48 hostname kernel: software IO TLB: mapped [mem 0x000000006a77e000-0x000000006e77e000] (64MB)
Jul 09 23:25:48 hostname kernel: Trying to unpack rootfs image as initramfs...
Jul 09 23:25:48 hostname kernel: Initialise system trusted keyrings
Jul 09 23:25:48 hostname kernel: Key type blacklist registered
Jul 09 23:25:48 hostname kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jul 09 23:25:48 hostname kernel: zbud: loaded
Jul 09 23:25:48 hostname kernel: integrity: Platform Keyring initialized
Jul 09 23:25:48 hostname kernel: integrity: Machine keyring initialized
Jul 09 23:25:48 hostname kernel: Key type asymmetric registered
Jul 09 23:25:48 hostname kernel: Asymmetric key parser 'x509' registered
Jul 09 23:25:48 hostname kernel: Freeing initrd memory: 13504K
Jul 09 23:25:48 hostname kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Jul 09 23:25:48 hostname kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jul 09 23:25:48 hostname kernel: io scheduler mq-deadline registered
Jul 09 23:25:48 hostname kernel: io scheduler kyber registered
Jul 09 23:25:48 hostname kernel: io scheduler bfq registered
Jul 09 23:25:48 hostname kernel: pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
Jul 09 23:25:48 hostname kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 09 23:25:48 hostname kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jul 09 23:25:48 hostname kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
Jul 09 23:25:48 hostname kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Jul 09 23:25:48 hostname kernel: ACPI: button: Lid Switch [LID0]
Jul 09 23:25:48 hostname kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jul 09 23:25:48 hostname kernel: ACPI: button: Power Button [PWRB]
Jul 09 23:25:48 hostname kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Jul 09 23:25:48 hostname kernel: ACPI: button: Sleep Button [SLPB]
Jul 09 23:25:48 hostname kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jul 09 23:25:48 hostname kernel: ACPI: button: Power Button [PWRF]
Jul 09 23:25:48 hostname kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jul 09 23:25:48 hostname kernel: Non-volatile memory driver v1.3
Jul 09 23:25:48 hostname kernel: Linux agpgart interface v0.103
Jul 09 23:25:48 hostname kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jul 09 23:25:48 hostname kernel: ACPI: bus type drm_connector registered
Jul 09 23:25:48 hostname kernel: ahci 0000:04:00.0: version 3.0
Jul 09 23:25:48 hostname kernel: ahci 0000:04:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Jul 09 23:25:48 hostname kernel: ahci 0000:04:00.0: flags: 64bit ncq led clo only pio ccc 
Jul 09 23:25:48 hostname kernel: scsi host0: ahci
Jul 09 23:25:48 hostname kernel: ata1: SATA max UDMA/133 abar m8192@0xa0700000 port 0xa0700100 irq 16
Jul 09 23:25:48 hostname kernel: usbcore: registered new interface driver usbserial_generic
Jul 09 23:25:48 hostname kernel: usbserial: USB Serial support registered for generic
Jul 09 23:25:48 hostname kernel: rtc_cmos 00:02: RTC can wake from S4
Jul 09 23:25:48 hostname kernel: rtc_cmos 00:02: registered as rtc0
Jul 09 23:25:48 hostname kernel: rtc_cmos 00:02: setting system clock to 2023-07-10T03:25:44 UTC (1688959544)
Jul 09 23:25:48 hostname kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
Jul 09 23:25:48 hostname kernel: intel_pstate: Intel P-state driver initializing
Jul 09 23:25:48 hostname kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 09 23:25:48 hostname kernel: efifb: probing for efifb
Jul 09 23:25:48 hostname kernel: efifb: No BGRT, not showing boot graphics
Jul 09 23:25:48 hostname kernel: efifb: framebuffer at 0x90000000, using 20736k, total 20736k
Jul 09 23:25:48 hostname kernel: efifb: mode is 2880x1800x32, linelength=11776, pages=1
Jul 09 23:25:48 hostname kernel: efifb: scrolling: redraw
Jul 09 23:25:48 hostname kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jul 09 23:25:48 hostname kernel: fbcon: Deferring console take-over
Jul 09 23:25:48 hostname kernel: fb0: EFI VGA frame buffer device
Jul 09 23:25:48 hostname kernel: hid: raw HID events driver (C) Jiri Kosina
Jul 09 23:25:48 hostname kernel: drop_monitor: Initializing network drop monitor service
Jul 09 23:25:48 hostname kernel: Initializing XFRM netlink socket
Jul 09 23:25:48 hostname kernel: NET: Registered PF_INET6 protocol family
Jul 09 23:25:48 hostname kernel: Segment Routing with IPv6
Jul 09 23:25:48 hostname kernel: RPL Segment Routing with IPv6
Jul 09 23:25:48 hostname kernel: In-situ OAM (IOAM) with IPv6
Jul 09 23:25:48 hostname kernel: NET: Registered PF_PACKET protocol family
Jul 09 23:25:48 hostname kernel: microcode: sig=0x40661, pf=0x20, revision=0xf
Jul 09 23:25:48 hostname kernel: microcode: Microcode Update Driver: v2.2.
Jul 09 23:25:48 hostname kernel: IPI shorthand broadcast: enabled
Jul 09 23:25:48 hostname kernel: sched_clock: Marking stable (2716388961, 252352)->(2721077646, -4436333)
Jul 09 23:25:48 hostname kernel: registered taskstats version 1
Jul 09 23:25:48 hostname kernel: Loading compiled-in X.509 certificates
Jul 09 23:25:48 hostname kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 0d9aa07598033c9919fa08fc639a7208d4efc8f3'
Jul 09 23:25:48 hostname kernel: zswap: loaded using pool lz4/z3fold
Jul 09 23:25:48 hostname kernel: Key type .fscrypt registered
Jul 09 23:25:48 hostname kernel: Key type fscrypt-provisioning registered
Jul 09 23:25:48 hostname kernel: PM:   Magic number: 15:446:411
Jul 09 23:25:48 hostname kernel: RAS: Correctable Errors collector initialized.
Jul 09 23:25:48 hostname kernel: ACPI: battery: Slot [BAT0] (battery present)
Jul 09 23:25:48 hostname kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jul 09 23:25:48 hostname kernel: ata1.00: unexpected _GTF length (8)
Jul 09 23:25:48 hostname kernel: ata1.00: ATA-8: APPLE SSD SM0256F, UXM2JA1Q, max UDMA/133
Jul 09 23:25:48 hostname kernel: ata1.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jul 09 23:25:48 hostname kernel: ata1.00: unexpected _GTF length (8)
Jul 09 23:25:48 hostname kernel: ata1.00: configured for UDMA/133
Jul 09 23:25:48 hostname kernel: scsi 0:0:0:0: Direct-Access     ATA      APPLE SSD SM0256 JA1Q PQ: 0 ANSI: 5
Jul 09 23:25:48 hostname kernel: sd 0:0:0:0: [sda] 490234752 512-byte logical blocks: (251 GB/234 GiB)
Jul 09 23:25:48 hostname kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Jul 09 23:25:48 hostname kernel: sd 0:0:0:0: [sda] Write Protect is off
Jul 09 23:25:48 hostname kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jul 09 23:25:48 hostname kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 09 23:25:48 hostname kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Jul 09 23:25:48 hostname kernel:  sda: sda1 sda2
Jul 09 23:25:48 hostname kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jul 09 23:25:48 hostname kernel: Freeing unused decrypted memory: 2036K
Jul 09 23:25:48 hostname kernel: Freeing unused kernel image (initmem) memory: 2148K
Jul 09 23:25:48 hostname kernel: Write protecting the kernel read-only data: 30720k
Jul 09 23:25:48 hostname kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Jul 09 23:25:48 hostname kernel: Freeing unused kernel image (rodata/data gap) memory: 1216K
Jul 09 23:25:48 hostname kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 09 23:25:48 hostname kernel: rodata_test: all tests were successful
Jul 09 23:25:48 hostname kernel: x86/mm: Checking user space page tables
Jul 09 23:25:48 hostname kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 09 23:25:48 hostname kernel: Run /init as init process
Jul 09 23:25:48 hostname kernel:   with arguments:
Jul 09 23:25:48 hostname kernel:     /init
Jul 09 23:25:48 hostname kernel:   with environment:
Jul 09 23:25:48 hostname kernel:     HOME=/
Jul 09 23:25:48 hostname kernel:     TERM=linux
Jul 09 23:25:48 hostname kernel:     BOOT_IMAGE=/vmlinuz-linux-lts
Jul 09 23:25:48 hostname kernel: tsc: Refined TSC clocksource calibration: 2194.913 MHz
Jul 09 23:25:48 hostname kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa36d1ecce, max_idle_ns: 440795204461 ns
Jul 09 23:25:48 hostname kernel: clocksource: Switched to clocksource tsc
Jul 09 23:25:48 hostname kernel: fbcon: Taking over console
Jul 09 23:25:48 hostname kernel: Console: switching to colour frame buffer device 180x56
Jul 09 23:25:48 hostname kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 09 23:25:48 hostname kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jul 09 23:25:48 hostname kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Jul 09 23:25:48 hostname kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 09 23:25:48 hostname kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jul 09 23:25:48 hostname kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jul 09 23:25:48 hostname kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Jul 09 23:25:48 hostname kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 09 23:25:48 hostname kernel: usb usb1: Product: xHCI Host Controller
Jul 09 23:25:48 hostname kernel: usb usb1: Manufacturer: Linux 6.1.38-1-lts xhci-hcd
Jul 09 23:25:48 hostname kernel: usb usb1: SerialNumber: 0000:00:14.0
Jul 09 23:25:48 hostname kernel: hub 1-0:1.0: USB hub found
Jul 09 23:25:48 hostname kernel: hub 1-0:1.0: 14 ports detected
Jul 09 23:25:48 hostname kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Jul 09 23:25:48 hostname kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 09 23:25:48 hostname kernel: usb usb2: Product: xHCI Host Controller
Jul 09 23:25:48 hostname kernel: usb usb2: Manufacturer: Linux 6.1.38-1-lts xhci-hcd
Jul 09 23:25:48 hostname kernel: usb usb2: SerialNumber: 0000:00:14.0
Jul 09 23:25:48 hostname kernel: hub 2-0:1.0: USB hub found
Jul 09 23:25:48 hostname kernel: hub 2-0:1.0: 6 ports detected
Jul 09 23:25:48 hostname kernel: usb 1-1: new full-speed USB device number 2 using xhci_hcd
Jul 09 23:25:48 hostname kernel: i915 0000:00:02.0: [drm] Found 128MB of eDRAM
Jul 09 23:25:48 hostname kernel: Console: switching to colour dummy device 80x25
Jul 09 23:25:48 hostname kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jul 09 23:25:48 hostname kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jul 09 23:25:48 hostname kernel: usb 1-1: New USB device found, idVendor=1050, idProduct=0116, bcdDevice= 3.50
Jul 09 23:25:48 hostname kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:25:48 hostname kernel: usb 1-1: Product: Yubikey xxxxxx
Jul 09 23:25:48 hostname kernel: usb 1-1: Manufacturer: Yubico
Jul 09 23:25:48 hostname kernel: i915 0000:00:02.0: [drm] Skipping intel_backlight registration
Jul 09 23:25:48 hostname kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Jul 09 23:25:48 hostname kernel: ACPI: video: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
Jul 09 23:25:48 hostname kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
Jul 09 23:25:48 hostname kernel: input: Yubico Yubikey xxxxxx
Jul 09 23:25:48 hostname kernel: acpi device:55: registered as cooling_device8
Jul 09 23:25:48 hostname kernel: fbcon: i915drmfb (fb0) is primary device
Jul 09 23:25:48 hostname kernel: hid-generic 0003:1050:0116.0001: input,hidraw0: USB HID v1.10 Keyboard [Yubico Yubikey xxxxxx
Jul 09 23:25:48 hostname kernel: hid-generic 0003:1050:0116.0002: hiddev96,hidraw1: USB HID v1.10 Device [Yubico Yubikey xxxxxx
Jul 09 23:25:48 hostname kernel: usbcore: registered new interface driver usbhid
Jul 09 23:25:48 hostname kernel: usbhid: USB HID core driver
Jul 09 23:25:48 hostname kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
Jul 09 23:25:48 hostname kernel: usb 2-2: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
Jul 09 23:25:48 hostname kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:25:48 hostname kernel: usb 2-2: Product: USB3.0 Hub
Jul 09 23:25:48 hostname kernel: usb 2-2: Manufacturer: VIA Labs, Inc.
Jul 09 23:25:48 hostname kernel: hub 2-2:1.0: USB hub found
Jul 09 23:25:48 hostname kernel: hub 2-2:1.0: 4 ports detected
Jul 09 23:25:48 hostname kernel: usb 1-5: new high-speed USB device number 3 using xhci_hcd
Jul 09 23:25:48 hostname kernel: usb 1-5: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
Jul 09 23:25:48 hostname kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:25:48 hostname kernel: usb 1-5: Product: USB2.0 Hub
Jul 09 23:25:48 hostname kernel: usb 1-5: Manufacturer: VIA Labs, Inc.
Jul 09 23:25:48 hostname kernel: hub 1-5:1.0: USB hub found
Jul 09 23:25:48 hostname kernel: hub 1-5:1.0: 4 ports detected
Jul 09 23:25:48 hostname kernel: usb 2-4: new SuperSpeed USB device number 3 using xhci_hcd
Jul 09 23:25:48 hostname kernel: usb 2-4: New USB device found, idVendor=05ac, idProduct=8406, bcdDevice= 8.20
Jul 09 23:25:48 hostname kernel: usb 2-4: New USB device strings: Mfr=3, Product=4, SerialNumber=5
Jul 09 23:25:48 hostname kernel: usb 2-4: Product: Card Reader
Jul 09 23:25:48 hostname kernel: usb 2-4: Manufacturer: Apple
Jul 09 23:25:48 hostname kernel: usb 2-4: SerialNumber: 000000000820
Jul 09 23:25:48 hostname kernel: usb-storage 2-4:1.0: USB Mass Storage device detected
Jul 09 23:25:48 hostname kernel: scsi host1: usb-storage 2-4:1.0
Jul 09 23:25:48 hostname kernel: usbcore: registered new interface driver usb-storage
Jul 09 23:25:48 hostname kernel: usb 1-8: new full-speed USB device number 4 using xhci_hcd
Jul 09 23:25:48 hostname kernel: usb 1-8: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Jul 09 23:25:48 hostname kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:25:48 hostname kernel: usb 1-8: Product: BRCM20702 Hub
Jul 09 23:25:48 hostname kernel: usb 1-8: Manufacturer: Apple Inc.
Jul 09 23:25:48 hostname kernel: hub 1-8:1.0: USB hub found
Jul 09 23:25:48 hostname kernel: hub 1-8:1.0: 3 ports detected
Jul 09 23:25:48 hostname kernel: usb 1-5.1: new full-speed USB device number 5 using xhci_hcd
Jul 09 23:25:48 hostname kernel: usb 1-5.1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.11
Jul 09 23:25:48 hostname kernel: usb 1-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:25:48 hostname kernel: usb 1-5.1: Product: USB Receiver
Jul 09 23:25:48 hostname kernel: usb 1-5.1: Manufacturer: Logitech
Jul 09 23:25:48 hostname kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.0/0003:046D:C52B.0003/input/input6
Jul 09 23:25:48 hostname kernel: hid-generic 0003:046D:C52B.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-5.1/input0
Jul 09 23:25:48 hostname kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.1/0003:046D:C52B.0004/input/input7
Jul 09 23:25:48 hostname kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.1/0003:046D:C52B.0004/input/input8
Jul 09 23:25:48 hostname kernel: usb 1-12: new full-speed USB device number 6 using xhci_hcd
Jul 09 23:25:48 hostname kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.1/0003:046D:C52B.0004/input/input9
Jul 09 23:25:48 hostname kernel: hid-generic 0003:046D:C52B.0004: input,hiddev97,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-5.1/input1
Jul 09 23:25:48 hostname kernel: hid-generic 0003:046D:C52B.0005: hiddev98,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-5.1/input2
Jul 09 23:25:48 hostname kernel: usb 1-12: New USB device found, idVendor=05ac, idProduct=0262, bcdDevice= 2.25
Jul 09 23:25:48 hostname kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:25:48 hostname kernel: usb 1-12: Product: Apple Internal Keyboard / Trackpad
Jul 09 23:25:48 hostname kernel: usb 1-12: Manufacturer: Apple Inc.
Jul 09 23:25:48 hostname kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:05AC:0262.0006/input/input11
Jul 09 23:25:48 hostname kernel: usb 1-8.1: new full-speed USB device number 7 using xhci_hcd
Jul 09 23:25:48 hostname kernel: apple 0003:05AC:0262.0006: input,hidraw2: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input0
Jul 09 23:25:48 hostname kernel: apple 0003:05AC:0262.0007: hidraw5: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input1
Jul 09 23:25:48 hostname kernel: logitech-djreceiver 0003:046D:C52B.0005: hiddev98,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-5.1/input2
Jul 09 23:25:48 hostname kernel: Console: switching to colour frame buffer device 180x56
Jul 09 23:25:48 hostname kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jul 09 23:25:48 hostname kernel: usb 1-8.1: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
Jul 09 23:25:48 hostname kernel: usb 1-8.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 09 23:25:48 hostname kernel: input: HID 05ac:820a as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/0003:05AC:820A.0008/input/input12
Jul 09 23:25:48 hostname kernel: usbcore: registered new interface driver uas
Jul 09 23:25:48 hostname kernel: input: Logitech Wireless Device PID:406d Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.2/0003:046D:C52B.0005/0003:046D:406D.0009/input/input13
Jul 09 23:25:48 hostname kernel: hid-generic 0003:05AC:820A.0008: input,hidraw3: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:14.0-8.1/input0
Jul 09 23:25:48 hostname kernel: hid-generic 0003:046D:406D.0009: input,hidraw6: USB HID v1.11 Mouse [Logitech Wireless Device PID:406d] on usb-0000:00:14.0-5.1/input2:1
Jul 09 23:25:48 hostname kernel: input: Logitech M705 as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.2/0003:046D:C52B.0005/0003:046D:406D.0009/input/input17
Jul 09 23:25:48 hostname kernel: logitech-hidpp-device 0003:046D:406D.0009: input,hidraw6: USB HID v1.11 Mouse [Logitech M705] on usb-0000:00:14.0-5.1/input2:1
Jul 09 23:25:48 hostname kernel: usb 1-5.2: new low-speed USB device number 8 using xhci_hcd
Jul 09 23:25:48 hostname kernel: scsi 1:0:0:0: Direct-Access     APPLE    SD Card Reader   3.00 PQ: 0 ANSI: 6
Jul 09 23:25:48 hostname kernel: sd 1:0:0:0: [sdb] Media removed, stopped polling
Jul 09 23:25:48 hostname kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk
Jul 09 23:25:48 hostname kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
Jul 09 23:25:48 hostname kernel: usb 1-5.2: New USB device found, idVendor=04b4, idProduct=0510, bcdDevice= 2.01
Jul 09 23:25:48 hostname kernel: usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:25:48 hostname kernel: usb 1-5.2: Product: HID Keyboard
Jul 09 23:25:48 hostname kernel: usb 1-5.2: Manufacturer: HID Keyboard
Jul 09 23:25:48 hostname kernel: input: HID Keyboard HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.0/0003:04B4:0510.000A/input/input18
Jul 09 23:25:48 hostname systemd[1]: systemd 253.5-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jul 09 23:25:48 hostname systemd[1]: Detected architecture x86-64.
Jul 09 23:25:48 hostname systemd[1]: Hostname set to <hostname>.
Jul 09 23:25:48 hostname kernel: usb 1-8.2: new full-speed USB device number 9 using xhci_hcd
Jul 09 23:25:48 hostname kernel: hid-generic 0003:04B4:0510.000A: input,hidraw7: USB HID v1.11 Keyboard [HID Keyboard HID Keyboard] on usb-0000:00:14.0-5.2/input0
Jul 09 23:25:48 hostname kernel: input: HID Keyboard HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.1/0003:04B4:0510.000B/input/input19
Jul 09 23:25:48 hostname kernel: hid-generic 0003:04B4:0510.000B: input,hidraw8: USB HID v1.11 Keyboard [HID Keyboard HID Keyboard] on usb-0000:00:14.0-5.2/input1
Jul 09 23:25:48 hostname kernel: usb 1-8.2: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
Jul 09 23:25:48 hostname kernel: usb 1-8.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 09 23:25:48 hostname kernel: input: HID 05ac:820b as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2/1-8.2:1.0/0003:05AC:820B.000C/input/input20
Jul 09 23:25:48 hostname kernel: hid-generic 0003:05AC:820B.000C: input,hidraw9: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:14.0-8.2/input0
Jul 09 23:25:48 hostname kernel: usb 1-8.3: new full-speed USB device number 10 using xhci_hcd
Jul 09 23:25:48 hostname kernel: usb 1-8.3: New USB device found, idVendor=05ac, idProduct=8289, bcdDevice= 1.06
Jul 09 23:25:48 hostname kernel: usb 1-8.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:25:48 hostname kernel: usb 1-8.3: Product: Bluetooth USB Host Controller
Jul 09 23:25:48 hostname kernel: usb 1-8.3: Manufacturer: Apple Inc.
Jul 09 23:25:48 hostname systemd[1]: bpf-lsm: LSM BPF program attached
Jul 09 23:25:48 hostname systemd[1]: /usr/lib/systemd/system/macfand.service:11: PIDFile= references a path below legacy directory /var/run/, updating /var/run/macfand.pid → /run/macfand.pid; please update the unit file accordingly.
Jul 09 23:25:48 hostname systemd[1]: Queued start job for default target Graphical Interface.
Jul 09 23:25:48 hostname systemd[1]: Created slice Slice /system/getty.
Jul 09 23:25:48 hostname systemd[1]: Created slice Slice /system/modprobe.
Jul 09 23:25:48 hostname systemd[1]: Created slice Slice /system/systemd-fsck.
Jul 09 23:25:48 hostname systemd[1]: Created slice User and Session Slice.
Jul 09 23:25:48 hostname systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jul 09 23:25:48 hostname systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jul 09 23:25:48 hostname systemd[1]: Reached target Local Integrity Protected Volumes.
Jul 09 23:25:48 hostname systemd[1]: Reached target Remote File Systems.
Jul 09 23:25:48 hostname systemd[1]: Reached target Slice Units.
Jul 09 23:25:48 hostname systemd[1]: Reached target Swaps.
Jul 09 23:25:48 hostname systemd[1]: Reached target Local Verity Protected Volumes.
Jul 09 23:25:48 hostname systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jul 09 23:25:48 hostname systemd[1]: Listening on LVM2 poll daemon socket.
Jul 09 23:25:48 hostname systemd[1]: Listening on Process Core Dump Socket.
Jul 09 23:25:48 hostname systemd[1]: Listening on Journal Socket (/dev/log).
Jul 09 23:25:48 hostname systemd[1]: Listening on Journal Socket.
Jul 09 23:25:48 hostname systemd[1]: Listening on udev Control Socket.
Jul 09 23:25:48 hostname systemd[1]: Listening on udev Kernel Socket.
Jul 09 23:25:48 hostname systemd[1]: Mounting Huge Pages File System...
Jul 09 23:25:48 hostname systemd[1]: Mounting POSIX Message Queue File System...
Jul 09 23:25:48 hostname systemd[1]: Mounting Kernel Debug File System...
Jul 09 23:25:48 hostname systemd[1]: Mounting Kernel Trace File System...
Jul 09 23:25:48 hostname systemd[1]: Mounting Temporary Directory /tmp...
Jul 09 23:25:48 hostname systemd[1]: Starting Create List of Static Device Nodes...
Jul 09 23:25:48 hostname systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jul 09 23:25:48 hostname systemd[1]: Starting Load Kernel Module configfs...
Jul 09 23:25:48 hostname systemd[1]: Starting Load Kernel Module dm_mod...
Jul 09 23:25:48 hostname systemd[1]: Starting Load Kernel Module drm...
Jul 09 23:25:48 hostname systemd[1]: Starting Load Kernel Module fuse...
Jul 09 23:25:48 hostname systemd[1]: Starting Load Kernel Module loop...
Jul 09 23:25:48 hostname systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jul 09 23:25:48 hostname systemd[1]: Starting Journal Service...
Jul 09 23:25:48 hostname systemd[1]: Starting Load Kernel Modules...
Jul 09 23:25:48 hostname systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jul 09 23:25:48 hostname systemd[1]: Starting Remount Root and Kernel File Systems...
Jul 09 23:25:48 hostname systemd[1]: Starting Coldplug All udev Devices...
Jul 09 23:25:48 hostname systemd[1]: Mounted Huge Pages File System.
Jul 09 23:25:48 hostname systemd[1]: Mounted POSIX Message Queue File System.
Jul 09 23:25:48 hostname systemd[1]: Mounted Kernel Debug File System.
Jul 09 23:25:48 hostname systemd[1]: Mounted Kernel Trace File System.
Jul 09 23:25:48 hostname systemd[1]: Mounted Temporary Directory /tmp.
Jul 09 23:25:48 hostname kernel: loop: module loaded
Jul 09 23:25:48 hostname kernel: EXT4-fs (sda2): re-mounted. Quota mode: none.
Jul 09 23:25:48 hostname kernel: fuse: init (API version 7.37)
Jul 09 23:25:48 hostname systemd-journald[268]: Collecting audit messages is disabled.
Jul 09 23:25:48 hostname kernel: device-mapper: uevent: version 1.0.3
Jul 09 23:25:48 hostname kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
Jul 09 23:25:48 hostname kernel: mc: Linux media interface: v0.10
Jul 09 23:25:48 hostname systemd[1]: Finished Create List of Static Device Nodes.
Jul 09 23:25:48 hostname systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jul 09 23:25:48 hostname kernel: videodev: Linux video capture interface: v2.00
Jul 09 23:25:48 hostname systemd-journald[268]: Journal started
Jul 09 23:25:48 hostname systemd-journald[268]: Runtime Journal (/run/log/journal/2a3749fb37e7441ca62672bddbd9bc60) is 8.0M, max 795.3M, 787.3M free.
Jul 09 23:25:48 hostname kernel: facetimehd: loading out-of-tree module taints kernel.
Jul 09 23:25:48 hostname kernel: facetimehd: module verification failed: signature and/or required key missing - tainting kernel
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Found FaceTime HD camera with device id: 1570
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Setting 64bit DMA mask
Jul 09 23:25:48 hostname systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 09 23:25:48 hostname systemd[1]: Finished Load Kernel Module configfs.
Jul 09 23:25:48 hostname systemd[1]: Started Journal Service.
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: S2 PCIe link init succeeded
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Refclk: 25MHz (0xa)
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: PLL reset finished
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Waiting for S2 PLL to lock at 450 MHz
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: S2 PLL is locked after 10 us
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: S2 PLL is in bypass mode
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: DDR40 PHY PLL locked on safe settings
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: STRAP valid
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Configuring DDR PLLs for 450 MHz
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: DDR40 PLL is locked after 0 us
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: First DDR40 VDL calibration completed after 2 us
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Second DDR40 VDL calibration completed after 2 us
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Using step size 157
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: VDL set to: coarse=0x10008, fine=0x1011c
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Virtual VTT enabled
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: S2 DRAM memory address: 0x22159559
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Rewrite DDR mode registers succeeded
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Full memory verification succeeded! (0)
Jul 09 23:25:48 hostname systemd[1]: Finished Load Kernel Module dm_mod.
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Loaded firmware, size: 1392kb
Jul 09 23:25:48 hostname systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jul 09 23:25:48 hostname systemd[1]: modprobe@drm.service: Deactivated successfully.
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: ISP woke up after 0ms
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Number of IPC channels: 7, queue size: 44865
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Firmware requested heap size: 3072kb
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: ISP second int after 0ms
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Channel description table at 00800000
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: magic value: 00000000 after 0 ms
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Enabling interrupts
Jul 09 23:25:48 hostname kernel: FWMSG: 
Jul 09 23:25:48 hostname kernel: FWMSG: - APOLLO-ISP-APPLE ------------------------------------------------------------
Jul 09 23:25:48 hostname kernel: FWMSG: 
Jul 09 23:25:48 hostname kernel: FWMSG:   Restart count : 0
Jul 09 23:25:48 hostname kernel: FWMSG:   Platform : mode = TARGET, ID = 0x00000000, HW = 00020018.00000000
Jul 09 23:25:48 hostname kernel: FWMSG:   System Clock : 200000000 Hz
Jul 09 23:25:48 hostname kernel: FWMSG:   Processor mode : SUPERVISOR
Jul 09 23:25:48 hostname kernel: FWMSG:   Cache architecture type : SEPARATE
Jul 09 23:25:48 hostname kernel: FWMSG:   Cache type : WRITEBACK
Jul 09 23:25:48 hostname kernel: FWMSG:   Data Cache Line : 32 [0x20]
Jul 09 23:25:48 hostname kernel: FWMSG:   Boot arguments entries : 2
Jul 09 23:25:48 hostname kernel: FWMSG:     0000: 0x00000000 0x00000000
Jul 09 23:25:48 hostname kernel: FWMSG:   Physical memory base : 0x00000000 [TLB base 0x00160000]
Jul 09 23:25:48 hostname kernel: FWMSG:   Main memory :   base : 0x00000000
Jul 09 23:25:48 hostname kernel: FWMSG:                   size : 8388608 [0x00800000] [8.0 MB]
Jul 09 23:25:48 hostname kernel: FWMSG:   Extra heap :    base : 0x2080b000 [phy = 0x0080b000]
Jul 09 23:25:48 hostname kernel: FWMSG:                   size : 3145728 [0x00300000] [3.0 MB]
Jul 09 23:25:48 hostname kernel: FWMSG:   Shared window : base : 0x00800000 [static wiring]
Jul 09 23:25:48 hostname kernel: FWMSG:                   size : 125829120 [0x07800000] [120.0 MB]
Jul 09 23:25:48 hostname kernel: FWMSG:   Shared memory : base : 0x00800000
Jul 09 23:25:48 hostname kernel: FWMSG:                   size : 260046848 [0x0f800000] [248.0 MB]
Jul 09 23:25:48 hostname kernel: FWMSG:   TEXT : 1421992 [0x15b2a8] - text 667256, cstring  38749, const 715528
Jul 09 23:25:48 hostname kernel: FWMSG:   DATA : 8076 [0x1f8c] - data 0, bss 460, common 1452, noinit 6144
Jul 09 23:25:48 hostname kernel: FWMSG:   Heap free space : 10002626 [0x0098a0c2]
Jul 09 23:25:48 hostname kernel: FWMSG:   Heap allocated space : 94656 [0x000171c0]
Jul 09 23:25:48 hostname kernel: FWMSG:   Disclaimer : Copyright (c) APPLE Inc. All Rights Reserved.
Jul 09 23:25:48 hostname kernel: FWMSG:   Application : adc [release]
Jul 09 23:25:48 hostname kernel: FWMSG:   Linked on : Jul 25 2015 - 08:48:55
Jul 09 23:25:48 hostname kernel: FWMSG:   Release : S2ISP-01.43.00
Jul 09 23:25:48 hostname kernel: FWMSG:   H4ISPAPPLE : 11536
Jul 09 23:25:48 hostname kernel: FWMSG:   H4ISPCD : 4081
Jul 09 23:25:48 hostname kernel: FWMSG:   ffw : 4143
Jul 09 23:25:48 hostname kernel: FWMSG:   Tool-chain : iPhone OS - 7.0.3 [clang/clang++]
Jul 09 23:25:48 hostname kernel: FWMSG: 
Jul 09 23:25:48 hostname kernel: FWMSG: -------------------------------------------------------------------------------
Jul 09 23:25:48 hostname kernel: FWMSG: 
Jul 09 23:25:48 hostname systemd[1]: Finished Load Kernel Module drm.
Jul 09 23:25:48 hostname systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jul 09 23:25:48 hostname systemd[1]: Finished Load Kernel Module fuse.
Jul 09 23:25:48 hostname systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 09 23:25:48 hostname systemd[1]: Finished Load Kernel Module loop.
Jul 09 23:25:48 hostname systemd[1]: Finished Remount Root and Kernel File Systems.
Jul 09 23:25:48 hostname systemd-modules-load[269]: Inserted module 'facetimehd'
Jul 09 23:25:48 hostname kernel: FWMSG: [ISP] CMD = 0x0004 [CISP_CMD_PRINT_ENABLE]
Jul 09 23:25:48 hostname kernel: FWMSG: [ISP] CMD = 0x0003 [CISP_CMD_CONFIG_GET]
Jul 09 23:25:48 hostname kernel: FWMSG: [ISP] CH = 0 CMD = 0x010d [CISP_CMD_CH_INFO_GET]
Jul 09 23:25:48 hostname kernel: facetimehd 0000:03:00.0: Direct firmware load for facetimehd/1871_01XX.dat failed with error -2
Jul 09 23:25:48 hostname systemd-modules-load[269]: Inserted module 'crypto_user'
Jul 09 23:25:48 hostname systemd[1]: Finished Coldplug All udev Devices.
Jul 09 23:25:48 hostname systemd[1]: Finished Load Kernel Modules.
Jul 09 23:25:49 hostname systemd[1]: Mounting FUSE Control File System...
Jul 09 23:25:49 hostname systemd[1]: Mounting Kernel Configuration File System...
Jul 09 23:25:49 hostname systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 09 23:25:49 hostname systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jul 09 23:25:49 hostname systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 09 23:25:49 hostname systemd[1]: Starting Load/Save OS Random Seed...
Jul 09 23:25:49 hostname systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 09 23:25:49 hostname systemd[1]: Starting Apply Kernel Variables...
Jul 09 23:25:49 hostname systemd[1]: Starting Create System Users...
Jul 09 23:25:49 hostname systemd-journald[268]: Time spent on flushing to /var/log/journal/2a3749fb37e7441ca62672bddbd9bc60 is 399.946ms for 908 entries.
Jul 09 23:25:49 hostname systemd-journald[268]: System Journal (/var/log/journal/2a3749fb37e7441ca62672bddbd9bc60) is 937.3M, max 4.0G, 3.0G free.
Jul 09 23:25:49 hostname systemd-journald[268]: Received client request to flush runtime journal.
Jul 09 23:25:49 hostname systemd-journald[268]: /var/log/journal/2a3749fb37e7441ca62672bddbd9bc60/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Jul 09 23:25:49 hostname systemd-journald[268]: Rotating system journal.
Jul 09 23:25:49 hostname systemd[1]: Starting Setup Virtual Console...
Jul 09 23:25:49 hostname systemd[1]: Mounted FUSE Control File System.
Jul 09 23:25:49 hostname systemd[1]: Mounted Kernel Configuration File System.
Jul 09 23:25:49 hostname systemd-vconsole-setup[283]: Failed to import credentials, ignoring: No such file or directory
Jul 09 23:25:49 hostname systemd[1]: Finished Setup Virtual Console.
Jul 09 23:25:49 hostname systemd[1]: Finished Load/Save OS Random Seed.
Jul 09 23:25:49 hostname systemd[1]: Finished Apply Kernel Variables.
Jul 09 23:25:49 hostname systemd[1]: Finished Create System Users.
Jul 09 23:25:49 hostname systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 09 23:25:49 hostname systemd[1]: Starting Create Static Device Nodes in /dev...
Jul 09 23:25:49 hostname systemd[1]: Finished Create Static Device Nodes in /dev.
Jul 09 23:25:49 hostname systemd[1]: Reached target Preparation for Local File Systems.
Jul 09 23:25:49 hostname systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jul 09 23:25:49 hostname systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jul 09 23:25:49 hostname systemd-udevd[289]: Using default interface naming scheme 'v253'.
Jul 09 23:25:49 hostname systemd[1]: Finished Flush Journal to Persistent Storage.
Jul 09 23:25:49 hostname systemd[1]: Started Rule-based Manager for Device Events and Files.
Jul 09 23:25:49 hostname systemd[1]: Starting Show Plymouth Boot Screen...
Jul 09 23:25:49 hostname mtp-probe[328]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4"
Jul 09 23:25:49 hostname mtp-probe[328]: bus: 2, device: 3 was not an MTP device
Jul 09 23:25:49 hostname mtp-probe[329]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Jul 09 23:25:49 hostname mtp-probe[331]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1"
Jul 09 23:25:49 hostname mtp-probe[331]: bus: 1, device: 7 was not an MTP device
Jul 09 23:25:49 hostname mtp-probe[333]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2"
Jul 09 23:25:49 hostname mtp-probe[334]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1"
Jul 09 23:25:49 hostname mtp-probe[333]: bus: 1, device: 8 was not an MTP device
Jul 09 23:25:49 hostname mtp-probe[334]: bus: 1, device: 5 was not an MTP device
Jul 09 23:25:49 hostname mtp-probe[327]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12"
Jul 09 23:25:49 hostname mtp-probe[332]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2"
Jul 09 23:25:49 hostname mtp-probe[327]: bus: 1, device: 6 was not an MTP device
Jul 09 23:25:49 hostname systemd[1]: Received SIGRTMIN+20 from PID 336 (plymouthd).
Jul 09 23:25:49 hostname mtp-probe[332]: bus: 1, device: 9 was not an MTP device
Jul 09 23:25:49 hostname kernel: usbcore: registered new device driver apple-mfi-fastcharge
Jul 09 23:25:49 hostname systemd[1]: Found device APPLE_SSD_SM0256F 1.
Jul 09 23:25:49 hostname systemd[1]: Started Show Plymouth Boot Screen.
Jul 09 23:25:49 hostname systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Jul 09 23:25:49 hostname systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Jul 09 23:25:49 hostname systemd[1]: Reached target Local Encrypted Volumes.
Jul 09 23:25:49 hostname mtp-probe[329]: bus: 1, device: 2 was not an MTP device
Jul 09 23:25:49 hostname (udev-worker)[305]: event6: EVDEV_ABS override set but no EV_ABS present on device
Jul 09 23:25:49 hostname systemd[1]: Starting File System Check on /dev/disk/by-uuid/xxxxxx...
Jul 09 23:25:49 hostname systemd[1]: Reached target Smart Card.
Jul 09 23:25:49 hostname systemd[1]: Created slice Slice /system/systemd-backlight.
Jul 09 23:25:49 hostname systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Jul 09 23:25:49 hostname mtp-probe[358]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.3"
Jul 09 23:25:49 hostname kernel: input: bcm5974 as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/input/input21
Jul 09 23:25:49 hostname kernel: usbcore: registered new interface driver bcm5974
Jul 09 23:25:49 hostname kernel: apple_gmux: gmux device not present
Jul 09 23:25:49 hostname systemd-fsck[352]: fsck.fat 4.2 (2021-01-31)
Jul 09 23:25:49 hostname systemd-fsck[352]: /dev/sda1: 371 files, 50157/76643 clusters
Jul 09 23:25:49 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20220331/utaddress-204)
Jul 09 23:25:49 hostname kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 09 23:25:49 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20220331/utaddress-204)
Jul 09 23:25:49 hostname kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 09 23:25:49 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20220331/utaddress-204)
Jul 09 23:25:49 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000810-0x0000000000000813 (\IO_D) (20220331/utaddress-204)
Jul 09 23:25:49 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000080F (\IO_T) (20220331/utaddress-204)
Jul 09 23:25:49 hostname kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 09 23:25:49 hostname kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jul 09 23:25:49 hostname mtp-probe[358]: bus: 1, device: 10 was not an MTP device
Jul 09 23:25:49 hostname systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Jul 09 23:25:49 hostname kernel: input: PC Speaker as /devices/platform/pcspkr/input/input22
Jul 09 23:25:49 hostname kernel: mousedev: PS/2 mouse device common for all mice
Jul 09 23:25:49 hostname systemd[1]: Finished File System Check on /dev/disk/by-uuid/xxxxxx.
Jul 09 23:25:49 hostname kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jul 09 23:25:49 hostname kernel: i2c i2c-9: 2/2 memory slots populated (from DMI)
Jul 09 23:25:49 hostname kernel: iTCO_vendor_support: vendor-support=0
Jul 09 23:25:49 hostname kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jul 09 23:25:49 hostname kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jul 09 23:25:49 hostname kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jul 09 23:25:49 hostname kernel: cfg80211: failed to load regulatory.db
Jul 09 23:25:49 hostname systemd[1]: Mounting /boot...
Jul 09 23:25:49 hostname systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 09 23:25:49 hostname kernel: Bluetooth: Core ver 2.22
Jul 09 23:25:49 hostname kernel: NET: Registered PF_BLUETOOTH protocol family
Jul 09 23:25:49 hostname kernel: Bluetooth: HCI device and connection manager initialized
Jul 09 23:25:49 hostname kernel: Bluetooth: HCI socket layer initialized
Jul 09 23:25:49 hostname kernel: Bluetooth: L2CAP socket layer initialized
Jul 09 23:25:49 hostname kernel: Bluetooth: SCO socket layer initialized
Jul 09 23:25:49 hostname kernel: applesmc: key=601 fan=2 temp=37 index=36 acc=0 lux=2 kbd=1
Jul 09 23:25:49 hostname kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Jul 09 23:25:49 hostname kernel: iTCO_wdt iTCO_wdt.1.auto: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Jul 09 23:25:49 hostname systemd[1]: Mounted /boot.
Jul 09 23:25:49 hostname systemd[1]: Reached target Local File Systems.
Jul 09 23:25:49 hostname systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jul 09 23:25:49 hostname systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Jul 09 23:25:49 hostname systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight...
Jul 09 23:25:49 hostname systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jul 09 23:25:49 hostname systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jul 09 23:25:49 hostname systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jul 09 23:25:49 hostname systemd[1]: Starting Create Volatile Files and Directories...
Jul 09 23:25:49 hostname systemd[1]: Received SIGRTMIN+20 from PID 336 (plymouthd).
Jul 09 23:25:49 hostname kernel: spi-nor spi0.0: n25q064 (8192 Kbytes)
Jul 09 23:25:49 hostname kernel: Creating 1 MTD partitions on "intel-spi":
Jul 09 23:25:49 hostname kernel: 0x000000000000-0x000000800000 : "BIOS"
Jul 09 23:25:49 hostname kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Jul 09 23:25:49 hostname kernel: Disabling lock debugging due to kernel taint
Jul 09 23:25:49 hostname kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jul 09 23:25:49 hostname kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jul 09 23:25:49 hostname kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jul 09 23:25:49 hostname kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jul 09 23:25:49 hostname kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jul 09 23:25:49 hostname kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jul 09 23:25:49 hostname kernel: cryptd: max_cpu_qlen set to 1000
Jul 09 23:25:49 hostname kernel: usbcore: registered new interface driver btusb
Jul 09 23:25:49 hostname systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Jul 09 23:25:49 hostname kernel: AVX2 version of gcm_enc/dec engaged.
Jul 09 23:25:49 hostname kernel: AES CTR mode by8 optimization enabled
Jul 09 23:25:49 hostname kernel: wlan0: Broadcom BCM43a0 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
Jul 09 23:25:49 hostname kernel: 
Jul 09 23:25:49 hostname systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight.
Jul 09 23:25:49 hostname kernel: wl 0000:02:00.0 wlp2s0: renamed from wlan0
Jul 09 23:25:49 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0: autoconfig for CS4208: line_outs=2 (0x12/0x13/0x0/0x0/0x0) type:speaker
Jul 09 23:25:49 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jul 09 23:25:49 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
Jul 09 23:25:49 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    mono: mono_out=0x0
Jul 09 23:25:49 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    dig-out=0x21/0x0
Jul 09 23:25:49 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    inputs:
Jul 09 23:25:49 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:      Internal Mic=0x1c
Jul 09 23:25:49 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:      Mic=0x18
Jul 09 23:25:49 hostname systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Jul 09 23:25:50 hostname systemd[1]: Starting Load Kernel Module dm_mod...
Jul 09 23:25:50 hostname systemd[1]: Starting Load Kernel Module loop...
Jul 09 23:25:50 hostname systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jul 09 23:25:50 hostname systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jul 09 23:25:50 hostname systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 09 23:25:50 hostname systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 09 23:25:50 hostname systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jul 09 23:25:50 hostname systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jul 09 23:25:50 hostname systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jul 09 23:25:50 hostname systemd[1]: Starting Load/Save RF Kill Switch Status...
Jul 09 23:25:50 hostname systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 09 23:25:50 hostname kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input23
Jul 09 23:25:50 hostname kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input24
Jul 09 23:25:50 hostname kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input25
Jul 09 23:25:50 hostname kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input26
Jul 09 23:25:50 hostname kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input27
Jul 09 23:25:50 hostname kernel: input: HDA Intel PCH SPDIF as /devices/pci0000:00/0000:00:1b.0/sound/card1/input28
Jul 09 23:25:50 hostname systemd[1]: Finished Load Kernel Module dm_mod.
Jul 09 23:25:50 hostname systemd[1]: Started Load/Save RF Kill Switch Status.
Jul 09 23:25:50 hostname systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 09 23:25:50 hostname kernel: usb 1-8.1: USB disconnect, device number 7
Jul 09 23:25:50 hostname kernel: Bluetooth: hci0: BCM: chip id 73 build 0765
Jul 09 23:25:50 hostname kernel: Bluetooth: hci0: BCM: product 05ac:8289
Jul 09 23:25:50 hostname kernel: Bluetooth: hci0: BCM: features 0x07
Jul 09 23:25:50 hostname kernel: Bluetooth: hci0: hostname
Jul 09 23:25:50 hostname systemd[1]: Finished Load Kernel Module loop.
Jul 09 23:25:50 hostname systemd[1]: Reached target Sound Card.
Jul 09 23:25:50 hostname systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 09 23:25:50 hostname systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jul 09 23:25:50 hostname kernel: intel_rapl_common: Found RAPL domain package
Jul 09 23:25:50 hostname kernel: intel_rapl_common: Found RAPL domain core
Jul 09 23:25:50 hostname kernel: intel_rapl_common: Found RAPL domain uncore
Jul 09 23:25:50 hostname kernel: intel_rapl_common: Found RAPL domain dram
Jul 09 23:25:50 hostname systemd[1]: Finished Create Volatile Files and Directories.
Jul 09 23:25:50 hostname systemd[1]: Starting Rebuild Journal Catalog...
Jul 09 23:25:50 hostname systemd[1]: Starting Network Name Resolution...
Jul 09 23:25:50 hostname systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jul 09 23:25:50 hostname systemd-resolved[442]: Positive Trust Anchors:
Jul 09 23:25:50 hostname systemd-resolved[442]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jul 09 23:25:50 hostname systemd-resolved[442]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Jul 09 23:25:50 hostname systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jul 09 23:25:50 hostname systemd[1]: Finished Rebuild Journal Catalog.
Jul 09 23:25:50 hostname systemd-resolved[442]: Using system hostname 'hostname'.
Jul 09 23:25:50 hostname systemd[1]: Starting Update is Completed...
Jul 09 23:25:50 hostname systemd[1]: Started Network Name Resolution.
Jul 09 23:25:50 hostname systemd[1]: Reached target Host and Network Name Lookups.
Jul 09 23:25:50 hostname systemd[1]: Finished Update is Completed.
Jul 09 23:25:50 hostname systemd[1]: Reached target System Initialization.
Jul 09 23:25:50 hostname systemd[1]: Started CUPS Scheduler.
Jul 09 23:25:50 hostname systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jul 09 23:25:50 hostname systemd[1]: Started Daily man-db regeneration.
Jul 09 23:25:50 hostname systemd[1]: Started Daily verification of password and group files.
Jul 09 23:25:50 hostname systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 09 23:25:50 hostname systemd[1]: Reached target Path Units.
Jul 09 23:25:50 hostname systemd[1]: Reached target Timer Units.
Jul 09 23:25:50 hostname systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Jul 09 23:25:50 hostname systemd[1]: Listening on CUPS Scheduler.
Jul 09 23:25:50 hostname systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 09 23:25:50 hostname systemd[1]: Listening on PC/SC Smart Card Daemon Activation Socket.
Jul 09 23:25:50 hostname systemd[1]: Reached target Socket Units.
Jul 09 23:25:50 hostname systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jul 09 23:25:50 hostname systemd[1]: Reached target Basic System.
Jul 09 23:25:50 hostname systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Jul 09 23:25:50 hostname systemd[1]: Starting Bluetooth service...
Jul 09 23:25:50 hostname (uetoothd)[447]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Jul 09 23:25:50 hostname systemd[1]: Starting Apply cpupower configuration...
Jul 09 23:25:50 hostname systemd[1]: Starting D-Bus System Message Bus...
Jul 09 23:25:50 hostname systemd[1]: Starting Initialize hardware monitoring sensors...
Jul 09 23:25:50 hostname systemd[1]: Started Mac Fan Control Daemon.
Jul 09 23:25:50 hostname systemd[1]: Starting User Login Management...
Jul 09 23:25:50 hostname systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jul 09 23:25:50 hostname macfand[451]: Loading profile for model: macbookpro11,3
Jul 09 23:25:50 hostname macfand[451]: dbug: opening profile /usr/local/macfand/machines/macbookpro11,3.conf
Jul 09 23:25:50 hostname macfand[451]: Found 36 sensors:
Jul 09 23:25:50 hostname macfand[451]:          1: TB0T - ???
Jul 09 23:25:50 hostname macfand[451]:          2: TB1T - Battery Sensor 1
Jul 09 23:25:50 hostname macfand[451]:          3: TB2T - Battery Sensor 2
Jul 09 23:25:50 hostname macfand[451]:          4: TBXT - ???
Jul 09 23:25:50 hostname macfand[451]:          5: TC0E - ???
Jul 09 23:25:50 hostname macfand[451]:          6: TC0F - ???
Jul 09 23:25:50 hostname macfand[451]:          7: TC0P - CPU Proximity
Jul 09 23:25:50 hostname macfand[451]:          8: TC1C - CPU Core 1
Jul 09 23:25:50 hostname macfand[451]:          9: TC2C - CPU Core 2
Jul 09 23:25:50 hostname macfand[451]:         10: TC3C - CPU Core 3
Jul 09 23:25:50 hostname macfand[451]:         11: TC4C - CPU Core 4
Jul 09 23:25:50 hostname macfand[451]:         12: TCGC - Intel GPU
Jul 09 23:25:50 hostname macfand[451]:         13: TCMc - ???
Jul 09 23:25:50 hostname macfand[451]:         14: TCSA - CPU System Agent Core
Jul 09 23:25:50 hostname macfand[451]:         15: TCTD - ???
Jul 09 23:25:50 hostname macfand[451]:         16: TCXC - CPU PECI Die
Jul 09 23:25:50 hostname macfand[451]:         17: TH0A - SSD A
Jul 09 23:25:50 hostname macfand[451]:         18: TH0B - SSD B
Jul 09 23:25:50 hostname macfand[451]:         19: TH0F - ???
Jul 09 23:25:50 hostname macfand[451]:         20: TH0R - ???
Jul 09 23:25:50 hostname macfand[451]:         21: TH0V - ???
Jul 09 23:25:50 hostname macfand[451]:         22: TH0a - ???
Jul 09 23:25:50 hostname macfand[451]:         23: TH0b - ???
Jul 09 23:25:50 hostname macfand[451]:         24: TH0c - ???
Jul 09 23:25:50 hostname macfand[451]:         25: TM0P - DDR3 Proximity
Jul 09 23:25:50 hostname macfand[451]:         26: TM0S - ???
Jul 09 23:25:50 hostname macfand[451]:         27: TP0P - Platform Controller Hub
Jul 09 23:25:50 hostname macfand[451]:         28: TPCD - Platform Controller Hub PECI
Jul 09 23:25:50 hostname macfand[451]:         29: TW0P - X29 Proximity
Jul 09 23:25:50 hostname macfand[451]:         30: Ta0P - Air Flow Proximity
Jul 09 23:25:50 hostname macfand[451]:         31: TaSP - ???
Jul 09 23:25:50 hostname macfand[451]:         32: Th1H - Right Fin Stack
Jul 09 23:25:50 hostname macfand[451]:         33: Th2H - Left Fin Stack
Jul 09 23:25:50 hostname macfand[451]:         34: Ts0P - Palm Rest
Jul 09 23:25:50 hostname macfand[451]:         35: Ts0S - ???
Jul 09 23:25:50 hostname macfand[451]:         36: Ts1S - ???
Jul 09 23:25:50 hostname avahi-daemon[446]: Found user 'avahi' (UID 972) and group 'avahi' (GID 972).
Jul 09 23:25:50 hostname avahi-daemon[446]: Successfully dropped root privileges.
Jul 09 23:25:50 hostname avahi-daemon[446]: avahi-daemon 0.8 starting up.
Jul 09 23:25:50 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 46C
Jul 09 23:25:50 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 46C
Jul 09 23:25:50 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=64C        TC0F=66C        TC0P=46C        TC1C=69C        TC2C=83C        TC3C=73C        TC4C=69C        TCGC=55C        TCMc=0C        TCSA=56C        TCTD=1C        TCXC=76C        TH0A=40C        TH0B=40C        TH0F=44C        TH0R=41C        TH0V=44C        TH0a=40C        TH0b=40C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=45C        TPCD=51C        TW0P=42C        Ta0P=32C        TaSP=32C        Th1H=42C        Th2H=38C        Ts0P=28C        Ts0S=32C        Ts1S=34C
Jul 09 23:25:50 hostname kernel: usb 1-8.2: USB disconnect, device number 9
Jul 09 23:25:50 hostname bluetoothd[447]: Bluetooth daemon 5.68
Jul 09 23:25:50 hostname systemd[1]: Finished Initialize hardware monitoring sensors.
Jul 09 23:25:50 hostname systemd[1]: Started D-Bus System Message Bus.
Jul 09 23:25:50 hostname avahi-daemon[446]: Successfully called chroot().
Jul 09 23:25:50 hostname avahi-daemon[446]: Successfully dropped remaining capabilities.
Jul 09 23:25:50 hostname avahi-daemon[446]: No service file found in /etc/avahi/services.
Jul 09 23:25:50 hostname avahi-daemon[446]: *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
Jul 09 23:25:50 hostname avahi-daemon[446]: *** WARNING: Detected another IPv6 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
Jul 09 23:25:50 hostname avahi-daemon[446]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Jul 09 23:25:50 hostname avahi-daemon[446]: New relevant interface lo.IPv6 for mDNS.
Jul 09 23:25:50 hostname avahi-daemon[446]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Jul 09 23:25:50 hostname avahi-daemon[446]: New relevant interface lo.IPv4 for mDNS.
Jul 09 23:25:50 hostname avahi-daemon[446]: Network interface enumeration completed.
Jul 09 23:25:50 hostname avahi-daemon[446]: Registering new address record for ::1 on lo.*.
Jul 09 23:25:50 hostname avahi-daemon[446]: Registering new address record for 127.0.0.1 on lo.IPv4.
Jul 09 23:25:50 hostname bluetoothd[447]: Starting SDP server
Jul 09 23:25:50 hostname systemd[1]: Starting Network Manager...
Jul 09 23:25:50 hostname systemd[1]: Started Bluetooth service.
Jul 09 23:25:50 hostname bluetoothd[447]: src/plugin.c:plugin_init() System does not support csip plugin
Jul 09 23:25:50 hostname bluetoothd[447]: src/plugin.c:plugin_init() System does not support vcp plugin
Jul 09 23:25:50 hostname bluetoothd[447]: src/plugin.c:plugin_init() System does not support mcp plugin
Jul 09 23:25:50 hostname bluetoothd[447]: src/plugin.c:plugin_init() System does not support bass plugin
Jul 09 23:25:50 hostname bluetoothd[447]: src/plugin.c:plugin_init() System does not support bap plugin
Jul 09 23:25:50 hostname systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Jul 09 23:25:50 hostname systemd[1]: Reached target Bluetooth Support.
Jul 09 23:25:50 hostname kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jul 09 23:25:50 hostname kernel: Bluetooth: BNEP filters: protocol multicast
Jul 09 23:25:50 hostname kernel: Bluetooth: BNEP socket layer initialized
Jul 09 23:25:50 hostname kernel: Bluetooth: MGMT ver 1.22
Jul 09 23:25:50 hostname bluetoothd[447]: Bluetooth management interface 1.22 initialized
Jul 09 23:25:50 hostname dbus-daemon[449]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1' (uid=0 pid=447 comm="/usr/lib/bluetooth/bluetoothd")
Jul 09 23:25:50 hostname systemd-logind[453]: New seat seat0.
Jul 09 23:25:50 hostname systemd[1]: Starting Hostname Service...
Jul 09 23:25:50 hostname kernel: NET: Registered PF_ALG protocol family
Jul 09 23:25:50 hostname systemd-logind[453]: Watching system buttons on /dev/input/event3 (Power Button)
Jul 09 23:25:50 hostname systemd-logind[453]: Watching system buttons on /dev/input/event1 (Power Button)
Jul 09 23:25:50 hostname systemd-logind[453]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jul 09 23:25:50 hostname systemd-logind[453]: Watching system buttons on /dev/input/event2 (Sleep Button)
Jul 09 23:25:50 hostname systemd-logind[453]: Watching system buttons on /dev/input/event6 (Apple Inc. Apple Internal Keyboard / Trackpad)
Jul 09 23:25:50 hostname systemd-logind[453]: Watching system buttons on /dev/input/event9 (HID Keyboard HID Keyboard)
Jul 09 23:25:50 hostname systemd-logind[453]: Watching system buttons on /dev/input/event10 (HID Keyboard HID Keyboard)
Jul 09 23:25:50 hostname systemd[1]: Started User Login Management.
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.4627] NetworkManager (version 1.42.6-1) is starting... (boot:6adda533-c6bb-40cf-b1e8-540a730f7434)
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.4627] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jul 09 23:25:50 hostname systemd[1]: Started Network Manager.
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.4652] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jul 09 23:25:50 hostname systemd[1]: Reached target Network.
Jul 09 23:25:50 hostname systemd[1]: Starting CUPS Scheduler...
Jul 09 23:25:50 hostname systemd[1]: Starting Network Time Service...
Jul 09 23:25:50 hostname systemd[1]: Starting Permit User Sessions...
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.4737] manager[0x56409dec7130]: monitoring kernel firmware directory '/lib/firmware'.
Jul 09 23:25:50 hostname dbus-daemon[449]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.4821] hostname: hostname: using hostnamed
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.4821] hostname: static hostname changed from (none) to "hostname"
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.4823] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.4836] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill1) (driver wl)
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.4838] manager[0x56409dec7130]: rfkill: Wi-Fi hardware radio set enabled
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.4838] manager[0x56409dec7130]: rfkill: WWAN hardware radio set enabled
Jul 09 23:25:50 hostname systemd[1]: Finished Permit User Sessions.
Jul 09 23:25:50 hostname systemd[1]: Started Hostname Service.
Jul 09 23:25:50 hostname systemd[1]: Starting Hold until boot process finishes up...
Jul 09 23:25:50 hostname systemd[1]: Starting Terminate Plymouth Boot Screen...
Jul 09 23:25:50 hostname systemd[1]: Received SIGRTMIN+21 from PID 336 (plymouthd).
Jul 09 23:25:50 hostname ntpd[483]: ntpd 4.2.8p17@1.4004-o Tue Jun  6 14:05:47 UTC 2023 (1): Starting
Jul 09 23:25:50 hostname ntpd[483]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Jul 09 23:25:50 hostname ntpd[483]: ----------------------------------------------------
Jul 09 23:25:50 hostname ntpd[483]: ntp-4 is maintained by Network Time Foundation,
Jul 09 23:25:50 hostname ntpd[483]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Jul 09 23:25:50 hostname ntpd[483]: corporation.  Support and training for ntp-4 are
Jul 09 23:25:50 hostname ntpd[483]: available at https://www.nwtime.org/support
Jul 09 23:25:50 hostname ntpd[483]: ----------------------------------------------------
Jul 09 23:25:50 hostname ntpd[483]: DEBUG behavior is enabled - a violation of any
Jul 09 23:25:50 hostname ntpd[483]: diagnostic assertion will cause ntpd to abort
Jul 09 23:25:50 hostname systemd[1]: Received SIGRTMIN+21 from PID 336 (plymouthd).
Jul 09 23:25:50 hostname systemd[1]: Finished Hold until boot process finishes up.
Jul 09 23:25:50 hostname ntpd[489]: proto: precision = 0.069 usec (-24)
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5625] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
Jul 09 23:25:50 hostname ntpd[489]: basedate set to 2023-05-25
Jul 09 23:25:50 hostname ntpd[489]: gps base set to 2023-05-28 (week 2264)
Jul 09 23:25:50 hostname ntpd[489]: initial drift restored to -36.618000
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5645] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
Jul 09 23:25:50 hostname ntpd[489]: Listen and drop on 0 v6wildcard [::]:123
Jul 09 23:25:50 hostname ntpd[489]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Jul 09 23:25:50 hostname ntpd[489]: Listen normally on 2 lo 127.0.0.1:123
Jul 09 23:25:50 hostname ntpd[489]: Listen normally on 3 lo [::1]:123
Jul 09 23:25:50 hostname ntpd[489]: Listening on routing socket on fd #20 for interface updates
Jul 09 23:25:50 hostname ntpd[489]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Jul 09 23:25:50 hostname ntpd[489]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Jul 09 23:25:50 hostname systemd-resolved[442]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5707] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-bluetooth.so)
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5717] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5722] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5727] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5730] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5730] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5731] manager: Networking is enabled by state file
Jul 09 23:25:50 hostname dbus-daemon[449]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.5' (uid=0 pid=456 comm="/usr/bin/NetworkManager --no-daemon")
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5736] settings: Loaded settings plugin: keyfile (internal)
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5775] dhcp: init: Using DHCP client 'internal'
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5778] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5789] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5793] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5800] device (lo): Activation: starting connection 'lo' (0fe46aec-9f30-484b-aa5b-3934dcecfaea)
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5807] manager: (wlp2s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.5810] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 09 23:25:50 hostname NetworkManager[456]: <warn>  [1688959550.6397] platform-linux: do-change-link[2]: failure 23 (Too many open files in system) (assume success changing address)
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.6398] device (wlp2s0): set-hw-addr: set MAC address to xxxxxx (scanning)
Jul 09 23:25:50 hostname dbus-daemon[449]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.5' (uid=0 pid=456 comm="/usr/bin/NetworkManager --no-daemon")
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.6432] ovsdb: disconnected from ovsdb
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.6433] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.6436] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.6440] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.6449] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jul 09 23:25:50 hostname systemd[1]: Finished Terminate Plymouth Boot Screen.
Jul 09 23:25:50 hostname systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 09 23:25:50 hostname systemd[1]: Started Getty on tty1.
Jul 09 23:25:50 hostname systemd[1]: Reached target Login Prompts.
Jul 09 23:25:50 hostname systemd[1]: Starting WPA supplicant...
Jul 09 23:25:50 hostname dbus-daemon[449]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.7119] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.7121] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.7127] device (lo): Activation: successful, device activated.
Jul 09 23:25:50 hostname dbus-daemon[449]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jul 09 23:25:50 hostname wpa_supplicant[493]: Successfully initialized wpa_supplicant
Jul 09 23:25:50 hostname systemd[1]: Finished Apply cpupower configuration.
Jul 09 23:25:50 hostname systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 09 23:25:50 hostname systemd[1]: Started WPA supplicant.
Jul 09 23:25:50 hostname systemd[1]: Started Network Time Service.
Jul 09 23:25:50 hostname dbus-daemon[449]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.9' (uid=0 pid=482 comm="/usr/bin/cupsd -l")
Jul 09 23:25:50 hostname systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jul 09 23:25:50 hostname wpa_supplicant[493]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.8105] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Jul 09 23:25:50 hostname NetworkManager[456]: <info>  [1688959550.8105] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jul 09 23:25:50 hostname dbus-daemon[449]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jul 09 23:25:50 hostname systemd[1]: Started Manage, Install and Generate Color Profiles.
Jul 09 23:25:50 hostname systemd[1]: Started CUPS Scheduler.
Jul 09 23:25:50 hostname systemd[1]: Reached target Multi-User System.
Jul 09 23:25:50 hostname systemd[1]: Reached target Graphical Interface.
Jul 09 23:25:50 hostname systemd[1]: Startup finished in 6.022s (kernel) + 3.106s (userspace) = 9.129s.
Jul 09 23:25:51 hostname avahi-daemon[446]: Server startup complete. Host name is hostname.local. Local service cookie is 1764552704.
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.7987] policy: auto-activating connection '9h095' (14f87118-1325-4b69-ac3e-708e79f7f9e0)
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.7995] device (wlp2s0): Activation: starting connection '9h095' (14f87118-1325-4b69-ac3e-708e79f7f9e0)
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.7996] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8000] manager: NetworkManager state is now CONNECTING
Jul 09 23:25:54 hostname NetworkManager[456]: <warn>  [1688959554.8008] platform-linux: do-change-link[2]: failure 23 (Too many open files in system) (assume success changing address)
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8010] device (wlp2s0): set-hw-addr: reset MAC address to xxxxxx (preserve)
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8014] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8018] device (wlp2s0): Activation: (wifi) access point '9h095' has security, but secrets are required.
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8019] device (wlp2s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8033] device (wlp2s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8037] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8041] device (wlp2s0): Activation: (wifi) connection '9h095' has security, and secrets exist.  No new secrets needed.
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8041] Config: added 'ssid' value '9h095'
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8041] Config: added 'scan_ssid' value '1'
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8041] Config: added 'bgscan' value 'simple:30:-65:300'
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8042] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256'
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8042] Config: added 'auth_alg' value 'OPEN'
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8042] Config: added 'psk' value '<hidden>'
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8567] device (wlp2s0): supplicant interface state: disconnected -> inactive
Jul 09 23:25:54 hostname wpa_supplicant[493]: wlp2s0: Trying to associate with xxxxxx (SSID='9h095' freq=5180 MHz)
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.8667] device (wlp2s0): supplicant interface state: inactive -> associating
Jul 09 23:25:54 hostname wpa_supplicant[493]: wlp2s0: Associated with xxxxxx
Jul 09 23:25:54 hostname wpa_supplicant[493]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 09 23:25:54 hostname wpa_supplicant[493]: wlp2s0: WPA: Key negotiation completed with xxxxxx [PTK=CCMP GTK=CCMP]
Jul 09 23:25:54 hostname wpa_supplicant[493]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to xxxxxx completed [id=0 id_str=]
Jul 09 23:25:54 hostname wpa_supplicant[493]: bgscan simple: Failed to enable signal strength monitoring
Jul 09 23:25:54 hostname kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.9634] device (wlp2s0): supplicant interface state: associating -> completed
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.9634] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "9h095"
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.9637] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jul 09 23:25:54 hostname NetworkManager[456]: <info>  [1688959554.9647] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 09 23:25:54 hostname avahi-daemon[446]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address xxxxxx.
Jul 09 23:25:54 hostname avahi-daemon[446]: New relevant interface wlp2s0.IPv6 for mDNS.
Jul 09 23:25:54 hostname avahi-daemon[446]: Registering new address record for xxxxxx on wlp2s0.*.
Jul 09 23:25:55 hostname systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jul 09 23:25:55 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 42C
Jul 09 23:25:55 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 42C
Jul 09 23:25:55 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=62C        TC0F=65C        TC0P=46C        TC1C=50C        TC2C=50C        TC3C=50C        TC4C=51C        TCGC=52C        TCMc=0C        TCSA=52C        TCTD=0C        TCXC=52C        TH0A=35C        TH0B=35C        TH0F=43C        TH0R=46C        TH0V=43C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=51C        TW0P=41C        Ta0P=32C        TaSP=32C        Th1H=42C        Th2H=39C        Ts0P=28C        Ts0S=32C        Ts1S=34C
Jul 09 23:25:56 hostname dbus-daemon[449]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.12' (uid=0 pid=492 comm="/bin/login -p --          ")
Jul 09 23:25:56 hostname dbus-daemon[449]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jul 09 23:25:56 hostname login[492]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jul 09 23:25:56 hostname NetworkManager[456]: <info>  [1688959556.9866] dhcp4 (wlp2s0): state changed new lease, address=xxxxxx
Jul 09 23:25:56 hostname NetworkManager[456]: <info>  [1688959556.9876] policy: set '9h095' (wlp2s0) as default for IPv4 routing and DNS
Jul 09 23:25:56 hostname systemd-resolved[442]: wlp2s0: Bus client set search domain list to: cinci.rr.com
Jul 09 23:25:56 hostname systemd-resolved[442]: wlp2s0: Bus client set default route setting: yes
Jul 09 23:25:56 hostname systemd-resolved[442]: wlp2s0: Bus client set DNS server list to: 192.168.1.1
Jul 09 23:25:57 hostname avahi-daemon[446]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address xxxxxx.
Jul 09 23:25:57 hostname avahi-daemon[446]: New relevant interface wlp2s0.IPv4 for mDNS.
Jul 09 23:25:57 hostname avahi-daemon[446]: Registering new address record for xxxxxx on wlp2s0.IPv4.
Jul 09 23:25:57 hostname NetworkManager[456]: <info>  [1688959557.0173] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jul 09 23:25:57 hostname NetworkManager[456]: <info>  [1688959557.0213] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jul 09 23:25:57 hostname NetworkManager[456]: <info>  [1688959557.0217] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jul 09 23:25:57 hostname NetworkManager[456]: <info>  [1688959557.0224] manager: NetworkManager state is now CONNECTED_SITE
Jul 09 23:25:57 hostname NetworkManager[456]: <info>  [1688959557.0232] device (wlp2s0): Activation: successful, device activated.
Jul 09 23:25:57 hostname NetworkManager[456]: <info>  [1688959557.0243] manager: startup complete
Jul 09 23:25:57 hostname NetworkManager[456]: <info>  [1688959557.3189] manager: NetworkManager state is now CONNECTED_GLOBAL
Jul 09 23:25:59 hostname ntpd[489]: Listen normally on 4 wlp2s0 xxxxxx:123
Jul 09 23:25:59 hostname ntpd[489]: Listen normally on 5 wlp2s0 [xxxxxx%2]:123
Jul 09 23:25:59 hostname ntpd[489]: new interface(s) found: waking up resolver
Jul 09 23:26:00 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 41C
Jul 09 23:26:00 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 41C
Jul 09 23:26:00 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=60C        TC0F=63C        TC0P=46C        TC1C=49C        TC2C=49C        TC3C=49C        TC4C=50C        TCGC=51C        TCMc=0C        TCSA=52C        TCTD=0C        TCXC=52C        TH0A=35C        TH0B=35C        TH0F=44C        TH0R=46C        TH0V=42C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=45C        TPCD=51C        TW0P=41C        Ta0P=31C        TaSP=31C        Th1H=42C        Th2H=39C        Ts0P=28C        Ts0S=32C        Ts1S=34C
Jul 09 23:26:00 hostname systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 09 23:26:01 hostname login[492]: pam_unix(login:session): session opened for user userper(uid=1001) by userper(uid=0)
Jul 09 23:26:01 hostname systemd-logind[453]: New session 1 of user userper.
Jul 09 23:26:01 hostname systemd[1]: Created slice User Slice of UID 1001.
Jul 09 23:26:01 hostname systemd[1]: Starting User Runtime Directory /run/user/1001...
Jul 09 23:26:01 hostname systemd[1]: Finished User Runtime Directory /run/user/1001.
Jul 09 23:26:01 hostname systemd[1]: Starting User Manager for UID 1001...
Jul 09 23:26:01 hostname dbus-daemon[449]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.15' (uid=0 pid=507 comm="(systemd)")
Jul 09 23:26:01 hostname dbus-daemon[449]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jul 09 23:26:01 hostname (systemd)[507]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jul 09 23:26:01 hostname (systemd)[507]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[userper] ruser=[<unknown>] rhost=[<unknown>]
Jul 09 23:26:01 hostname (systemd)[507]: pam_unix(systemd-user:session): session opened for user userper(uid=1001) by userper(uid=0)
Jul 09 23:26:01 hostname systemd[507]: Queued start job for default target Main User Target.
Jul 09 23:26:01 hostname systemd-journald[268]: /var/log/journal/2a3749fb37e7441ca62672bddbd9bc60/user-1001.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Jul 09 23:26:01 hostname login[492]: LOGIN ON tty1 BY userper
Jul 09 23:26:01 hostname systemd[507]: Created slice User Application Slice.
Jul 09 23:26:01 hostname systemd[507]: Reached target Paths.
Jul 09 23:26:01 hostname systemd[507]: Reached target Timers.
Jul 09 23:26:01 hostname systemd[507]: Starting D-Bus User Message Bus Socket...
Jul 09 23:26:01 hostname systemd[507]: Listening on GnuPG network certificate management daemon.
Jul 09 23:26:01 hostname systemd[507]: Listening on GCR ssh-agent wrapper.
Jul 09 23:26:01 hostname systemd[507]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 09 23:26:01 hostname systemd[507]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 09 23:26:01 hostname systemd[507]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 09 23:26:01 hostname systemd[507]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 09 23:26:01 hostname systemd[507]: Listening on p11-kit server.
Jul 09 23:26:01 hostname systemd[507]: Listening on PipeWire PulseAudio.
Jul 09 23:26:01 hostname systemd[507]: Listening on PipeWire Multimedia System Socket.
Jul 09 23:26:01 hostname systemd[507]: Listening on D-Bus User Message Bus Socket.
Jul 09 23:26:01 hostname systemd[507]: Reached target Sockets.
Jul 09 23:26:01 hostname systemd[507]: Reached target Basic System.
Jul 09 23:26:01 hostname systemd[1]: Started User Manager for UID 1001.
Jul 09 23:26:01 hostname systemd[507]: Starting Update XDG user dir configuration...
Jul 09 23:26:01 hostname systemd[1]: Started Session 1 of User userper.
Jul 09 23:26:01 hostname systemd[507]: Finished Update XDG user dir configuration.
Jul 09 23:26:01 hostname systemd[507]: Reached target Main User Target.
Jul 09 23:26:01 hostname systemd[507]: Startup finished in 256ms.
Jul 09 23:26:02 hostname systemd[507]: Started GnuPG cryptographic agent and passphrase cache.
Jul 09 23:26:02 hostname gpg-agent[580]: gpg-agent[580]: enabled debug flags: ipc
Jul 09 23:26:05 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 41C
Jul 09 23:26:05 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 41C
Jul 09 23:26:05 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=60C        TC0F=62C        TC0P=46C        TC1C=49C        TC2C=48C        TC3C=49C        TC4C=51C        TCGC=50C        TCMc=0C        TCSA=51C        TCTD=0C        TCXC=52C        TH0A=35C        TH0B=35C        TH0F=44C        TH0R=46C        TH0V=42C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=51C        TW0P=41C        Ta0P=31C        TaSP=31C        Th1H=42C        Th2H=39C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:26:10 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 41C
Jul 09 23:26:10 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 41C
Jul 09 23:26:10 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=58C        TC0F=61C        TC0P=46C        TC1C=48C        TC2C=47C        TC3C=48C        TC4C=49C        TCGC=50C        TCMc=0C        TCSA=50C        TCTD=0C        TCXC=51C        TH0A=35C        TH0B=35C        TH0F=45C        TH0R=46C        TH0V=42C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=51C        TW0P=41C        Ta0P=31C        TaSP=31C        Th1H=42C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:26:15 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 41C
Jul 09 23:26:15 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 41C
Jul 09 23:26:15 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=57C        TC0F=60C        TC0P=45C        TC1C=48C        TC2C=46C        TC3C=47C        TC4C=49C        TCGC=50C        TCMc=0C        TCSA=51C        TCTD=0C        TCXC=50C        TH0A=35C        TH0B=35C        TH0F=45C        TH0R=46C        TH0V=42C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=51C        TW0P=42C        Ta0P=31C        TaSP=31C        Th1H=42C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:26:20 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 41C
Jul 09 23:26:20 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 41C
Jul 09 23:26:20 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=56C        TC0F=59C        TC0P=45C        TC1C=47C        TC2C=47C        TC3C=48C        TC4C=48C        TCGC=50C        TCMc=0C        TCSA=50C        TCTD=0C        TCXC=50C        TH0A=35C        TH0B=35C        TH0F=46C        TH0R=46C        TH0V=42C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=41C        TP0P=44C        TPCD=51C        TW0P=42C        Ta0P=31C        TaSP=31C        Th1H=42C        Th2H=39C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:26:20 hostname systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jul 09 23:26:21 hostname systemd[507]: Created slice User Core Session Slice.
Jul 09 23:26:21 hostname systemd[507]: Starting D-Bus User Message Bus...
Jul 09 23:26:21 hostname systemd[507]: Started D-Bus User Message Bus.
Jul 09 23:26:21 hostname gpg-agent[691]: Failed to lookup password for key xxxxxx with secret service: The name org.freedesktop.secrets was not provided by any .service files
Jul 09 23:26:21 hostname gpg-agent[705]: Failed to lookup password for key xxxxxx with secret service: The name org.freedesktop.secrets was not provided by any .service files
Jul 09 23:26:25 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 41C
Jul 09 23:26:25 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 41C
Jul 09 23:26:25 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=56C        TC0F=58C        TC0P=45C        TC1C=48C        TC2C=47C        TC3C=48C        TC4C=48C        TCGC=49C        TCMc=0C        TCSA=50C        TCTD=0C        TCXC=51C        TH0A=35C        TH0B=35C        TH0F=46C        TH0R=46C        TH0V=41C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=41C        TP0P=44C        TPCD=51C        TW0P=42C        Ta0P=31C        TaSP=31C        Th1H=42C        Th2H=39C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:26:30 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 41C
Jul 09 23:26:30 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 41C
Jul 09 23:26:30 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=55C        TC0F=57C        TC0P=45C        TC1C=46C        TC2C=47C        TC3C=47C        TC4C=47C        TCGC=49C        TCMc=0C        TCSA=50C        TCTD=0C        TCXC=50C        TH0A=35C        TH0B=35C        TH0F=46C        TH0R=46C        TH0V=41C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=43C        TM0S=41C        TP0P=44C        TPCD=51C        TW0P=42C        Ta0P=31C        TaSP=31C        Th1H=42C        Th2H=39C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:26:35 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:26:35 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:26:35 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=54C        TC0F=56C        TC0P=44C        TC1C=46C        TC2C=47C        TC3C=46C        TC4C=47C        TCGC=49C        TCMc=0C        TCSA=50C        TCTD=0C        TCXC=50C        TH0A=35C        TH0B=35C        TH0F=46C        TH0R=46C        TH0V=41C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=41C        TP0P=44C        TPCD=51C        TW0P=42C        Ta0P=31C        TaSP=31C        Th1H=42C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:26:40 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:26:40 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:26:40 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=53C        TC0F=56C        TC0P=44C        TC1C=46C        TC2C=47C        TC3C=47C        TC4C=47C        TCGC=48C        TCMc=0C        TCSA=51C        TCTD=0C        TCXC=49C        TH0A=35C        TH0B=35C        TH0F=46C        TH0R=46C        TH0V=41C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=41C        TP0P=44C        TPCD=51C        TW0P=42C        Ta0P=31C        TaSP=31C        Th1H=42C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:26:45 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:26:45 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:26:45 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=53C        TC0F=55C        TC0P=44C        TC1C=46C        TC2C=45C        TC3C=47C        TC4C=46C        TCGC=48C        TCMc=0C        TCSA=48C        TCTD=0C        TCXC=49C        TH0A=34C        TH0B=34C        TH0F=46C        TH0R=47C        TH0V=41C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=43C        TM0S=41C        TP0P=44C        TPCD=51C        TW0P=42C        Ta0P=30C        TaSP=30C        Th1H=41C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:26:50 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:26:50 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:26:50 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=52C        TC0F=54C        TC0P=44C        TC1C=46C        TC2C=46C        TC3C=46C        TC4C=47C        TCGC=48C        TCMc=0C        TCSA=49C        TCTD=0C        TCXC=49C        TH0A=34C        TH0B=34C        TH0F=46C        TH0R=47C        TH0V=41C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=43C        TM0S=41C        TP0P=44C        TPCD=51C        TW0P=42C        Ta0P=31C        TaSP=31C        Th1H=41C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:26:55 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:26:55 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:26:55 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=52C        TC0F=54C        TC0P=44C        TC1C=45C        TC2C=46C        TC3C=46C        TC4C=48C        TCGC=48C        TCMc=0C        TCSA=48C        TCTD=0C        TCXC=48C        TH0A=34C        TH0B=34C        TH0F=47C        TH0R=47C        TH0V=41C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=42C        TM0S=41C        TP0P=44C        TPCD=51C        TW0P=42C        Ta0P=30C        TaSP=30C        Th1H=41C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:27:00 hostname macfand[451]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:27:00 hostname macfand[451]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:27:00 hostname macfand[451]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=51C        TC0F=53C        TC0P=44C        TC1C=45C        TC2C=46C        TC3C=46C        TC4C=46C        TCGC=48C        TCMc=0C        TCSA=49C        TCTD=0C        TCXC=48C        TH0A=34C        TH0B=34C        TH0F=47C        TH0R=47C        TH0V=41C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=43C        TM0S=41C        TP0P=44C        TPCD=51C        TW0P=42C        Ta0P=30C        TaSP=30C        Th1H=41C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C

I will try to get a broken one posted tomorrow.

Offline

#5 2023-07-10 03:58:30

krakenfury
Member
Registered: 2013-04-18
Posts: 15

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

OK I guess I'm going to stay up for a bit, so here's the 6.4.2 boot journalctl:

Jul 09 23:44:34 hostname kernel: Linux version 6.4.2-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Thu, 06 Jul 2023 18:35:54 +0000
Jul 09 23:44:34 hostname kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=xxxxxx rw loglevel=3 acpi_mask_gpe=0x06 btusb.enable_autosuspend=n acpi_osi=
Jul 09 23:44:34 hostname kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jul 09 23:44:34 hostname kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jul 09 23:44:34 hostname kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jul 09 23:44:34 hostname kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jul 09 23:44:34 hostname kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jul 09 23:44:34 hostname kernel: signal: max sigframe size: 1776
Jul 09 23:44:34 hostname kernel: BIOS-provided physical RAM map:
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000008efff] usable
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] reserved
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007ad13fff] usable
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x000000007ad14000-0x000000007ad52fff] ACPI NVS
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x000000007ad53000-0x000000007ad5efff] usable
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x000000007ad5f000-0x000000007ad8efff] ACPI data
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x000000007ad8f000-0x000000007ae38fff] usable
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x000000007ae39000-0x000000007ae8efff] reserved
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x000000007ae8f000-0x000000007aecffff] usable
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x000000007aed0000-0x000000007aefefff] type 20
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x000000007aeff000-0x000000007af7afff] usable
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x000000007af7b000-0x000000007afe4fff] reserved
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x000000007afe5000-0x000000007affffff] usable
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x000000007b000000-0x000000007f9fffff] reserved
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved
Jul 09 23:44:34 hostname kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047f5fffff] usable
Jul 09 23:44:34 hostname kernel: NX (Execute Disable) protection: active
Jul 09 23:44:34 hostname kernel: efi: EFI v1.1 by Apple
Jul 09 23:44:34 hostname kernel: efi: ACPI=0x7ad8e000 ACPI 2.0=0x7ad8e014 SMBIOS=0x7ad15000 
Jul 09 23:44:34 hostname kernel: efi: Not removing mem267: MMIO range=[0xe00f8000-0xe00f8fff] (4KB) from e820 map
Jul 09 23:44:34 hostname kernel: efi: Not removing mem268: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
Jul 09 23:44:34 hostname kernel: efi: Not removing mem269: MMIO range=[0xffe10000-0xffe3ffff] (192KB) from e820 map
Jul 09 23:44:34 hostname kernel: SMBIOS 2.4 present.
Jul 09 23:44:34 hostname kernel: DMI: Apple Inc. MacBookPro11,2/Mac-3CBD00234E554E41, BIOS MBP112.88Z.0138.B16.1509081314 09/08/2015
Jul 09 23:44:34 hostname kernel: tsc: Fast TSC calibration using PIT
Jul 09 23:44:34 hostname kernel: tsc: Detected 2194.902 MHz processor
Jul 09 23:44:34 hostname kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 09 23:44:34 hostname kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 09 23:44:34 hostname kernel: last_pfn = 0x47f600 max_arch_pfn = 0x400000000
Jul 09 23:44:34 hostname kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jul 09 23:44:34 hostname kernel: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
Jul 09 23:44:34 hostname kernel: Using GB pages for direct mapping
Jul 09 23:44:34 hostname kernel: Secure boot disabled
Jul 09 23:44:34 hostname kernel: RAMDISK: [mem 0x3647d000-0x37235fff]
Jul 09 23:44:34 hostname kernel: ACPI: Early table checksum verification disabled
Jul 09 23:44:34 hostname kernel: ACPI: RSDP 0x000000007AD8E014 000024 (v02 APPLE )
Jul 09 23:44:34 hostname kernel: ACPI: XSDT 0x000000007AD8E1C0 0000A4 (v01 APPLE  Apple00  00000000      01000013)
Jul 09 23:44:34 hostname kernel: ACPI: FACP 0x000000007AD8C000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
Jul 09 23:44:34 hostname kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/0 (20230331/tbfadt-564)
Jul 09 23:44:34 hostname kernel: ACPI: DSDT 0x000000007AD80000 006C1F (v03 APPLE  MacBookP 00110002 INTL 20100915)
Jul 09 23:44:34 hostname kernel: ACPI: FACS 0x000000007AD1C000 000040
Jul 09 23:44:34 hostname kernel: ACPI: FACS 0x000000007AD1C000 000040
Jul 09 23:44:34 hostname kernel: ACPI: HPET 0x000000007AD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 09 23:44:34 hostname kernel: ACPI: APIC 0x000000007AD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
Jul 09 23:44:34 hostname kernel: ACPI: SBST 0x000000007AD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 09 23:44:34 hostname kernel: ACPI: ECDT 0x000000007AD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 09 23:44:34 hostname kernel: ACPI: SSDT 0x000000007AD7F000 00010B (v01 APPLE  SataAhci 00001000 INTL 20100915)
Jul 09 23:44:34 hostname kernel: ACPI: SSDT 0x000000007AD7E000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20100915)
Jul 09 23:44:34 hostname kernel: ACPI: SSDT 0x000000007AD7C000 000688 (v01 APPLE  SDUsbLpt 00001000 INTL 20100915)
Jul 09 23:44:34 hostname kernel: ACPI: SSDT 0x000000007AD79000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20100915)
Jul 09 23:44:34 hostname kernel: ACPI: SSDT 0x000000007AD6E000 005CBF (v01 APPLE  TbtPEG10 00001000 INTL 20100915)
Jul 09 23:44:34 hostname kernel: ACPI: SSDT 0x000000007AD63000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20100915)
Jul 09 23:44:34 hostname kernel: ACPI: SSDT 0x000000007AD62000 0003E0 (v01 APPLE  SaHdaCdc 00001000 INTL 20100915)
Jul 09 23:44:34 hostname kernel: ACPI: SSDT 0x000000007AD61000 00069C (v01 PmRef  Cpu0Ist  00003000 INTL 20100915)
Jul 09 23:44:34 hostname kernel: ACPI: SSDT 0x000000007AD60000 000B83 (v01 PmRef  CpuPm    00003000 INTL 20100915)
Jul 09 23:44:34 hostname kernel: ACPI: MCFG 0x000000007AD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 09 23:44:34 hostname kernel: ACPI: DMAR 0x000000007AD5F000 000088 (v01 APPLE  HSW      00000001 AAPL 00000001)
Jul 09 23:44:34 hostname kernel: ACPI: Reserving FACP table memory at [mem 0x7ad8c000-0x7ad8c0f3]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving DSDT table memory at [mem 0x7ad80000-0x7ad86c1e]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving FACS table memory at [mem 0x7ad1c000-0x7ad1c03f]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving FACS table memory at [mem 0x7ad1c000-0x7ad1c03f]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving HPET table memory at [mem 0x7ad8b000-0x7ad8b037]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving APIC table memory at [mem 0x7ad8a000-0x7ad8a0bb]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving SBST table memory at [mem 0x7ad88000-0x7ad8802f]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving ECDT table memory at [mem 0x7ad87000-0x7ad87052]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad7f000-0x7ad7f10a]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad7e000-0x7ad7e023]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad7c000-0x7ad7c687]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad79000-0x7ad79031]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad6e000-0x7ad73cbe]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad63000-0x7ad630b7]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad62000-0x7ad623df]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad61000-0x7ad6169b]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad60000-0x7ad60b82]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving MCFG table memory at [mem 0x7ad89000-0x7ad8903b]
Jul 09 23:44:34 hostname kernel: ACPI: Reserving DMAR table memory at [mem 0x7ad5f000-0x7ad5f087]
Jul 09 23:44:34 hostname kernel: ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Jul 09 23:44:34 hostname kernel: No NUMA configuration found
Jul 09 23:44:34 hostname kernel: Faking a node at [mem 0x0000000000000000-0x000000047f5fffff]
Jul 09 23:44:34 hostname kernel: NODE_DATA(0) allocated [mem 0x47f5fb000-0x47f5fffff]
Jul 09 23:44:34 hostname kernel: Zone ranges:
Jul 09 23:44:34 hostname kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jul 09 23:44:34 hostname kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jul 09 23:44:34 hostname kernel:   Normal   [mem 0x0000000100000000-0x000000047f5fffff]
Jul 09 23:44:34 hostname kernel:   Device   empty
Jul 09 23:44:34 hostname kernel: Movable zone start for each node
Jul 09 23:44:34 hostname kernel: Early memory node ranges
Jul 09 23:44:34 hostname kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Jul 09 23:44:34 hostname kernel:   node   0: [mem 0x0000000000059000-0x000000000008efff]
Jul 09 23:44:34 hostname kernel:   node   0: [mem 0x0000000000090000-0x000000000009ffff]
Jul 09 23:44:34 hostname kernel:   node   0: [mem 0x0000000000100000-0x000000007ad13fff]
Jul 09 23:44:34 hostname kernel:   node   0: [mem 0x000000007ad53000-0x000000007ad5efff]
Jul 09 23:44:34 hostname kernel:   node   0: [mem 0x000000007ad8f000-0x000000007ae38fff]
Jul 09 23:44:34 hostname kernel:   node   0: [mem 0x000000007ae8f000-0x000000007aecffff]
Jul 09 23:44:34 hostname kernel:   node   0: [mem 0x000000007aeff000-0x000000007af7afff]
Jul 09 23:44:34 hostname kernel:   node   0: [mem 0x000000007afe5000-0x000000007affffff]
Jul 09 23:44:34 hostname kernel:   node   0: [mem 0x0000000100000000-0x000000047f5fffff]
Jul 09 23:44:34 hostname kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047f5fffff]
Jul 09 23:44:34 hostname kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 09 23:44:34 hostname kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 09 23:44:34 hostname kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 09 23:44:34 hostname kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jul 09 23:44:34 hostname kernel: On node 0, zone DMA32: 63 pages in unavailable ranges
Jul 09 23:44:34 hostname kernel: On node 0, zone DMA32: 48 pages in unavailable ranges
Jul 09 23:44:34 hostname kernel: On node 0, zone DMA32: 86 pages in unavailable ranges
Jul 09 23:44:34 hostname kernel: On node 0, zone DMA32: 47 pages in unavailable ranges
Jul 09 23:44:34 hostname kernel: On node 0, zone DMA32: 106 pages in unavailable ranges
Jul 09 23:44:34 hostname kernel: On node 0, zone Normal: 20480 pages in unavailable ranges
Jul 09 23:44:34 hostname kernel: On node 0, zone Normal: 2560 pages in unavailable ranges
Jul 09 23:44:34 hostname kernel: Reserving Intel graphics memory at [mem 0x7ba00000-0x7f9fffff]
Jul 09 23:44:34 hostname kernel: ACPI: PM-Timer IO Port: 0x408
Jul 09 23:44:34 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jul 09 23:44:34 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jul 09 23:44:34 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jul 09 23:44:34 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jul 09 23:44:34 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jul 09 23:44:34 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jul 09 23:44:34 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jul 09 23:44:34 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jul 09 23:44:34 hostname kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jul 09 23:44:34 hostname kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 09 23:44:34 hostname kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jul 09 23:44:34 hostname kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jul 09 23:44:34 hostname kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jul 09 23:44:34 hostname kernel: [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x17 (or later)
Jul 09 23:44:34 hostname kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000bffff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7ad14000-0x7ad52fff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7ad5f000-0x7ad8efff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7ae39000-0x7ae8efff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7aed0000-0x7aefefff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7af7b000-0x7afe4fff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x7f9fffff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7fa00000-0xe00f7fff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffe0ffff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xffe10000-0xffe3ffff]
Jul 09 23:44:34 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xffe40000-0xffffffff]
Jul 09 23:44:34 hostname kernel: [mem 0x7fa00000-0xe00f7fff] available for PCI devices
Jul 09 23:44:34 hostname kernel: Booting paravirtualized kernel on bare hardware
Jul 09 23:44:34 hostname kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jul 09 23:44:34 hostname kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Jul 09 23:44:34 hostname kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Jul 09 23:44:34 hostname kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Jul 09 23:44:34 hostname kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Jul 09 23:44:34 hostname kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=xxxxxx rw loglevel=3 acpi_mask_gpe=0x06 btusb.enable_autosuspend=n acpi_osi=
Jul 09 23:44:34 hostname kernel: ACPI: _OSI method disabled
Jul 09 23:44:34 hostname kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Jul 09 23:44:34 hostname kernel: random: crng init done
Jul 09 23:44:34 hostname kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jul 09 23:44:34 hostname kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jul 09 23:44:34 hostname kernel: Fallback order for Node 0: 0 
Jul 09 23:44:34 hostname kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4105487
Jul 09 23:44:34 hostname kernel: Policy zone: Normal
Jul 09 23:44:34 hostname kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jul 09 23:44:34 hostname kernel: software IO TLB: area num 8.
Jul 09 23:44:34 hostname kernel: Memory: 16063572K/16683260K available (16384K kernel code, 2119K rwdata, 12752K rodata, 3332K init, 4008K bss, 619428K reserved, 0K cma-reserved)
Jul 09 23:44:34 hostname kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jul 09 23:44:34 hostname kernel: Kernel/User page tables isolation: enabled
Jul 09 23:44:34 hostname kernel: ftrace: allocating 47524 entries in 186 pages
Jul 09 23:44:34 hostname kernel: ftrace: allocated 186 pages with 5 groups
Jul 09 23:44:34 hostname kernel: Dynamic Preempt: full
Jul 09 23:44:34 hostname kernel: rcu: Preemptible hierarchical RCU implementation.
Jul 09 23:44:34 hostname kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Jul 09 23:44:34 hostname kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jul 09 23:44:34 hostname kernel:         Trampoline variant of Tasks RCU enabled.
Jul 09 23:44:34 hostname kernel:         Rude variant of Tasks RCU enabled.
Jul 09 23:44:34 hostname kernel:         Tracing variant of Tasks RCU enabled.
Jul 09 23:44:34 hostname kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jul 09 23:44:34 hostname kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Jul 09 23:44:34 hostname kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Jul 09 23:44:34 hostname kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jul 09 23:44:34 hostname kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jul 09 23:44:34 hostname kernel: Console: colour dummy device 80x25
Jul 09 23:44:34 hostname kernel: printk: console [tty0] enabled
Jul 09 23:44:34 hostname kernel: ACPI: Core revision 20230331
Jul 09 23:44:34 hostname kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jul 09 23:44:34 hostname kernel: APIC: Switch to symmetric I/O mode setup
Jul 09 23:44:34 hostname kernel: DMAR: Host address width 39
Jul 09 23:44:34 hostname kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jul 09 23:44:34 hostname kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
Jul 09 23:44:34 hostname kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jul 09 23:44:34 hostname kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
Jul 09 23:44:34 hostname kernel: DMAR: RMRR base: 0x0000007b800000 end: 0x0000007f9fffff
Jul 09 23:44:34 hostname kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Jul 09 23:44:34 hostname kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jul 09 23:44:34 hostname kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jul 09 23:44:34 hostname kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jul 09 23:44:34 hostname kernel: x2apic enabled
Jul 09 23:44:34 hostname kernel: Switched APIC routing to cluster x2apic.
Jul 09 23:44:34 hostname kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 09 23:44:34 hostname kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa362db38c, max_idle_ns: 440795225475 ns
Jul 09 23:44:34 hostname kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4391.71 BogoMIPS (lpj=7316340)
Jul 09 23:44:34 hostname kernel: pid_max: default: 32768 minimum: 301
Jul 09 23:44:34 hostname kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Jul 09 23:44:34 hostname kernel: landlock: Up and running.
Jul 09 23:44:34 hostname kernel: Yama: becoming mindful.
Jul 09 23:44:34 hostname kernel: LSM support for eBPF active
Jul 09 23:44:34 hostname kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jul 09 23:44:34 hostname kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jul 09 23:44:34 hostname kernel: CPU0: Thermal monitoring enabled (TM1)
Jul 09 23:44:34 hostname kernel: process: using mwait in idle threads
Jul 09 23:44:34 hostname kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Jul 09 23:44:34 hostname kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Jul 09 23:44:34 hostname kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jul 09 23:44:34 hostname kernel: Spectre V2 : Mitigation: Retpolines
Jul 09 23:44:34 hostname kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jul 09 23:44:34 hostname kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jul 09 23:44:34 hostname kernel: Speculative Store Bypass: Vulnerable
Jul 09 23:44:34 hostname kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Jul 09 23:44:34 hostname kernel: MMIO Stale Data: Unknown: No mitigations
Jul 09 23:44:34 hostname kernel: SRBDS: Vulnerable: No microcode
Jul 09 23:44:34 hostname kernel: Freeing SMP alternatives memory: 40K
Jul 09 23:44:34 hostname kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (family: 0x6, model: 0x46, stepping: 0x1)
Jul 09 23:44:34 hostname kernel: cblist_init_generic: Setting adjustable number of callback queues.
Jul 09 23:44:34 hostname kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Jul 09 23:44:34 hostname kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Jul 09 23:44:34 hostname kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Jul 09 23:44:34 hostname kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
Jul 09 23:44:34 hostname kernel: ... version:                3
Jul 09 23:44:34 hostname kernel: ... bit width:              48
Jul 09 23:44:34 hostname kernel: ... generic registers:      4
Jul 09 23:44:34 hostname kernel: ... value mask:             0000ffffffffffff
Jul 09 23:44:34 hostname kernel: ... max period:             00007fffffffffff
Jul 09 23:44:34 hostname kernel: ... fixed-purpose events:   3
Jul 09 23:44:34 hostname kernel: ... event mask:             000000070000000f
Jul 09 23:44:34 hostname kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1489
Jul 09 23:44:34 hostname kernel: rcu: Hierarchical SRCU implementation.
Jul 09 23:44:34 hostname kernel: rcu:         Max phase no-delay instances is 1000.
Jul 09 23:44:34 hostname kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jul 09 23:44:34 hostname kernel: smp: Bringing up secondary CPUs ...
Jul 09 23:44:34 hostname kernel: x86: Booting SMP configuration:
Jul 09 23:44:34 hostname kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Jul 09 23:44:34 hostname kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Jul 09 23:44:34 hostname kernel:  #5 #6 #7
Jul 09 23:44:34 hostname kernel: smp: Brought up 1 node, 8 CPUs
Jul 09 23:44:34 hostname kernel: smpboot: Max logical packages: 1
Jul 09 23:44:34 hostname kernel: smpboot: Total of 8 processors activated (35132.70 BogoMIPS)
Jul 09 23:44:34 hostname kernel: devtmpfs: initialized
Jul 09 23:44:34 hostname kernel: x86/mm: Memory block size: 128MB
Jul 09 23:44:34 hostname kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7ad14000-0x7ad52fff] (258048 bytes)
Jul 09 23:44:34 hostname kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jul 09 23:44:34 hostname kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Jul 09 23:44:34 hostname kernel: pinctrl core: initialized pinctrl subsystem
Jul 09 23:44:34 hostname kernel: PM: RTC time: 03:44:28, date: 2023-07-10
Jul 09 23:44:34 hostname kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jul 09 23:44:34 hostname kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jul 09 23:44:34 hostname kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jul 09 23:44:34 hostname kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jul 09 23:44:34 hostname kernel: audit: initializing netlink subsys (disabled)
Jul 09 23:44:34 hostname kernel: audit: type=2000 audit(1688960667.193:1): state=initialized audit_enabled=0 res=1
Jul 09 23:44:34 hostname kernel: thermal_sys: Registered thermal governor 'fair_share'
Jul 09 23:44:34 hostname kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jul 09 23:44:34 hostname kernel: thermal_sys: Registered thermal governor 'step_wise'
Jul 09 23:44:34 hostname kernel: thermal_sys: Registered thermal governor 'user_space'
Jul 09 23:44:34 hostname kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jul 09 23:44:34 hostname kernel: cpuidle: using governor ladder
Jul 09 23:44:34 hostname kernel: cpuidle: using governor menu
Jul 09 23:44:34 hostname kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 09 23:44:34 hostname kernel: PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
Jul 09 23:44:34 hostname kernel: PCI: not using MMCONFIG
Jul 09 23:44:34 hostname kernel: PCI: Using configuration type 1 for base access
Jul 09 23:44:34 hostname kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Jul 09 23:44:34 hostname kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jul 09 23:44:34 hostname kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jul 09 23:44:34 hostname kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jul 09 23:44:34 hostname kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jul 09 23:44:34 hostname kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jul 09 23:44:34 hostname kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jul 09 23:44:34 hostname kernel: ACPI: Disabled all _OSI OS vendors
Jul 09 23:44:34 hostname kernel: ACPI: Added _OSI(Module Device)
Jul 09 23:44:34 hostname kernel: ACPI: Added _OSI(Processor Device)
Jul 09 23:44:34 hostname kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 09 23:44:34 hostname kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 09 23:44:34 hostname kernel: ACPI: Added _OSI(Darwin)
Jul 09 23:44:34 hostname kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Jul 09 23:44:34 hostname kernel: ACPI: EC: EC started
Jul 09 23:44:34 hostname kernel: ACPI: EC: interrupt blocked
Jul 09 23:44:34 hostname kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 09 23:44:34 hostname kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jul 09 23:44:34 hostname kernel: ACPI Error: Needed type [Reference], found [Integer] (____ptrval____) (20230331/exresop-66)
Jul 09 23:44:34 hostname kernel: ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Store] (20230331/dswexec-433)
Jul 09 23:44:34 hostname kernel: ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_AML_OPERAND_TYPE) (20230331/psparse-529)
Jul 09 23:44:34 hostname kernel: ACPI: Dynamic OEM Table Load:
Jul 09 23:44:34 hostname kernel: ACPI: SSDT 0xFFFF8EE4C0EA5000 00067C (v01 PmRef  ApIst    00003000 INTL 20100915)
Jul 09 23:44:34 hostname kernel: ACPI: Dynamic OEM Table Load:
Jul 09 23:44:34 hostname kernel: ACPI: SSDT 0xFFFF8EE4C1AF1000 000119 (v01 PmRef  ApCst    00003000 INTL 20100915)
Jul 09 23:44:34 hostname kernel: ACPI: Interpreter enabled
Jul 09 23:44:34 hostname kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jul 09 23:44:34 hostname kernel: ACPI: Using IOAPIC for interrupt routing
Jul 09 23:44:34 hostname kernel: PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
Jul 09 23:44:34 hostname kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe9bfffff] reserved as ACPI motherboard resource
Jul 09 23:44:34 hostname kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 09 23:44:34 hostname kernel: PCI: Using E820 reservations for host bridge windows
Jul 09 23:44:34 hostname kernel: ACPI: Masking GPE 0x6.
Jul 09 23:44:34 hostname kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
Jul 09 23:44:34 hostname kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jul 09 23:44:34 hostname kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
Jul 09 23:44:34 hostname kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9b] only partially covers this bridge
Jul 09 23:44:34 hostname kernel: PCI host bridge to bus 0000:00
Jul 09 23:44:34 hostname kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:00: root bus resource [mem 0x7fa00000-0xfeafffff window]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:00.0: [8086:0d04] type 00 class 0x060000
Jul 09 23:44:34 hostname kernel: pci 0000:00:01.0: [8086:0d01] type 01 class 0x060400
Jul 09 23:44:34 hostname kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jul 09 23:44:34 hostname kernel: pci 0000:00:02.0: [8086:0d26] type 00 class 0x030000
Jul 09 23:44:34 hostname kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa03fffff 64bit]
Jul 09 23:44:34 hostname kernel: pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
Jul 09 23:44:34 hostname kernel: pci 0000:00:02.0: reg 0x20: [io  0x1000-0x103f]
Jul 09 23:44:34 hostname kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jul 09 23:44:34 hostname kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:03.0: [8086:0d0c] type 00 class 0x040300
Jul 09 23:44:34 hostname kernel: pci 0000:00:03.0: reg 0x10: [mem 0xa0a10000-0xa0a13fff 64bit]
Jul 09 23:44:34 hostname kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Jul 09 23:44:34 hostname kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa0a00000-0xa0a0ffff 64bit]
Jul 09 23:44:34 hostname kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jul 09 23:44:34 hostname kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Jul 09 23:44:34 hostname kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa0a19100-0xa0a1910f 64bit]
Jul 09 23:44:34 hostname kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jul 09 23:44:34 hostname kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
Jul 09 23:44:34 hostname kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xa0a14000-0xa0a17fff 64bit]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Jul 09 23:44:34 hostname kernel: pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
Jul 09 23:44:34 hostname kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Jul 09 23:44:34 hostname kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa0a19000-0xa0a190ff 64bit]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
Jul 09 23:44:34 hostname kernel: pci 0000:00:01.0: PCI bridge to [bus 05-9b]
Jul 09 23:44:34 hostname kernel: pci 0000:00:01.0:   bridge window [io  0x2000-0x4fff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:01.0:   bridge window [mem 0xa0b00000-0xacbfffff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:01.0:   bridge window [mem 0xacc00000-0xb8bfffff 64bit pref]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jul 09 23:44:34 hostname kernel: pci 0000:02:00.0: [14e4:43a0] type 00 class 0x028000
Jul 09 23:44:34 hostname kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa0600000-0xa0607fff 64bit]
Jul 09 23:44:34 hostname kernel: pci 0000:02:00.0: reg 0x18: [mem 0xa0400000-0xa05fffff 64bit]
Jul 09 23:44:34 hostname kernel: pci 0000:02:00.0: supports D1 D2
Jul 09 23:44:34 hostname kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.2: PCI bridge to [bus 02]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.2:   bridge window [mem 0xa0400000-0xa06fffff]
Jul 09 23:44:34 hostname kernel: pci 0000:03:00.0: [14e4:1570] type 00 class 0x048000
Jul 09 23:44:34 hostname kernel: pci 0000:03:00.0: reg 0x10: [mem 0xa0900000-0xa090ffff 64bit]
Jul 09 23:44:34 hostname kernel: pci 0000:03:00.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
Jul 09 23:44:34 hostname kernel: pci 0000:03:00.0: reg 0x20: [mem 0xa0800000-0xa08fffff 64bit]
Jul 09 23:44:34 hostname kernel: pci 0000:03:00.0: supports D1
Jul 09 23:44:34 hostname kernel: pci 0000:03:00.0: PME# supported from D0 D3hot
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.3:   bridge window [mem 0xa0800000-0xa09fffff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.3:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
Jul 09 23:44:34 hostname kernel: pci 0000:04:00.0: [144d:1600] type 00 class 0x010601
Jul 09 23:44:34 hostname kernel: pci 0000:04:00.0: reg 0x24: [mem 0xa0700000-0xa0701fff]
Jul 09 23:44:34 hostname kernel: pci 0000:04:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
Jul 09 23:44:34 hostname kernel: pci 0000:04:00.0: PME# supported from D3hot D3cold
Jul 09 23:44:34 hostname kernel: pci 0000:04:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:1c.4 (capable of 16.000 Gb/s with 5.0 GT/s PCIe x4 link)
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.4:   bridge window [mem 0xa0700000-0xa07fffff]
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKA disabled
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKB disabled
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKC disabled
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKD disabled
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKE disabled
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKF disabled
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKG disabled
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jul 09 23:44:34 hostname kernel: ACPI: PCI: Interrupt link LNKH disabled
Jul 09 23:44:34 hostname kernel: ACPI: EC: interrupt unblocked
Jul 09 23:44:34 hostname kernel: ACPI: EC: event unblocked
Jul 09 23:44:34 hostname kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 09 23:44:34 hostname kernel: ACPI: EC: GPE=0x17
Jul 09 23:44:34 hostname kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Jul 09 23:44:34 hostname kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Jul 09 23:44:34 hostname kernel: iommu: Default domain type: Translated 
Jul 09 23:44:34 hostname kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Jul 09 23:44:34 hostname kernel: SCSI subsystem initialized
Jul 09 23:44:34 hostname kernel: libata version 3.00 loaded.
Jul 09 23:44:34 hostname kernel: ACPI: bus type USB registered
Jul 09 23:44:34 hostname kernel: usbcore: registered new interface driver usbfs
Jul 09 23:44:34 hostname kernel: usbcore: registered new interface driver hub
Jul 09 23:44:34 hostname kernel: usbcore: registered new device driver usb
Jul 09 23:44:34 hostname kernel: pps_core: LinuxPPS API ver. 1 registered
Jul 09 23:44:34 hostname kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jul 09 23:44:34 hostname kernel: PTP clock support registered
Jul 09 23:44:34 hostname kernel: EDAC MC: Ver: 3.0.0
Jul 09 23:44:34 hostname kernel: efivars: Registered efivars operations
Jul 09 23:44:34 hostname kernel: NetLabel: Initializing
Jul 09 23:44:34 hostname kernel: NetLabel:  domain hash size = 128
Jul 09 23:44:34 hostname kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jul 09 23:44:34 hostname kernel: NetLabel:  unlabeled traffic allowed by default
Jul 09 23:44:34 hostname kernel: mctp: management component transport protocol core
Jul 09 23:44:34 hostname kernel: NET: Registered PF_MCTP protocol family
Jul 09 23:44:34 hostname kernel: PCI: Using ACPI for IRQ routing
Jul 09 23:44:34 hostname kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 09 23:44:34 hostname kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Jul 09 23:44:34 hostname kernel: e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
Jul 09 23:44:34 hostname kernel: e820: reserve RAM buffer [mem 0x7ad14000-0x7bffffff]
Jul 09 23:44:34 hostname kernel: e820: reserve RAM buffer [mem 0x7ad5f000-0x7bffffff]
Jul 09 23:44:34 hostname kernel: e820: reserve RAM buffer [mem 0x7ae39000-0x7bffffff]
Jul 09 23:44:34 hostname kernel: e820: reserve RAM buffer [mem 0x7aed0000-0x7bffffff]
Jul 09 23:44:34 hostname kernel: e820: reserve RAM buffer [mem 0x7af7b000-0x7bffffff]
Jul 09 23:44:34 hostname kernel: e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
Jul 09 23:44:34 hostname kernel: e820: reserve RAM buffer [mem 0x47f600000-0x47fffffff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jul 09 23:44:34 hostname kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jul 09 23:44:34 hostname kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jul 09 23:44:34 hostname kernel: vgaarb: loaded
Jul 09 23:44:34 hostname kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jul 09 23:44:34 hostname kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jul 09 23:44:34 hostname kernel: clocksource: Switched to clocksource tsc-early
Jul 09 23:44:34 hostname kernel: VFS: Disk quotas dquot_6.6.0
Jul 09 23:44:34 hostname kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 09 23:44:34 hostname kernel: pnp: PnP ACPI init
Jul 09 23:44:34 hostname kernel: system 00:00: [mem 0xfed00000-0xfed03fff] has been reserved
Jul 09 23:44:34 hostname kernel: system 00:01: [io  0xffff] has been reserved
Jul 09 23:44:34 hostname kernel: system 00:01: [io  0x0400-0x047f] has been reserved
Jul 09 23:44:34 hostname kernel: system 00:01: [io  0x0800-0x087f] has been reserved
Jul 09 23:44:34 hostname kernel: system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jul 09 23:44:34 hostname kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
Jul 09 23:44:34 hostname kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
Jul 09 23:44:34 hostname kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
Jul 09 23:44:34 hostname kernel: system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
Jul 09 23:44:34 hostname kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Jul 09 23:44:34 hostname kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Jul 09 23:44:34 hostname kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
Jul 09 23:44:34 hostname kernel: system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
Jul 09 23:44:34 hostname kernel: system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
Jul 09 23:44:34 hostname kernel: system 00:05: [mem 0x20000000-0x201fffff] could not be reserved
Jul 09 23:44:34 hostname kernel: system 00:05: [mem 0x40000000-0x401fffff] could not be reserved
Jul 09 23:44:34 hostname kernel: pnp: PnP ACPI: found 6 devices
Jul 09 23:44:34 hostname kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jul 09 23:44:34 hostname kernel: NET: Registered PF_INET protocol family
Jul 09 23:44:34 hostname kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jul 09 23:44:34 hostname kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jul 09 23:44:34 hostname kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jul 09 23:44:34 hostname kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jul 09 23:44:34 hostname kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jul 09 23:44:34 hostname kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jul 09 23:44:34 hostname kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jul 09 23:44:34 hostname kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jul 09 23:44:34 hostname kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jul 09 23:44:34 hostname kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jul 09 23:44:34 hostname kernel: NET: Registered PF_XDP protocol family
Jul 09 23:44:34 hostname kernel: pci 0000:04:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x7fa00000-0x7fbfffff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x7fc00000-0x7fdfffff 64bit pref]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0: BAR 13: assigned [io  0x5000-0x5fff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:01.0: PCI bridge to [bus 05-9b]
Jul 09 23:44:34 hostname kernel: pci 0000:00:01.0:   bridge window [io  0x2000-0x4fff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:01.0:   bridge window [mem 0xa0b00000-0xacbfffff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:01.0:   bridge window [mem 0xacc00000-0xb8bfffff 64bit pref]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0:   bridge window [mem 0x7fa00000-0x7fbfffff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.0:   bridge window [mem 0x7fc00000-0x7fdfffff 64bit pref]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.2: PCI bridge to [bus 02]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.2:   bridge window [mem 0xa0400000-0xa06fffff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.3:   bridge window [mem 0xa0800000-0xa09fffff]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.3:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
Jul 09 23:44:34 hostname kernel: pci 0000:04:00.0: BAR 6: assigned [mem 0xa0710000-0xa071ffff pref]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Jul 09 23:44:34 hostname kernel: pci 0000:00:1c.4:   bridge window [mem 0xa0700000-0xa07fffff]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:00: resource 7 [mem 0x7fa00000-0xfeafffff window]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:05: resource 0 [io  0x2000-0x4fff]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:05: resource 1 [mem 0xa0b00000-0xacbfffff]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:05: resource 2 [mem 0xacc00000-0xb8bfffff 64bit pref]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:01: resource 1 [mem 0x7fa00000-0x7fbfffff]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:01: resource 2 [mem 0x7fc00000-0x7fdfffff 64bit pref]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:02: resource 1 [mem 0xa0400000-0xa06fffff]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:03: resource 1 [mem 0xa0800000-0xa09fffff]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:03: resource 2 [mem 0x80000000-0x8fffffff 64bit pref]
Jul 09 23:44:34 hostname kernel: pci_bus 0000:04: resource 1 [mem 0xa0700000-0xa07fffff]
Jul 09 23:44:34 hostname kernel: PCI: CLS 256 bytes, default 64
Jul 09 23:44:34 hostname kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jul 09 23:44:34 hostname kernel: software IO TLB: mapped [mem 0x000000006a77e000-0x000000006e77e000] (64MB)
Jul 09 23:44:34 hostname kernel: Trying to unpack rootfs image as initramfs...
Jul 09 23:44:34 hostname kernel: Initialise system trusted keyrings
Jul 09 23:44:34 hostname kernel: Key type blacklist registered
Jul 09 23:44:34 hostname kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jul 09 23:44:34 hostname kernel: zbud: loaded
Jul 09 23:44:34 hostname kernel: integrity: Platform Keyring initialized
Jul 09 23:44:34 hostname kernel: integrity: Machine keyring initialized
Jul 09 23:44:34 hostname kernel: Key type asymmetric registered
Jul 09 23:44:34 hostname kernel: Asymmetric key parser 'x509' registered
Jul 09 23:44:34 hostname kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jul 09 23:44:34 hostname kernel: io scheduler mq-deadline registered
Jul 09 23:44:34 hostname kernel: io scheduler kyber registered
Jul 09 23:44:34 hostname kernel: io scheduler bfq registered
Jul 09 23:44:34 hostname kernel: pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
Jul 09 23:44:34 hostname kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 09 23:44:34 hostname kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jul 09 23:44:34 hostname kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
Jul 09 23:44:34 hostname kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Jul 09 23:44:34 hostname kernel: ACPI: button: Lid Switch [LID0]
Jul 09 23:44:34 hostname kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jul 09 23:44:34 hostname kernel: ACPI: button: Power Button [PWRB]
Jul 09 23:44:34 hostname kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Jul 09 23:44:34 hostname kernel: ACPI: button: Sleep Button [SLPB]
Jul 09 23:44:34 hostname kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jul 09 23:44:34 hostname kernel: ACPI: button: Power Button [PWRF]
Jul 09 23:44:34 hostname kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jul 09 23:44:34 hostname kernel: Non-volatile memory driver v1.3
Jul 09 23:44:34 hostname kernel: Linux agpgart interface v0.103
Jul 09 23:44:34 hostname kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jul 09 23:44:34 hostname kernel: ACPI: bus type drm_connector registered
Jul 09 23:44:34 hostname kernel: ahci 0000:04:00.0: version 3.0
Jul 09 23:44:34 hostname kernel: ahci 0000:04:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Jul 09 23:44:34 hostname kernel: ahci 0000:04:00.0: flags: 64bit ncq led clo only pio ccc 
Jul 09 23:44:34 hostname kernel: scsi host0: ahci
Jul 09 23:44:34 hostname kernel: ata1: SATA max UDMA/133 abar m8192@0xa0700000 port 0xa0700100 irq 16
Jul 09 23:44:34 hostname kernel: usbcore: registered new interface driver usbserial_generic
Jul 09 23:44:34 hostname kernel: usbserial: USB Serial support registered for generic
Jul 09 23:44:34 hostname kernel: rtc_cmos 00:02: RTC can wake from S4
Jul 09 23:44:34 hostname kernel: rtc_cmos 00:02: registered as rtc0
Jul 09 23:44:34 hostname kernel: rtc_cmos 00:02: setting system clock to 2023-07-10T03:44:30 UTC (1688960670)
Jul 09 23:44:34 hostname kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
Jul 09 23:44:34 hostname kernel: intel_pstate: Intel P-state driver initializing
Jul 09 23:44:34 hostname kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 09 23:44:34 hostname kernel: efifb: probing for efifb
Jul 09 23:44:34 hostname kernel: efifb: No BGRT, not showing boot graphics
Jul 09 23:44:34 hostname kernel: efifb: framebuffer at 0x90000000, using 20736k, total 20736k
Jul 09 23:44:34 hostname kernel: efifb: mode is 2880x1800x32, linelength=11776, pages=1
Jul 09 23:44:34 hostname kernel: efifb: scrolling: redraw
Jul 09 23:44:34 hostname kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jul 09 23:44:34 hostname kernel: fbcon: Deferring console take-over
Jul 09 23:44:34 hostname kernel: fb0: EFI VGA frame buffer device
Jul 09 23:44:34 hostname kernel: hid: raw HID events driver (C) Jiri Kosina
Jul 09 23:44:34 hostname kernel: drop_monitor: Initializing network drop monitor service
Jul 09 23:44:34 hostname kernel: Freeing initrd memory: 14052K
Jul 09 23:44:34 hostname kernel: Initializing XFRM netlink socket
Jul 09 23:44:34 hostname kernel: NET: Registered PF_INET6 protocol family
Jul 09 23:44:34 hostname kernel: Segment Routing with IPv6
Jul 09 23:44:34 hostname kernel: RPL Segment Routing with IPv6
Jul 09 23:44:34 hostname kernel: In-situ OAM (IOAM) with IPv6
Jul 09 23:44:34 hostname kernel: NET: Registered PF_PACKET protocol family
Jul 09 23:44:34 hostname kernel: microcode: Microcode Update Driver: v2.2.
Jul 09 23:44:34 hostname kernel: IPI shorthand broadcast: enabled
Jul 09 23:44:34 hostname kernel: sched_clock: Marking stable (2643335056, 253740)->(2648974130, -5385334)
Jul 09 23:44:34 hostname kernel: registered taskstats version 1
Jul 09 23:44:34 hostname kernel: Loading compiled-in X.509 certificates
Jul 09 23:44:34 hostname kernel: Loaded X.509 cert 'Build time autogenerated kernel key: xxxxxx'
Jul 09 23:44:34 hostname kernel: zswap: loaded using pool zstd/zsmalloc
Jul 09 23:44:34 hostname kernel: Key type .fscrypt registered
Jul 09 23:44:34 hostname kernel: Key type fscrypt-provisioning registered
Jul 09 23:44:34 hostname kernel: PM:   Magic number: 15:755:714
Jul 09 23:44:34 hostname kernel: RAS: Correctable Errors collector initialized.
Jul 09 23:44:34 hostname kernel: clk: Disabling unused clocks
Jul 09 23:44:34 hostname kernel: ACPI: battery: Slot [BAT0] (battery present)
Jul 09 23:44:34 hostname kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jul 09 23:44:34 hostname kernel: ata1.00: unexpected _GTF length (8)
Jul 09 23:44:34 hostname kernel: ata1.00: ATA-8: APPLE SSD SM0256F, UXM2JA1Q, max UDMA/133
Jul 09 23:44:34 hostname kernel: ata1.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jul 09 23:44:34 hostname kernel: ata1.00: unexpected _GTF length (8)
Jul 09 23:44:34 hostname kernel: ata1.00: configured for UDMA/133
Jul 09 23:44:34 hostname kernel: scsi 0:0:0:0: Direct-Access     ATA      APPLE SSD SM0256 JA1Q PQ: 0 ANSI: 5
Jul 09 23:44:34 hostname kernel: sd 0:0:0:0: [sda] 490234752 512-byte logical blocks: (251 GB/234 GiB)
Jul 09 23:44:34 hostname kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Jul 09 23:44:34 hostname kernel: sd 0:0:0:0: [sda] Write Protect is off
Jul 09 23:44:34 hostname kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jul 09 23:44:34 hostname kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 09 23:44:34 hostname kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Jul 09 23:44:34 hostname kernel:  sda: sda1 sda2
Jul 09 23:44:34 hostname kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jul 09 23:44:34 hostname kernel: Freeing unused decrypted memory: 2036K
Jul 09 23:44:34 hostname kernel: Freeing unused kernel image (initmem) memory: 3332K
Jul 09 23:44:34 hostname kernel: Write protecting the kernel read-only data: 30720k
Jul 09 23:44:34 hostname kernel: Freeing unused kernel image (rodata/data gap) memory: 1584K
Jul 09 23:44:34 hostname kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 09 23:44:34 hostname kernel: rodata_test: all tests were successful
Jul 09 23:44:34 hostname kernel: x86/mm: Checking user space page tables
Jul 09 23:44:34 hostname kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 09 23:44:34 hostname kernel: Run /init as init process
Jul 09 23:44:34 hostname kernel:   with arguments:
Jul 09 23:44:34 hostname kernel:     /init
Jul 09 23:44:34 hostname kernel:   with environment:
Jul 09 23:44:34 hostname kernel:     HOME=/
Jul 09 23:44:34 hostname kernel:     TERM=linux
Jul 09 23:44:34 hostname kernel:     BOOT_IMAGE=/vmlinuz-linux
Jul 09 23:44:34 hostname kernel: tsc: Refined TSC clocksource calibration: 2194.924 MHz
Jul 09 23:44:34 hostname kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa377df87a, max_idle_ns: 440795287353 ns
Jul 09 23:44:34 hostname kernel: clocksource: Switched to clocksource tsc
Jul 09 23:44:34 hostname kernel: fbcon: Taking over console
Jul 09 23:44:34 hostname kernel: Console: switching to colour frame buffer device 180x56
Jul 09 23:44:34 hostname kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 09 23:44:34 hostname kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jul 09 23:44:34 hostname kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Jul 09 23:44:34 hostname kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 09 23:44:34 hostname kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jul 09 23:44:34 hostname kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jul 09 23:44:34 hostname kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Jul 09 23:44:34 hostname kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 09 23:44:34 hostname kernel: usb usb1: Product: xHCI Host Controller
Jul 09 23:44:34 hostname kernel: usb usb1: Manufacturer: Linux 6.4.2-arch1-1 xhci-hcd
Jul 09 23:44:34 hostname kernel: usb usb1: SerialNumber: 0000:00:14.0
Jul 09 23:44:34 hostname kernel: hub 1-0:1.0: USB hub found
Jul 09 23:44:34 hostname kernel: hub 1-0:1.0: 14 ports detected
Jul 09 23:44:34 hostname kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Jul 09 23:44:34 hostname kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 09 23:44:34 hostname kernel: usb usb2: Product: xHCI Host Controller
Jul 09 23:44:34 hostname kernel: usb usb2: Manufacturer: Linux 6.4.2-arch1-1 xhci-hcd
Jul 09 23:44:34 hostname kernel: usb usb2: SerialNumber: 0000:00:14.0
Jul 09 23:44:34 hostname kernel: hub 2-0:1.0: USB hub found
Jul 09 23:44:34 hostname kernel: hub 2-0:1.0: 6 ports detected
Jul 09 23:44:34 hostname kernel: usb 1-1: new full-speed USB device number 2 using xhci_hcd
Jul 09 23:44:34 hostname kernel: usb 1-1: New USB device found, idVendor=1050, idProduct=0116, bcdDevice= 3.50
Jul 09 23:44:34 hostname kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:44:34 hostname kernel: usb 1-1: Product: Yubikey xxxxxx
Jul 09 23:44:34 hostname kernel: usb 1-1: Manufacturer: Yubico
Jul 09 23:44:34 hostname kernel: input: Yubico Yubikey NEO xxxxxx as xxxxxx
Jul 09 23:44:34 hostname kernel: i915 0000:00:02.0: [drm] Found 128MB of eDRAM
Jul 09 23:44:34 hostname kernel: Console: switching to colour dummy device 80x25
Jul 09 23:44:34 hostname kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jul 09 23:44:34 hostname kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jul 09 23:44:34 hostname kernel: hid-generic 0003:1050:0116.0001: input,hidraw0: USB HID v1.10 Keyboard [Yubico Yubikey NEO xxxxxx] on usb-0000:00:14.0-1/input0
Jul 09 23:44:34 hostname kernel: hid-generic 0003:1050:0116.0002: hiddev96,hidraw1: USB HID v1.10 Device [Yubico Yubikey NEO xxxxxx] on usb-0000:00:14.0-1/input1
Jul 09 23:44:34 hostname kernel: usbcore: registered new interface driver usbhid
Jul 09 23:44:34 hostname kernel: usbhid: USB HID core driver
Jul 09 23:44:34 hostname kernel: i915 0000:00:02.0: [drm] Skipping intel_backlight registration
Jul 09 23:44:34 hostname kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Jul 09 23:44:34 hostname kernel: ACPI: video: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
Jul 09 23:44:34 hostname kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
Jul 09 23:44:34 hostname kernel: acpi device:55: registered as cooling_device8
Jul 09 23:44:34 hostname kernel: fbcon: i915drmfb (fb0) is primary device
Jul 09 23:44:34 hostname kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
Jul 09 23:44:34 hostname kernel: usb 2-2: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
Jul 09 23:44:34 hostname kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:44:34 hostname kernel: usb 2-2: Product: USB3.0 Hub
Jul 09 23:44:34 hostname kernel: usb 2-2: Manufacturer: VIA Labs, Inc.
Jul 09 23:44:34 hostname kernel: hub 2-2:1.0: USB hub found
Jul 09 23:44:34 hostname kernel: hub 2-2:1.0: 4 ports detected
Jul 09 23:44:34 hostname kernel: usb 1-5: new high-speed USB device number 3 using xhci_hcd
Jul 09 23:44:34 hostname kernel: usb 1-5: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
Jul 09 23:44:34 hostname kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:44:34 hostname kernel: usb 1-5: Product: USB2.0 Hub
Jul 09 23:44:34 hostname kernel: usb 1-5: Manufacturer: VIA Labs, Inc.
Jul 09 23:44:34 hostname kernel: hub 1-5:1.0: USB hub found
Jul 09 23:44:34 hostname kernel: hub 1-5:1.0: 4 ports detected
Jul 09 23:44:34 hostname kernel: usb 2-4: new SuperSpeed USB device number 3 using xhci_hcd
Jul 09 23:44:34 hostname kernel: usb 2-4: New USB device found, idVendor=05ac, idProduct=8406, bcdDevice= 8.20
Jul 09 23:44:34 hostname kernel: usb 2-4: New USB device strings: Mfr=3, Product=4, SerialNumber=5
Jul 09 23:44:34 hostname kernel: usb 2-4: Product: Card Reader
Jul 09 23:44:34 hostname kernel: usb 2-4: Manufacturer: Apple
Jul 09 23:44:34 hostname kernel: usb 2-4: SerialNumber: 000000000820
Jul 09 23:44:34 hostname kernel: usb-storage 2-4:1.0: USB Mass Storage device detected
Jul 09 23:44:34 hostname kernel: scsi host1: usb-storage 2-4:1.0
Jul 09 23:44:34 hostname kernel: usbcore: registered new interface driver usb-storage
Jul 09 23:44:34 hostname kernel: usb 1-8: new full-speed USB device number 4 using xhci_hcd
Jul 09 23:44:34 hostname kernel: usb 1-8: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Jul 09 23:44:34 hostname kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:44:34 hostname kernel: usb 1-8: Product: BRCM20702 Hub
Jul 09 23:44:34 hostname kernel: usb 1-8: Manufacturer: Apple Inc.
Jul 09 23:44:34 hostname kernel: hub 1-8:1.0: USB hub found
Jul 09 23:44:34 hostname kernel: hub 1-8:1.0: 3 ports detected
Jul 09 23:44:34 hostname kernel: usb 1-5.1: new full-speed USB device number 5 using xhci_hcd
Jul 09 23:44:34 hostname kernel: usb 1-5.1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.11
Jul 09 23:44:34 hostname kernel: usb 1-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:44:34 hostname kernel: usb 1-5.1: Product: USB Receiver
Jul 09 23:44:34 hostname kernel: usb 1-5.1: Manufacturer: Logitech
Jul 09 23:44:34 hostname kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.0/0003:046D:C52B.0003/input/input6
Jul 09 23:44:34 hostname kernel: hid-generic 0003:046D:C52B.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-5.1/input0
Jul 09 23:44:34 hostname kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.1/0003:046D:C52B.0004/input/input7
Jul 09 23:44:34 hostname kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.1/0003:046D:C52B.0004/input/input8
Jul 09 23:44:34 hostname kernel: usb 1-12: new full-speed USB device number 6 using xhci_hcd
Jul 09 23:44:34 hostname kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.1/0003:046D:C52B.0004/input/input9
Jul 09 23:44:34 hostname kernel: hid-generic 0003:046D:C52B.0004: input,hiddev97,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-5.1/input1
Jul 09 23:44:34 hostname kernel: hid-generic 0003:046D:C52B.0005: hiddev98,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-5.1/input2
Jul 09 23:44:34 hostname kernel: usb 1-12: New USB device found, idVendor=05ac, idProduct=0262, bcdDevice= 2.25
Jul 09 23:44:34 hostname kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:44:34 hostname kernel: usb 1-12: Product: Apple Internal Keyboard / Trackpad
Jul 09 23:44:34 hostname kernel: usb 1-12: Manufacturer: Apple Inc.
Jul 09 23:44:34 hostname kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:05AC:0262.0006/input/input11
Jul 09 23:44:34 hostname kernel: usb 1-8.1: new full-speed USB device number 7 using xhci_hcd
Jul 09 23:44:34 hostname kernel: apple 0003:05AC:0262.0006: input,hidraw2: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input0
Jul 09 23:44:34 hostname kernel: apple 0003:05AC:0262.0007: hidraw5: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input1
Jul 09 23:44:34 hostname kernel: logitech-djreceiver 0003:046D:C52B.0005: hiddev98,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-5.1/input2
Jul 09 23:44:34 hostname kernel: usb 1-8.1: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
Jul 09 23:44:34 hostname kernel: usb 1-8.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 09 23:44:34 hostname kernel: input: HID 05ac:820a as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/0003:05AC:820A.0008/input/input12
Jul 09 23:44:34 hostname kernel: Console: switching to colour frame buffer device 180x56
Jul 09 23:44:34 hostname kernel: hid-generic 0003:05AC:820A.0008: input,hidraw3: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:14.0-8.1/input0
Jul 09 23:44:34 hostname kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jul 09 23:44:34 hostname kernel: input: Logitech Wireless Device PID:406d Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.2/0003:046D:C52B.0005/0003:046D:406D.0009/input/input13
Jul 09 23:44:34 hostname kernel: hid-generic 0003:046D:406D.0009: input,hidraw6: USB HID v1.11 Mouse [Logitech Wireless Device PID:406d] on usb-0000:00:14.0-5.1/input2:1
Jul 09 23:44:34 hostname kernel: usbcore: registered new interface driver uas
Jul 09 23:44:34 hostname kernel: input: Logitech M705 as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.2/0003:046D:C52B.0005/0003:046D:406D.0009/input/input17
Jul 09 23:44:34 hostname kernel: logitech-hidpp-device 0003:046D:406D.0009: input,hidraw6: USB HID v1.11 Mouse [Logitech M705] on usb-0000:00:14.0-5.1/input2:1
Jul 09 23:44:34 hostname kernel: usb 1-5.2: new low-speed USB device number 8 using xhci_hcd
Jul 09 23:44:34 hostname kernel: scsi 1:0:0:0: Direct-Access     APPLE    SD Card Reader   3.00 PQ: 0 ANSI: 6
Jul 09 23:44:34 hostname kernel: sd 1:0:0:0: [sdb] Media removed, stopped polling
Jul 09 23:44:34 hostname kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk
Jul 09 23:44:34 hostname kernel: EXT4-fs (sda2): mounted filesystem xxxxxx r/w with ordered data mode. Quota mode: none.
Jul 09 23:44:34 hostname kernel: usb 1-5.2: New USB device found, idVendor=04b4, idProduct=0510, bcdDevice= 2.01
Jul 09 23:44:34 hostname kernel: usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:44:34 hostname kernel: usb 1-5.2: Product: HID Keyboard
Jul 09 23:44:34 hostname kernel: usb 1-5.2: Manufacturer: HID Keyboard
Jul 09 23:44:34 hostname kernel: input: HID Keyboard HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.0/0003:04B4:0510.000A/input/input18
Jul 09 23:44:34 hostname kernel: usb 1-8.2: new full-speed USB device number 9 using xhci_hcd
Jul 09 23:44:34 hostname kernel: hid-generic 0003:04B4:0510.000A: input,hidraw7: USB HID v1.11 Keyboard [HID Keyboard HID Keyboard] on usb-0000:00:14.0-5.2/input0
Jul 09 23:44:34 hostname kernel: input: HID Keyboard HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.1/0003:04B4:0510.000B/input/input19
Jul 09 23:44:34 hostname systemd[1]: systemd 253.5-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jul 09 23:44:34 hostname systemd[1]: Detected architecture x86-64.
Jul 09 23:44:34 hostname systemd[1]: Hostname set to <hostname>.
Jul 09 23:44:34 hostname kernel: hid-generic 0003:04B4:0510.000B: input,hidraw8: USB HID v1.11 Keyboard [HID Keyboard HID Keyboard] on usb-0000:00:14.0-5.2/input1
Jul 09 23:44:34 hostname kernel: usb 1-8.2: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
Jul 09 23:44:34 hostname kernel: usb 1-8.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 09 23:44:34 hostname kernel: input: HID 05ac:820b as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2/1-8.2:1.0/0003:05AC:820B.000C/input/input20
Jul 09 23:44:34 hostname kernel: hid-generic 0003:05AC:820B.000C: input,hidraw9: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:14.0-8.2/input0
Jul 09 23:44:34 hostname kernel: usb 1-8.3: new full-speed USB device number 10 using xhci_hcd
Jul 09 23:44:34 hostname systemd[1]: bpf-lsm: LSM BPF program attached
Jul 09 23:44:34 hostname kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
Jul 09 23:44:34 hostname kernel: usb 1-8.3: New USB device found, idVendor=05ac, idProduct=8289, bcdDevice= 1.06
Jul 09 23:44:34 hostname kernel: usb 1-8.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 09 23:44:34 hostname kernel: usb 1-8.3: Product: Bluetooth USB Host Controller
Jul 09 23:44:34 hostname kernel: usb 1-8.3: Manufacturer: Apple Inc.
Jul 09 23:44:34 hostname systemd[1]: /usr/lib/systemd/system/macfand.service:11: PIDFile= references a path below legacy directory /var/run/, updating /var/run/macfand.pid → /run/macfand.pid; please update the unit file accordingly.
Jul 09 23:44:34 hostname systemd[1]: Queued start job for default target Graphical Interface.
Jul 09 23:44:34 hostname systemd[1]: Created slice Slice /system/getty.
Jul 09 23:44:34 hostname systemd[1]: Created slice Slice /system/modprobe.
Jul 09 23:44:34 hostname systemd[1]: Created slice Slice /system/systemd-fsck.
Jul 09 23:44:34 hostname systemd[1]: Created slice User and Session Slice.
Jul 09 23:44:34 hostname systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jul 09 23:44:34 hostname systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jul 09 23:44:34 hostname systemd[1]: Reached target Local Integrity Protected Volumes.
Jul 09 23:44:34 hostname systemd[1]: Reached target Remote File Systems.
Jul 09 23:44:34 hostname systemd[1]: Reached target Slice Units.
Jul 09 23:44:34 hostname systemd[1]: Reached target Swaps.
Jul 09 23:44:34 hostname systemd[1]: Reached target Local Verity Protected Volumes.
Jul 09 23:44:34 hostname systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jul 09 23:44:34 hostname systemd[1]: Listening on LVM2 poll daemon socket.
Jul 09 23:44:34 hostname systemd[1]: Listening on Process Core Dump Socket.
Jul 09 23:44:34 hostname systemd[1]: Listening on Journal Socket (/dev/log).
Jul 09 23:44:34 hostname systemd[1]: Listening on Journal Socket.
Jul 09 23:44:34 hostname systemd[1]: Listening on udev Control Socket.
Jul 09 23:44:34 hostname systemd[1]: Listening on udev Kernel Socket.
Jul 09 23:44:34 hostname systemd[1]: Mounting Huge Pages File System...
Jul 09 23:44:34 hostname systemd[1]: Mounting POSIX Message Queue File System...
Jul 09 23:44:34 hostname systemd[1]: Mounting Kernel Debug File System...
Jul 09 23:44:34 hostname systemd[1]: Mounting Kernel Trace File System...
Jul 09 23:44:34 hostname systemd[1]: Mounting Temporary Directory /tmp...
Jul 09 23:44:34 hostname systemd[1]: Starting Create List of Static Device Nodes...
Jul 09 23:44:34 hostname systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jul 09 23:44:34 hostname systemd[1]: Starting Load Kernel Module configfs...
Jul 09 23:44:34 hostname systemd[1]: Starting Load Kernel Module dm_mod...
Jul 09 23:44:34 hostname systemd[1]: Starting Load Kernel Module drm...
Jul 09 23:44:34 hostname systemd[1]: Starting Load Kernel Module fuse...
Jul 09 23:44:34 hostname systemd[1]: Starting Load Kernel Module loop...
Jul 09 23:44:34 hostname systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jul 09 23:44:34 hostname systemd[1]: Starting Journal Service...
Jul 09 23:44:34 hostname systemd[1]: Starting Load Kernel Modules...
Jul 09 23:44:34 hostname systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jul 09 23:44:34 hostname systemd[1]: Starting Remount Root and Kernel File Systems...
Jul 09 23:44:34 hostname systemd[1]: Starting Coldplug All udev Devices...
Jul 09 23:44:34 hostname kernel: loop: module loaded
Jul 09 23:44:34 hostname systemd[1]: Mounted Huge Pages File System.
Jul 09 23:44:34 hostname systemd[1]: Mounted POSIX Message Queue File System.
Jul 09 23:44:34 hostname systemd[1]: Mounted Kernel Debug File System.
Jul 09 23:44:34 hostname systemd[1]: Mounted Kernel Trace File System.
Jul 09 23:44:34 hostname systemd[1]: Mounted Temporary Directory /tmp.
Jul 09 23:44:34 hostname kernel: EXT4-fs (sda2): re-mounted xxxxxx r/w. Quota mode: none.
Jul 09 23:44:34 hostname systemd-journald[224]: Collecting audit messages is disabled.
Jul 09 23:44:34 hostname kernel: device-mapper: uevent: version 1.0.3
Jul 09 23:44:34 hostname kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Jul 09 23:44:34 hostname kernel: fuse: init (API version 7.38)
Jul 09 23:44:34 hostname kernel: mc: Linux media interface: v0.10
Jul 09 23:44:34 hostname systemd[1]: Finished Create List of Static Device Nodes.
Jul 09 23:44:34 hostname systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jul 09 23:44:34 hostname kernel: videodev: Linux video capture interface: v2.00
Jul 09 23:44:34 hostname systemd-journald[224]: Journal started
Jul 09 23:44:34 hostname systemd-journald[224]: Runtime Journal (/run/log/journal/2a3749fb37e7441ca62672bddbd9bc60) is 8.0M, max 795.2M, 787.2M free.
Jul 09 23:44:34 hostname kernel: facetimehd: loading out-of-tree module taints kernel.
Jul 09 23:44:34 hostname kernel: facetimehd: module verification failed: signature and/or required key missing - tainting kernel
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Found FaceTime HD camera with device id: 1570
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Setting 64bit DMA mask
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: S2 PCIe link init succeeded
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Refclk: 25MHz (0xa)
Jul 09 23:44:34 hostname systemd[1]: Finished Load Kernel Module configfs.
Jul 09 23:44:34 hostname systemd[1]: Started Journal Service.
Jul 09 23:44:34 hostname systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: PLL reset finished
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Waiting for S2 PLL to lock at 450 MHz
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: S2 PLL is locked after 10 us
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: S2 PLL is in bypass mode
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: DDR40 PHY PLL locked on safe settings
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: STRAP valid
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Configuring DDR PLLs for 450 MHz
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: DDR40 PLL is locked after 0 us
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: First DDR40 VDL calibration completed after 2 us
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Second DDR40 VDL calibration completed after 2 us
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Using step size 157
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: VDL set to: coarse=0x10008, fine=0x1011c
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Virtual VTT enabled
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: S2 DRAM memory address: 0x22159559
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Rewrite DDR mode registers succeeded
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Full memory verification succeeded! (0)
Jul 09 23:44:34 hostname systemd[1]: Finished Load Kernel Module dm_mod.
Jul 09 23:44:34 hostname systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jul 09 23:44:34 hostname systemd[1]: modprobe@drm.service: Deactivated successfully.
Jul 09 23:44:34 hostname systemd[1]: Finished Load Kernel Module drm.
Jul 09 23:44:34 hostname systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jul 09 23:44:34 hostname systemd[1]: Finished Load Kernel Module fuse.
Jul 09 23:44:34 hostname systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Loaded firmware, size: 1392kb
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: ISP woke up after 0ms
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Number of IPC channels: 7, queue size: 44865
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Firmware requested heap size: 3072kb
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: ISP second int after 0ms
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Channel description table at 00800000
Jul 09 23:44:34 hostname systemd[1]: Finished Load Kernel Module loop.
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: magic value: 00000000 after 0 ms
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Enabling interrupts
Jul 09 23:44:34 hostname kernel: FWMSG: 
Jul 09 23:44:34 hostname kernel: FWMSG: - APOLLO-ISP-APPLE ------------------------------------------------------------
Jul 09 23:44:34 hostname kernel: FWMSG: 
Jul 09 23:44:34 hostname kernel: FWMSG:   Restart count : 0
Jul 09 23:44:34 hostname kernel: FWMSG:   Platform : mode = TARGET, ID = 0x00000000, HW = 00020018.00000000
Jul 09 23:44:34 hostname kernel: FWMSG:   System Clock : 200000000 Hz
Jul 09 23:44:34 hostname kernel: FWMSG:   Processor mode : SUPERVISOR
Jul 09 23:44:34 hostname kernel: FWMSG:   Cache architecture type : SEPARATE
Jul 09 23:44:34 hostname kernel: FWMSG:   Cache type : WRITEBACK
Jul 09 23:44:34 hostname kernel: FWMSG:   Data Cache Line : 32 [0x20]
Jul 09 23:44:34 hostname kernel: FWMSG:   Boot arguments entries : 2
Jul 09 23:44:34 hostname kernel: FWMSG:     0000: 0x00000000 0x00000000
Jul 09 23:44:34 hostname kernel: FWMSG:   Physical memory base : 0x00000000 [TLB base 0x00160000]
Jul 09 23:44:34 hostname kernel: FWMSG:   Main memory :   base : 0x00000000
Jul 09 23:44:34 hostname kernel: FWMSG:                   size : 8388608 [0x00800000] [8.0 MB]
Jul 09 23:44:34 hostname kernel: FWMSG:   Extra heap :    base : 0x2080b000 [phy = 0x0080b000]
Jul 09 23:44:34 hostname kernel: FWMSG:                   size : 3145728 [0x00300000] [3.0 MB]
Jul 09 23:44:34 hostname kernel: FWMSG:   Shared window : base : 0x00800000 [static wiring]
Jul 09 23:44:34 hostname kernel: FWMSG:                   size : 125829120 [0x07800000] [120.0 MB]
Jul 09 23:44:34 hostname kernel: FWMSG:   Shared memory : base : 0x00800000
Jul 09 23:44:34 hostname kernel: FWMSG:                   size : 260046848 [0x0f800000] [248.0 MB]
Jul 09 23:44:34 hostname kernel: FWMSG:   TEXT : 1421992 [0x15b2a8] - text 667256, cstring  38749, const 715528
Jul 09 23:44:34 hostname kernel: FWMSG:   DATA : 8076 [0x1f8c] - data 0, bss 460, common 1452, noinit 6144
Jul 09 23:44:34 hostname kernel: FWMSG:   Heap free space : 10002626 [0x0098a0c2]
Jul 09 23:44:34 hostname kernel: FWMSG:   Heap allocated space : 94656 [0x000171c0]
Jul 09 23:44:34 hostname kernel: FWMSG:   Disclaimer : Copyright (c) APPLE Inc. All Rights Reserved.
Jul 09 23:44:34 hostname kernel: FWMSG:   Application : adc [release]
Jul 09 23:44:34 hostname kernel: FWMSG:   Linked on : Jul 25 2015 - 08:48:55
Jul 09 23:44:34 hostname kernel: FWMSG:   Release : S2ISP-01.43.00
Jul 09 23:44:34 hostname kernel: FWMSG:   H4ISPAPPLE : 11536
Jul 09 23:44:34 hostname kernel: FWMSG:   H4ISPCD : 4081
Jul 09 23:44:34 hostname kernel: FWMSG:   ffw : 4143
Jul 09 23:44:34 hostname kernel: FWMSG:   Tool-chain : iPhone OS - 7.0.3 [clang/clang++]
Jul 09 23:44:34 hostname kernel: FWMSG: 
Jul 09 23:44:34 hostname kernel: FWMSG: -------------------------------------------------------------------------------
Jul 09 23:44:34 hostname kernel: FWMSG: 
Jul 09 23:44:34 hostname systemd[1]: Finished Remount Root and Kernel File Systems.
Jul 09 23:44:34 hostname systemd[1]: Finished Coldplug All udev Devices.
Jul 09 23:44:34 hostname systemd-modules-load[225]: Inserted module 'facetimehd'
Jul 09 23:44:34 hostname kernel: FWMSG: [ISP] CMD = 0x0004 [CISP_CMD_PRINT_ENABLE]
Jul 09 23:44:34 hostname kernel: FWMSG: [ISP] CMD = 0x0003 [CISP_CMD_CONFIG_GET]
Jul 09 23:44:34 hostname kernel: FWMSG: [ISP] CH = 0 CMD = 0x010d [CISP_CMD_CH_INFO_GET]
Jul 09 23:44:34 hostname kernel: facetimehd 0000:03:00.0: Direct firmware load for facetimehd/1871_01XX.dat failed with error -2
Jul 09 23:44:34 hostname systemd-modules-load[225]: Inserted module 'crypto_user'
Jul 09 23:44:34 hostname systemd[1]: Mounting FUSE Control File System...
Jul 09 23:44:34 hostname systemd[1]: Mounting Kernel Configuration File System...
Jul 09 23:44:34 hostname systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 09 23:44:34 hostname systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jul 09 23:44:34 hostname systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 09 23:44:34 hostname systemd[1]: Starting Load/Save OS Random Seed...
Jul 09 23:44:34 hostname systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 09 23:44:34 hostname systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jul 09 23:44:34 hostname systemd[1]: Starting Create Static Device Nodes in /dev...
Jul 09 23:44:34 hostname systemd[1]: Starting Setup Virtual Console...
Jul 09 23:44:34 hostname systemd-journald[224]: Time spent on flushing to /var/log/journal/2a3749fb37e7441ca62672bddbd9bc60 is 424.719ms for 909 entries.
Jul 09 23:44:34 hostname systemd-journald[224]: System Journal (/var/log/journal/2a3749fb37e7441ca62672bddbd9bc60) is 899.4M, max 4.0G, 3.1G free.
Jul 09 23:44:35 hostname systemd-journald[224]: Received client request to flush runtime journal.
Jul 09 23:44:35 hostname systemd-journald[224]: /var/log/journal/2a3749fb37e7441ca62672bddbd9bc60/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Jul 09 23:44:35 hostname systemd-journald[224]: Rotating system journal.
Jul 09 23:44:34 hostname systemd-vconsole-setup[243]: Failed to import credentials, ignoring: No such file or directory
Jul 09 23:44:34 hostname systemd[1]: Finished Load Kernel Modules.
Jul 09 23:44:34 hostname systemd[1]: Mounted FUSE Control File System.
Jul 09 23:44:34 hostname systemd[1]: Mounted Kernel Configuration File System.
Jul 09 23:44:34 hostname systemd[1]: Finished Load/Save OS Random Seed.
Jul 09 23:44:34 hostname systemd[1]: Finished Setup Virtual Console.
Jul 09 23:44:34 hostname systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 09 23:44:34 hostname systemd[1]: Starting Apply Kernel Variables...
Jul 09 23:44:35 hostname systemd[1]: Finished Apply Kernel Variables.
Jul 09 23:44:35 hostname systemd[1]: Finished Create Static Device Nodes in /dev.
Jul 09 23:44:35 hostname systemd[1]: Reached target Preparation for Local File Systems.
Jul 09 23:44:35 hostname systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jul 09 23:44:35 hostname systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jul 09 23:44:35 hostname systemd-udevd[250]: Using default interface naming scheme 'v253'.
Jul 09 23:44:35 hostname systemd[1]: Finished Flush Journal to Persistent Storage.
Jul 09 23:44:35 hostname systemd[1]: Started Rule-based Manager for Device Events and Files.
Jul 09 23:44:35 hostname mtp-probe[288]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4"
Jul 09 23:44:35 hostname mtp-probe[287]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12"
Jul 09 23:44:35 hostname systemd[1]: Starting Show Plymouth Boot Screen...
Jul 09 23:44:35 hostname mtp-probe[289]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Jul 09 23:44:35 hostname mtp-probe[288]: bus: 2, device: 3 was not an MTP device
Jul 09 23:44:35 hostname mtp-probe[287]: bus: 1, device: 6 was not an MTP device
Jul 09 23:44:35 hostname mtp-probe[293]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2"
Jul 09 23:44:35 hostname mtp-probe[291]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2"
Jul 09 23:44:35 hostname mtp-probe[293]: bus: 1, device: 9 was not an MTP device
Jul 09 23:44:35 hostname mtp-probe[291]: bus: 1, device: 8 was not an MTP device
Jul 09 23:44:35 hostname mtp-probe[290]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1"
Jul 09 23:44:35 hostname mtp-probe[292]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1"
Jul 09 23:44:35 hostname mtp-probe[290]: bus: 1, device: 5 was not an MTP device
Jul 09 23:44:35 hostname mtp-probe[292]: bus: 1, device: 7 was not an MTP device
Jul 09 23:44:35 hostname kernel: usbcore: registered new device driver apple-mfi-fastcharge
Jul 09 23:44:35 hostname systemd[1]: Received SIGRTMIN+20 from PID 296 (plymouthd).
Jul 09 23:44:35 hostname (udev-worker)[264]: event6: EVDEV_ABS override set but no EV_ABS present on device
Jul 09 23:44:35 hostname kernel: mousedev: PS/2 mouse device common for all mice
Jul 09 23:44:35 hostname systemd[1]: Found device APPLE_SSD_SM0256F 1.
Jul 09 23:44:35 hostname kernel: apple_gmux: gmux device not present
Jul 09 23:44:35 hostname mtp-probe[289]: bus: 1, device: 2 was not an MTP device
Jul 09 23:44:35 hostname systemd[1]: Started Show Plymouth Boot Screen.
Jul 09 23:44:35 hostname systemd[1]: Created slice Slice /system/systemd-backlight.
Jul 09 23:44:35 hostname systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Jul 09 23:44:35 hostname systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Jul 09 23:44:35 hostname systemd[1]: Reached target Local Encrypted Volumes.
Jul 09 23:44:35 hostname systemd[1]: Reached target Smart Card.
Jul 09 23:44:35 hostname mtp-probe[315]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.3"
Jul 09 23:44:35 hostname systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Jul 09 23:44:35 hostname systemd[1]: Starting File System Check on /dev/disk/by-uuid/xx
...
Jul 09 23:44:35 hostname mtp-probe[315]: bus: 1, device: 10 was not an MTP device
Jul 09 23:44:35 hostname systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Jul 09 23:44:35 hostname kernel: input: bcm5974 as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/input/input21
Jul 09 23:44:35 hostname kernel: usbcore: registered new interface driver bcm5974
Jul 09 23:44:35 hostname kernel: input: PC Speaker as /devices/platform/pcspkr/input/input22
Jul 09 23:44:35 hostname systemd-fsck[320]: fsck.fat 4.2 (2021-01-31)
Jul 09 23:44:35 hostname systemd-fsck[320]: /dev/sda1: 371 files, 50157/76643 clusters
Jul 09 23:44:35 hostname kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jul 09 23:44:35 hostname kernel: i2c i2c-9: 2/2 memory slots populated (from DMI)
Jul 09 23:44:35 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20230331/utaddress-204)
Jul 09 23:44:35 hostname kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 09 23:44:35 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20230331/utaddress-204)
Jul 09 23:44:35 hostname kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 09 23:44:35 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20230331/utaddress-204)
Jul 09 23:44:35 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000810-0x0000000000000813 (\IO_D) (20230331/utaddress-204)
Jul 09 23:44:35 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000080F (\IO_T) (20230331/utaddress-204)
Jul 09 23:44:35 hostname kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 09 23:44:35 hostname kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jul 09 23:44:35 hostname systemd[1]: Finished File System Check on /dev/disk/by-uuid/xx
.
Jul 09 23:44:35 hostname systemd[1]: Mounting /boot...
Jul 09 23:44:35 hostname systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 09 23:44:35 hostname kernel: iTCO_vendor_support: vendor-support=0
Jul 09 23:44:35 hostname kernel: Bluetooth: Core ver 2.22
Jul 09 23:44:35 hostname kernel: NET: Registered PF_BLUETOOTH protocol family
Jul 09 23:44:35 hostname kernel: Bluetooth: HCI device and connection manager initialized
Jul 09 23:44:35 hostname kernel: Bluetooth: HCI socket layer initialized
Jul 09 23:44:35 hostname kernel: Bluetooth: L2CAP socket layer initialized
Jul 09 23:44:35 hostname kernel: Bluetooth: SCO socket layer initialized
Jul 09 23:44:35 hostname kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jul 09 23:44:35 hostname kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jul 09 23:44:35 hostname kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jul 09 23:44:35 hostname kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jul 09 23:44:35 hostname kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jul 09 23:44:35 hostname kernel: applesmc: key=601 fan=2 temp=37 index=36 acc=0 lux=2 kbd=1
Jul 09 23:44:35 hostname kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Jul 09 23:44:35 hostname kernel: cryptd: max_cpu_qlen set to 1000
Jul 09 23:44:35 hostname kernel: iTCO_wdt iTCO_wdt.1.auto: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Jul 09 23:44:35 hostname kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jul 09 23:44:35 hostname systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight...
Jul 09 23:44:35 hostname systemd[1]: Mounted /boot.
Jul 09 23:44:35 hostname systemd[1]: Reached target Local File Systems.
Jul 09 23:44:35 hostname systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jul 09 23:44:35 hostname systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Jul 09 23:44:35 hostname kernel: AVX2 version of gcm_enc/dec engaged.
Jul 09 23:44:35 hostname kernel: AES CTR mode by8 optimization enabled
Jul 09 23:44:35 hostname systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jul 09 23:44:35 hostname systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jul 09 23:44:35 hostname systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jul 09 23:44:35 hostname systemd[1]: Starting Create Volatile Files and Directories...
Jul 09 23:44:35 hostname kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jul 09 23:44:35 hostname kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jul 09 23:44:35 hostname kernel: cfg80211: failed to load regulatory.db
Jul 09 23:44:35 hostname systemd[1]: Received SIGRTMIN+20 from PID 296 (plymouthd).
Jul 09 23:44:35 hostname kernel: usbcore: registered new interface driver btusb
Jul 09 23:44:35 hostname kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jul 09 23:44:35 hostname kernel: spi-nor spi0.0: n25q064 (8192 Kbytes)
Jul 09 23:44:35 hostname kernel: Creating 1 MTD partitions on "intel-spi":
Jul 09 23:44:35 hostname kernel: 0x000000000000-0x000000800000 : "BIOS"
Jul 09 23:44:35 hostname kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Jul 09 23:44:35 hostname kernel: Disabling lock debugging due to kernel taint
Jul 09 23:44:35 hostname kernel: wl: module license taints kernel.
Jul 09 23:44:35 hostname systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Jul 09 23:44:35 hostname kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input23
Jul 09 23:44:35 hostname kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input24
Jul 09 23:44:35 hostname kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input25
Jul 09 23:44:35 hostname systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight.
Jul 09 23:44:35 hostname systemd[1]: Reached target Sound Card.
Jul 09 23:44:35 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0: autoconfig for CS4208: line_outs=2 (0x12/0x13/0x0/0x0/0x0) type:speaker
Jul 09 23:44:35 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jul 09 23:44:35 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
Jul 09 23:44:35 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    mono: mono_out=0x0
Jul 09 23:44:35 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    dig-out=0x21/0x0
Jul 09 23:44:35 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    inputs:
Jul 09 23:44:35 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:      Internal Mic=0x1c
Jul 09 23:44:35 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:      Mic=0x18
Jul 09 23:44:35 hostname kernel: wlan0: Broadcom BCM43a0 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
Jul 09 23:44:35 hostname kernel: 
Jul 09 23:44:35 hostname kernel: wl 0000:02:00.0 wlp2s0: renamed from wlan0
Jul 09 23:44:35 hostname systemd[1]: Starting Load/Save RF Kill Switch Status...
Jul 09 23:44:35 hostname systemd[1]: Started Load/Save RF Kill Switch Status.
Jul 09 23:44:35 hostname kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input26
Jul 09 23:44:35 hostname kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input27
Jul 09 23:44:35 hostname kernel: input: HDA Intel PCH SPDIF as /devices/pci0000:00/0000:00:1b.0/sound/card1/input28
Jul 09 23:44:36 hostname systemd[1]: Finished Create Volatile Files and Directories.
Jul 09 23:44:36 hostname systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jul 09 23:44:36 hostname kernel: intel_rapl_common: Found RAPL domain package
Jul 09 23:44:36 hostname kernel: intel_rapl_common: Found RAPL domain core
Jul 09 23:44:36 hostname kernel: intel_rapl_common: Found RAPL domain uncore
Jul 09 23:44:36 hostname kernel: intel_rapl_common: Found RAPL domain dram
Jul 09 23:44:36 hostname systemd[1]: Starting Network Name Resolution...
Jul 09 23:44:36 hostname systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jul 09 23:44:36 hostname systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jul 09 23:44:36 hostname systemd-resolved[360]: Positive Trust Anchors:
Jul 09 23:44:36 hostname systemd-resolved[360]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jul 09 23:44:36 hostname systemd-resolved[360]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Jul 09 23:44:36 hostname systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jul 09 23:44:36 hostname systemd-resolved[360]: Using system hostname 'hostname'.
Jul 09 23:44:36 hostname systemd[1]: Started Network Name Resolution.
Jul 09 23:44:36 hostname systemd[1]: Reached target Host and Network Name Lookups.
Jul 09 23:44:36 hostname systemd[1]: Reached target System Initialization.
Jul 09 23:44:36 hostname systemd[1]: Started CUPS Scheduler.
Jul 09 23:44:36 hostname systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jul 09 23:44:36 hostname systemd[1]: Started Daily man-db regeneration.
Jul 09 23:44:36 hostname systemd[1]: Started Daily verification of password and group files.
Jul 09 23:44:36 hostname systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 09 23:44:36 hostname systemd[1]: Reached target Path Units.
Jul 09 23:44:36 hostname systemd[1]: Reached target Timer Units.
Jul 09 23:44:36 hostname systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Jul 09 23:44:36 hostname systemd[1]: Listening on CUPS Scheduler.
Jul 09 23:44:36 hostname systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 09 23:44:36 hostname systemd[1]: Listening on PC/SC Smart Card Daemon Activation Socket.
Jul 09 23:44:36 hostname systemd[1]: Reached target Socket Units.
Jul 09 23:44:36 hostname systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jul 09 23:44:36 hostname systemd[1]: Reached target Basic System.
Jul 09 23:44:36 hostname systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Jul 09 23:44:36 hostname systemd[1]: Starting Apply cpupower configuration...
Jul 09 23:44:36 hostname systemd[1]: Starting D-Bus System Message Bus...
Jul 09 23:44:36 hostname systemd[1]: Starting Initialize hardware monitoring sensors...
Jul 09 23:44:36 hostname systemd[1]: Started Mac Fan Control Daemon.
Jul 09 23:44:36 hostname systemd[1]: Starting User Login Management...
Jul 09 23:44:36 hostname systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jul 09 23:44:36 hostname macfand[370]: Loading profile for model: macbookpro11,3
Jul 09 23:44:36 hostname macfand[370]: dbug: opening profile /usr/local/macfand/machines/macbookpro11,3.conf
Jul 09 23:44:36 hostname macfand[370]: Found 36 sensors:
Jul 09 23:44:36 hostname macfand[370]:          1: TB0T - ???
Jul 09 23:44:36 hostname macfand[370]:          2: TB1T - Battery Sensor 1
Jul 09 23:44:36 hostname macfand[370]:          3: TB2T - Battery Sensor 2
Jul 09 23:44:36 hostname macfand[370]:          4: TBXT - ???
Jul 09 23:44:36 hostname macfand[370]:          5: TC0E - ???
Jul 09 23:44:36 hostname macfand[370]:          6: TC0F - ???
Jul 09 23:44:36 hostname macfand[370]:          7: TC0P - CPU Proximity
Jul 09 23:44:36 hostname macfand[370]:          8: TC1C - CPU Core 1
Jul 09 23:44:36 hostname macfand[370]:          9: TC2C - CPU Core 2
Jul 09 23:44:36 hostname macfand[370]:         10: TC3C - CPU Core 3
Jul 09 23:44:36 hostname macfand[370]:         11: TC4C - CPU Core 4
Jul 09 23:44:36 hostname macfand[370]:         12: TCGC - Intel GPU
Jul 09 23:44:36 hostname macfand[370]:         13: TCMc - ???
Jul 09 23:44:36 hostname macfand[370]:         14: TCSA - CPU System Agent Core
Jul 09 23:44:36 hostname macfand[370]:         15: TCTD - ???
Jul 09 23:44:36 hostname macfand[370]:         16: TCXC - CPU PECI Die
Jul 09 23:44:36 hostname macfand[370]:         17: TH0A - SSD A
Jul 09 23:44:36 hostname macfand[370]:         18: TH0B - SSD B
Jul 09 23:44:36 hostname macfand[370]:         19: TH0F - ???
Jul 09 23:44:36 hostname macfand[370]:         20: TH0R - ???
Jul 09 23:44:36 hostname macfand[370]:         21: TH0V - ???
Jul 09 23:44:36 hostname macfand[370]:         22: TH0a - ???
Jul 09 23:44:36 hostname macfand[370]:         23: TH0b - ???
Jul 09 23:44:36 hostname macfand[370]:         24: TH0c - ???
Jul 09 23:44:36 hostname macfand[370]:         25: TM0P - DDR3 Proximity
Jul 09 23:44:36 hostname macfand[370]:         26: TM0S - ???
Jul 09 23:44:36 hostname macfand[370]:         27: TP0P - Platform Controller Hub
Jul 09 23:44:36 hostname macfand[370]:         28: TPCD - Platform Controller Hub PECI
Jul 09 23:44:36 hostname macfand[370]:         29: TW0P - X29 Proximity
Jul 09 23:44:36 hostname macfand[370]:         30: Ta0P - Air Flow Proximity
Jul 09 23:44:36 hostname macfand[370]:         31: TaSP - ???
Jul 09 23:44:36 hostname macfand[370]:         32: Th1H - Right Fin Stack
Jul 09 23:44:36 hostname macfand[370]:         33: Th2H - Left Fin Stack
Jul 09 23:44:36 hostname macfand[370]:         34: Ts0P - Palm Rest
Jul 09 23:44:36 hostname macfand[370]:         35: Ts0S - ???
Jul 09 23:44:36 hostname macfand[370]:         36: Ts1S - ???
Jul 09 23:44:36 hostname avahi-daemon[366]: Found user 'avahi' (UID 972) and group 'avahi' (GID 972).
Jul 09 23:44:36 hostname avahi-daemon[366]: Successfully dropped root privileges.
Jul 09 23:44:36 hostname avahi-daemon[366]: avahi-daemon 0.8 starting up.
Jul 09 23:44:36 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 42C
Jul 09 23:44:36 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 42C
Jul 09 23:44:36 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=58C        TC0F=60C        TC0P=44C        TC1C=51C        TC2C=51C        TC3C=50C        TC4C=50C        TCGC=51C        TCMc=0C        TCSA=52C        TCTD=0C        TCXC=53C        TH0A=40C        TH0B=40C        TH0F=44C        TH0R=41C        TH0V=42C        TH0a=40C        TH0b=40C        TH0c=127C        TM0P=41C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=40C        Ta0P=32C        TaSP=32C        Th1H=40C        Th2H=38C        Ts0P=28C        Ts0S=32C        Ts1S=33C
Jul 09 23:44:36 hostname systemd[1]: Finished Initialize hardware monitoring sensors.
Jul 09 23:44:36 hostname systemd-logind[372]: New seat seat0.
Jul 09 23:44:36 hostname systemd[1]: Started D-Bus System Message Bus.
Jul 09 23:44:36 hostname avahi-daemon[366]: Successfully called chroot().
Jul 09 23:44:36 hostname avahi-daemon[366]: Successfully dropped remaining capabilities.
Jul 09 23:44:36 hostname avahi-daemon[366]: No service file found in /etc/avahi/services.
Jul 09 23:44:36 hostname avahi-daemon[366]: *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
Jul 09 23:44:36 hostname avahi-daemon[366]: *** WARNING: Detected another IPv6 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
Jul 09 23:44:36 hostname avahi-daemon[366]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Jul 09 23:44:36 hostname avahi-daemon[366]: New relevant interface lo.IPv6 for mDNS.
Jul 09 23:44:36 hostname avahi-daemon[366]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Jul 09 23:44:36 hostname avahi-daemon[366]: New relevant interface lo.IPv4 for mDNS.
Jul 09 23:44:36 hostname avahi-daemon[366]: Network interface enumeration completed.
Jul 09 23:44:36 hostname avahi-daemon[366]: Registering new address record for ::1 on lo.*.
Jul 09 23:44:36 hostname avahi-daemon[366]: Registering new address record for 127.0.0.1 on lo.IPv4.
Jul 09 23:44:36 hostname systemd-logind[372]: Watching system buttons on /dev/input/event3 (Power Button)
Jul 09 23:44:36 hostname systemd-logind[372]: Watching system buttons on /dev/input/event1 (Power Button)
Jul 09 23:44:36 hostname systemd-logind[372]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jul 09 23:44:36 hostname systemd-logind[372]: Watching system buttons on /dev/input/event2 (Sleep Button)
Jul 09 23:44:36 hostname systemd-logind[372]: Watching system buttons on /dev/input/event6 (Apple Inc. Apple Internal Keyboard / Trackpad)
Jul 09 23:44:36 hostname systemd-logind[372]: Watching system buttons on /dev/input/event9 (HID Keyboard HID Keyboard)
Jul 09 23:44:36 hostname systemd-logind[372]: Watching system buttons on /dev/input/event10 (HID Keyboard HID Keyboard)
Jul 09 23:44:36 hostname systemd-logind[372]: Watching system buttons on /dev/input/event7 (HID 05ac:820a)
Jul 09 23:44:36 hostname systemd[1]: Starting Network Manager...
Jul 09 23:44:36 hostname systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Jul 09 23:44:36 hostname systemd[1]: Started User Login Management.
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.2304] NetworkManager (version 1.42.6-1) is starting... (boot:2c54024d-07aa-4201-9c33-5edd602462dc)
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.2304] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jul 09 23:44:36 hostname systemd[1]: Started Network Manager.
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.2338] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jul 09 23:44:36 hostname systemd[1]: Reached target Network.
Jul 09 23:44:36 hostname systemd[1]: Starting CUPS Scheduler...
Jul 09 23:44:36 hostname systemd[1]: Starting Network Time Service...
Jul 09 23:44:36 hostname systemd[1]: Starting Permit User Sessions...
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.2395] manager[0x55a37049e340]: monitoring kernel firmware directory '/lib/firmware'.
Jul 09 23:44:36 hostname dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=378 comm="/usr/bin/NetworkManager --no-daemon")
Jul 09 23:44:36 hostname ntpd[388]: ntpd 4.2.8p17@1.4004-o Tue Jun  6 14:05:47 UTC 2023 (1): Starting
Jul 09 23:44:36 hostname ntpd[388]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Jul 09 23:44:36 hostname ntpd[388]: ----------------------------------------------------
Jul 09 23:44:36 hostname ntpd[388]: ntp-4 is maintained by Network Time Foundation,
Jul 09 23:44:36 hostname ntpd[388]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Jul 09 23:44:36 hostname ntpd[388]: corporation.  Support and training for ntp-4 are
Jul 09 23:44:36 hostname ntpd[388]: available at https://www.nwtime.org/support
Jul 09 23:44:36 hostname ntpd[388]: ----------------------------------------------------
Jul 09 23:44:36 hostname ntpd[388]: DEBUG behavior is enabled - a violation of any
Jul 09 23:44:36 hostname ntpd[388]: diagnostic assertion will cause ntpd to abort
Jul 09 23:44:36 hostname ntpd[392]: proto: precision = 0.084 usec (-23)
Jul 09 23:44:36 hostname ntpd[392]: basedate set to 2023-05-25
Jul 09 23:44:36 hostname ntpd[392]: gps base set to 2023-05-28 (week 2264)
Jul 09 23:44:36 hostname ntpd[392]: initial drift restored to -36.618000
Jul 09 23:44:36 hostname ntpd[392]: Listen and drop on 0 v6wildcard [::]:123
Jul 09 23:44:36 hostname ntpd[392]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Jul 09 23:44:36 hostname ntpd[392]: Listen normally on 2 lo 127.0.0.1:123
Jul 09 23:44:36 hostname ntpd[392]: Listen normally on 3 lo [::1]:123
Jul 09 23:44:36 hostname ntpd[392]: Listening on routing socket on fd #20 for interface updates
Jul 09 23:44:36 hostname ntpd[392]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Jul 09 23:44:36 hostname ntpd[392]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Jul 09 23:44:36 hostname systemd-resolved[360]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Jul 09 23:44:36 hostname systemd[1]: Finished Permit User Sessions.
Jul 09 23:44:36 hostname systemd[1]: Starting Hold until boot process finishes up...
Jul 09 23:44:36 hostname systemd[1]: Starting Terminate Plymouth Boot Screen...
Jul 09 23:44:36 hostname systemd[1]: Starting Hostname Service...
Jul 09 23:44:36 hostname systemd[1]: Started Network Time Service.
Jul 09 23:44:36 hostname systemd[1]: Received SIGRTMIN+21 from PID 296 (plymouthd).
Jul 09 23:44:36 hostname dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.5' (uid=0 pid=387 comm="/usr/bin/cupsd -l")
Jul 09 23:44:36 hostname systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jul 09 23:44:36 hostname systemd[1]: Received SIGRTMIN+21 from PID 296 (plymouthd).
Jul 09 23:44:36 hostname dbus-daemon[368]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3318] hostname: hostname: using hostnamed
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3318] hostname: static hostname changed from (none) to "hostname"
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3323] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3331] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill0) (driver wl)
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3332] manager[0x55a37049e340]: rfkill: Wi-Fi hardware radio set enabled
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3332] manager[0x55a37049e340]: rfkill: WWAN hardware radio set enabled
Jul 09 23:44:36 hostname dbus-daemon[368]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3489] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3505] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3569] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-bluetooth.so)
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3579] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3586] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3594] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3597] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3598] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3599] manager: Networking is enabled by state file
Jul 09 23:44:36 hostname dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=378 comm="/usr/bin/NetworkManager --no-daemon")
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3606] settings: Loaded settings plugin: keyfile (internal)
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3653] dhcp: init: Using DHCP client 'internal'
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3656] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jul 09 23:44:36 hostname systemd[1]: Finished Hold until boot process finishes up.
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3668] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3671] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3676] device (lo): Activation: starting connection 'lo' (065b13e7-71b9-46c3-a950-a56bddd28d5b)
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3683] manager: (wlp2s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.3685] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 09 23:44:36 hostname NetworkManager[378]: <warn>  [1688960676.4278] platform-linux: do-change-link[2]: failure 23 (Too many open files in system) (assume success changing address)
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.4280] device (wlp2s0): set-hw-addr: set MAC address to xxxxxx (scanning)
Jul 09 23:44:36 hostname dbus-daemon[368]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=378 comm="/usr/bin/NetworkManager --no-daemon")
Jul 09 23:44:36 hostname systemd[1]: Finished Terminate Plymouth Boot Screen.
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.4311] ovsdb: disconnected from ovsdb
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.4312] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.4314] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.4316] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.4323] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jul 09 23:44:36 hostname systemd[1]: Finished Apply cpupower configuration.
Jul 09 23:44:36 hostname systemd[1]: Started CUPS Scheduler.
Jul 09 23:44:36 hostname systemd[1]: Started Hostname Service.
Jul 09 23:44:36 hostname systemd[1]: Started Manage, Install and Generate Color Profiles.
Jul 09 23:44:36 hostname systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 09 23:44:36 hostname systemd[1]: Started Getty on tty1.
Jul 09 23:44:36 hostname systemd[1]: Reached target Login Prompts.
Jul 09 23:44:36 hostname systemd[1]: Reached target Multi-User System.
Jul 09 23:44:36 hostname systemd[1]: Reached target Graphical Interface.
Jul 09 23:44:36 hostname systemd[1]: Starting WPA supplicant...
Jul 09 23:44:36 hostname dbus-daemon[368]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 09 23:44:36 hostname systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.5058] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.5061] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.5067] device (lo): Activation: successful, device activated.
Jul 09 23:44:36 hostname dbus-daemon[368]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jul 09 23:44:36 hostname systemd[1]: Started WPA supplicant.
Jul 09 23:44:36 hostname systemd[1]: Startup finished in 5.991s (kernel) + 2.653s (userspace) = 8.645s.
Jul 09 23:44:36 hostname wpa_supplicant[407]: Successfully initialized wpa_supplicant
Jul 09 23:44:36 hostname wpa_supplicant[407]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.6199] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Jul 09 23:44:36 hostname NetworkManager[378]: <info>  [1688960676.6201] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jul 09 23:44:36 hostname avahi-daemon[366]: Server startup complete. Host name is hostname.local. Local service cookie is 2956202092.
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5731] policy: auto-activating connection 'xxxxxx' (14f87118-1325-4b69-ac3e-708e79f7f9e0)
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5741] device (wlp2s0): Activation: starting connection 'xxxxxx' (14f87118-1325-4b69-ac3e-708e79f7f9e0)
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5743] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5748] manager: NetworkManager state is now CONNECTING
Jul 09 23:44:40 hostname NetworkManager[378]: <warn>  [1688960680.5757] platform-linux: do-change-link[2]: failure 23 (Too many open files in system) (assume success changing address)
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5760] device (wlp2s0): set-hw-addr: reset MAC address to xxxxxx (preserve)
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5765] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5771] device (wlp2s0): Activation: (wifi) access point 'xxxxxx' has security, but secrets are required.
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5771] device (wlp2s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5787] device (wlp2s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5792] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5797] device (wlp2s0): Activation: (wifi) connection 'xxxxxx' has security, and secrets exist.  No new secrets needed.
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5798] Config: added 'ssid' value 'xxxxxx'
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5798] Config: added 'scan_ssid' value '1'
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5798] Config: added 'bgscan' value 'simple:30:-65:300'
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5799] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256'
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5799] Config: added 'auth_alg' value 'OPEN'
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.5799] Config: added 'psk' value '<hidden>'
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.6317] device (wlp2s0): supplicant interface state: disconnected -> inactive
Jul 09 23:44:40 hostname wpa_supplicant[407]: wlp2s0: Trying to associate with xxxxxx (SSID='xxxxxx' freq=5180 MHz)
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.6405] device (wlp2s0): supplicant interface state: inactive -> associating
Jul 09 23:44:40 hostname wpa_supplicant[407]: wlp2s0: Associated with xxxxxx
Jul 09 23:44:40 hostname wpa_supplicant[407]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 09 23:44:40 hostname wpa_supplicant[407]: wlp2s0: WPA: Key negotiation completed with xxxxxx [PTK=CCMP GTK=CCMP]
Jul 09 23:44:40 hostname wpa_supplicant[407]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to xxxxxx completed [id=0 id_str=]
Jul 09 23:44:40 hostname wpa_supplicant[407]: bgscan simple: Failed to enable signal strength monitoring
Jul 09 23:44:40 hostname kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.7399] device (wlp2s0): supplicant interface state: associating -> completed
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.7400] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "xxxxxx"
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.7404] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jul 09 23:44:40 hostname NetworkManager[378]: <info>  [1688960680.7417] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 09 23:44:40 hostname avahi-daemon[366]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address xxxxxx.
Jul 09 23:44:40 hostname avahi-daemon[366]: New relevant interface wlp2s0.IPv6 for mDNS.
Jul 09 23:44:40 hostname avahi-daemon[366]: Registering new address record for xxxxxx on wlp2s0.*.
Jul 09 23:44:40 hostname systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jul 09 23:44:41 hostname dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.12' (uid=0 pid=406 comm="/bin/login -p --          ")
Jul 09 23:44:41 hostname dbus-daemon[368]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jul 09 23:44:41 hostname login[406]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jul 09 23:44:41 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 41C
Jul 09 23:44:41 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 41C
Jul 09 23:44:41 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=58C        TC0F=60C        TC0P=45C        TC1C=49C        TC2C=48C        TC3C=49C        TC4C=49C        TCGC=51C        TCMc=0C        TCSA=51C        TCTD=0C        TCXC=51C        TH0A=40C        TH0B=40C        TH0F=43C        TH0R=41C        TH0V=42C        TH0a=40C        TH0b=40C        TH0c=127C        TM0P=41C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=40C        Ta0P=31C        TaSP=31C        Th1H=40C        Th2H=38C        Ts0P=28C        Ts0S=32C        Ts1S=33C
Jul 09 23:44:42 hostname NetworkManager[378]: <info>  [1688960682.7637] dhcp4 (wlp2s0): state changed new lease, address=xxxxxx
Jul 09 23:44:42 hostname NetworkManager[378]: <info>  [1688960682.7648] policy: set 'xxxxxx' (wlp2s0) as default for IPv4 routing and DNS
Jul 09 23:44:42 hostname systemd-resolved[360]: wlp2s0: Bus client set search domain list to: cinci.rr.com
Jul 09 23:44:42 hostname systemd-resolved[360]: wlp2s0: Bus client set default route setting: yes
Jul 09 23:44:42 hostname systemd-resolved[360]: wlp2s0: Bus client set DNS server list to: 192.168.1.1
Jul 09 23:44:42 hostname avahi-daemon[366]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address xxxxxx.
Jul 09 23:44:42 hostname avahi-daemon[366]: New relevant interface wlp2s0.IPv4 for mDNS.
Jul 09 23:44:42 hostname avahi-daemon[366]: Registering new address record for xxxxxx on wlp2s0.IPv4.
Jul 09 23:44:42 hostname NetworkManager[378]: <info>  [1688960682.7942] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jul 09 23:44:42 hostname NetworkManager[378]: <info>  [1688960682.7982] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jul 09 23:44:42 hostname NetworkManager[378]: <info>  [1688960682.7988] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jul 09 23:44:42 hostname NetworkManager[378]: <info>  [1688960682.7997] manager: NetworkManager state is now CONNECTED_SITE
Jul 09 23:44:42 hostname NetworkManager[378]: <info>  [1688960682.8008] device (wlp2s0): Activation: successful, device activated.
Jul 09 23:44:42 hostname NetworkManager[378]: <info>  [1688960682.8020] manager: startup complete
Jul 09 23:44:43 hostname NetworkManager[378]: <info>  [1688960683.0968] manager: NetworkManager state is now CONNECTED_GLOBAL
Jul 09 23:44:45 hostname ntpd[392]: Listen normally on 4 wlp2s0 xxxxxx:123
Jul 09 23:44:45 hostname ntpd[392]: Listen normally on 5 wlp2s0 [xxxxxx%2]:123
Jul 09 23:44:45 hostname ntpd[392]: new interface(s) found: waking up resolver
Jul 09 23:44:45 hostname login[406]: pam_unix(login:session): session opened for user userper(uid=1001) by userper(uid=0)
Jul 09 23:44:45 hostname systemd[1]: Created slice User Slice of UID 1001.
Jul 09 23:44:45 hostname systemd[1]: Starting User Runtime Directory /run/user/1001...
Jul 09 23:44:45 hostname systemd-logind[372]: New session 1 of user userper.
Jul 09 23:44:45 hostname systemd[1]: Finished User Runtime Directory /run/user/1001.
Jul 09 23:44:45 hostname systemd[1]: Starting User Manager for UID 1001...
Jul 09 23:44:45 hostname dbus-daemon[368]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.15' (uid=0 pid=414 comm="(systemd)")
Jul 09 23:44:45 hostname dbus-daemon[368]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jul 09 23:44:45 hostname (systemd)[414]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jul 09 23:44:45 hostname (systemd)[414]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[userper] ruser=[<unknown>] rhost=[<unknown>]
Jul 09 23:44:45 hostname (systemd)[414]: pam_unix(systemd-user:session): session opened for user userper(uid=1001) by userper(uid=0)
Jul 09 23:44:45 hostname systemd[414]: Queued start job for default target Main User Target.
Jul 09 23:44:45 hostname systemd-journald[224]: /var/log/journal/2a3749fb37e7441ca62672bddbd9bc60/user-1001.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Jul 09 23:44:45 hostname login[406]: LOGIN ON tty1 BY userper
Jul 09 23:44:45 hostname systemd[414]: Created slice User Application Slice.
Jul 09 23:44:45 hostname systemd[414]: Reached target Paths.
Jul 09 23:44:45 hostname systemd[414]: Reached target Timers.
Jul 09 23:44:45 hostname systemd[414]: Starting D-Bus User Message Bus Socket...
Jul 09 23:44:45 hostname systemd[414]: Listening on GnuPG network certificate management daemon.
Jul 09 23:44:45 hostname systemd[414]: Listening on GCR ssh-agent wrapper.
Jul 09 23:44:45 hostname systemd[414]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 09 23:44:45 hostname systemd[414]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 09 23:44:45 hostname systemd[414]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 09 23:44:45 hostname systemd[414]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 09 23:44:45 hostname systemd[414]: Listening on p11-kit server.
Jul 09 23:44:45 hostname systemd[414]: Listening on PipeWire PulseAudio.
Jul 09 23:44:45 hostname systemd[414]: Listening on PipeWire Multimedia System Socket.
Jul 09 23:44:45 hostname systemd[414]: Listening on D-Bus User Message Bus Socket.
Jul 09 23:44:45 hostname systemd[414]: Reached target Sockets.
Jul 09 23:44:45 hostname systemd[414]: Reached target Basic System.
Jul 09 23:44:45 hostname systemd[1]: Started User Manager for UID 1001.
Jul 09 23:44:45 hostname systemd[414]: Starting Update XDG user dir configuration...
Jul 09 23:44:45 hostname systemd[1]: Started Session 1 of User userper.
Jul 09 23:44:45 hostname systemd[414]: Finished Update XDG user dir configuration.
Jul 09 23:44:45 hostname systemd[414]: Reached target Main User Target.
Jul 09 23:44:45 hostname systemd[414]: Startup finished in 264ms.
Jul 09 23:44:46 hostname systemd[414]: Started GnuPG cryptographic agent and passphrase cache.
Jul 09 23:44:46 hostname gpg-agent[488]: gpg-agent[488]: enabled debug flags: ipc
Jul 09 23:44:46 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 41C
Jul 09 23:44:46 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 41C
Jul 09 23:44:46 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=57C        TC0F=60C        TC0P=45C        TC1C=48C        TC2C=49C        TC3C=52C        TC4C=49C        TCGC=49C        TCMc=0C        TCSA=51C        TCTD=0C        TCXC=51C        TH0A=35C        TH0B=35C        TH0F=43C        TH0R=46C        TH0V=42C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=41C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=40C        Ta0P=31C        TaSP=31C        Th1H=40C        Th2H=38C        Ts0P=28C        Ts0S=32C        Ts1S=33C
Jul 09 23:44:46 hostname systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 09 23:44:51 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:44:51 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:44:51 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=56C        TC0F=58C        TC0P=45C        TC1C=48C        TC2C=47C        TC3C=48C        TC4C=48C        TCGC=49C        TCMc=0C        TCSA=49C        TCTD=0C        TCXC=50C        TH0A=35C        TH0B=35C        TH0F=44C        TH0R=46C        TH0V=41C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=41C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=40C        Ta0P=31C        TaSP=31C        Th1H=40C        Th2H=38C        Ts0P=28C        Ts0S=32C        Ts1S=33C
Jul 09 23:44:56 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:44:56 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:44:56 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=55C        TC0F=58C        TC0P=44C        TC1C=47C        TC2C=47C        TC3C=47C        TC4C=49C        TCGC=49C        TCMc=0C        TCSA=49C        TCTD=0C        TCXC=50C        TH0A=35C        TH0B=35C        TH0F=44C        TH0R=46C        TH0V=41C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=41C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=40C        Ta0P=30C        TaSP=30C        Th1H=41C        Th2H=38C        Ts0P=28C        Ts0S=32C        Ts1S=33C
Jul 09 23:45:01 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:45:01 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:45:01 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=54C        TC0F=57C        TC0P=44C        TC1C=47C        TC2C=46C        TC3C=48C        TC4C=48C        TCGC=49C        TCMc=0C        TCSA=50C        TCTD=0C        TCXC=49C        TH0A=35C        TH0B=35C        TH0F=45C        TH0R=46C        TH0V=41C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=40C        Ta0P=30C        TaSP=30C        Th1H=41C        Th2H=38C        Ts0P=28C        Ts0S=32C        Ts1S=33C
Jul 09 23:45:03 hostname systemd[414]: Created slice User Core Session Slice.
Jul 09 23:45:03 hostname systemd[414]: Starting D-Bus User Message Bus...
Jul 09 23:45:03 hostname systemd[414]: Started D-Bus User Message Bus.
Jul 09 23:45:03 hostname gpg-agent[596]: Failed to lookup password for key xxxxxx with secret service: The name org.freedesktop.secrets was not provided by any .service files
Jul 09 23:45:03 hostname gpg-agent[610]: Failed to lookup password for key xxxxxx9 with secret service: The name org.freedesktop.secrets was not provided by any .service files
Jul 09 23:45:06 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:45:06 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:45:06 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=54C        TC0F=56C        TC0P=44C        TC1C=47C        TC2C=46C        TC3C=47C        TC4C=47C        TCGC=48C        TCMc=0C        TCSA=48C        TCTD=0C        TCXC=48C        TH0A=35C        TH0B=35C        TH0F=45C        TH0R=46C        TH0V=41C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=40C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=38C        Ts0P=28C        Ts0S=32C        Ts1S=33C
Jul 09 23:45:06 hostname systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jul 09 23:45:11 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:45:11 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:45:11 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=53C        TC0F=55C        TC0P=44C        TC1C=46C        TC2C=46C        TC3C=46C        TC4C=47C        TCGC=48C        TCMc=0C        TCSA=48C        TCTD=0C        TCXC=48C        TH0A=35C        TH0B=35C        TH0F=46C        TH0R=46C        TH0V=41C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=40C        Ta0P=30C        TaSP=30C        Th1H=41C        Th2H=38C        Ts0P=28C        Ts0S=32C        Ts1S=34C
Jul 09 23:45:16 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:45:16 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:45:16 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=52C        TC0F=55C        TC0P=44C        TC1C=47C        TC2C=45C        TC3C=46C        TC4C=46C        TCGC=48C        TCMc=0C        TCSA=48C        TCTD=0C        TCXC=48C        TH0A=35C        TH0B=35C        TH0F=46C        TH0R=46C        TH0V=40C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=40C        Ta0P=30C        TaSP=30C        Th1H=41C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:45:21 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:45:21 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:45:21 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=52C        TC0F=54C        TC0P=44C        TC1C=47C        TC2C=45C        TC3C=46C        TC4C=45C        TCGC=48C        TCMc=0C        TCSA=48C        TCTD=0C        TCXC=48C        TH0A=35C        TH0B=35C        TH0F=46C        TH0R=46C        TH0V=40C        TH0a=35C        TH0b=35C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=41C        Th2H=38C        Ts0P=28C        Ts0S=32C        Ts1S=34C
Jul 09 23:45:26 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:45:26 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:45:26 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=51C        TC0F=54C        TC0P=44C        TC1C=45C        TC2C=46C        TC3C=46C        TC4C=45C        TCGC=47C        TCMc=0C        TCSA=49C        TCTD=0C        TCXC=48C        TH0A=34C        TH0B=34C        TH0F=46C        TH0R=47C        TH0V=40C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=41C        Th2H=38C        Ts0P=28C        Ts0S=32C        Ts1S=34C
Jul 09 23:45:31 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:45:31 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:45:31 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=50C        TC0F=53C        TC0P=44C        TC1C=45C        TC2C=46C        TC3C=46C        TC4C=46C        TCGC=47C        TCMc=0C        TCSA=48C        TCTD=0C        TCXC=48C        TH0A=34C        TH0B=34C        TH0F=46C        TH0R=47C        TH0V=40C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:45:36 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:45:36 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:45:36 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=50C        TC0F=52C        TC0P=43C        TC1C=44C        TC2C=45C        TC3C=46C        TC4C=46C        TCGC=47C        TCMc=0C        TCSA=47C        TCTD=0C        TCXC=48C        TH0A=34C        TH0B=34C        TH0F=47C        TH0R=47C        TH0V=40C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:45:41 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:45:41 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:45:41 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=50C        TC0F=52C        TC0P=43C        TC1C=44C        TC2C=44C        TC3C=45C        TC4C=46C        TCGC=48C        TCMc=0C        TCSA=48C        TCTD=0C        TCXC=47C        TH0A=34C        TH0B=34C        TH0F=47C        TH0R=47C        TH0V=40C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=41C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:45:46 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:45:46 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:45:46 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=49C        TC0F=52C        TC0P=43C        TC1C=45C        TC2C=44C        TC3C=45C        TC4C=46C        TCGC=47C        TCMc=0C        TCSA=48C        TCTD=0C        TCXC=47C        TH0A=34C        TH0B=34C        TH0F=47C        TH0R=47C        TH0V=40C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:45:51 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 09 23:45:51 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 09 23:45:51 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=49C        TC0F=51C        TC0P=43C        TC1C=44C        TC2C=45C        TC3C=45C        TC4C=45C        TCGC=46C        TCMc=0C        TCSA=46C        TCTD=0C        TCXC=47C        TH0A=34C        TH0B=34C        TH0F=47C        TH0R=47C        TH0V=40C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:45:56 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 09 23:45:56 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 09 23:45:56 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=49C        TC0F=51C        TC0P=43C        TC1C=45C        TC2C=45C        TC3C=46C        TC4C=45C        TCGC=46C        TCMc=0C        TCSA=47C        TCTD=0C        TCXC=47C        TH0A=34C        TH0B=34C        TH0F=47C        TH0R=47C        TH0V=40C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=38C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:46:01 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 09 23:46:01 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 09 23:46:01 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=48C        TC0F=50C        TC0P=43C        TC1C=44C        TC2C=44C        TC3C=45C        TC4C=46C        TCGC=46C        TCMc=0C        TCSA=46C        TCTD=0C        TCXC=47C        TH0A=34C        TH0B=34C        TH0F=47C        TH0R=47C        TH0V=40C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=37C        Ts0P=27C        Ts0S=32C        Ts1S=34C
Jul 09 23:46:06 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 09 23:46:06 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 09 23:46:06 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=48C        TC0F=50C        TC0P=43C        TC1C=44C        TC2C=44C        TC3C=45C        TC4C=45C        TCGC=45C        TCMc=0C        TCSA=48C        TCTD=0C        TCXC=47C        TH0A=34C        TH0B=34C        TH0F=47C        TH0R=47C        TH0V=40C        TH0a=34C        TH0b=34C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=37C        Ts0P=27C        Ts0S=32C        Ts1S=33C
Jul 09 23:46:11 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 09 23:46:11 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 09 23:46:11 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=48C        TC0F=50C        TC0P=43C        TC1C=44C        TC2C=44C        TC3C=45C        TC4C=45C        TCGC=47C        TCMc=0C        TCSA=46C        TCTD=0C        TCXC=47C        TH0A=34C        TH0B=33C        TH0F=47C        TH0R=47C        TH0V=40C        TH0a=34C        TH0b=33C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=37C        Ts0P=27C        Ts0S=32C        Ts1S=33C
Jul 09 23:46:16 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 09 23:46:16 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 09 23:46:16 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=48C        TC0F=50C        TC0P=43C        TC1C=44C        TC2C=45C        TC3C=45C        TC4C=45C        TCGC=46C        TCMc=0C        TCSA=46C        TCTD=0C        TCXC=47C        TH0A=33C        TH0B=33C        TH0F=47C        TH0R=48C        TH0V=40C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=37C        Ts0P=27C        Ts0S=32C        Ts1S=33C
Jul 09 23:46:21 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 09 23:46:21 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 09 23:46:21 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=48C        TC0F=50C        TC0P=42C        TC1C=43C        TC2C=44C        TC3C=45C        TC4C=44C        TCGC=47C        TCMc=0C        TCSA=47C        TCTD=0C        TCXC=47C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=40C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=37C        Ts0P=27C        Ts0S=32C        Ts1S=33C
Jul 09 23:46:26 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 09 23:46:26 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 09 23:46:26 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=48C        TC0F=49C        TC0P=42C        TC1C=44C        TC2C=44C        TC3C=44C        TC4C=46C        TCGC=47C        TCMc=0C        TCSA=46C        TCTD=0C        TCXC=46C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=40C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=37C        Ts0P=27C        Ts0S=32C        Ts1S=33C
Jul 09 23:46:31 hostname macfand[370]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 09 23:46:31 hostname macfand[370]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 09 23:46:31 hostname macfand[370]: Sensors:        TB0T=29C        TB1T=29C        TB2T=27C        TBXT=29C        TC0E=48C        TC0F=49C        TC0P=42C        TC1C=43C        TC2C=44C        TC3C=44C        TC4C=45C        TCGC=45C        TCMc=0C        TCSA=47C        TCTD=0C        TCXC=47C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=40C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=42C        TM0S=40C        TP0P=44C        TPCD=50C        TW0P=41C        Ta0P=30C        TaSP=30C        Th1H=40C        Th2H=37C        Ts0P=27C        Ts0S=32C        Ts1S=33C

I did notice that I have a kernel boot parameter

btusb.enable_autosuspend=n

. That was from one of the Macbook wiki entries for battery life or stuttering audio or... something. Maybe it's fixed now, and we don't have to tweak this thing.

Last edited by krakenfury (2023-07-10 04:41:51)

Offline

#6 2023-07-10 04:23:08

krakenfury
Member
Registered: 2013-04-18
Posts: 15

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

Nope still no worky.
btusb is loading, but no controllers show up in bluetoothctl, bluedevil, etc.
These encouraging lines are missing from the broken boot:

Jul 09 23:25:50 hostname kernel: Bluetooth: hci0: BCM: chip id 73 build 0765
Jul 09 23:25:50 hostname kernel: Bluetooth: hci0: BCM: product 05ac:8289
Jul 09 23:25:50 hostname kernel: Bluetooth: hci0: BCM: features 0x07
Jul 09 23:25:50 hostname kernel: Bluetooth: hci0: hostname

Offline

#7 2023-07-10 11:57:47

loqs
Member
Registered: 2014-03-06
Posts: 17,581

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

There is only one change to the btbcm module for 6.4 https://github.com/torvalds/linux/commi … 320f3bd918 what if that commit is reverted

https://drive.google.com/file/d/1Z4pPkj … sp=sharing linux-6.4.2.arch1-1.2-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1GkVugP … sp=sharing linux-headers-6.4.2.arch1-1.2-x86_64.pkg.tar.zst

Offline

#8 2023-07-10 14:35:54

krakenfury
Member
Registered: 2013-04-18
Posts: 15

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

Are those patched kernel packages that you put together? I can try those later on today.

Offline

#9 2023-07-10 15:04:27

loqs
Member
Registered: 2014-03-06
Posts: 17,581

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

krakenfury wrote:

Are those patched kernel packages that you put together?.

Yes the latest Arch linux kernel with 0d218c3642b9ccf71f44987cd03c19320f3bd918 reverted.

Offline

#10 2023-07-10 22:40:04

krakenfury
Member
Registered: 2013-04-18
Posts: 15

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

Unfortunately, still the same problem. "No adapters available" error.

Jul 10 18:25:01 hostname kernel: Linux version 6.4.2-arch1-1.2 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Mon, 10 Jul 2023 11:37:56 +0000
Jul 10 18:25:01 hostname kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=xxxxxx rw loglevel=3 acpi_mask_gpe=0x06 btusb.enable_autosuspend=n acpi_osi=
Jul 10 18:25:01 hostname kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jul 10 18:25:01 hostname kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jul 10 18:25:01 hostname kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jul 10 18:25:01 hostname kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jul 10 18:25:01 hostname kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jul 10 18:25:01 hostname kernel: signal: max sigframe size: 1776
Jul 10 18:25:01 hostname kernel: BIOS-provided physical RAM map:
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000008efff] usable
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] reserved
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007ad13fff] usable
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x000000007ad14000-0x000000007ad52fff] ACPI NVS
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x000000007ad53000-0x000000007ad5efff] usable
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x000000007ad5f000-0x000000007ad8efff] ACPI data
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x000000007ad8f000-0x000000007ae38fff] usable
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x000000007ae39000-0x000000007ae8efff] reserved
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x000000007ae8f000-0x000000007aecffff] usable
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x000000007aed0000-0x000000007aefefff] type 20
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x000000007aeff000-0x000000007af7afff] usable
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x000000007af7b000-0x000000007afe4fff] reserved
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x000000007afe5000-0x000000007affffff] usable
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x000000007b000000-0x000000007f9fffff] reserved
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved
Jul 10 18:25:01 hostname kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047f5fffff] usable
Jul 10 18:25:01 hostname kernel: NX (Execute Disable) protection: active
Jul 10 18:25:01 hostname kernel: efi: EFI v1.1 by Apple
Jul 10 18:25:01 hostname kernel: efi: ACPI=0x7ad8e000 ACPI 2.0=0x7ad8e014 SMBIOS=0x7ad15000 
Jul 10 18:25:01 hostname kernel: efi: Not removing mem267: MMIO range=[0xe00f8000-0xe00f8fff] (4KB) from e820 map
Jul 10 18:25:01 hostname kernel: efi: Not removing mem268: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
Jul 10 18:25:01 hostname kernel: efi: Not removing mem269: MMIO range=[0xffe10000-0xffe3ffff] (192KB) from e820 map
Jul 10 18:25:01 hostname kernel: SMBIOS 2.4 present.
Jul 10 18:25:01 hostname kernel: DMI: Apple Inc. MacBookPro11,2/Mac-3CBD00234E554E41, BIOS MBP112.88Z.0138.B16.1509081314 09/08/2015
Jul 10 18:25:01 hostname kernel: tsc: Fast TSC calibration using PIT
Jul 10 18:25:01 hostname kernel: tsc: Detected 2194.931 MHz processor
Jul 10 18:25:01 hostname kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 10 18:25:01 hostname kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 10 18:25:01 hostname kernel: last_pfn = 0x47f600 max_arch_pfn = 0x400000000
Jul 10 18:25:01 hostname kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jul 10 18:25:01 hostname kernel: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
Jul 10 18:25:01 hostname kernel: Using GB pages for direct mapping
Jul 10 18:25:01 hostname kernel: Secure boot disabled
Jul 10 18:25:01 hostname kernel: RAMDISK: [mem 0x36483000-0x37238fff]
Jul 10 18:25:01 hostname kernel: ACPI: Early table checksum verification disabled
Jul 10 18:25:01 hostname kernel: ACPI: RSDP 0x000000007AD8E014 000024 (v02 APPLE )
Jul 10 18:25:01 hostname kernel: ACPI: XSDT 0x000000007AD8E1C0 0000A4 (v01 APPLE  Apple00  00000000      01000013)
Jul 10 18:25:01 hostname kernel: ACPI: FACP 0x000000007AD8C000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
Jul 10 18:25:01 hostname kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/0 (20230331/tbfadt-564)
Jul 10 18:25:01 hostname kernel: ACPI: DSDT 0x000000007AD80000 006C1F (v03 APPLE  MacBookP 00110002 INTL 20100915)
Jul 10 18:25:01 hostname kernel: ACPI: FACS 0x000000007AD1C000 000040
Jul 10 18:25:01 hostname kernel: ACPI: FACS 0x000000007AD1C000 000040
Jul 10 18:25:01 hostname kernel: ACPI: HPET 0x000000007AD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 10 18:25:01 hostname kernel: ACPI: APIC 0x000000007AD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
Jul 10 18:25:01 hostname kernel: ACPI: SBST 0x000000007AD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 10 18:25:01 hostname kernel: ACPI: ECDT 0x000000007AD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 10 18:25:01 hostname kernel: ACPI: SSDT 0x000000007AD7F000 00010B (v01 APPLE  SataAhci 00001000 INTL 20100915)
Jul 10 18:25:01 hostname kernel: ACPI: SSDT 0x000000007AD7E000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20100915)
Jul 10 18:25:01 hostname kernel: ACPI: SSDT 0x000000007AD7C000 000688 (v01 APPLE  SDUsbLpt 00001000 INTL 20100915)
Jul 10 18:25:01 hostname kernel: ACPI: SSDT 0x000000007AD79000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20100915)
Jul 10 18:25:01 hostname kernel: ACPI: SSDT 0x000000007AD6E000 005CBF (v01 APPLE  TbtPEG10 00001000 INTL 20100915)
Jul 10 18:25:01 hostname kernel: ACPI: SSDT 0x000000007AD63000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20100915)
Jul 10 18:25:01 hostname kernel: ACPI: SSDT 0x000000007AD62000 0003E0 (v01 APPLE  SaHdaCdc 00001000 INTL 20100915)
Jul 10 18:25:01 hostname kernel: ACPI: SSDT 0x000000007AD61000 00069C (v01 PmRef  Cpu0Ist  00003000 INTL 20100915)
Jul 10 18:25:01 hostname kernel: ACPI: SSDT 0x000000007AD60000 000B83 (v01 PmRef  CpuPm    00003000 INTL 20100915)
Jul 10 18:25:01 hostname kernel: ACPI: MCFG 0x000000007AD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 10 18:25:01 hostname kernel: ACPI: DMAR 0x000000007AD5F000 000088 (v01 APPLE  HSW      00000001 AAPL 00000001)
Jul 10 18:25:01 hostname kernel: ACPI: Reserving FACP table memory at [mem 0x7ad8c000-0x7ad8c0f3]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving DSDT table memory at [mem 0x7ad80000-0x7ad86c1e]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving FACS table memory at [mem 0x7ad1c000-0x7ad1c03f]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving FACS table memory at [mem 0x7ad1c000-0x7ad1c03f]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving HPET table memory at [mem 0x7ad8b000-0x7ad8b037]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving APIC table memory at [mem 0x7ad8a000-0x7ad8a0bb]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving SBST table memory at [mem 0x7ad88000-0x7ad8802f]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving ECDT table memory at [mem 0x7ad87000-0x7ad87052]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad7f000-0x7ad7f10a]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad7e000-0x7ad7e023]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad7c000-0x7ad7c687]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad79000-0x7ad79031]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad6e000-0x7ad73cbe]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad63000-0x7ad630b7]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad62000-0x7ad623df]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad61000-0x7ad6169b]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving SSDT table memory at [mem 0x7ad60000-0x7ad60b82]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving MCFG table memory at [mem 0x7ad89000-0x7ad8903b]
Jul 10 18:25:01 hostname kernel: ACPI: Reserving DMAR table memory at [mem 0x7ad5f000-0x7ad5f087]
Jul 10 18:25:01 hostname kernel: ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Jul 10 18:25:01 hostname kernel: No NUMA configuration found
Jul 10 18:25:01 hostname kernel: Faking a node at [mem 0x0000000000000000-0x000000047f5fffff]
Jul 10 18:25:01 hostname kernel: NODE_DATA(0) allocated [mem 0x47f5fb000-0x47f5fffff]
Jul 10 18:25:01 hostname kernel: Zone ranges:
Jul 10 18:25:01 hostname kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jul 10 18:25:01 hostname kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jul 10 18:25:01 hostname kernel:   Normal   [mem 0x0000000100000000-0x000000047f5fffff]
Jul 10 18:25:01 hostname kernel:   Device   empty
Jul 10 18:25:01 hostname kernel: Movable zone start for each node
Jul 10 18:25:01 hostname kernel: Early memory node ranges
Jul 10 18:25:01 hostname kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Jul 10 18:25:01 hostname kernel:   node   0: [mem 0x0000000000059000-0x000000000008efff]
Jul 10 18:25:01 hostname kernel:   node   0: [mem 0x0000000000090000-0x000000000009ffff]
Jul 10 18:25:01 hostname kernel:   node   0: [mem 0x0000000000100000-0x000000007ad13fff]
Jul 10 18:25:01 hostname kernel:   node   0: [mem 0x000000007ad53000-0x000000007ad5efff]
Jul 10 18:25:01 hostname kernel:   node   0: [mem 0x000000007ad8f000-0x000000007ae38fff]
Jul 10 18:25:01 hostname kernel:   node   0: [mem 0x000000007ae8f000-0x000000007aecffff]
Jul 10 18:25:01 hostname kernel:   node   0: [mem 0x000000007aeff000-0x000000007af7afff]
Jul 10 18:25:01 hostname kernel:   node   0: [mem 0x000000007afe5000-0x000000007affffff]
Jul 10 18:25:01 hostname kernel:   node   0: [mem 0x0000000100000000-0x000000047f5fffff]
Jul 10 18:25:01 hostname kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047f5fffff]
Jul 10 18:25:01 hostname kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 10 18:25:01 hostname kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 10 18:25:01 hostname kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 10 18:25:01 hostname kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jul 10 18:25:01 hostname kernel: On node 0, zone DMA32: 63 pages in unavailable ranges
Jul 10 18:25:01 hostname kernel: On node 0, zone DMA32: 48 pages in unavailable ranges
Jul 10 18:25:01 hostname kernel: On node 0, zone DMA32: 86 pages in unavailable ranges
Jul 10 18:25:01 hostname kernel: On node 0, zone DMA32: 47 pages in unavailable ranges
Jul 10 18:25:01 hostname kernel: On node 0, zone DMA32: 106 pages in unavailable ranges
Jul 10 18:25:01 hostname kernel: On node 0, zone Normal: 20480 pages in unavailable ranges
Jul 10 18:25:01 hostname kernel: On node 0, zone Normal: 2560 pages in unavailable ranges
Jul 10 18:25:01 hostname kernel: Reserving Intel graphics memory at [mem 0x7ba00000-0x7f9fffff]
Jul 10 18:25:01 hostname kernel: ACPI: PM-Timer IO Port: 0x408
Jul 10 18:25:01 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jul 10 18:25:01 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jul 10 18:25:01 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jul 10 18:25:01 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jul 10 18:25:01 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jul 10 18:25:01 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jul 10 18:25:01 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jul 10 18:25:01 hostname kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jul 10 18:25:01 hostname kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jul 10 18:25:01 hostname kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 10 18:25:01 hostname kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jul 10 18:25:01 hostname kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jul 10 18:25:01 hostname kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jul 10 18:25:01 hostname kernel: [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0x17 (or later)
Jul 10 18:25:01 hostname kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000bffff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7ad14000-0x7ad52fff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7ad5f000-0x7ad8efff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7ae39000-0x7ae8efff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7aed0000-0x7aefefff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7af7b000-0x7afe4fff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7b000000-0x7f9fffff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0x7fa00000-0xe00f7fff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffe0ffff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xffe10000-0xffe3ffff]
Jul 10 18:25:01 hostname kernel: PM: hibernation: Registered nosave memory: [mem 0xffe40000-0xffffffff]
Jul 10 18:25:01 hostname kernel: [mem 0x7fa00000-0xe00f7fff] available for PCI devices
Jul 10 18:25:01 hostname kernel: Booting paravirtualized kernel on bare hardware
Jul 10 18:25:01 hostname kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jul 10 18:25:01 hostname kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Jul 10 18:25:01 hostname kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Jul 10 18:25:01 hostname kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Jul 10 18:25:01 hostname kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Jul 10 18:25:01 hostname kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=xxxxxx rw loglevel=3 acpi_mask_gpe=0x06 btusb.enable_autosuspend=n acpi_osi=
Jul 10 18:25:01 hostname kernel: ACPI: _OSI method disabled
Jul 10 18:25:01 hostname kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Jul 10 18:25:01 hostname kernel: random: crng init done
Jul 10 18:25:01 hostname kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jul 10 18:25:01 hostname kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jul 10 18:25:01 hostname kernel: Fallback order for Node 0: 0 
Jul 10 18:25:01 hostname kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4105487
Jul 10 18:25:01 hostname kernel: Policy zone: Normal
Jul 10 18:25:01 hostname kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jul 10 18:25:01 hostname kernel: software IO TLB: area num 8.
Jul 10 18:25:01 hostname kernel: Memory: 16063584K/16683260K available (16384K kernel code, 2119K rwdata, 12752K rodata, 3332K init, 4008K bss, 619416K reserved, 0K cma-reserved)
Jul 10 18:25:01 hostname kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jul 10 18:25:01 hostname kernel: Kernel/User page tables isolation: enabled
Jul 10 18:25:01 hostname kernel: ftrace: allocating 47524 entries in 186 pages
Jul 10 18:25:01 hostname kernel: ftrace: allocated 186 pages with 5 groups
Jul 10 18:25:01 hostname kernel: Dynamic Preempt: full
Jul 10 18:25:01 hostname kernel: rcu: Preemptible hierarchical RCU implementation.
Jul 10 18:25:01 hostname kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Jul 10 18:25:01 hostname kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jul 10 18:25:01 hostname kernel:         Trampoline variant of Tasks RCU enabled.
Jul 10 18:25:01 hostname kernel:         Rude variant of Tasks RCU enabled.
Jul 10 18:25:01 hostname kernel:         Tracing variant of Tasks RCU enabled.
Jul 10 18:25:01 hostname kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jul 10 18:25:01 hostname kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Jul 10 18:25:01 hostname kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Jul 10 18:25:01 hostname kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jul 10 18:25:01 hostname kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jul 10 18:25:01 hostname kernel: Console: colour dummy device 80x25
Jul 10 18:25:01 hostname kernel: printk: console [tty0] enabled
Jul 10 18:25:01 hostname kernel: ACPI: Core revision 20230331
Jul 10 18:25:01 hostname kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jul 10 18:25:01 hostname kernel: APIC: Switch to symmetric I/O mode setup
Jul 10 18:25:01 hostname kernel: DMAR: Host address width 39
Jul 10 18:25:01 hostname kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jul 10 18:25:01 hostname kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
Jul 10 18:25:01 hostname kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jul 10 18:25:01 hostname kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
Jul 10 18:25:01 hostname kernel: DMAR: RMRR base: 0x0000007b800000 end: 0x0000007f9fffff
Jul 10 18:25:01 hostname kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Jul 10 18:25:01 hostname kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jul 10 18:25:01 hostname kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jul 10 18:25:01 hostname kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jul 10 18:25:01 hostname kernel: x2apic enabled
Jul 10 18:25:01 hostname kernel: Switched APIC routing to cluster x2apic.
Jul 10 18:25:01 hostname kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 10 18:25:01 hostname kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fa37e3a27f, max_idle_ns: 440795212633 ns
Jul 10 18:25:01 hostname kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4391.77 BogoMIPS (lpj=7316436)
Jul 10 18:25:01 hostname kernel: pid_max: default: 32768 minimum: 301
Jul 10 18:25:01 hostname kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Jul 10 18:25:01 hostname kernel: landlock: Up and running.
Jul 10 18:25:01 hostname kernel: Yama: becoming mindful.
Jul 10 18:25:01 hostname kernel: LSM support for eBPF active
Jul 10 18:25:01 hostname kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jul 10 18:25:01 hostname kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jul 10 18:25:01 hostname kernel: CPU0: Thermal monitoring enabled (TM1)
Jul 10 18:25:01 hostname kernel: process: using mwait in idle threads
Jul 10 18:25:01 hostname kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Jul 10 18:25:01 hostname kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Jul 10 18:25:01 hostname kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jul 10 18:25:01 hostname kernel: Spectre V2 : Mitigation: Retpolines
Jul 10 18:25:01 hostname kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jul 10 18:25:01 hostname kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jul 10 18:25:01 hostname kernel: Speculative Store Bypass: Vulnerable
Jul 10 18:25:01 hostname kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Jul 10 18:25:01 hostname kernel: MMIO Stale Data: Unknown: No mitigations
Jul 10 18:25:01 hostname kernel: SRBDS: Vulnerable: No microcode
Jul 10 18:25:01 hostname kernel: Freeing SMP alternatives memory: 40K
Jul 10 18:25:01 hostname kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (family: 0x6, model: 0x46, stepping: 0x1)
Jul 10 18:25:01 hostname kernel: cblist_init_generic: Setting adjustable number of callback queues.
Jul 10 18:25:01 hostname kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Jul 10 18:25:01 hostname kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Jul 10 18:25:01 hostname kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Jul 10 18:25:01 hostname kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
Jul 10 18:25:01 hostname kernel: ... version:                3
Jul 10 18:25:01 hostname kernel: ... bit width:              48
Jul 10 18:25:01 hostname kernel: ... generic registers:      4
Jul 10 18:25:01 hostname kernel: ... value mask:             0000ffffffffffff
Jul 10 18:25:01 hostname kernel: ... max period:             00007fffffffffff
Jul 10 18:25:01 hostname kernel: ... fixed-purpose events:   3
Jul 10 18:25:01 hostname kernel: ... event mask:             000000070000000f
Jul 10 18:25:01 hostname kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1489
Jul 10 18:25:01 hostname kernel: rcu: Hierarchical SRCU implementation.
Jul 10 18:25:01 hostname kernel: rcu:         Max phase no-delay instances is 1000.
Jul 10 18:25:01 hostname kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jul 10 18:25:01 hostname kernel: smp: Bringing up secondary CPUs ...
Jul 10 18:25:01 hostname kernel: x86: Booting SMP configuration:
Jul 10 18:25:01 hostname kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Jul 10 18:25:01 hostname kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Jul 10 18:25:01 hostname kernel:  #5 #6 #7
Jul 10 18:25:01 hostname kernel: smp: Brought up 1 node, 8 CPUs
Jul 10 18:25:01 hostname kernel: smpboot: Max logical packages: 1
Jul 10 18:25:01 hostname kernel: smpboot: Total of 8 processors activated (35132.18 BogoMIPS)
Jul 10 18:25:01 hostname kernel: devtmpfs: initialized
Jul 10 18:25:01 hostname kernel: x86/mm: Memory block size: 128MB
Jul 10 18:25:01 hostname kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7ad14000-0x7ad52fff] (258048 bytes)
Jul 10 18:25:01 hostname kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jul 10 18:25:01 hostname kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Jul 10 18:25:01 hostname kernel: pinctrl core: initialized pinctrl subsystem
Jul 10 18:25:01 hostname kernel: PM: RTC time: 22:24:54, date: 2023-07-10
Jul 10 18:25:01 hostname kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jul 10 18:25:01 hostname kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jul 10 18:25:01 hostname kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jul 10 18:25:01 hostname kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jul 10 18:25:01 hostname kernel: audit: initializing netlink subsys (disabled)
Jul 10 18:25:01 hostname kernel: audit: type=2000 audit(1689027894.193:1): state=initialized audit_enabled=0 res=1
Jul 10 18:25:01 hostname kernel: thermal_sys: Registered thermal governor 'fair_share'
Jul 10 18:25:01 hostname kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jul 10 18:25:01 hostname kernel: thermal_sys: Registered thermal governor 'step_wise'
Jul 10 18:25:01 hostname kernel: thermal_sys: Registered thermal governor 'user_space'
Jul 10 18:25:01 hostname kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jul 10 18:25:01 hostname kernel: cpuidle: using governor ladder
Jul 10 18:25:01 hostname kernel: cpuidle: using governor menu
Jul 10 18:25:01 hostname kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 10 18:25:01 hostname kernel: PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
Jul 10 18:25:01 hostname kernel: PCI: not using MMCONFIG
Jul 10 18:25:01 hostname kernel: PCI: Using configuration type 1 for base access
Jul 10 18:25:01 hostname kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Jul 10 18:25:01 hostname kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jul 10 18:25:01 hostname kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jul 10 18:25:01 hostname kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jul 10 18:25:01 hostname kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jul 10 18:25:01 hostname kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jul 10 18:25:01 hostname kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jul 10 18:25:01 hostname kernel: ACPI: Disabled all _OSI OS vendors
Jul 10 18:25:01 hostname kernel: ACPI: Added _OSI(Module Device)
Jul 10 18:25:01 hostname kernel: ACPI: Added _OSI(Processor Device)
Jul 10 18:25:01 hostname kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 10 18:25:01 hostname kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 10 18:25:01 hostname kernel: ACPI: Added _OSI(Darwin)
Jul 10 18:25:01 hostname kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Jul 10 18:25:01 hostname kernel: ACPI: EC: EC started
Jul 10 18:25:01 hostname kernel: ACPI: EC: interrupt blocked
Jul 10 18:25:01 hostname kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 10 18:25:01 hostname kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jul 10 18:25:01 hostname kernel: ACPI Error: Needed type [Reference], found [Integer] (____ptrval____) (20230331/exresop-66)
Jul 10 18:25:01 hostname kernel: ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Store] (20230331/dswexec-433)
Jul 10 18:25:01 hostname kernel: ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_AML_OPERAND_TYPE) (20230331/psparse-529)
Jul 10 18:25:01 hostname kernel: ACPI: Dynamic OEM Table Load:
Jul 10 18:25:01 hostname kernel: ACPI: SSDT 0xFFFF9BD540EA1800 00067C (v01 PmRef  ApIst    00003000 INTL 20100915)
Jul 10 18:25:01 hostname kernel: ACPI: Dynamic OEM Table Load:
Jul 10 18:25:01 hostname kernel: ACPI: SSDT 0xFFFF9BD541AB4800 000119 (v01 PmRef  ApCst    00003000 INTL 20100915)
Jul 10 18:25:01 hostname kernel: ACPI: Interpreter enabled
Jul 10 18:25:01 hostname kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jul 10 18:25:01 hostname kernel: ACPI: Using IOAPIC for interrupt routing
Jul 10 18:25:01 hostname kernel: PCI: MMCONFIG for domain 0000 [bus 00-9b] at [mem 0xe0000000-0xe9bfffff] (base 0xe0000000)
Jul 10 18:25:01 hostname kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe9bfffff] reserved as ACPI motherboard resource
Jul 10 18:25:01 hostname kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 10 18:25:01 hostname kernel: PCI: Using E820 reservations for host bridge windows
Jul 10 18:25:01 hostname kernel: ACPI: Masking GPE 0x6.
Jul 10 18:25:01 hostname kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
Jul 10 18:25:01 hostname kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jul 10 18:25:01 hostname kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
Jul 10 18:25:01 hostname kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9b] only partially covers this bridge
Jul 10 18:25:01 hostname kernel: PCI host bridge to bus 0000:00
Jul 10 18:25:01 hostname kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:00: root bus resource [mem 0x7fa00000-0xfeafffff window]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:00.0: [8086:0d04] type 00 class 0x060000
Jul 10 18:25:01 hostname kernel: pci 0000:00:01.0: [8086:0d01] type 01 class 0x060400
Jul 10 18:25:01 hostname kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jul 10 18:25:01 hostname kernel: pci 0000:00:02.0: [8086:0d26] type 00 class 0x030000
Jul 10 18:25:01 hostname kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa03fffff 64bit]
Jul 10 18:25:01 hostname kernel: pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
Jul 10 18:25:01 hostname kernel: pci 0000:00:02.0: reg 0x20: [io  0x1000-0x103f]
Jul 10 18:25:01 hostname kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jul 10 18:25:01 hostname kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:03.0: [8086:0d0c] type 00 class 0x040300
Jul 10 18:25:01 hostname kernel: pci 0000:00:03.0: reg 0x10: [mem 0xa0a10000-0xa0a13fff 64bit]
Jul 10 18:25:01 hostname kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Jul 10 18:25:01 hostname kernel: pci 0000:00:14.0: reg 0x10: [mem 0xa0a00000-0xa0a0ffff 64bit]
Jul 10 18:25:01 hostname kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jul 10 18:25:01 hostname kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Jul 10 18:25:01 hostname kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa0a19100-0xa0a1910f 64bit]
Jul 10 18:25:01 hostname kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jul 10 18:25:01 hostname kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
Jul 10 18:25:01 hostname kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xa0a14000-0xa0a17fff 64bit]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Jul 10 18:25:01 hostname kernel: pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
Jul 10 18:25:01 hostname kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Jul 10 18:25:01 hostname kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa0a19000-0xa0a190ff 64bit]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
Jul 10 18:25:01 hostname kernel: pci 0000:00:01.0: PCI bridge to [bus 05-9b]
Jul 10 18:25:01 hostname kernel: pci 0000:00:01.0:   bridge window [io  0x2000-0x4fff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:01.0:   bridge window [mem 0xa0b00000-0xacbfffff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:01.0:   bridge window [mem 0xacc00000-0xb8bfffff 64bit pref]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jul 10 18:25:01 hostname kernel: pci 0000:02:00.0: [14e4:43a0] type 00 class 0x028000
Jul 10 18:25:01 hostname kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa0600000-0xa0607fff 64bit]
Jul 10 18:25:01 hostname kernel: pci 0000:02:00.0: reg 0x18: [mem 0xa0400000-0xa05fffff 64bit]
Jul 10 18:25:01 hostname kernel: pci 0000:02:00.0: supports D1 D2
Jul 10 18:25:01 hostname kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.2: PCI bridge to [bus 02]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.2:   bridge window [mem 0xa0400000-0xa06fffff]
Jul 10 18:25:01 hostname kernel: pci 0000:03:00.0: [14e4:1570] type 00 class 0x048000
Jul 10 18:25:01 hostname kernel: pci 0000:03:00.0: reg 0x10: [mem 0xa0900000-0xa090ffff 64bit]
Jul 10 18:25:01 hostname kernel: pci 0000:03:00.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
Jul 10 18:25:01 hostname kernel: pci 0000:03:00.0: reg 0x20: [mem 0xa0800000-0xa08fffff 64bit]
Jul 10 18:25:01 hostname kernel: pci 0000:03:00.0: supports D1
Jul 10 18:25:01 hostname kernel: pci 0000:03:00.0: PME# supported from D0 D3hot
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.3:   bridge window [mem 0xa0800000-0xa09fffff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.3:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
Jul 10 18:25:01 hostname kernel: pci 0000:04:00.0: [144d:1600] type 00 class 0x010601
Jul 10 18:25:01 hostname kernel: pci 0000:04:00.0: reg 0x24: [mem 0xa0700000-0xa0701fff]
Jul 10 18:25:01 hostname kernel: pci 0000:04:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
Jul 10 18:25:01 hostname kernel: pci 0000:04:00.0: PME# supported from D3hot D3cold
Jul 10 18:25:01 hostname kernel: pci 0000:04:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:1c.4 (capable of 16.000 Gb/s with 5.0 GT/s PCIe x4 link)
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.4:   bridge window [mem 0xa0700000-0xa07fffff]
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKA disabled
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKB disabled
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKC disabled
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKD disabled
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKE disabled
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKF disabled
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKG disabled
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jul 10 18:25:01 hostname kernel: ACPI: PCI: Interrupt link LNKH disabled
Jul 10 18:25:01 hostname kernel: ACPI: EC: interrupt unblocked
Jul 10 18:25:01 hostname kernel: ACPI: EC: event unblocked
Jul 10 18:25:01 hostname kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 10 18:25:01 hostname kernel: ACPI: EC: GPE=0x17
Jul 10 18:25:01 hostname kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Jul 10 18:25:01 hostname kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Jul 10 18:25:01 hostname kernel: iommu: Default domain type: Translated 
Jul 10 18:25:01 hostname kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Jul 10 18:25:01 hostname kernel: SCSI subsystem initialized
Jul 10 18:25:01 hostname kernel: libata version 3.00 loaded.
Jul 10 18:25:01 hostname kernel: ACPI: bus type USB registered
Jul 10 18:25:01 hostname kernel: usbcore: registered new interface driver usbfs
Jul 10 18:25:01 hostname kernel: usbcore: registered new interface driver hub
Jul 10 18:25:01 hostname kernel: usbcore: registered new device driver usb
Jul 10 18:25:01 hostname kernel: pps_core: LinuxPPS API ver. 1 registered
Jul 10 18:25:01 hostname kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jul 10 18:25:01 hostname kernel: PTP clock support registered
Jul 10 18:25:01 hostname kernel: EDAC MC: Ver: 3.0.0
Jul 10 18:25:01 hostname kernel: efivars: Registered efivars operations
Jul 10 18:25:01 hostname kernel: NetLabel: Initializing
Jul 10 18:25:01 hostname kernel: NetLabel:  domain hash size = 128
Jul 10 18:25:01 hostname kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jul 10 18:25:01 hostname kernel: NetLabel:  unlabeled traffic allowed by default
Jul 10 18:25:01 hostname kernel: mctp: management component transport protocol core
Jul 10 18:25:01 hostname kernel: NET: Registered PF_MCTP protocol family
Jul 10 18:25:01 hostname kernel: PCI: Using ACPI for IRQ routing
Jul 10 18:25:01 hostname kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 10 18:25:01 hostname kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Jul 10 18:25:01 hostname kernel: e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
Jul 10 18:25:01 hostname kernel: e820: reserve RAM buffer [mem 0x7ad14000-0x7bffffff]
Jul 10 18:25:01 hostname kernel: e820: reserve RAM buffer [mem 0x7ad5f000-0x7bffffff]
Jul 10 18:25:01 hostname kernel: e820: reserve RAM buffer [mem 0x7ae39000-0x7bffffff]
Jul 10 18:25:01 hostname kernel: e820: reserve RAM buffer [mem 0x7aed0000-0x7bffffff]
Jul 10 18:25:01 hostname kernel: e820: reserve RAM buffer [mem 0x7af7b000-0x7bffffff]
Jul 10 18:25:01 hostname kernel: e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
Jul 10 18:25:01 hostname kernel: e820: reserve RAM buffer [mem 0x47f600000-0x47fffffff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jul 10 18:25:01 hostname kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jul 10 18:25:01 hostname kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jul 10 18:25:01 hostname kernel: vgaarb: loaded
Jul 10 18:25:01 hostname kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jul 10 18:25:01 hostname kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jul 10 18:25:01 hostname kernel: clocksource: Switched to clocksource tsc-early
Jul 10 18:25:01 hostname kernel: VFS: Disk quotas dquot_6.6.0
Jul 10 18:25:01 hostname kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 10 18:25:01 hostname kernel: pnp: PnP ACPI init
Jul 10 18:25:01 hostname kernel: system 00:00: [mem 0xfed00000-0xfed03fff] has been reserved
Jul 10 18:25:01 hostname kernel: system 00:01: [io  0xffff] has been reserved
Jul 10 18:25:01 hostname kernel: system 00:01: [io  0x0400-0x047f] has been reserved
Jul 10 18:25:01 hostname kernel: system 00:01: [io  0x0800-0x087f] has been reserved
Jul 10 18:25:01 hostname kernel: system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jul 10 18:25:01 hostname kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
Jul 10 18:25:01 hostname kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
Jul 10 18:25:01 hostname kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
Jul 10 18:25:01 hostname kernel: system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
Jul 10 18:25:01 hostname kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Jul 10 18:25:01 hostname kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Jul 10 18:25:01 hostname kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
Jul 10 18:25:01 hostname kernel: system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
Jul 10 18:25:01 hostname kernel: system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
Jul 10 18:25:01 hostname kernel: system 00:05: [mem 0x20000000-0x201fffff] could not be reserved
Jul 10 18:25:01 hostname kernel: system 00:05: [mem 0x40000000-0x401fffff] could not be reserved
Jul 10 18:25:01 hostname kernel: pnp: PnP ACPI: found 6 devices
Jul 10 18:25:01 hostname kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jul 10 18:25:01 hostname kernel: NET: Registered PF_INET protocol family
Jul 10 18:25:01 hostname kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jul 10 18:25:01 hostname kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jul 10 18:25:01 hostname kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jul 10 18:25:01 hostname kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jul 10 18:25:01 hostname kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jul 10 18:25:01 hostname kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jul 10 18:25:01 hostname kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jul 10 18:25:01 hostname kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jul 10 18:25:01 hostname kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jul 10 18:25:01 hostname kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jul 10 18:25:01 hostname kernel: NET: Registered PF_XDP protocol family
Jul 10 18:25:01 hostname kernel: pci 0000:04:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x7fa00000-0x7fbfffff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x7fc00000-0x7fdfffff 64bit pref]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0: BAR 13: assigned [io  0x5000-0x5fff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:01.0: PCI bridge to [bus 05-9b]
Jul 10 18:25:01 hostname kernel: pci 0000:00:01.0:   bridge window [io  0x2000-0x4fff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:01.0:   bridge window [mem 0xa0b00000-0xacbfffff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:01.0:   bridge window [mem 0xacc00000-0xb8bfffff 64bit pref]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0:   bridge window [io  0x5000-0x5fff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0:   bridge window [mem 0x7fa00000-0x7fbfffff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.0:   bridge window [mem 0x7fc00000-0x7fdfffff 64bit pref]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.2: PCI bridge to [bus 02]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.2:   bridge window [mem 0xa0400000-0xa06fffff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.3: PCI bridge to [bus 03]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.3:   bridge window [mem 0xa0800000-0xa09fffff]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.3:   bridge window [mem 0x80000000-0x8fffffff 64bit pref]
Jul 10 18:25:01 hostname kernel: pci 0000:04:00.0: BAR 6: assigned [mem 0xa0710000-0xa071ffff pref]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.4: PCI bridge to [bus 04]
Jul 10 18:25:01 hostname kernel: pci 0000:00:1c.4:   bridge window [mem 0xa0700000-0xa07fffff]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:00: resource 7 [mem 0x7fa00000-0xfeafffff window]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:05: resource 0 [io  0x2000-0x4fff]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:05: resource 1 [mem 0xa0b00000-0xacbfffff]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:05: resource 2 [mem 0xacc00000-0xb8bfffff 64bit pref]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:01: resource 1 [mem 0x7fa00000-0x7fbfffff]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:01: resource 2 [mem 0x7fc00000-0x7fdfffff 64bit pref]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:02: resource 1 [mem 0xa0400000-0xa06fffff]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:03: resource 1 [mem 0xa0800000-0xa09fffff]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:03: resource 2 [mem 0x80000000-0x8fffffff 64bit pref]
Jul 10 18:25:01 hostname kernel: pci_bus 0000:04: resource 1 [mem 0xa0700000-0xa07fffff]
Jul 10 18:25:01 hostname kernel: PCI: CLS 256 bytes, default 64
Jul 10 18:25:01 hostname kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jul 10 18:25:01 hostname kernel: software IO TLB: mapped [mem 0x000000006a77e000-0x000000006e77e000] (64MB)
Jul 10 18:25:01 hostname kernel: Trying to unpack rootfs image as initramfs...
Jul 10 18:25:01 hostname kernel: Initialise system trusted keyrings
Jul 10 18:25:01 hostname kernel: Key type blacklist registered
Jul 10 18:25:01 hostname kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jul 10 18:25:01 hostname kernel: zbud: loaded
Jul 10 18:25:01 hostname kernel: integrity: Platform Keyring initialized
Jul 10 18:25:01 hostname kernel: integrity: Machine keyring initialized
Jul 10 18:25:01 hostname kernel: Key type asymmetric registered
Jul 10 18:25:01 hostname kernel: Asymmetric key parser 'x509' registered
Jul 10 18:25:01 hostname kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jul 10 18:25:01 hostname kernel: io scheduler mq-deadline registered
Jul 10 18:25:01 hostname kernel: io scheduler kyber registered
Jul 10 18:25:01 hostname kernel: io scheduler bfq registered
Jul 10 18:25:01 hostname kernel: pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
Jul 10 18:25:01 hostname kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jul 10 18:25:01 hostname kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jul 10 18:25:01 hostname kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
Jul 10 18:25:01 hostname kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Jul 10 18:25:01 hostname kernel: ACPI: button: Lid Switch [LID0]
Jul 10 18:25:01 hostname kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jul 10 18:25:01 hostname kernel: ACPI: button: Power Button [PWRB]
Jul 10 18:25:01 hostname kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Jul 10 18:25:01 hostname kernel: ACPI: button: Sleep Button [SLPB]
Jul 10 18:25:01 hostname kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jul 10 18:25:01 hostname kernel: ACPI: button: Power Button [PWRF]
Jul 10 18:25:01 hostname kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jul 10 18:25:01 hostname kernel: Non-volatile memory driver v1.3
Jul 10 18:25:01 hostname kernel: Linux agpgart interface v0.103
Jul 10 18:25:01 hostname kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jul 10 18:25:01 hostname kernel: ACPI: bus type drm_connector registered
Jul 10 18:25:01 hostname kernel: ahci 0000:04:00.0: version 3.0
Jul 10 18:25:01 hostname kernel: Freeing initrd memory: 14040K
Jul 10 18:25:01 hostname kernel: ahci 0000:04:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Jul 10 18:25:01 hostname kernel: ahci 0000:04:00.0: flags: 64bit ncq led clo only pio ccc 
Jul 10 18:25:01 hostname kernel: scsi host0: ahci
Jul 10 18:25:01 hostname kernel: ata1: SATA max UDMA/133 abar m8192@0xa0700000 port 0xa0700100 irq 16
Jul 10 18:25:01 hostname kernel: usbcore: registered new interface driver usbserial_generic
Jul 10 18:25:01 hostname kernel: usbserial: USB Serial support registered for generic
Jul 10 18:25:01 hostname kernel: rtc_cmos 00:02: RTC can wake from S4
Jul 10 18:25:01 hostname kernel: rtc_cmos 00:02: registered as rtc0
Jul 10 18:25:01 hostname kernel: rtc_cmos 00:02: setting system clock to 2023-07-10T22:24:57 UTC (1689027897)
Jul 10 18:25:01 hostname kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
Jul 10 18:25:01 hostname kernel: intel_pstate: Intel P-state driver initializing
Jul 10 18:25:01 hostname kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 10 18:25:01 hostname kernel: efifb: probing for efifb
Jul 10 18:25:01 hostname kernel: efifb: No BGRT, not showing boot graphics
Jul 10 18:25:01 hostname kernel: efifb: framebuffer at 0x90000000, using 20736k, total 20736k
Jul 10 18:25:01 hostname kernel: efifb: mode is 2880x1800x32, linelength=11776, pages=1
Jul 10 18:25:01 hostname kernel: efifb: scrolling: redraw
Jul 10 18:25:01 hostname kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jul 10 18:25:01 hostname kernel: fbcon: Deferring console take-over
Jul 10 18:25:01 hostname kernel: fb0: EFI VGA frame buffer device
Jul 10 18:25:01 hostname kernel: hid: raw HID events driver (C) Jiri Kosina
Jul 10 18:25:01 hostname kernel: drop_monitor: Initializing network drop monitor service
Jul 10 18:25:01 hostname kernel: Initializing XFRM netlink socket
Jul 10 18:25:01 hostname kernel: NET: Registered PF_INET6 protocol family
Jul 10 18:25:01 hostname kernel: Segment Routing with IPv6
Jul 10 18:25:01 hostname kernel: RPL Segment Routing with IPv6
Jul 10 18:25:01 hostname kernel: In-situ OAM (IOAM) with IPv6
Jul 10 18:25:01 hostname kernel: NET: Registered PF_PACKET protocol family
Jul 10 18:25:01 hostname kernel: microcode: Microcode Update Driver: v2.2.
Jul 10 18:25:01 hostname kernel: IPI shorthand broadcast: enabled
Jul 10 18:25:01 hostname kernel: sched_clock: Marking stable (2646669446, 254842)->(2652683532, -5759244)
Jul 10 18:25:01 hostname kernel: registered taskstats version 1
Jul 10 18:25:01 hostname kernel: Loading compiled-in X.509 certificates
Jul 10 18:25:01 hostname kernel: Loaded X.509 cert 'Build time autogenerated kernel key: xxxxxx'
Jul 10 18:25:01 hostname kernel: zswap: loaded using pool zstd/zsmalloc
Jul 10 18:25:01 hostname kernel: Key type .fscrypt registered
Jul 10 18:25:01 hostname kernel: Key type fscrypt-provisioning registered
Jul 10 18:25:01 hostname kernel: PM:   Magic number: 15:466:451
Jul 10 18:25:01 hostname kernel: RAS: Correctable Errors collector initialized.
Jul 10 18:25:01 hostname kernel: clk: Disabling unused clocks
Jul 10 18:25:01 hostname kernel: ACPI: battery: Slot [BAT0] (battery present)
Jul 10 18:25:01 hostname kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jul 10 18:25:01 hostname kernel: ata1.00: unexpected _GTF length (8)
Jul 10 18:25:01 hostname kernel: ata1.00: ATA-8: APPLE SSD SM0256F, UXM2JA1Q, max UDMA/133
Jul 10 18:25:01 hostname kernel: ata1.00: 490234752 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jul 10 18:25:01 hostname kernel: ata1.00: unexpected _GTF length (8)
Jul 10 18:25:01 hostname kernel: ata1.00: configured for UDMA/133
Jul 10 18:25:01 hostname kernel: scsi 0:0:0:0: Direct-Access     ATA      APPLE SSD SM0256 JA1Q PQ: 0 ANSI: 5
Jul 10 18:25:01 hostname kernel: sd 0:0:0:0: [sda] 490234752 512-byte logical blocks: (251 GB/234 GiB)
Jul 10 18:25:01 hostname kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Jul 10 18:25:01 hostname kernel: sd 0:0:0:0: [sda] Write Protect is off
Jul 10 18:25:01 hostname kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jul 10 18:25:01 hostname kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 10 18:25:01 hostname kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Jul 10 18:25:01 hostname kernel:  sda: sda1 sda2
Jul 10 18:25:01 hostname kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jul 10 18:25:01 hostname kernel: Freeing unused decrypted memory: 2036K
Jul 10 18:25:01 hostname kernel: Freeing unused kernel image (initmem) memory: 3332K
Jul 10 18:25:01 hostname kernel: Write protecting the kernel read-only data: 30720k
Jul 10 18:25:01 hostname kernel: Freeing unused kernel image (rodata/data gap) memory: 1584K
Jul 10 18:25:01 hostname kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 10 18:25:01 hostname kernel: rodata_test: all tests were successful
Jul 10 18:25:01 hostname kernel: x86/mm: Checking user space page tables
Jul 10 18:25:01 hostname kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 10 18:25:01 hostname kernel: Run /init as init process
Jul 10 18:25:01 hostname kernel:   with arguments:
Jul 10 18:25:01 hostname kernel:     /init
Jul 10 18:25:01 hostname kernel:   with environment:
Jul 10 18:25:01 hostname kernel:     HOME=/
Jul 10 18:25:01 hostname kernel:     TERM=linux
Jul 10 18:25:01 hostname kernel:     BOOT_IMAGE=/vmlinuz-linux
Jul 10 18:25:01 hostname kernel: tsc: Refined TSC clocksource calibration: 2194.928 MHz
Jul 10 18:25:01 hostname kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa37b89f78, max_idle_ns: 440795224308 ns
Jul 10 18:25:01 hostname kernel: clocksource: Switched to clocksource tsc
Jul 10 18:25:01 hostname kernel: fbcon: Taking over console
Jul 10 18:25:01 hostname kernel: Console: switching to colour frame buffer device 180x56
Jul 10 18:25:01 hostname kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 10 18:25:01 hostname kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jul 10 18:25:01 hostname kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Jul 10 18:25:01 hostname kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 10 18:25:01 hostname kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jul 10 18:25:01 hostname kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jul 10 18:25:01 hostname kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Jul 10 18:25:01 hostname kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 10 18:25:01 hostname kernel: usb usb1: Product: xHCI Host Controller
Jul 10 18:25:01 hostname kernel: usb usb1: Manufacturer: Linux 6.4.2-arch1-1.2 xhci-hcd
Jul 10 18:25:01 hostname kernel: usb usb1: SerialNumber: 0000:00:14.0
Jul 10 18:25:01 hostname kernel: hub 1-0:1.0: USB hub found
Jul 10 18:25:01 hostname kernel: hub 1-0:1.0: 14 ports detected
Jul 10 18:25:01 hostname kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Jul 10 18:25:01 hostname kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 10 18:25:01 hostname kernel: usb usb2: Product: xHCI Host Controller
Jul 10 18:25:01 hostname kernel: usb usb2: Manufacturer: Linux 6.4.2-arch1-1.2 xhci-hcd
Jul 10 18:25:01 hostname kernel: usb usb2: SerialNumber: 0000:00:14.0
Jul 10 18:25:01 hostname kernel: hub 2-0:1.0: USB hub found
Jul 10 18:25:01 hostname kernel: hub 2-0:1.0: 6 ports detected
Jul 10 18:25:01 hostname kernel: usb 1-1: new full-speed USB device number 2 using xhci_hcd
Jul 10 18:25:01 hostname kernel: usb 1-1: New USB device found, idVendor=1050, idProduct=0116, bcdDevice= 3.50
Jul 10 18:25:01 hostname kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 10 18:25:01 hostname kernel: usb 1-1: Product: Yubikey xxxxxx
Jul 10 18:25:01 hostname kernel: usb 1-1: Manufacturer: Yubico
Jul 10 18:25:01 hostname kernel: input: Yubico Yubikey xxxxxx as xxxxxx
Jul 10 18:25:01 hostname kernel: i915 0000:00:02.0: [drm] Found 128MB of eDRAM
Jul 10 18:25:01 hostname kernel: Console: switching to colour dummy device 80x25
Jul 10 18:25:01 hostname kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jul 10 18:25:01 hostname kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jul 10 18:25:01 hostname kernel: hid-generic 0003:1050:0116.0001: input,hidraw0: USB HID v1.10 Keyboard [Yubico Yubikey xxxxxx] on usb-0000:00:14.0-1/input0
Jul 10 18:25:01 hostname kernel: hid-generic 0003:1050:0116.0002: hiddev96,hidraw1: USB HID v1.10 Device [Yubico Yubikey xxxxxx] on usb-0000:00:14.0-1/input1
Jul 10 18:25:01 hostname kernel: usbcore: registered new interface driver usbhid
Jul 10 18:25:01 hostname kernel: usbhid: USB HID core driver
Jul 10 18:25:01 hostname kernel: i915 0000:00:02.0: [drm] Skipping intel_backlight registration
Jul 10 18:25:01 hostname kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Jul 10 18:25:01 hostname kernel: ACPI: video: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
Jul 10 18:25:01 hostname kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
Jul 10 18:25:01 hostname kernel: acpi device:55: registered as cooling_device8
Jul 10 18:25:01 hostname kernel: fbcon: i915drmfb (fb0) is primary device
Jul 10 18:25:01 hostname kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
Jul 10 18:25:01 hostname kernel: usb 2-2: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
Jul 10 18:25:01 hostname kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 10 18:25:01 hostname kernel: usb 2-2: Product: USB3.0 Hub
Jul 10 18:25:01 hostname kernel: usb 2-2: Manufacturer: VIA Labs, Inc.
Jul 10 18:25:01 hostname kernel: hub 2-2:1.0: USB hub found
Jul 10 18:25:01 hostname kernel: hub 2-2:1.0: 4 ports detected
Jul 10 18:25:01 hostname kernel: usb 1-5: new high-speed USB device number 3 using xhci_hcd
Jul 10 18:25:01 hostname kernel: usb 1-5: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
Jul 10 18:25:01 hostname kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 10 18:25:01 hostname kernel: usb 1-5: Product: USB2.0 Hub
Jul 10 18:25:01 hostname kernel: usb 1-5: Manufacturer: VIA Labs, Inc.
Jul 10 18:25:01 hostname kernel: hub 1-5:1.0: USB hub found
Jul 10 18:25:01 hostname kernel: hub 1-5:1.0: 4 ports detected
Jul 10 18:25:01 hostname kernel: usb 2-4: new SuperSpeed USB device number 3 using xhci_hcd
Jul 10 18:25:01 hostname kernel: usb 2-4: New USB device found, idVendor=05ac, idProduct=8406, bcdDevice= 8.20
Jul 10 18:25:01 hostname kernel: usb 2-4: New USB device strings: Mfr=3, Product=4, SerialNumber=5
Jul 10 18:25:01 hostname kernel: usb 2-4: Product: Card Reader
Jul 10 18:25:01 hostname kernel: usb 2-4: Manufacturer: Apple
Jul 10 18:25:01 hostname kernel: usb 2-4: SerialNumber: 000000000820
Jul 10 18:25:01 hostname kernel: usb-storage 2-4:1.0: USB Mass Storage device detected
Jul 10 18:25:01 hostname kernel: scsi host1: usb-storage 2-4:1.0
Jul 10 18:25:01 hostname kernel: usbcore: registered new interface driver usb-storage
Jul 10 18:25:01 hostname kernel: usb 1-8: new full-speed USB device number 4 using xhci_hcd
Jul 10 18:25:01 hostname kernel: usb 1-8: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Jul 10 18:25:01 hostname kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 10 18:25:01 hostname kernel: usb 1-8: Product: BRCM20702 Hub
Jul 10 18:25:01 hostname kernel: usb 1-8: Manufacturer: Apple Inc.
Jul 10 18:25:01 hostname kernel: hub 1-8:1.0: USB hub found
Jul 10 18:25:01 hostname kernel: hub 1-8:1.0: 3 ports detected
Jul 10 18:25:01 hostname kernel: usb 1-5.1: new full-speed USB device number 5 using xhci_hcd
Jul 10 18:25:01 hostname kernel: usb 1-5.1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.11
Jul 10 18:25:01 hostname kernel: usb 1-5.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 10 18:25:01 hostname kernel: usb 1-5.1: Product: USB Receiver
Jul 10 18:25:01 hostname kernel: usb 1-5.1: Manufacturer: Logitech
Jul 10 18:25:01 hostname kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.0/0003:046D:C52B.0003/input/input6
Jul 10 18:25:01 hostname kernel: hid-generic 0003:046D:C52B.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-5.1/input0
Jul 10 18:25:01 hostname kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.1/0003:046D:C52B.0004/input/input7
Jul 10 18:25:01 hostname kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.1/0003:046D:C52B.0004/input/input8
Jul 10 18:25:01 hostname kernel: usb 1-12: new full-speed USB device number 6 using xhci_hcd
Jul 10 18:25:01 hostname kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.1/0003:046D:C52B.0004/input/input9
Jul 10 18:25:01 hostname kernel: hid-generic 0003:046D:C52B.0004: input,hiddev97,hidraw3: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-5.1/input1
Jul 10 18:25:01 hostname kernel: hid-generic 0003:046D:C52B.0005: hiddev98,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-5.1/input2
Jul 10 18:25:01 hostname kernel: usb 1-12: New USB device found, idVendor=05ac, idProduct=0262, bcdDevice= 2.25
Jul 10 18:25:01 hostname kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 10 18:25:01 hostname kernel: usb 1-12: Product: Apple Internal Keyboard / Trackpad
Jul 10 18:25:01 hostname kernel: usb 1-12: Manufacturer: Apple Inc.
Jul 10 18:25:01 hostname kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:05AC:0262.0006/input/input11
Jul 10 18:25:01 hostname kernel: usb 1-8.1: new full-speed USB device number 7 using xhci_hcd
Jul 10 18:25:01 hostname kernel: apple 0003:05AC:0262.0006: input,hidraw2: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input0
Jul 10 18:25:01 hostname kernel: apple 0003:05AC:0262.0007: hidraw5: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input1
Jul 10 18:25:01 hostname kernel: logitech-djreceiver 0003:046D:C52B.0005: hiddev98,hidraw4: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-5.1/input2
Jul 10 18:25:01 hostname kernel: usb 1-8.1: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
Jul 10 18:25:01 hostname kernel: usb 1-8.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 18:25:01 hostname kernel: input: HID 05ac:820a as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/0003:05AC:820A.0008/input/input12
Jul 10 18:25:01 hostname kernel: Console: switching to colour frame buffer device 180x56
Jul 10 18:25:01 hostname kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jul 10 18:25:01 hostname kernel: hid-generic 0003:05AC:820A.0008: input,hidraw3: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:14.0-8.1/input0
Jul 10 18:25:01 hostname kernel: input: Logitech Wireless Device PID:406d Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.2/0003:046D:C52B.0005/0003:046D:406D.0009/input/input13
Jul 10 18:25:01 hostname kernel: hid-generic 0003:046D:406D.0009: input,hidraw6: USB HID v1.11 Mouse [Logitech Wireless Device PID:406d] on usb-0000:00:14.0-5.1/input2:1
Jul 10 18:25:01 hostname kernel: input: Logitech M705 as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1/1-5.1:1.2/0003:046D:C52B.0005/0003:046D:406D.0009/input/input17
Jul 10 18:25:01 hostname kernel: logitech-hidpp-device 0003:046D:406D.0009: input,hidraw6: USB HID v1.11 Mouse [Logitech M705] on usb-0000:00:14.0-5.1/input2:1
Jul 10 18:25:01 hostname kernel: usb 1-5.2: new low-speed USB device number 8 using xhci_hcd
Jul 10 18:25:01 hostname kernel: scsi 1:0:0:0: Direct-Access     APPLE    SD Card Reader   3.00 PQ: 0 ANSI: 6
Jul 10 18:25:01 hostname kernel: sd 1:0:0:0: [sdb] Media removed, stopped polling
Jul 10 18:25:01 hostname kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk
Jul 10 18:25:01 hostname kernel: EXT4-fs (sda2): mounted filesystem xxxxxx r/w with ordered data mode. Quota mode: none.
Jul 10 18:25:01 hostname kernel: usb 1-5.2: New USB device found, idVendor=04b4, idProduct=0510, bcdDevice= 2.01
Jul 10 18:25:01 hostname kernel: usb 1-5.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 10 18:25:01 hostname kernel: usb 1-5.2: Product: HID Keyboard
Jul 10 18:25:01 hostname kernel: usb 1-5.2: Manufacturer: HID Keyboard
Jul 10 18:25:01 hostname kernel: input: HID Keyboard HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.0/0003:04B4:0510.000A/input/input18
Jul 10 18:25:01 hostname kernel: usb 1-8.2: new full-speed USB device number 9 using xhci_hcd
Jul 10 18:25:01 hostname kernel: hid-generic 0003:04B4:0510.000A: input,hidraw7: USB HID v1.11 Keyboard [HID Keyboard HID Keyboard] on usb-0000:00:14.0-5.2/input0
Jul 10 18:25:01 hostname kernel: input: HID Keyboard HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2/1-5.2:1.1/0003:04B4:0510.000B/input/input19
Jul 10 18:25:01 hostname systemd[1]: systemd 253.5-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jul 10 18:25:01 hostname systemd[1]: Detected architecture x86-64.
Jul 10 18:25:01 hostname systemd[1]: Hostname set to <hostname>.
Jul 10 18:25:01 hostname kernel: hid-generic 0003:04B4:0510.000B: input,hidraw8: USB HID v1.11 Keyboard [HID Keyboard HID Keyboard] on usb-0000:00:14.0-5.2/input1
Jul 10 18:25:01 hostname kernel: usb 1-8.2: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
Jul 10 18:25:01 hostname kernel: usb 1-8.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 10 18:25:01 hostname kernel: input: HID 05ac:820b as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2/1-8.2:1.0/0003:05AC:820B.000C/input/input20
Jul 10 18:25:01 hostname kernel: hid-generic 0003:05AC:820B.000C: input,hidraw9: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:14.0-8.2/input0
Jul 10 18:25:01 hostname systemd[1]: bpf-lsm: LSM BPF program attached
Jul 10 18:25:01 hostname kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
Jul 10 18:25:01 hostname kernel: usb 1-8.3: new full-speed USB device number 10 using xhci_hcd
Jul 10 18:25:01 hostname kernel: usb 1-8.3: New USB device found, idVendor=05ac, idProduct=8289, bcdDevice= 1.06
Jul 10 18:25:01 hostname kernel: usb 1-8.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 10 18:25:01 hostname kernel: usb 1-8.3: Product: Bluetooth USB Host Controller
Jul 10 18:25:01 hostname kernel: usb 1-8.3: Manufacturer: Apple Inc.
Jul 10 18:25:01 hostname systemd[1]: /usr/lib/systemd/system/macfand.service:11: PIDFile= references a path below legacy directory /var/run/, updating /var/run/macfand.pid → /run/macfand.pid; please update the unit file accordingly.
Jul 10 18:25:01 hostname systemd[1]: Queued start job for default target Graphical Interface.
Jul 10 18:25:01 hostname systemd[1]: Created slice Slice /system/getty.
Jul 10 18:25:01 hostname systemd[1]: Created slice Slice /system/modprobe.
Jul 10 18:25:01 hostname systemd[1]: Created slice Slice /system/systemd-fsck.
Jul 10 18:25:01 hostname systemd[1]: Created slice User and Session Slice.
Jul 10 18:25:01 hostname systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jul 10 18:25:01 hostname systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jul 10 18:25:01 hostname systemd[1]: Reached target Local Integrity Protected Volumes.
Jul 10 18:25:01 hostname systemd[1]: Reached target Remote File Systems.
Jul 10 18:25:01 hostname systemd[1]: Reached target Slice Units.
Jul 10 18:25:01 hostname systemd[1]: Reached target Swaps.
Jul 10 18:25:01 hostname systemd[1]: Reached target Local Verity Protected Volumes.
Jul 10 18:25:01 hostname systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jul 10 18:25:01 hostname systemd[1]: Listening on LVM2 poll daemon socket.
Jul 10 18:25:01 hostname systemd[1]: Listening on Process Core Dump Socket.
Jul 10 18:25:01 hostname systemd[1]: Listening on Journal Socket (/dev/log).
Jul 10 18:25:01 hostname systemd[1]: Listening on Journal Socket.
Jul 10 18:25:01 hostname systemd[1]: Listening on udev Control Socket.
Jul 10 18:25:01 hostname systemd[1]: Listening on udev Kernel Socket.
Jul 10 18:25:01 hostname systemd[1]: Mounting Huge Pages File System...
Jul 10 18:25:01 hostname systemd[1]: Mounting POSIX Message Queue File System...
Jul 10 18:25:01 hostname systemd[1]: Mounting Kernel Debug File System...
Jul 10 18:25:01 hostname systemd[1]: Mounting Kernel Trace File System...
Jul 10 18:25:01 hostname systemd[1]: Mounting Temporary Directory /tmp...
Jul 10 18:25:01 hostname systemd[1]: Starting Create List of Static Device Nodes...
Jul 10 18:25:01 hostname systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jul 10 18:25:01 hostname systemd[1]: Starting Load Kernel Module configfs...
Jul 10 18:25:01 hostname systemd[1]: Starting Load Kernel Module dm_mod...
Jul 10 18:25:01 hostname systemd[1]: Starting Load Kernel Module drm...
Jul 10 18:25:01 hostname systemd[1]: Starting Load Kernel Module fuse...
Jul 10 18:25:01 hostname systemd[1]: Starting Load Kernel Module loop...
Jul 10 18:25:01 hostname systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jul 10 18:25:01 hostname systemd[1]: Starting Journal Service...
Jul 10 18:25:01 hostname systemd[1]: Starting Load Kernel Modules...
Jul 10 18:25:01 hostname systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jul 10 18:25:01 hostname systemd[1]: Starting Remount Root and Kernel File Systems...
Jul 10 18:25:01 hostname systemd[1]: Starting Coldplug All udev Devices...
Jul 10 18:25:01 hostname systemd[1]: Mounted Huge Pages File System.
Jul 10 18:25:01 hostname systemd[1]: Mounted POSIX Message Queue File System.
Jul 10 18:25:01 hostname systemd[1]: Mounted Kernel Debug File System.
Jul 10 18:25:01 hostname systemd[1]: Mounted Kernel Trace File System.
Jul 10 18:25:01 hostname systemd[1]: Mounted Temporary Directory /tmp.
Jul 10 18:25:01 hostname kernel: loop: module loaded
Jul 10 18:25:01 hostname kernel: EXT4-fs (sda2): re-mounted xxxxxx r/w. Quota mode: none.
Jul 10 18:25:01 hostname systemd-journald[230]: Collecting audit messages is disabled.
Jul 10 18:25:01 hostname kernel: device-mapper: uevent: version 1.0.3
Jul 10 18:25:01 hostname kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Jul 10 18:25:01 hostname kernel: fuse: init (API version 7.38)
Jul 10 18:25:01 hostname kernel: mc: Linux media interface: v0.10
Jul 10 18:25:01 hostname systemd[1]: Finished Create List of Static Device Nodes.
Jul 10 18:25:01 hostname systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jul 10 18:25:01 hostname kernel: videodev: Linux video capture interface: v2.00
Jul 10 18:25:01 hostname systemd-journald[230]: Journal started
Jul 10 18:25:01 hostname systemd-journald[230]: Runtime Journal (/run/log/journal/2a3749fb37e7441ca62672bddbd9bc60) is 8.0M, max 795.2M, 787.2M free.
Jul 10 18:25:01 hostname kernel: facetimehd: loading out-of-tree module taints kernel.
Jul 10 18:25:01 hostname kernel: facetimehd: module verification failed: signature and/or required key missing - tainting kernel
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Found FaceTime HD camera with device id: 1570
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Setting 64bit DMA mask
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: S2 PCIe link init succeeded
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Refclk: 25MHz (0xa)
Jul 10 18:25:01 hostname systemd[1]: Finished Load Kernel Module configfs.
Jul 10 18:25:01 hostname systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 10 18:25:01 hostname systemd[1]: Started Journal Service.
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: PLL reset finished
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Waiting for S2 PLL to lock at 450 MHz
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: S2 PLL is locked after 10 us
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: S2 PLL is in bypass mode
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: DDR40 PHY PLL locked on safe settings
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: STRAP valid
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Configuring DDR PLLs for 450 MHz
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: DDR40 PLL is locked after 0 us
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: First DDR40 VDL calibration completed after 2 us
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Second DDR40 VDL calibration completed after 2 us
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Using step size 157
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: VDL set to: coarse=0x10008, fine=0x1011c
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Virtual VTT enabled
Jul 10 18:25:01 hostname systemd[1]: Finished Load Kernel Module dm_mod.
Jul 10 18:25:01 hostname systemd[1]: modprobe@drm.service: Deactivated successfully.
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: S2 DRAM memory address: 0x22159559
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Rewrite DDR mode registers succeeded
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Full memory verification succeeded! (0)
Jul 10 18:25:01 hostname systemd[1]: Finished Load Kernel Module drm.
Jul 10 18:25:01 hostname systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jul 10 18:25:01 hostname systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jul 10 18:25:01 hostname systemd[1]: Finished Load Kernel Module fuse.
Jul 10 18:25:01 hostname systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Loaded firmware, size: 1392kb
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: ISP woke up after 0ms
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Number of IPC channels: 7, queue size: 44865
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Firmware requested heap size: 3072kb
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: ISP second int after 0ms
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Channel description table at 00800000
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: magic value: 00000000 after 0 ms
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Enabling interrupts
Jul 10 18:25:01 hostname kernel: FWMSG: 
Jul 10 18:25:01 hostname kernel: FWMSG: - APOLLO-ISP-APPLE ------------------------------------------------------------
Jul 10 18:25:01 hostname kernel: FWMSG: 
Jul 10 18:25:01 hostname kernel: FWMSG:   Restart count : 0
Jul 10 18:25:01 hostname kernel: FWMSG:   Platform : mode = TARGET, ID = 0x00000000, HW = 00020018.00000000
Jul 10 18:25:01 hostname kernel: FWMSG:   System Clock : 200000000 Hz
Jul 10 18:25:01 hostname kernel: FWMSG:   Processor mode : SUPERVISOR
Jul 10 18:25:01 hostname kernel: FWMSG:   Cache architecture type : SEPARATE
Jul 10 18:25:01 hostname kernel: FWMSG:   Cache type : WRITEBACK
Jul 10 18:25:01 hostname kernel: FWMSG:   Data Cache Line : 32 [0x20]
Jul 10 18:25:01 hostname kernel: FWMSG:   Boot arguments entries : 2
Jul 10 18:25:01 hostname kernel: FWMSG:     0000: 0x00000000 0x00000000
Jul 10 18:25:01 hostname kernel: FWMSG:   Physical memory base : 0x00000000 [TLB base 0x00160000]
Jul 10 18:25:01 hostname kernel: FWMSG:   Main memory :   base : 0x00000000
Jul 10 18:25:01 hostname kernel: FWMSG:                   size : 8388608 [0x00800000] [8.0 MB]
Jul 10 18:25:01 hostname kernel: FWMSG:   Extra heap :    base : 0x2080b000 [phy = 0x0080b000]
Jul 10 18:25:01 hostname kernel: FWMSG:                   size : 3145728 [0x00300000] [3.0 MB]
Jul 10 18:25:01 hostname kernel: FWMSG:   Shared window : base : 0x00800000 [static wiring]
Jul 10 18:25:01 hostname kernel: FWMSG:                   size : 125829120 [0x07800000] [120.0 MB]
Jul 10 18:25:01 hostname kernel: FWMSG:   Shared memory : base : 0x00800000
Jul 10 18:25:01 hostname kernel: FWMSG:                   size : 260046848 [0x0f800000] [248.0 MB]
Jul 10 18:25:01 hostname kernel: FWMSG:   TEXT : 1421992 [0x15b2a8] - text 667256, cstring  38749, const 715528
Jul 10 18:25:01 hostname kernel: FWMSG:   DATA : 8076 [0x1f8c] - data 0, bss 460, common 1452, noinit 6144
Jul 10 18:25:01 hostname kernel: FWMSG:   Heap free space : 10002626 [0x0098a0c2]
Jul 10 18:25:01 hostname kernel: FWMSG:   Heap allocated space : 94656 [0x000171c0]
Jul 10 18:25:01 hostname kernel: FWMSG:   Disclaimer : Copyright (c) APPLE Inc. All Rights Reserved.
Jul 10 18:25:01 hostname kernel: FWMSG:   Application : adc [release]
Jul 10 18:25:01 hostname kernel: FWMSG:   Linked on : Jul 25 2015 - 08:48:55
Jul 10 18:25:01 hostname kernel: FWMSG:   Release : S2ISP-01.43.00
Jul 10 18:25:01 hostname kernel: FWMSG:   H4ISPAPPLE : 11536
Jul 10 18:25:01 hostname kernel: FWMSG:   H4ISPCD : 4081
Jul 10 18:25:01 hostname kernel: FWMSG:   ffw : 4143
Jul 10 18:25:01 hostname kernel: FWMSG:   Tool-chain : iPhone OS - 7.0.3 [clang/clang++]
Jul 10 18:25:01 hostname kernel: FWMSG: 
Jul 10 18:25:01 hostname kernel: FWMSG: -------------------------------------------------------------------------------
Jul 10 18:25:01 hostname kernel: FWMSG: 
Jul 10 18:25:01 hostname systemd[1]: Finished Load Kernel Module loop.
Jul 10 18:25:01 hostname systemd[1]: Finished Remount Root and Kernel File Systems.
Jul 10 18:25:01 hostname systemd[1]: Finished Coldplug All udev Devices.
Jul 10 18:25:01 hostname systemd-modules-load[231]: Inserted module 'facetimehd'
Jul 10 18:25:01 hostname kernel: FWMSG: [ISP] CMD = 0x0004 [CISP_CMD_PRINT_ENABLE]
Jul 10 18:25:01 hostname kernel: FWMSG: [ISP] CMD = 0x0003 [CISP_CMD_CONFIG_GET]
Jul 10 18:25:01 hostname kernel: FWMSG: [ISP] CH = 0 CMD = 0x010d [CISP_CMD_CH_INFO_GET]
Jul 10 18:25:01 hostname kernel: facetimehd 0000:03:00.0: Direct firmware load for facetimehd/1871_01XX.dat failed with error -2
Jul 10 18:25:01 hostname systemd-modules-load[231]: Inserted module 'crypto_user'
Jul 10 18:25:01 hostname systemd[1]: Mounting FUSE Control File System...
Jul 10 18:25:01 hostname systemd[1]: Mounting Kernel Configuration File System...
Jul 10 18:25:01 hostname systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 10 18:25:01 hostname systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jul 10 18:25:01 hostname systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 10 18:25:01 hostname systemd[1]: Starting Load/Save OS Random Seed...
Jul 10 18:25:01 hostname systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 10 18:25:01 hostname systemd[1]: Starting Create System Users...
Jul 10 18:25:01 hostname systemd-journald[230]: Time spent on flushing to /var/log/journal/2a3749fb37e7441ca62672bddbd9bc60 is 399.076ms for 906 entries.
Jul 10 18:25:01 hostname systemd-journald[230]: System Journal (/var/log/journal/2a3749fb37e7441ca62672bddbd9bc60) is 916.2M, max 4.0G, 3.1G free.
Jul 10 18:25:02 hostname systemd-journald[230]: Received client request to flush runtime journal.
Jul 10 18:25:02 hostname systemd-journald[230]: /var/log/journal/2a3749fb37e7441ca62672bddbd9bc60/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Jul 10 18:25:02 hostname systemd-journald[230]: Rotating system journal.
Jul 10 18:25:01 hostname systemd[1]: Starting Setup Virtual Console...
Jul 10 18:25:01 hostname systemd-vconsole-setup[242]: Failed to import credentials, ignoring: No such file or directory
Jul 10 18:25:01 hostname systemd[1]: Finished Load Kernel Modules.
Jul 10 18:25:01 hostname systemd[1]: Mounted FUSE Control File System.
Jul 10 18:25:01 hostname systemd[1]: Mounted Kernel Configuration File System.
Jul 10 18:25:01 hostname systemd[1]: Finished Load/Save OS Random Seed.
Jul 10 18:25:01 hostname systemd[1]: Finished Create System Users.
Jul 10 18:25:01 hostname systemd[1]: Finished Setup Virtual Console.
Jul 10 18:25:01 hostname systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 10 18:25:01 hostname systemd[1]: Starting Apply Kernel Variables...
Jul 10 18:25:01 hostname systemd[1]: Starting Create Static Device Nodes in /dev...
Jul 10 18:25:02 hostname systemd[1]: Finished Apply Kernel Variables.
Jul 10 18:25:02 hostname systemd[1]: Finished Create Static Device Nodes in /dev.
Jul 10 18:25:02 hostname systemd[1]: Reached target Preparation for Local File Systems.
Jul 10 18:25:02 hostname systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jul 10 18:25:02 hostname systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jul 10 18:25:02 hostname systemd-udevd[250]: Using default interface naming scheme 'v253'.
Jul 10 18:25:02 hostname systemd[1]: Started Rule-based Manager for Device Events and Files.
Jul 10 18:25:02 hostname systemd[1]: Starting Show Plymouth Boot Screen...
Jul 10 18:25:02 hostname mtp-probe[293]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.2"
Jul 10 18:25:02 hostname mtp-probe[292]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1"
Jul 10 18:25:02 hostname mtp-probe[292]: bus: 1, device: 7 was not an MTP device
Jul 10 18:25:02 hostname mtp-probe[293]: bus: 1, device: 8 was not an MTP device
Jul 10 18:25:02 hostname mtp-probe[291]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4"
Jul 10 18:25:02 hostname mtp-probe[291]: bus: 2, device: 3 was not an MTP device
Jul 10 18:25:02 hostname mtp-probe[288]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12"
Jul 10 18:25:02 hostname mtp-probe[288]: bus: 1, device: 6 was not an MTP device
Jul 10 18:25:02 hostname mtp-probe[294]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2"
Jul 10 18:25:02 hostname mtp-probe[294]: bus: 1, device: 9 was not an MTP device
Jul 10 18:25:02 hostname mtp-probe[295]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5.1"
Jul 10 18:25:02 hostname mtp-probe[295]: bus: 1, device: 5 was not an MTP device
Jul 10 18:25:02 hostname mtp-probe[290]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Jul 10 18:25:02 hostname kernel: usbcore: registered new device driver apple-mfi-fastcharge
Jul 10 18:25:02 hostname systemd[1]: Finished Flush Journal to Persistent Storage.
Jul 10 18:25:02 hostname systemd[1]: Received SIGRTMIN+20 from PID 296 (plymouthd).
Jul 10 18:25:02 hostname kernel: usbcore: registered new interface driver uas
Jul 10 18:25:02 hostname (udev-worker)[280]: event6: EVDEV_ABS override set but no EV_ABS present on device
Jul 10 18:25:02 hostname kernel: mousedev: PS/2 mouse device common for all mice
Jul 10 18:25:02 hostname kernel: apple_gmux: gmux device not present
Jul 10 18:25:02 hostname systemd[1]: Found device APPLE_SSD_SM0256F 1.
Jul 10 18:25:02 hostname systemd[1]: Started Show Plymouth Boot Screen.
Jul 10 18:25:02 hostname systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Jul 10 18:25:02 hostname systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Jul 10 18:25:02 hostname systemd[1]: Reached target Local Encrypted Volumes.
Jul 10 18:25:02 hostname mtp-probe[290]: bus: 1, device: 2 was not an MTP device
Jul 10 18:25:02 hostname systemd[1]: Starting File System Check on /dev/disk/by-uuid/xxxxxx...
Jul 10 18:25:02 hostname systemd[1]: Created slice Slice /system/systemd-backlight.
Jul 10 18:25:02 hostname systemd[1]: Reached target Smart Card.
Jul 10 18:25:02 hostname systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Jul 10 18:25:02 hostname mtp-probe[319]: checking bus 1, device 10: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.3"
Jul 10 18:25:02 hostname mtp-probe[319]: bus: 1, device: 10 was not an MTP device
Jul 10 18:25:02 hostname kernel: input: bcm5974 as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/input/input21
Jul 10 18:25:02 hostname kernel: input: PC Speaker as /devices/platform/pcspkr/input/input22
Jul 10 18:25:02 hostname systemd-fsck[323]: fsck.fat 4.2 (2021-01-31)
Jul 10 18:25:02 hostname systemd-fsck[323]: /dev/sda1: 371 files, 50157/76643 clusters
Jul 10 18:25:02 hostname systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Jul 10 18:25:02 hostname kernel: usbcore: registered new interface driver bcm5974
Jul 10 18:25:02 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20230331/utaddress-204)
Jul 10 18:25:02 hostname kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 10 18:25:02 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20230331/utaddress-204)
Jul 10 18:25:02 hostname kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 10 18:25:02 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20230331/utaddress-204)
Jul 10 18:25:02 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000810-0x0000000000000813 (\IO_D) (20230331/utaddress-204)
Jul 10 18:25:02 hostname kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000080F (\IO_T) (20230331/utaddress-204)
Jul 10 18:25:02 hostname kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 10 18:25:02 hostname kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jul 10 18:25:02 hostname kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jul 10 18:25:02 hostname kernel: i2c i2c-9: 2/2 memory slots populated (from DMI)
Jul 10 18:25:02 hostname systemd[1]: Finished File System Check on /dev/disk/by-uuid/xxxxxx.
Jul 10 18:25:02 hostname systemd[1]: Mounting /boot...
Jul 10 18:25:02 hostname systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 10 18:25:02 hostname kernel: iTCO_vendor_support: vendor-support=0
Jul 10 18:25:02 hostname kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jul 10 18:25:02 hostname kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jul 10 18:25:02 hostname kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jul 10 18:25:02 hostname kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jul 10 18:25:02 hostname kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jul 10 18:25:02 hostname systemd[1]: Mounted /boot.
Jul 10 18:25:02 hostname systemd[1]: Reached target Local File Systems.
Jul 10 18:25:02 hostname systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jul 10 18:25:02 hostname systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Jul 10 18:25:02 hostname systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jul 10 18:25:02 hostname systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jul 10 18:25:02 hostname systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jul 10 18:25:02 hostname systemd[1]: Starting Create Volatile Files and Directories...
Jul 10 18:25:02 hostname systemd[1]: Received SIGRTMIN+20 from PID 296 (plymouthd).
Jul 10 18:25:02 hostname kernel: cryptd: max_cpu_qlen set to 1000
Jul 10 18:25:02 hostname kernel: Bluetooth: Core ver 2.22
Jul 10 18:25:02 hostname kernel: NET: Registered PF_BLUETOOTH protocol family
Jul 10 18:25:02 hostname kernel: Bluetooth: HCI device and connection manager initialized
Jul 10 18:25:02 hostname kernel: Bluetooth: HCI socket layer initialized
Jul 10 18:25:02 hostname kernel: Bluetooth: L2CAP socket layer initialized
Jul 10 18:25:02 hostname kernel: Bluetooth: SCO socket layer initialized
Jul 10 18:25:02 hostname systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Jul 10 18:25:02 hostname kernel: AVX2 version of gcm_enc/dec engaged.
Jul 10 18:25:02 hostname kernel: iTCO_wdt iTCO_wdt.1.auto: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Jul 10 18:25:02 hostname kernel: AES CTR mode by8 optimization enabled
Jul 10 18:25:02 hostname kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jul 10 18:25:02 hostname kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jul 10 18:25:02 hostname kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jul 10 18:25:02 hostname kernel: cfg80211: failed to load regulatory.db
Jul 10 18:25:02 hostname kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jul 10 18:25:02 hostname kernel: spi-nor spi0.0: n25q064 (8192 Kbytes)
Jul 10 18:25:02 hostname kernel: usbcore: registered new interface driver btusb
Jul 10 18:25:02 hostname kernel: applesmc: key=601 fan=2 temp=37 index=36 acc=0 lux=2 kbd=1
Jul 10 18:25:02 hostname kernel: Creating 1 MTD partitions on "intel-spi":
Jul 10 18:25:02 hostname kernel: 0x000000000000-0x000000800000 : "BIOS"
Jul 10 18:25:02 hostname systemd[1]: Finished Create Volatile Files and Directories.
Jul 10 18:25:02 hostname kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Jul 10 18:25:02 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0: autoconfig for CS4208: line_outs=2 (0x12/0x13/0x0/0x0/0x0) type:speaker
Jul 10 18:25:02 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jul 10 18:25:02 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
Jul 10 18:25:02 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    mono: mono_out=0x0
Jul 10 18:25:02 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    dig-out=0x21/0x0
Jul 10 18:25:02 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:    inputs:
Jul 10 18:25:02 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:      Internal Mic=0x1c
Jul 10 18:25:02 hostname kernel: snd_hda_codec_cirrus hdaudioC1D0:      Mic=0x18
Jul 10 18:25:02 hostname kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input23
Jul 10 18:25:02 hostname kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input24
Jul 10 18:25:02 hostname kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input25
Jul 10 18:25:02 hostname kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Jul 10 18:25:02 hostname kernel: Disabling lock debugging due to kernel taint
Jul 10 18:25:02 hostname kernel: wl: module license taints kernel.
Jul 10 18:25:02 hostname kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input26
Jul 10 18:25:02 hostname kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input27
Jul 10 18:25:02 hostname kernel: input: HDA Intel PCH SPDIF as /devices/pci0000:00/0000:00:1b.0/sound/card1/input28
Jul 10 18:25:02 hostname systemd[1]: Starting Rebuild Journal Catalog...
Jul 10 18:25:02 hostname kernel: wlan0: Broadcom BCM43a0 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
Jul 10 18:25:02 hostname kernel: 
Jul 10 18:25:02 hostname systemd[1]: Starting Network Name Resolution...
Jul 10 18:25:02 hostname systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jul 10 18:25:02 hostname kernel: wl 0000:02:00.0 wlp2s0: renamed from wlan0
Jul 10 18:25:02 hostname systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jul 10 18:25:02 hostname kernel: intel_rapl_common: Found RAPL domain package
Jul 10 18:25:02 hostname kernel: intel_rapl_common: Found RAPL domain core
Jul 10 18:25:02 hostname kernel: intel_rapl_common: Found RAPL domain uncore
Jul 10 18:25:02 hostname kernel: intel_rapl_common: Found RAPL domain dram
Jul 10 18:25:02 hostname systemd[1]: Finished Rebuild Journal Catalog.
Jul 10 18:25:03 hostname systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jul 10 18:25:03 hostname systemd[1]: Reached target Sound Card.
Jul 10 18:25:03 hostname systemd-resolved[359]: Positive Trust Anchors:
Jul 10 18:25:03 hostname systemd-resolved[359]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jul 10 18:25:03 hostname systemd-resolved[359]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Jul 10 18:25:03 hostname systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight...
Jul 10 18:25:03 hostname systemd[1]: Starting Load/Save RF Kill Switch Status...
Jul 10 18:25:03 hostname systemd[1]: Starting Update is Completed...
Jul 10 18:25:03 hostname systemd[1]: Started Load/Save RF Kill Switch Status.
Jul 10 18:25:03 hostname systemd-resolved[359]: Using system hostname 'hostname'.
Jul 10 18:25:03 hostname systemd[1]: Finished Update is Completed.
Jul 10 18:25:03 hostname systemd[1]: Started Network Name Resolution.
Jul 10 18:25:03 hostname systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight.
Jul 10 18:25:03 hostname systemd[1]: Reached target Host and Network Name Lookups.
Jul 10 18:25:03 hostname systemd[1]: Reached target System Initialization.
Jul 10 18:25:03 hostname systemd[1]: Started CUPS Scheduler.
Jul 10 18:25:03 hostname systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jul 10 18:25:03 hostname systemd[1]: Started Daily man-db regeneration.
Jul 10 18:25:03 hostname systemd[1]: Started Daily verification of password and group files.
Jul 10 18:25:03 hostname systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 10 18:25:03 hostname systemd[1]: Reached target Path Units.
Jul 10 18:25:03 hostname systemd[1]: Reached target Timer Units.
Jul 10 18:25:03 hostname systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Jul 10 18:25:03 hostname systemd[1]: Listening on CUPS Scheduler.
Jul 10 18:25:03 hostname systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 10 18:25:03 hostname systemd[1]: Listening on PC/SC Smart Card Daemon Activation Socket.
Jul 10 18:25:03 hostname systemd[1]: Reached target Socket Units.
Jul 10 18:25:03 hostname systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jul 10 18:25:03 hostname systemd[1]: Reached target Basic System.
Jul 10 18:25:03 hostname systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Jul 10 18:25:03 hostname systemd[1]: Starting Apply cpupower configuration...
Jul 10 18:25:03 hostname systemd[1]: Starting D-Bus System Message Bus...
Jul 10 18:25:03 hostname systemd[1]: Starting Initialize hardware monitoring sensors...
Jul 10 18:25:03 hostname systemd[1]: Started Mac Fan Control Daemon.
Jul 10 18:25:03 hostname systemd[1]: Starting User Login Management...
Jul 10 18:25:03 hostname systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jul 10 18:25:03 hostname macfand[377]: Loading profile for model: macbookpro11,3
Jul 10 18:25:03 hostname macfand[377]: dbug: opening profile /usr/local/macfand/machines/macbookpro11,3.conf
Jul 10 18:25:03 hostname macfand[377]: Found 36 sensors:
Jul 10 18:25:03 hostname macfand[377]:          1: TB0T - ???
Jul 10 18:25:03 hostname macfand[377]:          2: TB1T - Battery Sensor 1
Jul 10 18:25:03 hostname macfand[377]:          3: TB2T - Battery Sensor 2
Jul 10 18:25:03 hostname macfand[377]:          4: TBXT - ???
Jul 10 18:25:03 hostname macfand[377]:          5: TC0E - ???
Jul 10 18:25:03 hostname macfand[377]:          6: TC0F - ???
Jul 10 18:25:03 hostname macfand[377]:          7: TC0P - CPU Proximity
Jul 10 18:25:03 hostname macfand[377]:          8: TC1C - CPU Core 1
Jul 10 18:25:03 hostname macfand[377]:          9: TC2C - CPU Core 2
Jul 10 18:25:03 hostname macfand[377]:         10: TC3C - CPU Core 3
Jul 10 18:25:03 hostname macfand[377]:         11: TC4C - CPU Core 4
Jul 10 18:25:03 hostname macfand[377]:         12: TCGC - Intel GPU
Jul 10 18:25:03 hostname macfand[377]:         13: TCMc - ???
Jul 10 18:25:03 hostname macfand[377]:         14: TCSA - CPU System Agent Core
Jul 10 18:25:03 hostname macfand[377]:         15: TCTD - ???
Jul 10 18:25:03 hostname macfand[377]:         16: TCXC - CPU PECI Die
Jul 10 18:25:03 hostname macfand[377]:         17: TH0A - SSD A
Jul 10 18:25:03 hostname macfand[377]:         18: TH0B - SSD B
Jul 10 18:25:03 hostname macfand[377]:         19: TH0F - ???
Jul 10 18:25:03 hostname macfand[377]:         20: TH0R - ???
Jul 10 18:25:03 hostname macfand[377]:         21: TH0V - ???
Jul 10 18:25:03 hostname macfand[377]:         22: TH0a - ???
Jul 10 18:25:03 hostname macfand[377]:         23: TH0b - ???
Jul 10 18:25:03 hostname macfand[377]:         24: TH0c - ???
Jul 10 18:25:03 hostname macfand[377]:         25: TM0P - DDR3 Proximity
Jul 10 18:25:03 hostname macfand[377]:         26: TM0S - ???
Jul 10 18:25:03 hostname macfand[377]:         27: TP0P - Platform Controller Hub
Jul 10 18:25:03 hostname macfand[377]:         28: TPCD - Platform Controller Hub PECI
Jul 10 18:25:03 hostname macfand[377]:         29: TW0P - X29 Proximity
Jul 10 18:25:03 hostname macfand[377]:         30: Ta0P - Air Flow Proximity
Jul 10 18:25:03 hostname macfand[377]:         31: TaSP - ???
Jul 10 18:25:03 hostname macfand[377]:         32: Th1H - Right Fin Stack
Jul 10 18:25:03 hostname macfand[377]:         33: Th2H - Left Fin Stack
Jul 10 18:25:03 hostname macfand[377]:         34: Ts0P - Palm Rest
Jul 10 18:25:03 hostname macfand[377]:         35: Ts0S - ???
Jul 10 18:25:03 hostname macfand[377]:         36: Ts1S - ???
Jul 10 18:25:03 hostname avahi-daemon[373]: Found user 'avahi' (UID 972) and group 'avahi' (GID 972).
Jul 10 18:25:03 hostname avahi-daemon[373]: Successfully dropped root privileges.
Jul 10 18:25:03 hostname avahi-daemon[373]: avahi-daemon 0.8 starting up.
Jul 10 18:25:03 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 10 18:25:03 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 10 18:25:03 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=58C        TC0F=60C        TC0P=43C        TC1C=49C        TC2C=51C        TC3C=49C        TC4C=51C        TCGC=49C        TCMc=0C        TCSA=50C        TCTD=0C        TCXC=51C        TH0A=40C        TH0B=32C        TH0F=44C        TH0R=41C        TH0V=40C        TH0a=40C        TH0b=32C        TH0c=127C        TM0P=38C        TM0S=35C        TP0P=41C        TPCD=47C        TW0P=38C        Ta0P=29C        TaSP=29C        Th1H=38C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=30C
Jul 10 18:25:03 hostname systemd-logind[379]: New seat seat0.
Jul 10 18:25:03 hostname systemd-logind[379]: Watching system buttons on /dev/input/event3 (Power Button)
Jul 10 18:25:03 hostname systemd-logind[379]: Watching system buttons on /dev/input/event1 (Power Button)
Jul 10 18:25:03 hostname systemd-logind[379]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jul 10 18:25:03 hostname systemd-logind[379]: Watching system buttons on /dev/input/event2 (Sleep Button)
Jul 10 18:25:03 hostname systemd-logind[379]: Watching system buttons on /dev/input/event6 (Apple Inc. Apple Internal Keyboard / Trackpad)
Jul 10 18:25:03 hostname systemd-logind[379]: Watching system buttons on /dev/input/event9 (HID Keyboard HID Keyboard)
Jul 10 18:25:03 hostname systemd-logind[379]: Watching system buttons on /dev/input/event10 (HID Keyboard HID Keyboard)
Jul 10 18:25:03 hostname systemd-logind[379]: Watching system buttons on /dev/input/event7 (HID 05ac:820a)
Jul 10 18:25:03 hostname avahi-daemon[373]: Successfully called chroot().
Jul 10 18:25:03 hostname avahi-daemon[373]: Successfully dropped remaining capabilities.
Jul 10 18:25:03 hostname avahi-daemon[373]: No service file found in /etc/avahi/services.
Jul 10 18:25:03 hostname avahi-daemon[373]: *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
Jul 10 18:25:03 hostname avahi-daemon[373]: *** WARNING: Detected another IPv6 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
Jul 10 18:25:03 hostname avahi-daemon[373]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Jul 10 18:25:03 hostname avahi-daemon[373]: New relevant interface lo.IPv6 for mDNS.
Jul 10 18:25:03 hostname avahi-daemon[373]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Jul 10 18:25:03 hostname avahi-daemon[373]: New relevant interface lo.IPv4 for mDNS.
Jul 10 18:25:03 hostname avahi-daemon[373]: Network interface enumeration completed.
Jul 10 18:25:03 hostname avahi-daemon[373]: Registering new address record for ::1 on lo.*.
Jul 10 18:25:03 hostname avahi-daemon[373]: Registering new address record for 127.0.0.1 on lo.IPv4.
Jul 10 18:25:03 hostname systemd[1]: Finished Initialize hardware monitoring sensors.
Jul 10 18:25:03 hostname systemd[1]: Started User Login Management.
Jul 10 18:25:03 hostname systemd[1]: Started D-Bus System Message Bus.
Jul 10 18:25:03 hostname dbus-daemon[375]: [system] Successfully activated service 'org.freedesktop.systemd1'
Jul 10 18:25:03 hostname systemd[1]: Starting Network Manager...
Jul 10 18:25:03 hostname systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.2588] NetworkManager (version 1.42.6-1) is starting... (boot:9eeee0af-c578-4311-8354-82337ae60b70)
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.2588] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jul 10 18:25:03 hostname systemd[1]: Started Network Manager.
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.2624] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jul 10 18:25:03 hostname systemd[1]: Reached target Network.
Jul 10 18:25:03 hostname systemd[1]: Starting CUPS Scheduler...
Jul 10 18:25:03 hostname systemd[1]: Starting Network Time Service...
Jul 10 18:25:03 hostname systemd[1]: Starting Permit User Sessions...
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.2681] manager[0x562bee1f5c70]: monitoring kernel firmware directory '/lib/firmware'.
Jul 10 18:25:03 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=390 comm="/usr/bin/NetworkManager --no-daemon")
Jul 10 18:25:03 hostname systemd[1]: Starting Hostname Service...
Jul 10 18:25:03 hostname ntpd[396]: ntpd 4.2.8p17@1.4004-o Tue Jun  6 14:05:47 UTC 2023 (1): Starting
Jul 10 18:25:03 hostname ntpd[396]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Jul 10 18:25:03 hostname ntpd[396]: ----------------------------------------------------
Jul 10 18:25:03 hostname ntpd[396]: ntp-4 is maintained by Network Time Foundation,
Jul 10 18:25:03 hostname ntpd[396]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Jul 10 18:25:03 hostname ntpd[396]: corporation.  Support and training for ntp-4 are
Jul 10 18:25:03 hostname ntpd[396]: available at https://www.nwtime.org/support
Jul 10 18:25:03 hostname ntpd[396]: ----------------------------------------------------
Jul 10 18:25:03 hostname ntpd[396]: DEBUG behavior is enabled - a violation of any
Jul 10 18:25:03 hostname ntpd[396]: diagnostic assertion will cause ntpd to abort
Jul 10 18:25:03 hostname ntpd[401]: proto: precision = 0.051 usec (-24)
Jul 10 18:25:03 hostname ntpd[401]: basedate set to 2023-05-25
Jul 10 18:25:03 hostname ntpd[401]: gps base set to 2023-05-28 (week 2264)
Jul 10 18:25:03 hostname ntpd[401]: initial drift restored to -36.217000
Jul 10 18:25:03 hostname ntpd[401]: Listen and drop on 0 v6wildcard [::]:123
Jul 10 18:25:03 hostname ntpd[401]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Jul 10 18:25:03 hostname ntpd[401]: Listen normally on 2 lo 127.0.0.1:123
Jul 10 18:25:03 hostname ntpd[401]: Listen normally on 3 lo [::1]:123
Jul 10 18:25:03 hostname ntpd[401]: Listening on routing socket on fd #20 for interface updates
Jul 10 18:25:03 hostname ntpd[401]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Jul 10 18:25:03 hostname ntpd[401]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Jul 10 18:25:03 hostname systemd-resolved[359]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Jul 10 18:25:03 hostname systemd[1]: Finished Permit User Sessions.
Jul 10 18:25:03 hostname systemd[1]: Starting Hold until boot process finishes up...
Jul 10 18:25:03 hostname dbus-daemon[375]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jul 10 18:25:03 hostname systemd[1]: Starting Terminate Plymouth Boot Screen...
Jul 10 18:25:03 hostname systemd[1]: Started Hostname Service.
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3075] hostname: hostname: using hostnamed
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3075] hostname: static hostname changed from (none) to "hostname"
Jul 10 18:25:03 hostname systemd[1]: Started Network Time Service.
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3080] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3089] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:02:00.0/ieee80211/phy0/rfkill0) (driver wl)
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3091] manager[0x562bee1f5c70]: rfkill: Wi-Fi hardware radio set enabled
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3091] manager[0x562bee1f5c70]: rfkill: WWAN hardware radio set enabled
Jul 10 18:25:03 hostname systemd[1]: Received SIGRTMIN+21 from PID 296 (plymouthd).
Jul 10 18:25:03 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.6' (uid=0 pid=395 comm="/usr/bin/cupsd -l")
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3247] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
Jul 10 18:25:03 hostname systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3263] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
Jul 10 18:25:03 hostname systemd[1]: Received SIGRTMIN+21 from PID 296 (plymouthd).
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3332] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-bluetooth.so)
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3343] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3351] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3358] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3361] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3362] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3362] manager: Networking is enabled by state file
Jul 10 18:25:03 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=390 comm="/usr/bin/NetworkManager --no-daemon")
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3368] settings: Loaded settings plugin: keyfile (internal)
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3411] dhcp: init: Using DHCP client 'internal'
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3414] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3427] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3430] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3434] device (lo): Activation: starting connection 'lo' (b26690ae-7b28-4e2d-bf8c-7b2e1ea211fc)
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3441] manager: (wlp2s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.3443] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 10 18:25:03 hostname NetworkManager[390]: <warn>  [1689027903.4182] platform-linux: do-change-link[2]: failure 23 (Too many open files in system) (assume success changing address)
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.4183] device (wlp2s0): set-hw-addr: set MAC address to xxxxxx (scanning)
Jul 10 18:25:03 hostname dbus-daemon[375]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=390 comm="/usr/bin/NetworkManager --no-daemon")
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.4215] ovsdb: disconnected from ovsdb
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.4217] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.4220] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.4224] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.4230] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jul 10 18:25:03 hostname systemd[1]: Finished Hold until boot process finishes up.
Jul 10 18:25:03 hostname dbus-daemon[375]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jul 10 18:25:03 hostname systemd[1]: Finished Apply cpupower configuration.
Jul 10 18:25:03 hostname systemd[1]: Finished Terminate Plymouth Boot Screen.
Jul 10 18:25:03 hostname systemd[1]: Started Manage, Install and Generate Color Profiles.
Jul 10 18:25:03 hostname systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 10 18:25:03 hostname systemd[1]: Started Getty on tty1.
Jul 10 18:25:03 hostname systemd[1]: Reached target Login Prompts.
Jul 10 18:25:03 hostname systemd[1]: Starting WPA supplicant...
Jul 10 18:25:03 hostname systemd[1]: Started CUPS Scheduler.
Jul 10 18:25:03 hostname systemd[1]: Reached target Multi-User System.
Jul 10 18:25:03 hostname systemd[1]: Reached target Graphical Interface.
Jul 10 18:25:03 hostname dbus-daemon[375]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 10 18:25:03 hostname systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.5563] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.5565] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.5572] device (lo): Activation: successful, device activated.
Jul 10 18:25:03 hostname dbus-daemon[375]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jul 10 18:25:03 hostname systemd[1]: Started WPA supplicant.
Jul 10 18:25:03 hostname systemd[1]: Startup finished in 5.984s (kernel) + 2.714s (userspace) = 8.699s.
Jul 10 18:25:03 hostname wpa_supplicant[413]: Successfully initialized wpa_supplicant
Jul 10 18:25:03 hostname wpa_supplicant[413]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.6842] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Jul 10 18:25:03 hostname NetworkManager[390]: <info>  [1689027903.6844] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jul 10 18:25:03 hostname avahi-daemon[373]: Server startup complete. Host name is hostname.local. Local service cookie is 1330159696.
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5497] policy: auto-activating connection 'xxxxxx' (14f87118-1325-4b69-ac3e-708e79f7f9e0)
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5504] device (wlp2s0): Activation: starting connection 'xxxxxx' (14f87118-1325-4b69-ac3e-708e79f7f9e0)
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5506] device (wlp2s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5510] manager: NetworkManager state is now CONNECTING
Jul 10 18:25:07 hostname NetworkManager[390]: <warn>  [1689027907.5518] platform-linux: do-change-link[2]: failure 23 (Too many open files in system) (assume success changing address)
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5519] device (wlp2s0): set-hw-addr: reset MAC address to xxxxxx (preserve)
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5524] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5528] device (wlp2s0): Activation: (wifi) access point 'xxxxxx' has security, but secrets are required.
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5529] device (wlp2s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5543] device (wlp2s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5546] device (wlp2s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5550] device (wlp2s0): Activation: (wifi) connection 'xxxxxx' has security, and secrets exist.  No new secrets needed.
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5551] Config: added 'ssid' value 'xxxxxx'
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5551] Config: added 'scan_ssid' value '1'
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5551] Config: added 'bgscan' value 'simple:30:-65:300'
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5551] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256'
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5551] Config: added 'auth_alg' value 'OPEN'
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.5552] Config: added 'psk' value '<hidden>'
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.6032] device (wlp2s0): supplicant interface state: disconnected -> inactive
Jul 10 18:25:07 hostname wpa_supplicant[413]: wlp2s0: Trying to associate with xxxxxx (SSID='xxxxxx' freq=5180 MHz)
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.6106] device (wlp2s0): supplicant interface state: inactive -> associating
Jul 10 18:25:07 hostname wpa_supplicant[413]: wlp2s0: Associated with xxxxxx
Jul 10 18:25:07 hostname wpa_supplicant[413]: wlp2s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 10 18:25:07 hostname wpa_supplicant[413]: wlp2s0: WPA: Key negotiation completed with xxxxxx [PTK=CCMP GTK=CCMP]
Jul 10 18:25:07 hostname wpa_supplicant[413]: wlp2s0: CTRL-EVENT-CONNECTED - Connection to xxxxxx completed [id=0 id_str=]
Jul 10 18:25:07 hostname wpa_supplicant[413]: bgscan simple: Failed to enable signal strength monitoring
Jul 10 18:25:07 hostname kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.7137] device (wlp2s0): supplicant interface state: associating -> completed
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.7137] device (wlp2s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "xxxxxx"
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.7140] device (wlp2s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jul 10 18:25:07 hostname NetworkManager[390]: <info>  [1689027907.7153] dhcp4 (wlp2s0): activation: beginning transaction (timeout in 45 seconds)
Jul 10 18:25:07 hostname avahi-daemon[373]: Joining mDNS multicast group on interface wlp2s0.IPv6 with address xxxxxx.
Jul 10 18:25:07 hostname avahi-daemon[373]: New relevant interface wlp2s0.IPv6 for mDNS.
Jul 10 18:25:07 hostname avahi-daemon[373]: Registering new address record for xxxxxx on wlp2s0.*.
Jul 10 18:25:08 hostname systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jul 10 18:25:08 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:25:08 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:25:08 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=58C        TC0F=60C        TC0P=43C        TC1C=47C        TC2C=49C        TC3C=47C        TC4C=47C        TCGC=48C        TCMc=0C        TCSA=50C        TCTD=0C        TCXC=50C        TH0A=40C        TH0B=32C        TH0F=43C        TH0R=41C        TH0V=39C        TH0a=40C        TH0b=32C        TH0c=127C        TM0P=38C        TM0S=35C        TP0P=40C        TPCD=47C        TW0P=38C        Ta0P=29C        TaSP=29C        Th1H=38C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=30C
Jul 10 18:25:09 hostname NetworkManager[390]: <info>  [1689027909.7385] dhcp4 (wlp2s0): state changed new lease, address=xxxxxx
Jul 10 18:25:09 hostname NetworkManager[390]: <info>  [1689027909.7395] policy: set 'xxxxxx' (wlp2s0) as default for IPv4 routing and DNS
Jul 10 18:25:09 hostname systemd-resolved[359]: wlp2s0: Bus client set search domain list to: cinci.rr.com
Jul 10 18:25:09 hostname systemd-resolved[359]: wlp2s0: Bus client set default route setting: yes
Jul 10 18:25:09 hostname systemd-resolved[359]: wlp2s0: Bus client set DNS server list to: 192.168.1.1
Jul 10 18:25:09 hostname avahi-daemon[373]: Joining mDNS multicast group on interface wlp2s0.IPv4 with address xxxxxx.
Jul 10 18:25:09 hostname avahi-daemon[373]: New relevant interface wlp2s0.IPv4 for mDNS.
Jul 10 18:25:09 hostname avahi-daemon[373]: Registering new address record for xxxxxx on wlp2s0.IPv4.
Jul 10 18:25:09 hostname NetworkManager[390]: <info>  [1689027909.7661] device (wlp2s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jul 10 18:25:09 hostname NetworkManager[390]: <info>  [1689027909.7703] device (wlp2s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jul 10 18:25:09 hostname NetworkManager[390]: <info>  [1689027909.7706] device (wlp2s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jul 10 18:25:09 hostname NetworkManager[390]: <info>  [1689027909.7713] manager: NetworkManager state is now CONNECTED_SITE
Jul 10 18:25:09 hostname NetworkManager[390]: <info>  [1689027909.7720] device (wlp2s0): Activation: successful, device activated.
Jul 10 18:25:09 hostname NetworkManager[390]: <info>  [1689027909.7730] manager: startup complete
Jul 10 18:25:10 hostname NetworkManager[390]: <info>  [1689027910.0669] manager: NetworkManager state is now CONNECTED_GLOBAL
Jul 10 18:25:10 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.10' (uid=0 pid=412 comm="/bin/login -p --          ")
Jul 10 18:25:10 hostname dbus-daemon[375]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jul 10 18:25:10 hostname login[412]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jul 10 18:25:12 hostname ntpd[401]: Listen normally on 4 wlp2s0 xxxxxx:123
Jul 10 18:25:12 hostname ntpd[401]: Listen normally on 5 wlp2s0 [xxxxxx%2]:123
Jul 10 18:25:12 hostname ntpd[401]: new interface(s) found: waking up resolver
Jul 10 18:25:13 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:25:13 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:25:13 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=56C        TC0F=59C        TC0P=43C        TC1C=45C        TC2C=47C        TC3C=47C        TC4C=47C        TCGC=48C        TCMc=0C        TCSA=49C        TCTD=0C        TCXC=49C        TH0A=40C        TH0B=32C        TH0F=43C        TH0R=41C        TH0V=39C        TH0a=40C        TH0b=32C        TH0c=127C        TM0P=38C        TM0S=35C        TP0P=41C        TPCD=47C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=38C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:25:13 hostname systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 10 18:25:15 hostname login[412]: pam_unix(login:auth): authentication failure; logname= uid=0 euid=0 tty=/dev/tty1 ruser= rhost=  user=userper
Jul 10 18:25:17 hostname login[412]: FAILED LOGIN 1 FROM tty1 FOR userper, Authentication failure
Jul 10 18:25:18 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:25:18 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:25:18 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=55C        TC0F=58C        TC0P=42C        TC1C=45C        TC2C=46C        TC3C=46C        TC4C=47C        TCGC=47C        TCMc=0C        TCSA=48C        TCTD=0C        TCXC=48C        TH0A=40C        TH0B=32C        TH0F=42C        TH0R=41C        TH0V=39C        TH0a=40C        TH0b=32C        TH0c=127C        TM0P=38C        TM0S=35C        TP0P=41C        TPCD=47C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=38C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:25:23 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:25:23 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:25:23 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=54C        TC0F=56C        TC0P=42C        TC1C=45C        TC2C=46C        TC3C=45C        TC4C=45C        TCGC=46C        TCMc=0C        TCSA=47C        TCTD=0C        TCXC=48C        TH0A=40C        TH0B=32C        TH0F=42C        TH0R=41C        TH0V=38C        TH0a=40C        TH0b=32C        TH0c=127C        TM0P=38C        TM0S=35C        TP0P=41C        TPCD=47C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=38C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:25:23 hostname login[412]: pam_unix(login:session): session opened for user userper(uid=1001) by userper(uid=0)
Jul 10 18:25:23 hostname systemd-logind[379]: New session 1 of user userper.
Jul 10 18:25:23 hostname systemd[1]: Created slice User Slice of UID 1001.
Jul 10 18:25:23 hostname systemd[1]: Starting User Runtime Directory /run/user/1001...
Jul 10 18:25:23 hostname systemd[1]: Finished User Runtime Directory /run/user/1001.
Jul 10 18:25:23 hostname systemd[1]: Starting User Manager for UID 1001...
Jul 10 18:25:23 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.13' (uid=0 pid=424 comm="(systemd)")
Jul 10 18:25:23 hostname dbus-daemon[375]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jul 10 18:25:23 hostname (systemd)[424]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jul 10 18:25:23 hostname (systemd)[424]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[userper] ruser=[<unknown>] rhost=[<unknown>]
Jul 10 18:25:23 hostname (systemd)[424]: pam_unix(systemd-user:session): session opened for user userper(uid=1001) by userper(uid=0)
Jul 10 18:25:23 hostname systemd[424]: Queued start job for default target Main User Target.
Jul 10 18:25:23 hostname systemd-journald[230]: /var/log/journal/2a3749fb37e7441ca62672bddbd9bc60/user-1001.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Jul 10 18:25:23 hostname login[412]: LOGIN ON tty1 BY userper
Jul 10 18:25:23 hostname systemd[424]: Created slice User Application Slice.
Jul 10 18:25:23 hostname systemd[424]: Reached target Paths.
Jul 10 18:25:23 hostname systemd[424]: Reached target Timers.
Jul 10 18:25:23 hostname systemd[424]: Starting D-Bus User Message Bus Socket...
Jul 10 18:25:23 hostname systemd[424]: Listening on GnuPG network certificate management daemon.
Jul 10 18:25:23 hostname systemd[424]: Listening on GCR ssh-agent wrapper.
Jul 10 18:25:23 hostname systemd[424]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 10 18:25:23 hostname systemd[424]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 10 18:25:23 hostname systemd[424]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 10 18:25:23 hostname systemd[424]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 10 18:25:23 hostname systemd[424]: Listening on p11-kit server.
Jul 10 18:25:23 hostname systemd[424]: Listening on PipeWire PulseAudio.
Jul 10 18:25:23 hostname systemd[424]: Listening on PipeWire Multimedia System Socket.
Jul 10 18:25:23 hostname systemd[424]: Listening on D-Bus User Message Bus Socket.
Jul 10 18:25:23 hostname systemd[424]: Reached target Sockets.
Jul 10 18:25:23 hostname systemd[424]: Reached target Basic System.
Jul 10 18:25:23 hostname systemd[1]: Started User Manager for UID 1001.
Jul 10 18:25:23 hostname systemd[424]: Starting Update XDG user dir configuration...
Jul 10 18:25:23 hostname systemd[1]: Started Session 1 of User userper.
Jul 10 18:25:23 hostname systemd[424]: Finished Update XDG user dir configuration.
Jul 10 18:25:23 hostname systemd[424]: Reached target Main User Target.
Jul 10 18:25:23 hostname systemd[424]: Startup finished in 247ms.
Jul 10 18:25:23 hostname systemd[424]: Started GnuPG cryptographic agent and passphrase cache.
Jul 10 18:25:23 hostname gpg-agent[497]: gpg-agent[497]: enabled debug flags: ipc
Jul 10 18:25:28 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:25:28 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:25:28 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=53C        TC0F=56C        TC0P=42C        TC1C=45C        TC2C=46C        TC3C=45C        TC4C=46C        TCGC=45C        TCMc=0C        TCSA=47C        TCTD=0C        TCXC=48C        TH0A=40C        TH0B=32C        TH0F=42C        TH0R=41C        TH0V=38C        TH0a=40C        TH0b=32C        TH0c=127C        TM0P=39C        TM0S=35C        TP0P=41C        TPCD=47C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=38C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:25:33 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:25:33 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:25:33 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=52C        TC0F=54C        TC0P=42C        TC1C=44C        TC2C=44C        TC3C=45C        TC4C=45C        TCGC=46C        TCMc=0C        TCSA=47C        TCTD=0C        TCXC=47C        TH0A=40C        TH0B=32C        TH0F=42C        TH0R=41C        TH0V=38C        TH0a=40C        TH0b=32C        TH0c=127C        TM0P=39C        TM0S=36C        TP0P=41C        TPCD=47C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=38C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:25:33 hostname systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jul 10 18:25:38 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:25:38 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:25:38 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=52C        TC0F=54C        TC0P=42C        TC1C=42C        TC2C=45C        TC3C=45C        TC4C=45C        TCGC=45C        TCMc=0C        TCSA=47C        TCTD=0C        TCXC=46C        TH0A=32C        TH0B=32C        TH0F=42C        TH0R=49C        TH0V=38C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=39C        TM0S=36C        TP0P=41C        TPCD=47C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=38C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:25:38 hostname systemd[424]: Created slice User Core Session Slice.
Jul 10 18:25:38 hostname systemd[424]: Starting D-Bus User Message Bus...
Jul 10 18:25:38 hostname systemd[424]: Started D-Bus User Message Bus.
Jul 10 18:25:38 hostname gpg-agent[606]: Failed to lookup password for key xxxxxx with secret service: The name org.freedesktop.secrets was not provided by any .service files
Jul 10 18:25:38 hostname gpg-agent[620]: Failed to lookup password for key xxxxxx with secret service: The name org.freedesktop.secrets was not provided by any .service files
Jul 10 18:25:43 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:25:43 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:25:43 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=51C        TC0F=53C        TC0P=42C        TC1C=43C        TC2C=45C        TC3C=44C        TC4C=44C        TCGC=45C        TCMc=0C        TCSA=45C        TCTD=0C        TCXC=46C        TH0A=32C        TH0B=32C        TH0F=44C        TH0R=49C        TH0V=38C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=39C        TM0S=36C        TP0P=41C        TPCD=48C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=38C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:25:46 hostname systemd[424]: Reloading requested from client PID 649 ('startplasma-x11')...
Jul 10 18:25:46 hostname systemd[424]: Reloading...
Jul 10 18:25:46 hostname systemd[424]: Reloading finished in 199 ms.
Jul 10 18:25:46 hostname systemd[424]: /run/user/1001/systemd/generator.late/app-openvpn3\x2dapplet@autostart.service:18: WorkingDirectory= path is not absolute, ignoring: 
Jul 10 18:25:46 hostname systemd[424]: Created slice User Background Tasks Slice.
Jul 10 18:25:46 hostname systemd[424]: Reached target Session services which should run early before the graphical session is brought up.
Jul 10 18:25:46 hostname systemd[424]: Starting KDE Config Module Initialization...
Jul 10 18:25:46 hostname systemd[424]: Starting Baloo File Indexer Daemon...
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.6' (uid=1001 pid=671 comm="/usr/bin/kcminit_startup")
Jul 10 18:25:47 hostname systemd[424]: Starting Portal service...
Jul 10 18:25:47 hostname systemd[424]: Started Baloo File Indexer Daemon.
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.8' (uid=1001 pid=674 comm="/usr/lib/xdg-desktop-portal")
Jul 10 18:25:47 hostname systemd[424]: Starting flatpak document portal service...
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.9' (uid=1001 pid=682 comm="/usr/lib/xdg-document-portal")
Jul 10 18:25:47 hostname systemd[424]: Starting sandboxed app permission store...
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Jul 10 18:25:47 hostname systemd[424]: Started sandboxed app permission store.
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Successfully activated service 'org.freedesktop.portal.Documents'
Jul 10 18:25:47 hostname systemd[424]: Started flatpak document portal service.
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.8' (uid=1001 pid=674 comm="/usr/lib/xdg-desktop-portal")
Jul 10 18:25:47 hostname systemd[424]: Starting Portal service (GTK/GNOME implementation)...
Jul 10 18:25:47 hostname kcminit_startup[671]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Jul 10 18:25:47 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.16' (uid=1001 pid=670 comm="/usr/lib/baloo_file")
Jul 10 18:25:47 hostname systemd[1]: Starting Disk Manager...
Jul 10 18:25:47 hostname udisksd[699]: udisks daemon version 2.9.4 starting
Jul 10 18:25:47 hostname kcminit_startup[671]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Jul 10 18:25:47 hostname kcminit_startup[671]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
Jul 10 18:25:47 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.17' (uid=0 pid=699 comm="/usr/lib/udisks2/udisksd")
Jul 10 18:25:47 hostname systemd[1]: Starting Authorization Manager...
Jul 10 18:25:47 hostname polkitd[704]: Started polkitd version 122
Jul 10 18:25:47 hostname polkitd[704]: Loading rules from directory /etc/polkit-1/rules.d
Jul 10 18:25:47 hostname polkitd[704]: Loading rules from directory /usr/share/polkit-1/rules.d
Jul 10 18:25:47 hostname polkitd[704]: Finished loading, compiling and executing 8 rules
Jul 10 18:25:47 hostname dbus-daemon[375]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jul 10 18:25:47 hostname systemd[1]: Started Authorization Manager.
Jul 10 18:25:47 hostname polkitd[704]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.11' (uid=1001 pid=697 comm="/usr/lib/xdg-desktop-portal-gtk")
Jul 10 18:25:47 hostname systemd[424]: Starting Virtual filesystem service...
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Successfully activated service 'org.gtk.vfs.Daemon'
Jul 10 18:25:47 hostname systemd[424]: Started Virtual filesystem service.
Jul 10 18:25:47 hostname dbus-daemon[375]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jul 10 18:25:47 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.16' (uid=1001 pid=670 comm="/usr/lib/baloo_file")
Jul 10 18:25:47 hostname systemd[1]: Started Disk Manager.
Jul 10 18:25:47 hostname udisksd[699]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jul 10 18:25:47 hostname systemd[1]: Starting Daemon for power management...
Jul 10 18:25:47 hostname systemd[424]: Started KDE Config Module Initialization.
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.14' (uid=1001 pid=697 comm="/usr/lib/xdg-desktop-portal-gtk")
Jul 10 18:25:47 hostname systemd[424]: Starting KDE Session Management Server...
Jul 10 18:25:47 hostname systemd[424]: Started Unlock kwallet from pam credentials.
Jul 10 18:25:47 hostname systemd[424]: Starting KDE Daemon...
Jul 10 18:25:47 hostname systemd[424]: Starting KDE Window Manager...
Jul 10 18:25:47 hostname systemd[424]: Starting Accessibility services bus...
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Successfully activated service 'org.a11y.Bus'
Jul 10 18:25:47 hostname systemd[424]: Started Accessibility services bus.
Jul 10 18:25:47 hostname at-spi-bus-launcher[764]: dbus-daemon[764]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1001 pid=697 comm="/usr/lib/xdg-desktop-portal-gtk")
Jul 10 18:25:47 hostname at-spi-bus-launcher[764]: dbus-daemon[764]: Successfully activated service 'org.a11y.atspi.Registry'
Jul 10 18:25:47 hostname at-spi-bus-launcher[768]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Jul 10 18:25:47 hostname systemd[424]: Started Portal service (GTK/GNOME implementation).
Jul 10 18:25:47 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.21' (uid=1001 pid=674 comm="/usr/lib/xdg-desktop-portal")
Jul 10 18:25:47 hostname systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jul 10 18:25:47 hostname dbus-daemon[375]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jul 10 18:25:47 hostname systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jul 10 18:25:47 hostname rtkit-daemon[776]: Successfully called chroot.
Jul 10 18:25:47 hostname rtkit-daemon[776]: Successfully dropped privileges.
Jul 10 18:25:47 hostname rtkit-daemon[776]: Successfully limited resources.
Jul 10 18:25:47 hostname rtkit-daemon[776]: Running.
Jul 10 18:25:47 hostname rtkit-daemon[776]: Canary thread running.
Jul 10 18:25:47 hostname rtkit-daemon[776]: Watchdog thread running.
Jul 10 18:25:47 hostname rtkit-daemon[776]: Supervising 0 threads of 0 processes of 0 users.
Jul 10 18:25:47 hostname rtkit-daemon[776]: Supervising 0 threads of 0 processes of 0 users.
Jul 10 18:25:47 hostname rtkit-daemon[776]: Supervising 0 threads of 0 processes of 0 users.
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.kde' unit='plasma-xdg-desktop-portal-kde.service' requested by ':1.8' (uid=1001 pid=674 comm="/usr/lib/xdg-desktop-portal")
Jul 10 18:25:47 hostname dbus-daemon[375]: [system] Successfully activated service 'org.freedesktop.UPower'
Jul 10 18:25:47 hostname systemd[1]: Started Daemon for power management.
Jul 10 18:25:47 hostname ksmserver[752]: Qt: Session management error: networkIdsList argument is NULL
Jul 10 18:25:47 hostname systemd[424]: Started KDE Daemon.
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.18' (uid=1001 pid=752 comm="/usr/bin/ksmserver")
Jul 10 18:25:47 hostname systemd[424]: Starting KDE Configuration Module Initialization (Phase 1)...
Jul 10 18:25:47 hostname systemd[424]: Starting KDE Global Shortcuts Server...
Jul 10 18:25:47 hostname kcminit_startup[671]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Jul 10 18:25:47 hostname kcminit_startup[671]: kcm_touchpad: Using X11 backend
Jul 10 18:25:47 hostname kcminit_startup[671]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
Jul 10 18:25:47 hostname systemd[424]: Finished KDE Configuration Module Initialization (Phase 1).
Jul 10 18:25:47 hostname kded5[755]: kcm_touchpad: Using X11 backend
Jul 10 18:25:47 hostname kded5[755]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface: The name org.wicd.daemon was not provided by any .service files
Jul 10 18:25:47 hostname kded5[755]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
Jul 10 18:25:47 hostname dbus-daemon[610]: [session uid=1001 pid=610] Successfully activated service 'org.kde.kglobalaccel'
Jul 10 18:25:47 hostname systemd[424]: Started KDE Global Shortcuts Server.
Jul 10 18:25:47 hostname kwin_x11[756]: kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker"
Jul 10 18:25:47 hostname kwin_x11[756]: kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate"
Jul 10 18:25:48 hostname ksmserver[752]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.21'
Jul 10 18:25:48 hostname systemd[424]: Started KDE Session Management Server.
Jul 10 18:25:48 hostname systemd[424]: Starting KDE Plasma Workspace...
Jul 10 18:25:48 hostname systemd[424]: Started KDE Window Manager.
Jul 10 18:25:48 hostname kernel: warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Jul 10 18:25:48 hostname kded5[755]: Installing the delayed initialization callback.
Jul 10 18:25:48 hostname dbus-daemon[610]: [session uid=1001 pid=610] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.16' (uid=1001 pid=755 comm="/usr/bin/kded5")
Jul 10 18:25:48 hostname kded5[755]: colord: Using XRANDR extension 1.3 or greater.
Jul 10 18:25:48 hostname systemd[424]: Starting KActivityManager Activity manager Service...
Jul 10 18:25:48 hostname kded5[755]: print-manager.kded: unable to register service to dbus
Jul 10 18:25:48 hostname dbus-daemon[610]: [session uid=1001 pid=610] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.22' (uid=1001 pid=755 comm="/usr/bin/kded5")
Jul 10 18:25:48 hostname systemd[424]: Starting User preferences database...
Jul 10 18:25:48 hostname dbus-daemon[610]: [session uid=1001 pid=610] Successfully activated service 'ca.desrt.dconf'
Jul 10 18:25:48 hostname systemd[424]: Started User preferences database.
Jul 10 18:25:48 hostname kwin_x11[756]: OpenGL vendor string:                   Intel
Jul 10 18:25:48 hostname kwin_x11[756]: OpenGL renderer string:                 Mesa Intel(R) Iris(R) Pro Graphics P5200 (HSW GT3)
Jul 10 18:25:48 hostname kwin_x11[756]: OpenGL version string:                  4.6 (Compatibility Profile) Mesa 23.1.3
Jul 10 18:25:48 hostname kwin_x11[756]: OpenGL shading language version string: 4.60
Jul 10 18:25:48 hostname kwin_x11[756]: Driver:                                 Intel
Jul 10 18:25:48 hostname kwin_x11[756]: GPU class:                              Haswell
Jul 10 18:25:48 hostname kwin_x11[756]: OpenGL version:                         4.6
Jul 10 18:25:48 hostname kwin_x11[756]: GLSL version:                           4.60
Jul 10 18:25:48 hostname kwin_x11[756]: Mesa version:                           23.1.3
Jul 10 18:25:48 hostname kwin_x11[756]: X server version:                       1.21.1
Jul 10 18:25:48 hostname kwin_x11[756]: Linux kernel version:                   6.4.2
Jul 10 18:25:48 hostname kwin_x11[756]: Requires strict binding:                yes
Jul 10 18:25:48 hostname kwin_x11[756]: GLSL shaders:                           yes
Jul 10 18:25:48 hostname kwin_x11[756]: Texture NPOT support:                   yes
Jul 10 18:25:48 hostname kwin_x11[756]: Virtual Machine:                        no
Jul 10 18:25:48 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:25:48 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:25:48 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=50C        TC0F=53C        TC0P=42C        TC1C=47C        TC2C=47C        TC3C=46C        TC4C=47C        TCGC=51C        TCMc=0C        TCSA=50C        TCTD=0C        TCXC=52C        TH0A=32C        TH0B=32C        TH0F=45C        TH0R=49C        TH0V=38C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=39C        TM0S=36C        TP0P=41C        TPCD=48C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=38C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:25:48 hostname plasmashell[804]: Checking screens: available: (QScreen(0x560b045b86d0, name="eDP1")) redundant: QHash((QScreen(0x560b045b87c0, name="HDMI3"), QScreen(0x560b045b86d0, name="eDP1"))) fake: QSet() all: (QScreen(0x560b045b86d0, name="eDP1"), QScreen(0x560b045b87c0, name="HDMI3"))
Jul 10 18:25:48 hostname plasmashell[804]: Checking screens: available: (QScreen(0x560b045b86d0, name="eDP1")) redundant: QHash((QScreen(0x560b045b87c0, name="HDMI3"), QScreen(0x560b045b86d0, name="eDP1"))) fake: QSet() all: (QScreen(0x560b045b86d0, name="eDP1"), QScreen(0x560b045b87c0, name="HDMI3"))
Jul 10 18:25:48 hostname systemd[424]: Started KDE Plasma Workspace.
Jul 10 18:25:48 hostname systemd[424]: Reached target KDE Plasma Workspace Core.
Jul 10 18:25:48 hostname systemd[424]: Started Proxies GTK DBus menus to a Plasma readable format.
Jul 10 18:25:48 hostname systemd[424]: Starting KDE PolicyKit Authentication Agent...
Jul 10 18:25:48 hostname systemd[424]: Starting Powerdevil...
Jul 10 18:25:48 hostname systemd[424]: Starting Xdg Desktop Portal For KDE...
Jul 10 18:25:48 hostname systemd[424]: Started Handle legacy xembed system tray icons.
Jul 10 18:25:48 hostname kwin_x11[756]: org.kde.bismuth: Initiating Bismuth: Plasma Tiling Window script!
Jul 10 18:25:48 hostname plasmashell[804]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Jul 10 18:25:48 hostname plasmashell[804]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Jul 10 18:25:48 hostname kwin_x11[756]: org.kde.bismuth: arrange
Jul 10 18:25:48 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:48 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:48 hostname libddcutil[843]: Initializing.  ddcutil version 1.4.1
Jul 10 18:25:48 hostname libddcutil[843]: Library initialization complete.
Jul 10 18:25:48 hostname dbus-daemon[610]: [session uid=1001 pid=610] Successfully activated service 'org.kde.ActivityManager'
Jul 10 18:25:48 hostname systemd[424]: Started KActivityManager Activity manager Service.
Jul 10 18:25:48 hostname plasmashell[804]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Jul 10 18:25:48 hostname plasmashell[804]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Jul 10 18:25:48 hostname dbus-daemon[375]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.25' (uid=1001 pid=843 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Jul 10 18:25:48 hostname kwin_x11[756]: org.kde.bismuth: onCurrentSurfaceChanged,[object Object]
Jul 10 18:25:48 hostname kwin_x11[756]: org.kde.bismuth: arrange
Jul 10 18:25:48 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:48 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:48 hostname systemd[424]: Started KDE PolicyKit Authentication Agent.
Jul 10 18:25:48 hostname polkit-kde-authentication-agent-1[842]: New PolkitAgentListener  0x5639e1cb6b30
Jul 10 18:25:48 hostname polkit-kde-authentication-agent-1[842]: Adding new listener  PolkitQt1::Agent::Listener(0x7f291c011f10) for  0x5639e1cb6b30
Jul 10 18:25:48 hostname polkit-kde-authentication-agent-1[842]: Listener online
Jul 10 18:25:48 hostname polkitd[704]: Registered Authentication Agent for unix-session:1 (system bus name :1.28 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale C.UTF-8)
Jul 10 18:25:48 hostname polkit-kde-authentication-agent-1[842]: Authentication agent result: true
Jul 10 18:25:48 hostname dbus-daemon[610]: [session uid=1001 pid=610] Successfully activated service 'org.freedesktop.impl.portal.desktop.kde'
Jul 10 18:25:48 hostname systemd[424]: Started Xdg Desktop Portal For KDE.
Jul 10 18:25:48 hostname dbus-daemon[375]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
Jul 10 18:25:48 hostname dbus-daemon[375]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.25' (uid=1001 pid=843 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Jul 10 18:25:48 hostname plasmashell[804]: kf.plasma.quick: Applet preload policy set to 1
Jul 10 18:25:48 hostname dbus-daemon[375]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
Jul 10 18:25:48 hostname dbus-daemon[375]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.25' (uid=1001 pid=843 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Jul 10 18:25:48 hostname systemd[424]: Started PipeWire Multimedia Service.
Jul 10 18:25:48 hostname systemd[424]: Started Multimedia Service Session Manager.
Jul 10 18:25:48 hostname dbus-daemon[375]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Jul 10 18:25:48 hostname org_kde_powerdevil[843]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Jul 10 18:25:48 hostname plasmashell[804]: QDBusConnection: error: could not send signal to service "" path "/plasma_org.kde.plasma.desktop_appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma_org.kde.plasma.desktop_appletsrc
Jul 10 18:25:48 hostname rtkit-daemon[776]: Supervising 0 threads of 0 processes of 0 users.
Jul 10 18:25:48 hostname plasmashell[804]: QDBusConnection: error: could not send signal to service "" path "/plasma_org.kde.plasma.desktop_appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma_org.kde.plasma.desktop_appletsrc
Jul 10 18:25:48 hostname rtkit-daemon[776]: Successfully made thread 895 of process 895 owned by '1001' high priority at nice level -11.
Jul 10 18:25:48 hostname rtkit-daemon[776]: Supervising 1 threads of 1 processes of 1 users.
Jul 10 18:25:48 hostname rtkit-daemon[776]: Supervising 1 threads of 1 processes of 1 users.
Jul 10 18:25:48 hostname rtkit-daemon[776]: Supervising 1 threads of 1 processes of 1 users.
Jul 10 18:25:48 hostname rtkit-daemon[776]: Successfully made thread 902 of process 902 owned by '1001' high priority at nice level -11.
Jul 10 18:25:48 hostname rtkit-daemon[776]: Supervising 2 threads of 2 processes of 1 users.
Jul 10 18:25:48 hostname plasmashell[804]: QDBusConnection: error: could not send signal to service "" path "/plasma_org.kde.plasma.desktop_appletsrc" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: /plasma_org.kde.plasma.desktop_appletsrc
Jul 10 18:25:48 hostname rtkit-daemon[776]: Supervising 2 threads of 2 processes of 1 users.
Jul 10 18:25:48 hostname rtkit-daemon[776]: Supervising 2 threads of 2 processes of 1 users.
Jul 10 18:25:48 hostname rtkit-daemon[776]: Successfully made thread 910 of process 895 owned by '1001' RT at priority 20.
Jul 10 18:25:48 hostname rtkit-daemon[776]: Supervising 3 threads of 2 processes of 1 users.
Jul 10 18:25:48 hostname rtkit-daemon[776]: Supervising 3 threads of 2 processes of 1 users.
Jul 10 18:25:48 hostname kded5[755]: g_settings_set_value: key 'scaling-factor' in 'org.gnome.desktop.interface' expects type 'u', but a GVariant of type 'i' was given
Jul 10 18:25:48 hostname rtkit-daemon[776]: Successfully made thread 912 of process 902 owned by '1001' RT at priority 20.
Jul 10 18:25:48 hostname rtkit-daemon[776]: Supervising 4 threads of 2 processes of 1 users.
Jul 10 18:25:48 hostname dbus-daemon[610]: [session uid=1001 pid=610] Successfully activated service 'org.freedesktop.portal.Desktop'
Jul 10 18:25:48 hostname systemd[424]: Started Portal service.
Jul 10 18:25:48 hostname NetworkManager[390]: <info>  [1689027948.7696] agent-manager: agent[b92ad6437fcd9bef,:1.23/org.kde.plasma.networkmanagement/1001]: agent registered
Jul 10 18:25:48 hostname kded5[755]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.21'
Jul 10 18:25:48 hostname wireplumber[902]: [0:00:53.911299418] [902]  INFO Camera camera_manager.cpp:298 libcamera v0.0.5
Jul 10 18:25:48 hostname kded5[755]: Delayed initialization.
Jul 10 18:25:48 hostname kded5[755]: Reloading the khotkeys configuration
Jul 10 18:25:48 hostname kded5[755]: Version 2 File!
Jul 10 18:25:48 hostname kded5[755]: true
Jul 10 18:25:48 hostname kded5[755]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
Jul 10 18:25:48 hostname kded5[755]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
Jul 10 18:25:48 hostname kded5[755]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
Jul 10 18:25:48 hostname kded5[755]: 
Jul 10 18:25:48 hostname systemd[424]: Started Powerdevil.
Jul 10 18:25:48 hostname systemd[424]: Reached target KDE Plasma Workspace.
Jul 10 18:25:48 hostname systemd[424]: Reached target Current graphical user session.
Jul 10 18:25:48 hostname systemd[424]: Reached target plasma-workspace-x11.target.
Jul 10 18:25:48 hostname kded5[755]: colord: created profile "icc-883ca7bea4c86d166ef132071f4c2638" "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001"
Jul 10 18:25:48 hostname systemd[424]: Starting Blueman Applet...
Jul 10 18:25:48 hostname systemd[424]: Starting Geoclue Demo agent...
Jul 10 18:25:48 hostname systemd[424]: Starting Accessibility...
Jul 10 18:25:48 hostname systemd[424]: Starting Klipper...
Jul 10 18:25:48 hostname systemd[424]: Starting Network...
Jul 10 18:25:48 hostname systemd[424]: Starting openvpn3-applet...
Jul 10 18:25:48 hostname systemd[424]: Starting Discover...
Jul 10 18:25:48 hostname systemd[424]: Starting org.kde.kclockd-autostart...
Jul 10 18:25:48 hostname org_kde_powerdevil[843]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Jul 10 18:25:48 hostname dbus-daemon[610]: [session uid=1001 pid=610] Activating via systemd: service name='org.kde.KScreen' unit='plasma-kscreen.service' requested by ':1.29' (uid=1001 pid=843 comm="/usr/lib/org_kde_powerdevil")
Jul 10 18:25:48 hostname systemd[424]: Starting KGpg...
Jul 10 18:25:48 hostname systemd[424]: Starting Welcome Center...
Jul 10 18:25:48 hostname systemd[424]: Starting KSplash "ready" Stage...
Jul 10 18:25:48 hostname systemd[424]: Starting KDE Session Restoration...
Jul 10 18:25:48 hostname systemd[424]: app-nm\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Jul 10 18:25:48 hostname systemd[424]: Condition check resulted in Network being skipped.
Jul 10 18:25:48 hostname kded5[755]: colord: created profile "icc-31caaf021c6e829c3df7054390a90ddc" "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001"
Jul 10 18:25:48 hostname systemd[424]: Started org.kde.kclockd-autostart.
Jul 10 18:25:48 hostname systemd[424]: app-org.kde.kgpg@autostart.service: Skipped due to 'exec-condition'.
Jul 10 18:25:48 hostname systemd[424]: Condition check resulted in KGpg being skipped.
Jul 10 18:25:48 hostname systemd[424]: Started openvpn3-applet.
Jul 10 18:25:48 hostname systemd[424]: Started Blueman Applet.
Jul 10 18:25:48 hostname systemd[424]: Started Accessibility.
Jul 10 18:25:48 hostname systemd[424]: Started Geoclue Demo agent.
Jul 10 18:25:48 hostname systemd[424]: Started Discover.
Jul 10 18:25:48 hostname systemd[424]: Starting KScreen...
Jul 10 18:25:48 hostname org_kde_powerdevil[843]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Jul 10 18:25:48 hostname systemd[424]: app-klipper@autostart.service: Skipped due to 'exec-condition'.
Jul 10 18:25:48 hostname systemd[424]: Condition check resulted in Klipper being skipped.
Jul 10 18:25:48 hostname systemd[424]: Finished KSplash "ready" Stage.
Jul 10 18:25:48 hostname systemd[424]: app-org.kde.plasma\x2dwelcome@autostart.service: Skipped due to 'exec-condition'.
Jul 10 18:25:48 hostname systemd[424]: Condition check resulted in Welcome Center being skipped.
Jul 10 18:25:48 hostname systemd[424]: Reached target Startup of XDG autostart applications.
Jul 10 18:25:48 hostname kaccess[976]: Xlib XKB extension major= 1  minor= 0
Jul 10 18:25:48 hostname kwin_x11[756]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Jul 10 18:25:48 hostname kwin_x11[756]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Jul 10 18:25:48 hostname kwin_x11[756]: kf.config.core: "\"fsrestore3\" - conversion of \"0,0,0,0\" to QRect failed"
Jul 10 18:25:48 hostname kwin_x11[756]: kf.config.core: "\"fsrestore4\" - conversion of \"0,0,0,0\" to QRect failed"
Jul 10 18:25:49 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.23' (uid=1001 pid=755 comm="/usr/bin/kded5")
Jul 10 18:25:49 hostname dbus-daemon[375]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Jul 10 18:25:49 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.23' (uid=1001 pid=755 comm="/usr/bin/kded5")
Jul 10 18:25:49 hostname dbus-daemon[375]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Jul 10 18:25:49 hostname kded5[755]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit" 
                                    "Unit dbus-org.freedesktop.ModemManager1.service not found."
Jul 10 18:25:49 hostname dbus-daemon[610]: [session uid=1001 pid=610] Successfully activated service 'org.kde.KScreen'
Jul 10 18:25:49 hostname systemd[424]: Started KScreen.
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr: Connected output 66 to CRTC 62
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr: Connected output 71 to CRTC 63
Jul 10 18:25:49 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.23' (uid=1001 pid=755 comm="/usr/bin/kded5")
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: Detected XRandR 1.6
Jul 10 18:25:49 hostname dbus-daemon[610]: [session uid=1001 pid=610] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.16' (uid=1001 pid=755 comm="/usr/bin/kded5")
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: Event Base:  89
Jul 10 18:25:49 hostname dbus-daemon[375]: [system] Activating service name='org.kde.kded.smart' requested by ':1.23' (uid=1001 pid=755 comm="/usr/bin/kded5") (using servicehelper)
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: Event Error:  147
Jul 10 18:25:49 hostname systemd[424]: Started /usr/bin/kclockd.
Jul 10 18:25:49 hostname systemd[424]: Starting Bluetooth OBEX service...
Jul 10 18:25:49 hostname systemd[1]: Starting Bluetooth service...
Jul 10 18:25:49 hostname (uetoothd)[1001]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Jul 10 18:25:49 hostname obexd[1000]: OBEX daemon 5.68
Jul 10 18:25:49 hostname dbus-daemon[610]: [session uid=1001 pid=610] Successfully activated service 'org.bluez.obex'
Jul 10 18:25:49 hostname systemd[424]: Started Bluetooth OBEX service.
Jul 10 18:25:49 hostname dbus-daemon[375]: [system] Successfully activated service 'org.kde.kded.smart'
Jul 10 18:25:49 hostname bluetoothd[1001]: Bluetooth daemon 5.68
Jul 10 18:25:49 hostname dbus-daemon[375]: [system] Successfully activated service 'org.bluez'
Jul 10 18:25:49 hostname systemd[1]: Started Bluetooth service.
Jul 10 18:25:49 hostname kded5[755]: colord: Checking outputs
Jul 10 18:25:49 hostname bluetoothd[1001]: Starting SDP server
Jul 10 18:25:49 hostname kded5[755]: colord: PNP ID "APP" Vendor Name "Apple Computer Inc"
Jul 10 18:25:49 hostname kded5[755]: colord: Adding device id "xrandr-Apple Computer Inc-Color LCD"
Jul 10 18:25:49 hostname kded5[755]: colord: Output Hash "f466f621b5fa04a00800cfa6c258decd"
Jul 10 18:25:49 hostname kded5[755]: colord: Output isLaptop true
Jul 10 18:25:49 hostname bluetoothd[1001]: src/plugin.c:plugin_init() System does not support csip plugin
Jul 10 18:25:49 hostname bluetoothd[1001]: src/plugin.c:plugin_init() System does not support vcp plugin
Jul 10 18:25:49 hostname bluetoothd[1001]: src/plugin.c:plugin_init() System does not support mcp plugin
Jul 10 18:25:49 hostname bluetoothd[1001]: src/plugin.c:plugin_init() System does not support bass plugin
Jul 10 18:25:49 hostname bluetoothd[1001]: src/plugin.c:plugin_init() System does not support bap plugin
Jul 10 18:25:49 hostname kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jul 10 18:25:49 hostname kernel: Bluetooth: BNEP filters: protocol multicast
Jul 10 18:25:49 hostname kernel: Bluetooth: BNEP socket layer initialized
Jul 10 18:25:49 hostname wireplumber[902]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner
Jul 10 18:25:49 hostname bluetoothd[1001]: Bluetooth management interface 1.22 initialized
Jul 10 18:25:49 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.49' (uid=0 pid=1001 comm="/usr/lib/bluetooth/bluetoothd")
Jul 10 18:25:49 hostname kded5[755]: colord: Created colord device "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:49 hostname wireplumber[902]: <WpPortalPermissionStorePlugin:0x55d1db4048c0> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Jul 10 18:25:49 hostname systemd[1]: Starting Hostname Service...
Jul 10 18:25:49 hostname kded5[755]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001" "eDP1"
Jul 10 18:25:49 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:49 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001"
Jul 10 18:25:49 hostname kded5[755]: colord: Default Profile Filename "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:49 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:49 hostname kded5[755]: colord: Primary CRTC is at CRTC  0
Jul 10 18:25:49 hostname kclockd[969]: Starting kclockd 23.04.3
Jul 10 18:25:49 hostname kclockd[969]: Requesting portal to run in the background and autostart...
Jul 10 18:25:49 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:49 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:49 hostname kded5[755]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "eDP1"
Jul 10 18:25:49 hostname kclockd[969]: Registered on DBus: true
Jul 10 18:25:49 hostname kclockd[969]: PowerDevil found, using it for time tracking.
Jul 10 18:25:49 hostname kded5[755]: colord: PNP ID "DEL" Vendor Name "Dell Inc."
Jul 10 18:25:49 hostname kded5[755]: colord: Adding device id "xrandr-Dell Inc.-DELL U2415-PVJVW54Q078L"
Jul 10 18:25:49 hostname kded5[755]: colord: Output Hash "b68a1982d5c43a00c9e577f6a15772b3"
Jul 10 18:25:49 hostname kded5[755]: colord: Output isLaptop false
Jul 10 18:25:49 hostname dbus-daemon[375]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jul 10 18:25:49 hostname systemd[1]: Started Hostname Service.
Jul 10 18:25:49 hostname kded5[755]: colord: Created colord device "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:49 hostname kaccess[976]: X server XKB extension major= 1  minor= 0
Jul 10 18:25:49 hostname kded5[755]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001" "HDMI3"
Jul 10 18:25:49 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:49 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001"
Jul 10 18:25:49 hostname kded5[755]: colord: Default Profile Filename "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:49 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:49 hostname kded5[755]: colord: Primary CRTC is at CRTC  0
Jul 10 18:25:49 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:49 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:49 hostname kded5[755]: colord: Setting X atom (id: 1 ) "_ICC_PROFILE_1" on output: "HDMI3"
Jul 10 18:25:49 hostname systemd[424]: Started /usr/lib/DiscoverNotifier.
Jul 10 18:25:49 hostname systemd[424]: Finished KDE Session Restoration.
Jul 10 18:25:49 hostname kded5[755]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jul 10 18:25:49 hostname kded5[755]: Known activities: ("dcc07552-8155-4850-b889-9857ba6d65a1")
Jul 10 18:25:49 hostname kded5[755]: colord: EDID ICC Profile already exists "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:49 hostname kded5[755]: colord: Device added "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:49 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:49 hostname DiscoverNotifier[978]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: cannot open shared object file: No such file or directory)"
Jul 10 18:25:49 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:49 hostname DiscoverNotifier[1028]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: cannot open shared object file: No such file or directory)"
Jul 10 18:25:49 hostname kclockd[969]: Request for autostart with org.freedesktop.portal.Background results:
Jul 10 18:25:49 hostname kclockd[969]:    "autostart" : "true"
Jul 10 18:25:49 hostname kclockd[969]:    "background" : "true"
Jul 10 18:25:49 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001"
Jul 10 18:25:49 hostname kwin_x11[756]: org.kde.bismuth: Client added: KWin::X11Window(0x5585981ea690)
Jul 10 18:25:49 hostname kwin_x11[756]: org.kde.bismuth: onWindowAdded,[object Object]
Jul 10 18:25:49 hostname kwin_x11[756]: org.kde.bismuth: arrange
Jul 10 18:25:49 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:49 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:49 hostname kwin_x11[756]: org.kde.bismuth: Window becomes unmanaged and gets removed :( The client was KWin::X11Window(0x5585981ea690)
Jul 10 18:25:49 hostname kded5[755]: colord: Default Profile Filename "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:49 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:49 hostname baloo_file[670]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.17'
Jul 10 18:25:49 hostname baloo_file[670]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.19'
Jul 10 18:25:49 hostname kded5[755]: colord: Primary CRTC is at CRTC  0
Jul 10 18:25:49 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:49 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:49 hostname kded5[755]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "eDP1"
Jul 10 18:25:49 hostname kded5[755]: colord: EDID ICC Profile already exists "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:49 hostname kded5[755]: colord: Device added "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:49 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:49 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:49 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001"
Jul 10 18:25:49 hostname kded5[755]: colord: Default Profile Filename "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:49 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:49 hostname kded5[755]: colord: Primary CRTC is at CRTC  0
Jul 10 18:25:49 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:49 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:49 hostname kded5[755]: colord: Setting X atom (id: 1 ) "_ICC_PROFILE_1" on output: "HDMI3"
Jul 10 18:25:49 hostname kded5[755]: Registering ":1.46/StatusNotifierItem" to system tray
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr: XRandR::setConfig
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr: Requested screen size is QSize(3360, 1200)
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr: Needed CRTCs:  2
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr: Actions to perform:
                                                               Priorities: true
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr:         Output 66 
                                                                       Old: "0" 
                                                                       New: "2"
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr:         Output 71 
                                                                       Old: "0" 
                                                                       New: "1"
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr:         Change Screen Size: true
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr:                 Old: QSize(2880, 1800) 
                                                                       Intermediate: QSize(3360, 1800) 
                                                                       New: QSize(3360, 1200)
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr:         Disable outputs: false
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr:         Change outputs: true
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr:                  (66, 71)
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr:         Enable outputs: false
Jul 10 18:25:49 hostname kscreen_backend_launcher[982]: kscreen.xrandr: RRSetScreenSize 
                                                               DPI: 96.0504 
                                                               Size: QSize(3360, 1800) 
                                                               SizeMM: QSize(888, 475)
Jul 10 18:25:50 hostname kioslave5[1035]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Jul 10 18:25:50 hostname kded5[755]: colord: Checking outputs
Jul 10 18:25:50 hostname kscreen_backend_launcher[982]: kscreen.xrandr: RRSetCrtcConfig (change output) 
                                                               Output: 66 ( "eDP1" ) 
                                                               CRTC: 62 
                                                               Pos: QPoint(0,0) 
                                                               Mode: KScreen::Mode(Id: "1391" , Size: QSize(1440, 900) @ 59.9996 ) Preferred: "74" 
                                                               Rotation: KScreen::Output::None
Jul 10 18:25:50 hostname plasmashell[804]: Corrupt JPEG data: 1934 extraneous bytes before marker 0xd9
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: XRandRCrtc  62  m_timestamp update  0  =>  55175
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr:         Result:  0  timestamp:  55175
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: XRandROutput 66 update 
                                                               m_connected: 0 
                                                               m_crtc XRandRCrtc(0x55e6715ad620) 
                                                               CRTC: 62 
                                                               MODE: 1391 
                                                               Connection: 0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: RRSetCrtcConfig (change output) 
                                                               Output: 71 ( "HDMI3" ) 
                                                               CRTC: 63 
                                                               Pos: QPoint(1440,0) 
                                                               Mode: KScreen::Mode(Id: "75" , Size: QSize(1920, 1200) @ 59.9502 ) Preferred: "75" 
                                                               Rotation: KScreen::Output::None
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: XRandRCrtc  63  m_timestamp update  0  =>  56629
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr:         Result:  0  timestamp:  56629
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: XRandROutput 71 update 
                                                               m_connected: 0 
                                                               m_crtc XRandRCrtc(0x55e6715ad800) 
                                                               CRTC: 63 
                                                               MODE: 75 
                                                               Connection: 0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: RRSetOutputPrimary 
                                                               New priority: 2
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: RRSetOutputPrimary 
                                                               New priority: 0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: RRSetOutputPrimary 
                                                               New priority: 0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: RRSetOutputPrimary 
                                                               New priority: 0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: RRSetOutputPrimary 
                                                               New priority: 0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: RRSetOutputPrimary 
                                                               New priority: 1
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: RRSetOutputPrimary 
                                                               New priority: 0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: RRSetScreenSize 
                                                               DPI: 96.0504 
                                                               Size: QSize(3360, 1200) 
                                                               SizeMM: QSize(888, 317)
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: XRandR::setConfig done!
Jul 10 18:25:51 hostname kded5[755]: colord: PNP ID "APP" Vendor Name "Apple Computer Inc"
Jul 10 18:25:51 hostname kded5[755]: colord: Adding device id "xrandr-Apple Computer Inc-Color LCD"
Jul 10 18:25:51 hostname kded5[755]: colord: Output Hash "f466f621b5fa04a00800cfa6c258decd"
Jul 10 18:25:51 hostname kded5[755]: colord: Output isLaptop true
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRScreenChangeNotify
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  50607
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Config_timestamp:  52708
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Window: 48234501
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Root: 1341
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Size ID: 65535
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Size:  3360 1800
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         SizeMM:  888 475
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRNotify_CrtcChange
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  50607
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         CRTC:  62
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Mode:  1391
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Geometry:  0 0 1440 900
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRScreenChangeNotify
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  50607
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Config_timestamp:  52708
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Window: 48234501
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Root: 1341
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Size ID: 65535
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Size:  3360 1800
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         SizeMM:  888 475
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRNotify_CrtcChange
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  50607
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         CRTC:  62
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Mode:  1391
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Geometry:  0 0 1440 900
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  56628
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Output:  66
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Property:  _KDE_SCREEN_INDEX
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  56628
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Output:  66
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Property:  _KDE_SCREEN_INDEX
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRNotify_CrtcChange
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  55175
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         CRTC:  63
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Mode:  75
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Geometry:  1440 0 1920 1200
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRScreenChangeNotify
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  55175
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Config_timestamp:  52708
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Window: 48234501
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Root: 1341
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Size ID: 65535
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Size:  3360 1800
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         SizeMM:  888 475
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRNotify_CrtcChange
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  55175
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         CRTC:  63
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Mode:  75
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Geometry:  1440 0 1920 1200
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  56662
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Output:  71
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Property:  _KDE_SCREEN_INDEX
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  56662
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Output:  71
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Property:  _KDE_SCREEN_INDEX
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRNotify_OutputChange
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  56629
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Output:  66
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         CRTC:  62
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Mode:  1391
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Connection:  "Connected"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Subpixel Order:  0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRNotify_OutputChange
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  56629
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Output:  71
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         CRTC:  63
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Mode:  75
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Connection:  "Connected"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Subpixel Order:  0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRScreenChangeNotify
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  56629
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Config_timestamp:  52708
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Window: 48234501
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Root: 1341
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Size ID: 65535
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Size:  3360 1800
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         SizeMM:  888 475
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRNotify_OutputChange
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  56629
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Output:  66
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         CRTC:  62
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Mode:  1391
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Connection:  "Connected"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Subpixel Order:  0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRNotify_OutputChange
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  56629
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Output:  71
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         CRTC:  63
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Mode:  75
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Connection:  "Connected"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Subpixel Order:  0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper: RRScreenChangeNotify
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Timestamp:  56629
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Config_timestamp:  52708
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Window: 48234501
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Root: 1341
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Size ID: 65535
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         Size:  3360 1200
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xcb.helper:         SizeMM:  888 317
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: XRandRCrtc  62  m_configTimestamp update 0  =>  50607
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: XRandRCrtc  63  m_configTimestamp update 0  =>  55175
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: XRandROutput 66 update 
                                                               m_connected: 0 
                                                               m_crtc XRandRCrtc(0x55e6715ad620) 
                                                               CRTC: 62 
                                                               MODE: 1391 
                                                               Connection: 0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: Output 66 : connected = true , enabled = true
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: XRandROutput 71 update 
                                                               m_connected: 0 
                                                               m_crtc XRandRCrtc(0x55e6715ad800) 
                                                               CRTC: 63 
                                                               MODE: 75 
                                                               Connection: 0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: Output 71 : connected = true , enabled = true
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: XRandROutput 66 update 
                                                               m_connected: 0 
                                                               m_crtc XRandRCrtc(0x55e6715ad620) 
                                                               CRTC: 62 
                                                               MODE: 1391 
                                                               Connection: 0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: Output 66 : connected = true , enabled = true
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: XRandROutput 71 update 
                                                               m_connected: 0 
                                                               m_crtc XRandRCrtc(0x55e6715ad800) 
                                                               CRTC: 63 
                                                               MODE: 75 
                                                               Connection: 0
Jul 10 18:25:51 hostname kscreen_backend_launcher[982]: kscreen.xrandr: Output 71 : connected = true , enabled = true
Jul 10 18:25:51 hostname kded5[755]: colord: Failed to register device: "device id 'xrandr-Apple Computer Inc-Color LCD' already exists"
Jul 10 18:25:51 hostname kded5[755]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:51 hostname dbus-daemon[375]: [system] Activating service name='net.openvpn.v3.sessions' requested by ':1.52' (uid=1001 pid=1069 comm="openvpn3 sessions-list") (using servicehelper)
Jul 10 18:25:51 hostname kded5[755]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001" "eDP1"
Jul 10 18:25:51 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:51 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001"
Jul 10 18:25:51 hostname kded5[755]: colord: Default Profile Filename "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:51 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:51 hostname net.openvpn.v3.sessions[1074]: OpenVPN3/Linux git:makepkg:e7531f45d3743bfe (openvpn3-service-sessionmgr)
Jul 10 18:25:51 hostname net.openvpn.v3.sessions[1074]: OpenVPN core 3.git:HEAD:7590cb10 linux x86_64 64-bit
Jul 10 18:25:51 hostname net.openvpn.v3.sessions[1074]: Copyright (C) 2012-2022 OpenVPN Inc. All rights reserved.
Jul 10 18:25:51 hostname dbus-daemon[375]: [system] Activating service name='net.openvpn.v3.log' requested by ':1.54' (uid=969 pid=1074 comm="/usr/libexec/openvpn3-linux/openvpn3-service-sessi") (using servicehelper)
Jul 10 18:25:51 hostname kded5[755]: colord: Primary CRTC is at CRTC  1
Jul 10 18:25:51 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:51 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:51 hostname kded5[755]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "eDP1"
Jul 10 18:25:51 hostname kded5[755]: colord: PNP ID "DEL" Vendor Name "Dell Inc."
Jul 10 18:25:51 hostname kded5[755]: colord: Adding device id "xrandr-Dell Inc.-DELL U2415-PVJVW54Q078L"
Jul 10 18:25:51 hostname kded5[755]: colord: Output Hash "b68a1982d5c43a00c9e577f6a15772b3"
Jul 10 18:25:51 hostname kded5[755]: colord: Output isLaptop false
Jul 10 18:25:51 hostname openvpn3-service-logger[1082]: OpenVPN3/Linux git:makepkg:e7531f45d3743bfe (openvpn3-service-logger)
                                                      OpenVPN core 3.git:HEAD:7590cb10 linux x86_64 64-bit
                                                      Copyright (C) 2012-2022 OpenVPN Inc. All rights reserved.
Jul 10 18:25:51 hostname openvpn3-service-logger[1082]: Log method: journald
Jul 10 18:25:51 hostname net.openvpn.v3.log[1082]: OpenVPN3/Linux git:makepkg:e7531f45d3743bfe (openvpn3-service-logger)
Jul 10 18:25:51 hostname net.openvpn.v3.log[1082]: OpenVPN core 3.git:HEAD:7590cb10 linux x86_64 64-bit
Jul 10 18:25:51 hostname net.openvpn.v3.log[1082]: Copyright (C) 2012-2022 OpenVPN Inc. All rights reserved.
Jul 10 18:25:51 hostname net.openvpn.v3.log[1082]: Log method: journald
Jul 10 18:25:51 hostname dbus-daemon[375]: [system] Successfully activated service 'net.openvpn.v3.log'
Jul 10 18:25:51 hostname openvpn3-service-logger[1082]: Idle exit set to 10 minutes
Jul 10 18:25:51 hostname kded5[755]: colord: Failed to register device: "device id 'xrandr-Dell Inc.-DELL U2415-PVJVW54Q078L' already exists"
Jul 10 18:25:51 hostname kded5[755]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:51 hostname openvpn3-service-logger[1082]: Attached: {tag:9961739354560698680}  [:1.54/net.openvpn.v3.sessions]
Jul 10 18:25:51 hostname dbus-daemon[375]: [system] Successfully activated service 'net.openvpn.v3.sessions'
Jul 10 18:25:51 hostname kded5[755]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001" "HDMI3"
Jul 10 18:25:51 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:51 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001"
Jul 10 18:25:51 hostname kded5[755]: colord: Default Profile Filename "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:51 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:51 hostname kded5[755]: colord: Primary CRTC is at CRTC  1
Jul 10 18:25:51 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:51 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:51 hostname kded5[755]: colord: Setting X atom (id: 1 ) "_ICC_PROFILE_1" on output: "HDMI3"
Jul 10 18:25:51 hostname kded5[755]: colord: Checking outputs
Jul 10 18:25:51 hostname kded5[755]: colord: PNP ID "APP" Vendor Name "Apple Computer Inc"
Jul 10 18:25:51 hostname kded5[755]: colord: Adding device id "xrandr-Apple Computer Inc-Color LCD"
Jul 10 18:25:51 hostname kded5[755]: colord: Output Hash "f466f621b5fa04a00800cfa6c258decd"
Jul 10 18:25:51 hostname kded5[755]: colord: Output isLaptop true
Jul 10 18:25:51 hostname kded5[755]: colord: Failed to register device: "device id 'xrandr-Apple Computer Inc-Color LCD' already exists"
Jul 10 18:25:51 hostname kded5[755]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:51 hostname blueman-applet[959]: blueman-applet 18.25.51 WARNING  PluginManager:151 __load_plugin: Not loading PPPSupport because its conflict has higher priority
Jul 10 18:25:51 hostname kded5[755]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001" "eDP1"
Jul 10 18:25:51 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:51 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001"
Jul 10 18:25:51 hostname kded5[755]: colord: Default Profile Filename "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:51 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:51 hostname blueman-applet[959]: blueman-applet 18.25.51 WARNING  PluginManager:151 __load_plugin: Not loading DhcpClient because its conflict has higher priority
Jul 10 18:25:51 hostname dbus-daemon[375]: [system] Activating via systemd: service name='org.blueman.Mechanism' unit='blueman-mechanism.service' requested by ':1.53' (uid=1001 pid=959 comm="/usr/bin/python /usr/bin/blueman-applet")
Jul 10 18:25:51 hostname kded5[755]: colord: Primary CRTC is at CRTC  1
Jul 10 18:25:51 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:51 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:51 hostname kded5[755]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "eDP1"
Jul 10 18:25:51 hostname kded5[755]: colord: PNP ID "DEL" Vendor Name "Dell Inc."
Jul 10 18:25:51 hostname kded5[755]: colord: Adding device id "xrandr-Dell Inc.-DELL U2415-PVJVW54Q078L"
Jul 10 18:25:51 hostname kded5[755]: colord: Output Hash "b68a1982d5c43a00c9e577f6a15772b3"
Jul 10 18:25:51 hostname kded5[755]: colord: Output isLaptop false
Jul 10 18:25:51 hostname systemd[1]: Starting Bluetooth management mechanism...
Jul 10 18:25:51 hostname kded5[755]: colord: Failed to register device: "device id 'xrandr-Dell Inc.-DELL U2415-PVJVW54Q078L' already exists"
Jul 10 18:25:51 hostname kded5[755]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:51 hostname kded5[755]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001" "HDMI3"
Jul 10 18:25:51 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:51 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001"
Jul 10 18:25:51 hostname kded5[755]: colord: Default Profile Filename "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:51 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:51 hostname kded5[755]: colord: Primary CRTC is at CRTC  1
Jul 10 18:25:51 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:51 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:51 hostname kded5[755]: colord: Setting X atom (id: 1 ) "_ICC_PROFILE_1" on output: "HDMI3"
Jul 10 18:25:51 hostname kded5[755]: colord: Checking outputs
Jul 10 18:25:51 hostname kded5[755]: colord: PNP ID "APP" Vendor Name "Apple Computer Inc"
Jul 10 18:25:51 hostname kded5[755]: colord: Adding device id "xrandr-Apple Computer Inc-Color LCD"
Jul 10 18:25:51 hostname kded5[755]: colord: Output Hash "f466f621b5fa04a00800cfa6c258decd"
Jul 10 18:25:51 hostname kded5[755]: colord: Output isLaptop true
Jul 10 18:25:51 hostname kded5[755]: colord: Failed to register device: "device id 'xrandr-Apple Computer Inc-Color LCD' already exists"
Jul 10 18:25:51 hostname kded5[755]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:51 hostname kded5[755]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001" "eDP1"
Jul 10 18:25:51 hostname plasmashell[804]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Jul 10 18:25:51 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:51 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001"
Jul 10 18:25:51 hostname kded5[755]: colord: Default Profile Filename "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:51 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:51 hostname plasmashell[804]: org.kde.plasma.kicker: Entry is not valid "org.kde.kontact.desktop" QSharedPointer(0x560b05669860)
Jul 10 18:25:51 hostname plasmashell[804]: org.kde.plasma.kicker: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x560b056698b0)
Jul 10 18:25:51 hostname plasmashell[804]: org.kde.plasma.kicker: Entry is not valid "org.kde.kontact.desktop" QSharedPointer(0x560b056694a0)
Jul 10 18:25:51 hostname plasmashell[804]: org.kde.plasma.kicker: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x560b05669b50)
Jul 10 18:25:52 hostname kded5[755]: colord: Primary CRTC is at CRTC  1
Jul 10 18:25:52 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:52 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:52 hostname kded5[755]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "eDP1"
Jul 10 18:25:52 hostname kded5[755]: colord: PNP ID "DEL" Vendor Name "Dell Inc."
Jul 10 18:25:52 hostname kded5[755]: colord: Adding device id "xrandr-Dell Inc.-DELL U2415-PVJVW54Q078L"
Jul 10 18:25:52 hostname kded5[755]: colord: Output Hash "b68a1982d5c43a00c9e577f6a15772b3"
Jul 10 18:25:52 hostname kded5[755]: colord: Output isLaptop false
Jul 10 18:25:52 hostname kded5[755]: colord: Failed to register device: "device id 'xrandr-Dell Inc.-DELL U2415-PVJVW54Q078L' already exists"
Jul 10 18:25:52 hostname kded5[755]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:52 hostname kded5[755]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001" "HDMI3"
Jul 10 18:25:52 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:52 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001"
Jul 10 18:25:52 hostname kded5[755]: colord: Default Profile Filename "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: Primary CRTC is at CRTC  1
Jul 10 18:25:52 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:52 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:52 hostname kded5[755]: colord: Setting X atom (id: 1 ) "_ICC_PROFILE_1" on output: "HDMI3"
Jul 10 18:25:52 hostname kded5[755]: colord: Checking outputs
Jul 10 18:25:52 hostname kded5[755]: colord: PNP ID "APP" Vendor Name "Apple Computer Inc"
Jul 10 18:25:52 hostname kded5[755]: colord: Adding device id "xrandr-Apple Computer Inc-Color LCD"
Jul 10 18:25:52 hostname kded5[755]: colord: Output Hash "f466f621b5fa04a00800cfa6c258decd"
Jul 10 18:25:52 hostname kded5[755]: colord: Output isLaptop true
Jul 10 18:25:52 hostname kded5[755]: colord: Failed to register device: "device id 'xrandr-Apple Computer Inc-Color LCD' already exists"
Jul 10 18:25:52 hostname kded5[755]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:52 hostname dbus-daemon[375]: [system] Successfully activated service 'org.blueman.Mechanism'
Jul 10 18:25:52 hostname systemd[1]: Started Bluetooth management mechanism.
Jul 10 18:25:52 hostname kscreen_backend_launcher[982]: kscreen.xrandr: Emitting configChanged()
Jul 10 18:25:52 hostname kded5[755]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001" "eDP1"
Jul 10 18:25:52 hostname systemd[424]: Started PipeWire PulseAudio.
Jul 10 18:25:52 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:52 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001"
Jul 10 18:25:52 hostname kded5[755]: colord: Default Profile Filename "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:52 hostname rtkit-daemon[776]: Successfully made thread 1108 of process 1108 owned by '1001' high priority at nice level -11.
Jul 10 18:25:52 hostname rtkit-daemon[776]: Supervising 5 threads of 3 processes of 1 users.
Jul 10 18:25:52 hostname kded5[755]: colord: Primary CRTC is at CRTC  1
Jul 10 18:25:52 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:52 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:52 hostname kded5[755]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "eDP1"
Jul 10 18:25:52 hostname kded5[755]: colord: PNP ID "DEL" Vendor Name "Dell Inc."
Jul 10 18:25:52 hostname kded5[755]: colord: Adding device id "xrandr-Dell Inc.-DELL U2415-PVJVW54Q078L"
Jul 10 18:25:52 hostname kded5[755]: colord: Output Hash "b68a1982d5c43a00c9e577f6a15772b3"
Jul 10 18:25:52 hostname kded5[755]: colord: Output isLaptop false
Jul 10 18:25:52 hostname blueman-applet[959]: blueman-applet 18.25.52 WARNING  DiscvManager:119 update_menuitems: warning: Adapter is None
Jul 10 18:25:52 hostname kded5[755]: colord: Failed to register device: "device id 'xrandr-Dell Inc.-DELL U2415-PVJVW54Q078L' already exists"
Jul 10 18:25:52 hostname kded5[755]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:52 hostname rtkit-daemon[776]: Successfully made thread 1115 of process 1108 owned by '1001' RT at priority 20.
Jul 10 18:25:52 hostname rtkit-daemon[776]: Supervising 6 threads of 3 processes of 1 users.
Jul 10 18:25:52 hostname plasmashell[804]: Checking screens: available: (QScreen(0x560b045b86d0, name="eDP1")) redundant: QHash((QScreen(0x560b045b87c0, name="HDMI3"), QScreen(0x560b045b86d0, name="eDP1"))) fake: QSet() all: (QScreen(0x560b045b87c0, name="HDMI3"), QScreen(0x560b045b86d0, name="eDP1"))
Jul 10 18:25:52 hostname kded5[755]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001" "HDMI3"
Jul 10 18:25:52 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:52 hostname plasmashell[804]: Checking screens: available: (QScreen(0x560b045b87c0, name="HDMI3")) redundant: QHash((QScreen(0x560b045b86d0, name="eDP1"), QScreen(0x560b045b87c0, name="HDMI3"))) fake: QSet() all: (QScreen(0x560b045b87c0, name="HDMI3"), QScreen(0x560b045b86d0, name="eDP1"))
Jul 10 18:25:52 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001"
Jul 10 18:25:52 hostname kded5[755]: colord: Default Profile Filename "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: Primary CRTC is at CRTC  1
Jul 10 18:25:52 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:52 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:52 hostname kded5[755]: colord: Setting X atom (id: 1 ) "_ICC_PROFILE_1" on output: "HDMI3"
Jul 10 18:25:52 hostname kded5[755]: colord: Checking outputs
Jul 10 18:25:52 hostname kded5[755]: colord: PNP ID "APP" Vendor Name "Apple Computer Inc"
Jul 10 18:25:52 hostname kded5[755]: colord: Adding device id "xrandr-Apple Computer Inc-Color LCD"
Jul 10 18:25:52 hostname kded5[755]: colord: Output Hash "f466f621b5fa04a00800cfa6c258decd"
Jul 10 18:25:52 hostname kded5[755]: colord: Output isLaptop true
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: Client added: KWin::X11Window(0x5585982665f0)
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: onWindowAdded,[object Object]
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: arrange
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: Window becomes unmanaged and gets removed :( The client was KWin::X11Window(0x5585982665f0)
Jul 10 18:25:52 hostname kded5[755]: colord: Failed to register device: "device id 'xrandr-Apple Computer Inc-Color LCD' already exists"
Jul 10 18:25:52 hostname plasmashell[804]: Checking screens: available: (QScreen(0x560b045b87c0, name="HDMI3"), QScreen(0x560b045b86d0, name="eDP1")) redundant: QHash() fake: QSet() all: (QScreen(0x560b045b87c0, name="HDMI3"), QScreen(0x560b045b86d0, name="eDP1"))
Jul 10 18:25:52 hostname kded5[755]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: Client added: KWin::X11Window(0x558597db0f50)
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: onWindowAdded,[object Object]
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: arrange
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: Window becomes unmanaged and gets removed :( The client was KWin::X11Window(0x558597db0f50)
Jul 10 18:25:52 hostname kded5[755]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001" "eDP1"
Jul 10 18:25:52 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Apple_Computer_Inc_Color_LCD_work_thad_1001"
Jul 10 18:25:52 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_883ca7bea4c86d166ef132071f4c2638_work_thad_1001"
Jul 10 18:25:52 hostname kded5[755]: colord: Default Profile Filename "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "eDP1" "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:20: TypeError: Cannot read property 'pluginName' of null
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:75: TypeError: Cannot read property 'configuration' of null
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:78: TypeError: Cannot read property 'pluginName' of null
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:80: TypeError: Cannot read property 'configuration' of null
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:81: TypeError: Cannot read property 'configuration' of null
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:82: TypeError: Cannot read property 'configuration' of null
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:83: TypeError: Cannot read property 'configuration' of null
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:84: TypeError: Cannot read property 'configuration' of null
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:16: TypeError: Cannot read property 'configuration' of null
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:17: TypeError: Cannot read property 'configuration' of null
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:18: TypeError: Cannot read property 'configuration' of null
Jul 10 18:25:52 hostname kded5[755]: colord: Primary CRTC is at CRTC  1
Jul 10 18:25:52 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:52 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:52 hostname kded5[755]: colord: Setting X atom (id: 0 ) "_ICC_PROFILE" on output: "eDP1"
Jul 10 18:25:52 hostname kded5[755]: colord: PNP ID "DEL" Vendor Name "Dell Inc."
Jul 10 18:25:52 hostname kded5[755]: colord: Adding device id "xrandr-Dell Inc.-DELL U2415-PVJVW54Q078L"
Jul 10 18:25:52 hostname kded5[755]: colord: Output Hash "b68a1982d5c43a00c9e577f6a15772b3"
Jul 10 18:25:52 hostname kded5[755]: colord: Output isLaptop false
Jul 10 18:25:52 hostname kded5[755]: colord: Failed to register device: "device id 'xrandr-Dell Inc.-DELL U2415-PVJVW54Q078L' already exists"
Jul 10 18:25:52 hostname kded5[755]: colord: Found colord device "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:52 hostname kded5[755]: colord: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001" "HDMI3"
Jul 10 18:25:52 hostname kded5[755]: colord: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Dell_Inc__DELL_U2415_PVJVW54Q078L_work_thad_1001"
Jul 10 18:25:52 hostname kded5[755]: colord: profileDefault "/org/freedesktop/ColorManager/profiles/icc_31caaf021c6e829c3df7054390a90ddc_work_thad_1001"
Jul 10 18:25:52 hostname kded5[755]: colord: Default Profile Filename "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: Profile does not have any VCGT data, reseting "HDMI3" "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: Primary CRTC is at CRTC  1
Jul 10 18:25:52 hostname kded5[755]: colord: CRTC for CRTC  2  has no mode or no output, skipping
Jul 10 18:25:52 hostname kded5[755]: colord: CRTC for CRTC  3  has no mode or no output, skipping
Jul 10 18:25:52 hostname kded5[755]: colord: Setting X atom (id: 1 ) "_ICC_PROFILE_1" on output: "HDMI3"
Jul 10 18:25:52 hostname kded5[755]: colord: EDID ICC Profile already exists "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: EDID ICC Profile already exists "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: EDID ICC Profile already exists "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: EDID ICC Profile already exists "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: EDID ICC Profile already exists "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: EDID ICC Profile already exists "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: EDID ICC Profile already exists "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: EDID ICC Profile already exists "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: EDID ICC Profile already exists "/home/userper/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jul 10 18:25:52 hostname kded5[755]: colord: EDID ICC Profile already exists "/home/userper/.local/share/icc/edid-b68a1982d5c43a00c9e577f6a15772b3.icc"
Jul 10 18:25:52 hostname kded5[755]: kf.bluezqt: PendingCall Error: "Agent already exists"
Jul 10 18:25:52 hostname kded5[755]: org.kde.plasma.bluedevil.kded: Error registering ObexAgent "Agent already exists"
Jul 10 18:25:52 hostname kded5[755]: Registering ":1.53/org/blueman/sni" to system tray
Jul 10 18:25:52 hostname plasmashell[804]: Corrupt JPEG data: 1934 extraneous bytes before marker 0xd9
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: Client added: KWin::X11Window(0x5585981ea690)
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: onWindowAdded,[object Object]
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: arrange
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:52 hostname kwin_x11[756]: org.kde.bismuth: Window becomes unmanaged and gets removed :( The client was KWin::X11Window(0x5585981ea690)
Jul 10 18:25:52 hostname plasmashell[804]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
Jul 10 18:25:52 hostname plasmashell[804]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
Jul 10 18:25:52 hostname plasmashell[804]: libkcups: CUPS-Get-Printers last error: 0 successful-ok
Jul 10 18:25:52 hostname plasmashell[804]: libkcups: Get-Jobs last error: 0 successful-ok
Jul 10 18:25:52 hostname plasmashell[804]: libkcups: Get-Jobs last error: 0 successful-ok
Jul 10 18:25:52 hostname plasmashell[804]: libkcups: Create-Printer-Subscriptions last error: 0 successful-ok
Jul 10 18:25:52 hostname plasmashell[804]: Corrupt JPEG data: 1934 extraneous bytes before marker 0xd9
Jul 10 18:25:52 hostname kded5[755]: Registering ":1.50/org/ayatana/NotificationItem/openvpn3_applet" to system tray
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Jul 10 18:25:52 hostname plasmashell[804]: libkcups: 3 "Canon_MB2700_series"
Jul 10 18:25:52 hostname plasmashell[804]: libkcups: 0
Jul 10 18:25:52 hostname plasmashell[804]: libkcups: 0
Jul 10 18:25:52 hostname plasmashell[804]: libkcups: CUPS-Get-Printers last error: 0 successful-ok
Jul 10 18:25:52 hostname plasmashell[804]: libkcups: Get-Jobs last error: 0 successful-ok
Jul 10 18:25:52 hostname plasmashell[804]: libkcups: Get-Jobs last error: 0 successful-ok
Jul 10 18:25:52 hostname plasmashell[804]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Jul 10 18:25:52 hostname kwin_x11[756]: kwin_core: XCB error: 152 (BadDamage), sequence: 3738, resource id: 20971557, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Jul 10 18:25:52 hostname kwin_x11[756]: kwin_core: XCB error: 152 (BadDamage), sequence: 3742, resource id: 20971558, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Jul 10 18:25:52 hostname plasmashell[804]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Jul 10 18:25:53 hostname plasmashell[804]: libkcups: 3 "Canon_MB2700_series"
Jul 10 18:25:53 hostname plasmashell[804]: libkcups: 0
Jul 10 18:25:53 hostname plasmashell[804]: libkcups: 0
Jul 10 18:25:53 hostname kwin_x11[756]: org.kde.bismuth: Client added: KWin::X11Window(0x55859827e700)
Jul 10 18:25:53 hostname kwin_x11[756]: org.kde.bismuth: onWindowAdded,[object Object]
Jul 10 18:25:53 hostname kwin_x11[756]: org.kde.bismuth: arrange
Jul 10 18:25:53 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:53 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:25:53 hostname kwin_x11[756]: org.kde.bismuth: Window becomes unmanaged and gets removed :( The client was KWin::X11Window(0x55859827e700)
Jul 10 18:25:53 hostname plasmashell[804]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Jul 10 18:25:53 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 42C
Jul 10 18:25:53 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 42C
Jul 10 18:25:53 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=59C        TC0F=63C        TC0P=43C        TC1C=67C        TC2C=72C        TC3C=58C        TC4C=56C        TCGC=56C        TCMc=0C        TCSA=54C        TCTD=1C        TCXC=68C        TH0A=32C        TH0B=32C        TH0F=46C        TH0R=49C        TH0V=40C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=39C        TM0S=36C        TP0P=41C        TPCD=48C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:25:53 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:54 hostname plasmashell[804]: file:///usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterItem.qml:22:5: Unable to assign [undefined] to bool
Jul 10 18:25:55 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:55 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:55 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:55 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:55 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:55 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:55 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:55 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:56 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:56 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:56 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:56 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:56 hostname plasmashell[804]: file:///usr/share/plasma/plasmoids/org.kde.plasma.printmanager/contents/ui/PrinterItem.qml:22:5: Unable to assign [undefined] to bool
Jul 10 18:25:56 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:57 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:57 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:57 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:57 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:57 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Jul 10 18:25:58 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 40C
Jul 10 18:25:58 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 40C
Jul 10 18:25:58 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=59C        TC0F=62C        TC0P=44C        TC1C=48C        TC2C=51C        TC3C=49C        TC4C=50C        TCGC=49C        TCMc=0C        TCSA=50C        TCTD=0C        TCXC=51C        TH0A=32C        TH0B=32C        TH0F=47C        TH0R=49C        TH0V=40C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=39C        TM0S=36C        TP0P=41C        TPCD=48C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:26:00 hostname kernel: logitech-hidpp-device 0003:046D:406D.0009: HID++ 4.5 device connected.
Jul 10 18:26:02 hostname plasmashell[804]: trying to show an empty dialog
Jul 10 18:26:03 hostname plasmashell[804]: trying to show an empty dialog
Jul 10 18:26:03 hostname kwin_x11[756]: org.kde.bismuth: Client added: KWin::X11Window(0x5585982d87c0)
Jul 10 18:26:03 hostname kwin_x11[756]: org.kde.bismuth: onWindowAdded,[object Object]
Jul 10 18:26:03 hostname kwin_x11[756]: org.kde.bismuth: arrange
Jul 10 18:26:03 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:26:03 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:26:03 hostname kwin_x11[756]: org.kde.bismuth: Window becomes unmanaged and gets removed :( The client was KWin::X11Window(0x5585982d87c0)
Jul 10 18:26:03 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:26:03 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:26:03 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=58C        TC0F=60C        TC0P=44C        TC1C=48C        TC2C=46C        TC3C=47C        TC4C=50C        TCGC=49C        TCMc=0C        TCSA=49C        TCTD=0C        TCXC=50C        TH0A=33C        TH0B=32C        TH0F=48C        TH0R=48C        TH0V=40C        TH0a=33C        TH0b=32C        TH0c=127C        TM0P=40C        TM0S=36C        TP0P=42C        TPCD=48C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:26:04 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/core/private/DefaultToolTip.qml:69:13: QML Label: Binding loop detected for property "verticalAlignment"
Jul 10 18:26:08 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:26:08 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:26:08 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=57C        TC0F=59C        TC0P=44C        TC1C=48C        TC2C=48C        TC3C=47C        TC4C=47C        TCGC=48C        TCMc=0C        TCSA=50C        TCTD=0C        TCXC=49C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=40C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=39C        TM0S=36C        TP0P=42C        TPCD=48C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:26:10 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/core/private/DefaultToolTip.qml:69:13: QML Label: Binding loop detected for property "verticalAlignment"
Jul 10 18:26:10 hostname plasmashell[804]: file:///usr/lib/qt/qml/org/kde/plasma/core/private/DefaultToolTip.qml:69:13: QML Label: Binding loop detected for property "verticalAlignment"
Jul 10 18:26:13 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:26:13 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:26:13 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=56C        TC0F=58C        TC0P=44C        TC1C=46C        TC2C=46C        TC3C=48C        TC4C=49C        TCGC=48C        TCMc=0C        TCSA=49C        TCTD=0C        TCXC=48C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=39C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=40C        TM0S=36C        TP0P=42C        TPCD=48C        TW0P=38C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=31C
Jul 10 18:26:18 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:26:18 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:26:18 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=54C        TC0F=57C        TC0P=43C        TC1C=49C        TC2C=47C        TC3C=52C        TC4C=48C        TCGC=49C        TCMc=0C        TCSA=49C        TCTD=0C        TCXC=50C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=39C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=40C        TM0S=36C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=32C
Jul 10 18:26:19 hostname systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jul 10 18:26:23 hostname systemd[1]: blueman-mechanism.service: Deactivated successfully.
Jul 10 18:26:23 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:26:23 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:26:23 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=54C        TC0F=56C        TC0P=43C        TC1C=45C        TC2C=46C        TC3C=45C        TC4C=46C        TCGC=47C        TCMc=0C        TCSA=47C        TCTD=0C        TCXC=48C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=39C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=39C        TM0S=36C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=32C
Jul 10 18:26:28 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:26:28 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:26:28 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=52C        TC0F=55C        TC0P=42C        TC1C=43C        TC2C=44C        TC3C=45C        TC4C=45C        TCGC=46C        TCMc=0C        TCSA=48C        TCTD=0C        TCXC=47C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=39C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=40C        TM0S=36C        TP0P=41C        TPCD=48C        TW0P=39C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=32C
Jul 10 18:26:29 hostname kstart5[1162]: Omitting both --window and --windowclass arguments is not recommended
Jul 10 18:26:29 hostname systemd[424]: Started konsole.
Jul 10 18:26:29 hostname konsole[1167]: kf.xmlgui: Shortcut for action  "" "Show Quick Commands" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
Jul 10 18:26:29 hostname konsole[1167]: kf.xmlgui: Shortcut for action  "" "Show SSH Manager" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
Jul 10 18:26:30 hostname kwin_x11[756]: org.kde.bismuth: Client added: KWin::X11Window(0x55859834ada0)
Jul 10 18:26:30 hostname kwin_x11[756]: org.kde.bismuth: onWindowAdded,[object Object]
Jul 10 18:26:30 hostname kwin_x11[756]: org.kde.bismuth: arrange
Jul 10 18:26:30 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:26:30 hostname kwin_x11[756]: org.kde.bismuth: arrangeScreen/finished,[object Object]
Jul 10 18:26:30 hostname kwin_x11[756]: org.kde.bismuth: Client is ok, can manage. Bind events now...
Jul 10 18:26:33 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:26:33 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:26:33 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=52C        TC0F=54C        TC0P=42C        TC1C=44C        TC2C=45C        TC3C=46C        TC4C=46C        TCGC=45C        TCMc=0C        TCSA=46C        TCTD=0C        TCXC=47C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=39C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=40C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=29C        TaSP=29C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=32C
Jul 10 18:26:38 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 39C
Jul 10 18:26:38 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 39C
Jul 10 18:26:38 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=51C        TC0F=53C        TC0P=42C        TC1C=43C        TC2C=45C        TC3C=45C        TC4C=46C        TCGC=46C        TCMc=0C        TCSA=46C        TCTD=0C        TCXC=46C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=39C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=40C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=32C
Jul 10 18:26:43 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:26:43 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:26:43 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=50C        TC0F=52C        TC0P=42C        TC1C=42C        TC2C=43C        TC3C=44C        TC4C=45C        TCGC=47C        TCMc=0C        TCSA=46C        TCTD=0C        TCXC=46C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=39C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=40C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=32C
Jul 10 18:26:48 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:26:48 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:26:48 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=50C        TC0F=52C        TC0P=42C        TC1C=42C        TC2C=44C        TC3C=44C        TC4C=44C        TCGC=45C        TCMc=0C        TCSA=47C        TCTD=0C        TCXC=46C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=39C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=40C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=29C        TaSP=29C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=32C
Jul 10 18:26:53 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:26:53 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:26:53 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=49C        TC0F=51C        TC0P=42C        TC1C=42C        TC2C=43C        TC3C=44C        TC4C=46C        TCGC=45C        TCMc=0C        TCSA=45C        TCTD=0C        TCXC=46C        TH0A=33C        TH0B=33C        TH0F=48C        TH0R=48C        TH0V=39C        TH0a=33C        TH0b=33C        TH0c=127C        TM0P=40C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=29C        TaSP=29C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=32C
Jul 10 18:26:58 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:26:58 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:26:58 hostname macfand[377]: Sensors:        TB0T=26C        TB1T=26C        TB2T=25C        TBXT=26C        TC0E=48C        TC0F=50C        TC0P=42C        TC1C=42C        TC2C=44C        TC3C=43C        TC4C=45C        TCGC=44C        TCMc=0C        TCSA=44C        TCTD=0C        TCXC=45C        TH0A=32C        TH0B=32C        TH0F=48C        TH0R=49C        TH0V=39C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=40C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=29C        TaSP=29C        Th1H=39C        Th2H=36C        Ts0P=25C        Ts0S=30C        Ts1S=32C
Jul 10 18:27:03 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:27:03 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:27:03 hostname macfand[377]: Sensors:        TB0T=27C        TB1T=27C        TB2T=25C        TBXT=27C        TC0E=48C        TC0F=50C        TC0P=42C        TC1C=42C        TC2C=42C        TC3C=43C        TC4C=44C        TCGC=45C        TCMc=0C        TCSA=44C        TCTD=0C        TCXC=45C        TH0A=32C        TH0B=32C        TH0F=48C        TH0R=49C        TH0V=39C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=40C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=29C        TaSP=29C        Th1H=39C        Th2H=36C        Ts0P=26C        Ts0S=30C        Ts1S=32C
Jul 10 18:27:08 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:27:08 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:27:08 hostname macfand[377]: Sensors:        TB0T=27C        TB1T=27C        TB2T=25C        TBXT=27C        TC0E=48C        TC0F=50C        TC0P=41C        TC1C=42C        TC2C=42C        TC3C=43C        TC4C=42C        TCGC=44C        TCMc=0C        TCSA=44C        TCTD=0C        TCXC=45C        TH0A=32C        TH0B=32C        TH0F=49C        TH0R=49C        TH0V=39C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=40C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=26C        Ts0S=30C        Ts1S=32C
Jul 10 18:27:13 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:27:13 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:27:13 hostname macfand[377]: Sensors:        TB0T=27C        TB1T=27C        TB2T=25C        TBXT=27C        TC0E=47C        TC0F=49C        TC0P=41C        TC1C=41C        TC2C=43C        TC3C=43C        TC4C=44C        TCGC=43C        TCMc=0C        TCSA=44C        TCTD=0C        TCXC=44C        TH0A=32C        TH0B=32C        TH0F=49C        TH0R=49C        TH0V=39C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=40C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=26C        Ts0S=30C        Ts1S=32C
Jul 10 18:27:18 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:27:18 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:27:18 hostname macfand[377]: Sensors:        TB0T=27C        TB1T=27C        TB2T=25C        TBXT=27C        TC0E=47C        TC0F=49C        TC0P=41C        TC1C=42C        TC2C=44C        TC3C=43C        TC4C=44C        TCGC=44C        TCMc=0C        TCSA=45C        TCTD=0C        TCXC=45C        TH0A=32C        TH0B=32C        TH0F=49C        TH0R=49C        TH0V=39C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=40C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=29C        TaSP=29C        Th1H=39C        Th2H=36C        Ts0P=26C        Ts0S=30C        Ts1S=32C
Jul 10 18:27:23 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:27:23 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:27:23 hostname macfand[377]: Sensors:        TB0T=27C        TB1T=27C        TB2T=25C        TBXT=27C        TC0E=46C        TC0F=48C        TC0P=41C        TC1C=41C        TC2C=43C        TC3C=42C        TC4C=44C        TCGC=43C        TCMc=0C        TCSA=44C        TCTD=0C        TCXC=44C        TH0A=32C        TH0B=32C        TH0F=49C        TH0R=49C        TH0V=39C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=40C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=28C        TaSP=28C        Th1H=39C        Th2H=36C        Ts0P=26C        Ts0S=30C        Ts1S=32C
Jul 10 18:27:28 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:27:28 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:27:28 hostname macfand[377]: Sensors:        TB0T=27C        TB1T=27C        TB2T=25C        TBXT=27C        TC0E=46C        TC0F=48C        TC0P=41C        TC1C=42C        TC2C=44C        TC3C=43C        TC4C=43C        TCGC=43C        TCMc=0C        TCSA=44C        TCTD=0C        TCXC=44C        TH0A=32C        TH0B=32C        TH0F=49C        TH0R=49C        TH0V=39C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=40C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=29C        TaSP=29C        Th1H=39C        Th2H=36C        Ts0P=26C        Ts0S=30C        Ts1S=32C
Jul 10 18:27:33 hostname macfand[377]: Fan 1 [Leftside]: 2160 RPM / Target Avg: 38C
Jul 10 18:27:33 hostname macfand[377]: Fan 2 [Rightside]: 2000 RPM / Target Avg: 38C
Jul 10 18:27:33 hostname macfand[377]: Sensors:        TB0T=27C        TB1T=27C        TB2T=25C        TBXT=27C        TC0E=46C        TC0F=48C        TC0P=40C        TC1C=41C        TC2C=43C        TC3C=42C        TC4C=43C        TCGC=44C        TCMc=0C        TCSA=46C        TCTD=0C        TCXC=44C        TH0A=32C        TH0B=32C        TH0F=49C        TH0R=49C        TH0V=39C        TH0a=32C        TH0b=32C        TH0c=127C        TM0P=39C        TM0S=37C        TP0P=42C        TPCD=48C        TW0P=39C        Ta0P=29C        TaSP=29C        Th1H=39C        Th2H=36C        Ts0P=26C        Ts0S=30C        Ts1S=32C

Offline

#11 2023-07-10 22:42:16

krakenfury
Member
Registered: 2013-04-18
Posts: 15

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

Offline

#12 2023-07-11 12:46:35

KiralyCraft
Member
Registered: 2023-07-11
Posts: 1

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

I can confirm this issue on my Macbook7.2, on kernel 6.3.9 bluetooth works but 6.4.2 doesn't.

Offline

#13 2023-07-11 23:20:24

thegreatzach
Member
Registered: 2020-04-06
Posts: 3

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

I also want to say I am having an issue with Bluetooth on 6.4+. I am not using a macbook but my tower pc exhibits the exact same behavior.

I think it has something to do with intel based network cards? That would be the only similarity between my PC and a macbook. here is my lspci of what my bluetooth/wifi adaptor is.

08:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)

Exactly as described and when I revert back to 6.3.9 Bluetooth works.

Offline

#14 2023-07-12 02:20:19

slin007
Member
Registered: 2023-07-12
Posts: 1

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

I have had the same problem,
I back to kernel 6.3.9, bluetooth works,but wifi can't work.

> rfkill list  all
0: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: no


● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; preset: disabled)
     Active: active (running) since Tue 2023-07-11 16:37:57 CST; 3min 32s ago
       Docs: man:bluetoothd(8)
   Main PID: 254145 (bluetoothd)
     Status: "Running"
      Tasks: 1 (limit: 38346)
     Memory: 844.0K
        CPU: 19ms
     CGroup: /system.slice/bluetooth.service
             └─254145 /usr/lib/bluetooth/bluetoothd

Jul 11 16:37:57 dsl systemd[1]: Starting Bluetooth service...
Jul 11 16:37:57 dsl bluetoothd[254145]: Bluetooth daemon 5.68
Jul 11 16:37:57 dsl systemd[1]: Started Bluetooth service.
Jul 11 16:37:57 dsl bluetoothd[254145]: Starting SDP server
Jul 11 16:37:57 dsl bluetoothd[254145]: src/plugin.c:plugin_init() System does not support csip plugin
Jul 11 16:37:57 dsl bluetoothd[254145]: src/plugin.c:plugin_init() System does not support vcp plugin
Jul 11 16:37:57 dsl bluetoothd[254145]: src/plugin.c:plugin_init() System does not support mcp plugin
Jul 11 16:37:57 dsl bluetoothd[254145]: src/plugin.c:plugin_init() System does not support bass plugin
Jul 11 16:37:57 dsl bluetoothd[254145]: src/plugin.c:plugin_init() System does not support bap plugin
Jul 11 16:37:57 dsl bluetoothd[254145]: Bluetooth management interface 1.22 initialized


> bluetoothctl scan on
No default controller available


> lsmod | grep btusb
btusb                  81920  0
btrtl                  28672  1 btusb
btbcm                  24576  1 btusb
btintel                53248  1 btusb
btmtk                  12288  1 btusb
bluetooth            1089536  12 btrtl,btmtk,btintel,btbcm,bnep,btusb

Offline

#15 2023-07-13 05:07:15

krakenfury
Member
Registered: 2013-04-18
Posts: 15

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

Looks like the commit has been found that introduces the issue:
https://bugzilla.kernel.org/show_bug.cgi?id=217651#c14
Hopefully, a fix will be found that incorporates improvements to the code, but doesn't break any eggs.

Offline

#16 2023-07-13 11:55:57

loqs
Member
Registered: 2014-03-06
Posts: 17,581

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

6.4.3 with the proposed fix from https://bugzilla.kernel.org/show_bug.cgi?id=217651#c18 applied:
https://drive.google.com/file/d/1chQG7S … sp=sharing linux-6.4.3.arch1-1.2-x86_64.pkg.tar.zst
https://drive.google.com/file/d/1yK-4XF … sp=sharing linux-headers-6.4.3.arch1-1.2-x86_64.pkg.tar.zst

Last edited by loqs (2023-07-13 11:56:04)

Offline

#17 2023-07-13 19:23:51

zzzardoz
Member
Registered: 2017-12-30
Posts: 23

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

I also have this issue with my 2014 Mac Mini.

@loqs: #c18 restored bluetooth, but killed wlan instead. smile But the patch from #c21 should probably fix the issue.

Offline

#18 2023-07-13 19:39:55

loqs
Member
Registered: 2014-03-06
Posts: 17,581

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

@zzardoz the patches are identical except for whitespace changes?
c18 applied

	BT_DBG("intf %p id %p", intf, id);

	if ((id->driver_info & BTUSB_IFNUM_2) &&
	    (intf->cur_altsetting->desc.bInterfaceNumber != 0) &&
	    (intf->cur_altsetting->desc.bInterfaceNumber != 2))
		return -ENODEV;

	ifnum_base = intf->cur_altsetting->desc.bInterfaceNumber;

c21 applied

	BT_DBG("intf %p id %p", intf, id);


               if ((id->driver_info & BTUSB_IFNUM_2) &&
           (intf->cur_altsetting->desc.bInterfaceNumber != 0) &&
           (intf->cur_altsetting->desc.bInterfaceNumber != 2))
               return -ENODEV;

	ifnum_base = intf->cur_altsetting->desc.bInterfaceNumber;

Edit:
I put in the surrounding context lines as FluxBB was skipping the extra blank line c21 added.

@zzardoz  for WiFi does the system use the wl module?  If so is it built from a dkms package which should have rebuilt the module?  Provided you installed the matching headers package.

Last edited by loqs (2023-07-13 19:51:16)

Offline

#19 2023-07-13 20:43:11

zzzardoz
Member
Registered: 2017-12-30
Posts: 23

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

@loqs: Sorry, I didn't notice that the patches were identical. Also I'm stupid, because I didn't install the broadcom-wl-DKMS package. >.<
Bluetooth AND wlan now work as expected. Thank you for your time! :-)

Offline

#20 2023-07-17 18:47:50

bighusky
Member
Registered: 2016-12-19
Posts: 15

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

I can confirm that bluetooth functionality is back with latest kernel.
Now I have to create a new post as the brightness keys don't work with 6.4.x kernels. Volume ones still work
Thanks everyone

Offline

#21 2023-08-13 19:15:26

nanopete
Member
Registered: 2023-08-13
Posts: 1

Re: [SOLVED] 6.4.1 breaks bluetooth on 2013 MacBook Pro 15-inch late 2013

Hi fellow Arch'ers!
Okay I might be more of a Pop!_os, but uname still says Linux...
And what brings me even closer to you is that my macbookpro 10.2 with BCM4331 wifi/bluetooth combo card stopped working when going from kernel 6.3.X to 6.4.X.
But my wifi still remains nonfunctional at 6.4.9

Maybe I shouldn't be here? I was hoping the nice and more competent arch guys could point a silly pop!_os user in a direction to take my problem?
Or is linux kernel version something completely different between Arch and Debian/Pop!_os?

Thank you! (and otherwise sorry..)

Offline

Board footer

Powered by FluxBB