You are not logged in.

#1 2024-07-25 06:47:19

julienfalque
Member
Registered: 2016-06-17
Posts: 46

WiFi fails to connect after wpa_supplicant update

I just upgraded my system and after a reboot, the WiFi was not able to connect anymore. The upgrade included a wpa_supplicant update (2:2.10-8 → 2:2.11-1) so I tried downgrading the package to previous version. This fixed the issue so I added the package to IgnorePkg pacman's conf for now.

Offline

#2 2024-07-25 06:50:48

Caelence
Member
Registered: 2023-09-06
Posts: 57

Re: WiFi fails to connect after wpa_supplicant update

It would be useful if you could post a journal output with the package updated to the latest version. That way, we could see what's going wrong.

Offline

#3 2024-07-25 10:33:27

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

Re: WiFi fails to connect after wpa_supplicant update

Is the WiFi adapter using the wl driver? https://gitlab.archlinux.org/archlinux/ … ote_199258

Offline

#4 2024-07-25 10:58:34

andruhon
Member
Registered: 2024-07-25
Posts: 1

Re: WiFi fails to connect after wpa_supplicant update

I have MacBook Pro 2013 with Broadcom Wireless BCM4331. WiFi similarly stopped working after wpa_supplicant update (2:2.10-8 → 2:2.11-1) and it works after reverting to `sudo pacman -U /var/cache/pacman/pkg/wpa_supplicant-2:2.10-8-x86_64.pkg.tar.zst` .

I think this is specific to Broadcom thing, Tp-Link WiFi  USB dongle worked fine.


I think this is a valid piece of logs:

Jul 25 19:57:30 kids-laptop kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jul 25 19:57:30 kids-laptop kernel: cfg80211: failed to load regulatory.db
Jul 25 19:57:30 kids-laptop kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jul 25 19:57:30 kids-laptop kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jul 25 19:57:30 kids-laptop kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jul 25 19:57:30 kids-laptop kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jul 25 19:57:30 kids-laptop kernel: cfg80211: failed to load regulatory.db
Jul 25 19:57:30 kids-laptop systemd[1]: Starting Virtual Console Setup...
Jul 25 19:57:30 kids-laptop systemd-vconsole-setup[276]: loadkeys: Unable to open file: au: No such file or directory
Jul 25 19:57:30 kids-laptop systemd-vconsole-setup[273]: /usr/bin/loadkeys failed with exit status 1.
Jul 25 19:57:30 kids-laptop systemd[1]: systemd-vconsole-setup.service: Main process exited, code=exited, status=1/FAILURE
Jul 25 19:57:30 kids-laptop systemd[1]: systemd-vconsole-setup.service: Failed with result 'exit-code'.
Jul 25 19:57:30 kids-laptop systemd[1]: Failed to start Virtual Console Setup.
Jul 25 19:57:30 kids-laptop systemd-fsck[277]: endeavouros: clean, 586640/7348224 files, 15300278/29365339 blocks
Jul 25 19:57:30 kids-laptop systemd[1]: Finished File System Check on /dev/disk/by-uuid/5b11658d-3469-4d5a-8cf6-049a09ac6f7c.
Jul 25 19:57:30 kids-laptop kernel: wl: loading out-of-tree module taints kernel.
Jul 25 19:57:30 kids-laptop kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Jul 25 19:57:30 kids-laptop kernel: Disabling lock debugging due to kernel taint
Jul 25 19:57:30 kids-laptop kernel: wl: module verification failed: signature and/or required key missing - tainting kernel
Jul 25 19:57:30 kids-laptop kernel: wl: module license taints kernel.
Jul 25 19:57:30 kids-laptop kernel: ------------[ cut here ]------------
Jul 25 19:57:30 kids-laptop kernel: Unpatched return thunk in use. This should not happen!
Jul 25 19:57:30 kids-laptop kernel: WARNING: CPU: 2 PID: 240 at arch/x86/kernel/cpu/bugs.c:3023 __warn_thunk+0x2a/0x40
Jul 25 19:57:30 kids-laptop kernel: Modules linked in: wl(POE+) crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 usb>
Jul 25 19:57:30 kids-laptop kernel: CPU: 2 PID: 240 Comm: (udev-worker) Tainted: P           OE      6.10.0-arch1-2 #1 ec818e96762f5a8ef3adc527a4740ba5b3ca4df5
Jul 25 19:57:30 kids-laptop kernel: Hardware name: Apple Inc. MacBookPro10,2/Mac-AFD8A9D944EA4843, BIOS 429.0.0.0.0 03/18/2022
Jul 25 19:57:30 kids-laptop kernel: RIP: 0010:__warn_thunk+0x2a/0x40
Jul 25 19:57:30 kids-laptop kernel: Code: 66 0f 1f 00 0f 1f 44 00 00 80 3d b0 c9 17 02 00 74 05 c3 cc cc cc cc 48 c7 c7 10 18 87 83 c6 05 9b c9 17 02 01 e8 36 1f 06 00 <0f> 0b c3 cc cc cc cc 66 2e 0f 1f 84 00>
Jul 25 19:57:30 kids-laptop kernel: RSP: 0018:ffffae93c0cfbbc8 EFLAGS: 00010282
Jul 25 19:57:30 kids-laptop kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000027
Jul 25 19:57:30 kids-laptop kernel: RDX: ffff99ae273219c8 RSI: 0000000000000001 RDI: ffff99ae273219c0
Jul 25 19:57:30 kids-laptop kernel: RBP: ffffae93c0cfbc18 R08: 0000000000000000 R09: ffffae93c0cfba48
Jul 25 19:57:30 kids-laptop kernel: R10: ffffffff840b21e8 R11: 0000000000000003 R12: ffffffffc0df8ac1
Jul 25 19:57:30 kids-laptop kernel: R13: ffffae93c0cfbc60 R14: ffff99acc1c90d00 R15: ffff99acc6864f30
Jul 25 19:57:30 kids-laptop kernel: FS:  00007b25886c2880(0000) GS:ffff99ae27300000(0000) knlGS:0000000000000000
Jul 25 19:57:30 kids-laptop kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jul 25 19:57:30 kids-laptop kernel: CR2: 0000790b1d46a000 CR3: 00000001002c0003 CR4: 00000000001706f0
Jul 25 19:57:30 kids-laptop kernel: Call Trace:
Jul 25 19:57:30 kids-laptop kernel:  <TASK>
Jul 25 19:57:30 kids-laptop kernel:  ? __warn_thunk+0x2a/0x40
Jul 25 19:57:30 kids-laptop kernel:  ? __warn.cold+0x8e/0xe8
Jul 25 19:57:30 kids-laptop kernel:  ? __warn_thunk+0x2a/0x40
Jul 25 19:57:30 kids-laptop kernel:  ? report_bug+0xff/0x140
Jul 25 19:57:30 kids-laptop kernel:  ? console_unlock+0x84/0x130
Jul 25 19:57:30 kids-laptop kernel:  ? handle_bug+0x3c/0x80
Jul 25 19:57:30 kids-laptop kernel:  ? exc_invalid_op+0x17/0x70
Jul 25 19:57:30 kids-laptop kernel:  ? asm_exc_invalid_op+0x1a/0x20
Jul 25 19:57:30 kids-laptop kernel:  ? __warn_thunk+0x2a/0x40
Jul 25 19:57:30 kids-laptop kernel:  ? __warn_thunk+0x2a/0x40
Jul 25 19:57:30 kids-laptop kernel:  warn_thunk_thunk+0x1a/0x30
Jul 25 19:57:30 kids-laptop kernel:  getvar+0x20/0x70 [wl 6e16185785523359aa8f73866a58e3c1bdd19871]
Jul 25 19:57:30 kids-laptop kernel:  ? orc_header+0x17fc/0x17fc [wl 6e16185785523359aa8f73866a58e3c1bdd19871]
Jul 25 19:57:30 kids-laptop kernel:  wl_module_init+0x17/0xa0 [wl 6e16185785523359aa8f73866a58e3c1bdd19871]
Jul 25 19:57:30 kids-laptop kernel:  ? do_one_initcall+0x5b/0x310
Jul 25 19:57:30 kids-laptop kernel:  ? do_init_module+0x60/0x220
Jul 25 19:57:30 kids-laptop kernel:  ? init_module_from_file+0x89/0xe0
Jul 25 19:57:30 kids-laptop kernel:  ? idempotent_init_module+0x121/0x2b0
Jul 25 19:57:30 kids-laptop kernel:  ? __x64_sys_finit_module+0x5e/0xb0
Jul 25 19:57:30 kids-laptop kernel:  ? do_syscall_64+0x82/0x190
Jul 25 19:57:30 kids-laptop kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Jul 25 19:57:30 kids-laptop kernel:  ? do_syscall_64+0x8e/0x190
Jul 25 19:57:30 kids-laptop kernel:  ? exc_page_fault+0x81/0x190
Jul 25 19:57:30 kids-laptop kernel:  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
Jul 25 19:57:30 kids-laptop kernel:  </TASK>
Jul 25 19:57:30 kids-laptop kernel: ---[ end trace 0000000000000000 ]---
Jul 25 19:57:30 kids-laptop kernel: usbcore: registered new interface driver usbhid
Jul 25 19:57:30 kids-laptop kernel: usbhid: USB HID core driver
Jul 25 19:57:30 kids-laptop systemd-tmpfiles[267]: /usr/lib/tmpfiles.d/var.conf:14: Duplicate line for path "/var/log", ignoring.
Jul 25 19:57:30 kids-laptop systemd[1]: Finished Create System Files and Directories.
Jul 25 19:57:30 kids-laptop kernel: input: HID 05ac:820a as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.1/2-1.8.1.1/2-1.8.1.1:1.0/0003:05AC:820A.0003/input/input4
Jul 25 19:57:30 kids-laptop kernel: hid-generic 0003:05AC:820A.0003: input,hidraw0: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1d.0-1.8.1.1/input0
Jul 25 19:57:30 kids-laptop kernel: input: HID 05ac:820b as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.1/2-1.8.1.2/2-1.8.1.2:1.0/0003:05AC:820B.0004/input/input5
Jul 25 19:57:30 kids-laptop kernel: hid-generic 0003:05AC:820B.0004: input,hidraw1: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1d.0-1.8.1.2/input0
Jul 25 19:57:30 kids-laptop kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.2/2-1.8.2:1.0/0003:05AC:0259.0001/input/input6
Jul 25 19:57:30 kids-laptop kernel: wlan0: Broadcom BCM4331 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)

Last edited by andruhon (2024-07-27 10:39:29)

Offline

#5 2024-07-25 18:07:01

seth
Member
Registered: 2012-09-03
Posts: 56,423

Re: WiFi fails to connect after wpa_supplicant update

Yes, is - see loqs' link.
Also please use [code][/code] tags, not "quote" tags. Edit your post in this regard.

Offline

#6 2024-07-25 20:30:10

saf1
Member
Registered: 2011-04-04
Posts: 23

Re: WiFi fails to connect after wpa_supplicant update

loqs wrote:

Is the WiFi adapter using the wl driver? https://gitlab.archlinux.org/archlinux/ … ote_199258

I'm using the brcmfmac driver and having the "same" problem.

03:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43602 802.11ac Wireless LAN SoC [14e4:43ba] (rev 01)
	Subsystem: Apple Inc. Device [106b:0133]
	Kernel driver in use: brcmfmac
	Kernel modules: brcmfmac

wpa_supplicant 2:2.11-1 keep repeating this lines

Jul 25 10:20:03 arch wpa_supplicant[586]: wlp3s0: Trying to associate with SSID 'xxxxx'
Jul 25 10:20:03 arch wpa_supplicant[586]: wlp3s0: Associated with xx:xx:xx:xx:xx:xx
Jul 25 10:20:03 arch wpa_supplicant[586]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 25 10:20:13 arch wpa_supplicant[586]: wlp3s0: Authentication with xx:xx:xx:xx:xx:xx timed out.
Jul 25 10:20:13 arch wpa_supplicant[586]: wlp3s0: Added BSSID xx:xx:xx:xx:xx:xx into ignore list, ignoring for 10 seconds
Jul 25 10:20:13 arch wpa_supplicant[586]: nl80211: send_event_marker failed: Source based routing not supported
Jul 25 10:20:13 arch wpa_supplicant[586]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=xx:xx:xx:xx:xx:xx reason=3 locally_generated=1
Jul 25 10:20:13 arch wpa_supplicant[586]: wlp3s0: BSSID xx:xx:xx:xx:xx:xx ignore list count incremented to 2, ignoring for 10 seconds
Jul 25 10:20:13 arch wpa_supplicant[586]: wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
Jul 25 10:20:13 arch wpa_supplicant[586]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Jul 25 10:20:13 arch wpa_supplicant[586]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Jul 25 10:20:16 arch wpa_supplicant[586]: wlp3s0: Removed BSSID xx:xx:xx:xx:xx:xx from ignore list (clear)

downgrading wpa_supplicant to 2:2.10-8 as a workaround for now.

Jul 25 21:09:26 arch wpa_supplicant[37372]: wlp3s0: Trying to associate with SSID 'xxxxx'
Jul 25 21:09:26 arch wpa_supplicant[37372]: wlp3s0: Associated with xx:xx:xx:xx:xx:xx
Jul 25 21:09:26 arch wpa_supplicant[37372]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to xx:xx:xx:xx:xx:xx completed [id=6 id_str=]
Jul 25 21:09:26 arch wpa_supplicant[37372]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0

Last edited by saf1 (2024-07-25 20:51:45)

Offline

#7 2024-07-25 20:34:24

Nikolai5
Member
From: North West, England, UK
Registered: 2024-01-27
Posts: 172

Re: WiFi fails to connect after wpa_supplicant update

Yeah, same issue here on my 2012 Macbook running broadcom wl. Reverted back the wpa-supplicant package and now Wifi is working again.

The post from ioqs is from a year ago, but it has very recent activity on it so it looks like people are reported it upstream.

It looks like they're asking for more examples and I don't have an account, so if Loqs wants another for this issue here's my log, let me know if you want me to try anything as this laptop is not critical.

Jul 25 21:14:51 thomas-macbook kernel: Linux version 6.10.0-arch1-2 (linux@archlinux) (gcc (GCC) 14.1.1 20240720, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Mon, 22 Jul 2024 17:28:23 +0000
Jul 25 21:14:51 thomas-macbook kernel: Command line: initrd=\initramfs-linux.img cryptdevice=UUID=74dcd207-3f8f-408a-a016-ab202073cb33:root root=/dev/mapper/root rw zswap.enabled=0
Jul 25 21:14:51 thomas-macbook kernel: BIOS-provided physical RAM map:
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000000008e000-0x000000000008ffff] reserved
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x0000000040005000-0x000000008aac6fff] usable
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008aac7000-0x000000008aac7fff] reserved
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008aac8000-0x000000008ad13fff] usable
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008ad14000-0x000000008ad52fff] ACPI NVS
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008ad53000-0x000000008ad63fff] usable
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008ad64000-0x000000008ad8efff] ACPI data
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008ad8f000-0x000000008ae31fff] usable
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008ae32000-0x000000008ae8efff] reserved
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008ae8f000-0x000000008aed2fff] usable
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008aed3000-0x000000008aefefff] reserved
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008aeff000-0x000000008af8efff] usable
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008af8f000-0x000000008affefff] reserved
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008afff000-0x000000008affffff] usable
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x000000008b000000-0x000000008f9fffff] reserved
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x00000000ffe70000-0x00000000ffe9ffff] reserved
Jul 25 21:14:51 thomas-macbook kernel: BIOS-e820: [mem 0x0000000100000000-0x000000026f5fffff] usable
Jul 25 21:14:51 thomas-macbook kernel: NX (Execute Disable) protection: active
Jul 25 21:14:51 thomas-macbook kernel: APIC: Static calls initialized
Jul 25 21:14:51 thomas-macbook kernel: e820: update [mem 0x821be190-0x821ce1cf] usable ==> usable
Jul 25 21:14:51 thomas-macbook kernel: e820: update [mem 0x821bd190-0x821bd939] usable ==> usable
Jul 25 21:14:51 thomas-macbook kernel: extended physical RAM map:
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000008dfff] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000000008e000-0x000000000008ffff] reserved
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x0000000000100000-0x000000001fffffff] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x0000000020200000-0x0000000040003fff] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x0000000040004000-0x0000000040004fff] reserved
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x0000000040005000-0x00000000821bd18f] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x00000000821bd190-0x00000000821bd939] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x00000000821bd93a-0x00000000821be18f] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x00000000821be190-0x00000000821ce1cf] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x00000000821ce1d0-0x000000008aac6fff] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008aac7000-0x000000008aac7fff] reserved
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008aac8000-0x000000008ad13fff] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008ad14000-0x000000008ad52fff] ACPI NVS
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008ad53000-0x000000008ad63fff] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008ad64000-0x000000008ad8efff] ACPI data
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008ad8f000-0x000000008ae31fff] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008ae32000-0x000000008ae8efff] reserved
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008ae8f000-0x000000008aed2fff] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008aed3000-0x000000008aefefff] reserved
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008aeff000-0x000000008af8efff] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008af8f000-0x000000008affefff] reserved
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008afff000-0x000000008affffff] usable
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x000000008b000000-0x000000008f9fffff] reserved
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x00000000ffe70000-0x00000000ffe9ffff] reserved
Jul 25 21:14:51 thomas-macbook kernel: reserve setup_data: [mem 0x0000000100000000-0x000000026f5fffff] usable
Jul 25 21:14:51 thomas-macbook kernel: efi: EFI v1.1 by Apple
Jul 25 21:14:51 thomas-macbook kernel: efi: ACPI=0x8ad8e000 ACPI 2.0=0x8ad8e014 SMBIOS=0x8ad1b000 RNG=0x8ad68f90 INITRD=0x821d0f90 
Jul 25 21:14:51 thomas-macbook kernel: random: crng init done
Jul 25 21:14:51 thomas-macbook kernel: efi: Not removing mem310: MMIO range=[0xe00f8000-0xe00f8fff] (4KB) from e820 map
Jul 25 21:14:51 thomas-macbook kernel: efi: Not removing mem311: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
Jul 25 21:14:51 thomas-macbook kernel: efi: Not removing mem312: MMIO range=[0xffe70000-0xffe9ffff] (192KB) from e820 map
Jul 25 21:14:51 thomas-macbook kernel: SMBIOS 2.4 present.
Jul 25 21:14:51 thomas-macbook kernel: DMI: Apple Inc. MacBookPro9,2/Mac-6F01561E16C75D06, BIOS 426.0.0.0.0 01/18/2022
Jul 25 21:14:51 thomas-macbook kernel: DMI: Memory slots populated: 2/2
Jul 25 21:14:51 thomas-macbook kernel: tsc: Fast TSC calibration using PIT
Jul 25 21:14:51 thomas-macbook kernel: tsc: Detected 2893.331 MHz processor
Jul 25 21:14:51 thomas-macbook kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 25 21:14:51 thomas-macbook kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 25 21:14:51 thomas-macbook kernel: last_pfn = 0x26f600 max_arch_pfn = 0x400000000
Jul 25 21:14:51 thomas-macbook kernel: MTRR map: 5 entries (4 fixed + 1 variable; max 24), built from 10 variable MTRRs
Jul 25 21:14:51 thomas-macbook kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jul 25 21:14:51 thomas-macbook kernel: last_pfn = 0x8b000 max_arch_pfn = 0x400000000
Jul 25 21:14:51 thomas-macbook kernel: Secure boot disabled
Jul 25 21:14:51 thomas-macbook kernel: RAMDISK: [mem 0x7f4a1000-0x807dffff]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Early table checksum verification disabled
Jul 25 21:14:51 thomas-macbook kernel: ACPI: RSDP 0x000000008AD8E014 000024 (v02 APPLE )
Jul 25 21:14:51 thomas-macbook kernel: ACPI: XSDT 0x000000008AD8E1C0 0000B4 (v01 APPLE  Apple00  00000000      01000013)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: FACP 0x000000008AD8C000 0000F4 (v04 APPLE  Apple00  00000000 Loki 0000005F)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: DSDT 0x000000008AD82000 004D53 (v01 APPLE  MacBookP 00090001 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: FACS 0x000000008AD1E000 000040
Jul 25 21:14:51 thomas-macbook kernel: ACPI: FACS 0x000000008AD1E000 000040
Jul 25 21:14:51 thomas-macbook kernel: ACPI: HPET 0x000000008AD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: APIC 0x000000008AD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SBST 0x000000008AD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: ECDT 0x000000008AD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0x000000008AD7F000 0002E0 (v01 APPLE  SataAhci 00001000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0x000000008AD7E000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0x000000008AD79000 000D20 (v01 APPLE  UsbPpt   00001000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0x000000008AD77000 000159 (v02 APPLE  IGHda    00001000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0x000000008AD75000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0x000000008AD73000 0015EB (v02 APPLE  SsdtIGPU 00001000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0x000000008AD70000 000AE6 (v01 APPLE  TbtPEG10 00001000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0x000000008AD6D000 00073E (v01 PmRef  Cpu0Ist  00003000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0x000000008AD6C000 000B3D (v01 PmRef  CpuPm    00003000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0x000000008AD6B000 000315 (v01 PmRef  Cpu0Tst  00003000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0x000000008AD6A000 00037A (v01 PmRef  ApTst    00003000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: DMAR 0x000000008AD69000 000088 (v01 APPLE  IVB      00000001 AAPL 00000001)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: MCFG 0x000000008AD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving FACP table memory at [mem 0x8ad8c000-0x8ad8c0f3]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving DSDT table memory at [mem 0x8ad82000-0x8ad86d52]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving FACS table memory at [mem 0x8ad1e000-0x8ad1e03f]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving FACS table memory at [mem 0x8ad1e000-0x8ad1e03f]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving HPET table memory at [mem 0x8ad8b000-0x8ad8b037]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving APIC table memory at [mem 0x8ad8a000-0x8ad8a0bb]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving SBST table memory at [mem 0x8ad88000-0x8ad8802f]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving ECDT table memory at [mem 0x8ad87000-0x8ad87052]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad7f000-0x8ad7f2df]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad7e000-0x8ad7e023]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad79000-0x8ad79d1f]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad77000-0x8ad77158]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad75000-0x8ad75031]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad73000-0x8ad745ea]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad70000-0x8ad70ae5]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad6d000-0x8ad6d73d]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad6c000-0x8ad6cb3c]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad6b000-0x8ad6b314]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad6a000-0x8ad6a379]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving DMAR table memory at [mem 0x8ad69000-0x8ad69087]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Reserving MCFG table memory at [mem 0x8ad89000-0x8ad8903b]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Jul 25 21:14:51 thomas-macbook kernel: No NUMA configuration found
Jul 25 21:14:51 thomas-macbook kernel: Faking a node at [mem 0x0000000000000000-0x000000026f5fffff]
Jul 25 21:14:51 thomas-macbook kernel: NODE_DATA(0) allocated [mem 0x26f5fb000-0x26f5fffff]
Jul 25 21:14:51 thomas-macbook kernel: Zone ranges:
Jul 25 21:14:51 thomas-macbook kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jul 25 21:14:51 thomas-macbook kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jul 25 21:14:51 thomas-macbook kernel:   Normal   [mem 0x0000000100000000-0x000000026f5fffff]
Jul 25 21:14:51 thomas-macbook kernel:   Device   empty
Jul 25 21:14:51 thomas-macbook kernel: Movable zone start for each node
Jul 25 21:14:51 thomas-macbook kernel: Early memory node ranges
Jul 25 21:14:51 thomas-macbook kernel:   node   0: [mem 0x0000000000001000-0x000000000008dfff]
Jul 25 21:14:51 thomas-macbook kernel:   node   0: [mem 0x0000000000090000-0x000000000009ffff]
Jul 25 21:14:51 thomas-macbook kernel:   node   0: [mem 0x0000000000100000-0x000000001fffffff]
Jul 25 21:14:51 thomas-macbook kernel:   node   0: [mem 0x0000000020200000-0x0000000040003fff]
Jul 25 21:14:51 thomas-macbook kernel:   node   0: [mem 0x0000000040005000-0x000000008aac6fff]
Jul 25 21:14:51 thomas-macbook kernel:   node   0: [mem 0x000000008aac8000-0x000000008ad13fff]
Jul 25 21:14:51 thomas-macbook kernel:   node   0: [mem 0x000000008ad53000-0x000000008ad63fff]
Jul 25 21:14:51 thomas-macbook kernel:   node   0: [mem 0x000000008ad8f000-0x000000008ae31fff]
Jul 25 21:14:51 thomas-macbook kernel:   node   0: [mem 0x000000008ae8f000-0x000000008aed2fff]
Jul 25 21:14:51 thomas-macbook kernel:   node   0: [mem 0x000000008aeff000-0x000000008af8efff]
Jul 25 21:14:51 thomas-macbook kernel:   node   0: [mem 0x000000008afff000-0x000000008affffff]
Jul 25 21:14:51 thomas-macbook kernel:   node   0: [mem 0x0000000100000000-0x000000026f5fffff]
Jul 25 21:14:51 thomas-macbook kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000026f5fffff]
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone DMA: 2 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone DMA32: 63 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone DMA32: 43 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone DMA32: 93 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone DMA32: 44 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone DMA32: 112 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone Normal: 20480 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: On node 0, zone Normal: 2560 pages in unavailable ranges
Jul 25 21:14:51 thomas-macbook kernel: Reserving Intel graphics memory at [mem 0x8ba00000-0x8f9fffff]
Jul 25 21:14:51 thomas-macbook kernel: Resetting Apple AirPort card (left enabled by EFI)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PM-Timer IO Port: 0x408
Jul 25 21:14:51 thomas-macbook kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jul 25 21:14:51 thomas-macbook kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jul 25 21:14:51 thomas-macbook kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jul 25 21:14:51 thomas-macbook kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jul 25 21:14:51 thomas-macbook kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jul 25 21:14:51 thomas-macbook kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jul 25 21:14:51 thomas-macbook kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jul 25 21:14:51 thomas-macbook kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jul 25 21:14:51 thomas-macbook kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jul 25 21:14:51 thomas-macbook kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jul 25 21:14:51 thomas-macbook kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jul 25 21:14:51 thomas-macbook kernel: TSC deadline timer available
Jul 25 21:14:51 thomas-macbook kernel: CPU topo: Max. logical packages:   1
Jul 25 21:14:51 thomas-macbook kernel: CPU topo: Max. logical dies:       1
Jul 25 21:14:51 thomas-macbook kernel: CPU topo: Max. dies per package:   1
Jul 25 21:14:51 thomas-macbook kernel: CPU topo: Max. threads per core:   2
Jul 25 21:14:51 thomas-macbook kernel: CPU topo: Num. cores per package:     2
Jul 25 21:14:51 thomas-macbook kernel: CPU topo: Num. threads per package:   4
Jul 25 21:14:51 thomas-macbook kernel: CPU topo: Allowing 4 present CPUs plus 0 hotplug CPUs
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x0008e000-0x0008ffff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000bffff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x40004000-0x40004fff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x821bd000-0x821bdfff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x821bd000-0x821bdfff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x821be000-0x821befff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x821ce000-0x821cefff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8aac7000-0x8aac7fff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8ad14000-0x8ad52fff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8ad64000-0x8ad8efff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8ae32000-0x8ae8efff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8aed3000-0x8aefefff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8af8f000-0x8affefff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8b000000-0x8f9fffff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0x8fa00000-0xe00f7fff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffe6ffff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0xffe70000-0xffe9ffff]
Jul 25 21:14:51 thomas-macbook kernel: PM: hibernation: Registered nosave memory: [mem 0xffea0000-0xffffffff]
Jul 25 21:14:51 thomas-macbook kernel: [mem 0x8fa00000-0xe00f7fff] available for PCI devices
Jul 25 21:14:51 thomas-macbook kernel: Booting paravirtualized kernel on bare hardware
Jul 25 21:14:51 thomas-macbook kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jul 25 21:14:51 thomas-macbook kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Jul 25 21:14:51 thomas-macbook kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Jul 25 21:14:51 thomas-macbook kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Jul 25 21:14:51 thomas-macbook kernel: pcpu-alloc: [0] 0 1 2 3 
Jul 25 21:14:51 thomas-macbook kernel: Kernel command line: initrd=\initramfs-linux.img cryptdevice=UUID=74dcd207-3f8f-408a-a016-ab202073cb33:root root=/dev/mapper/root rw zswap.enabled=0
Jul 25 21:14:51 thomas-macbook kernel: Unknown kernel command line parameters "cryptdevice=UUID=74dcd207-3f8f-408a-a016-ab202073cb33:root", will be passed to user space.
Jul 25 21:14:51 thomas-macbook kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: Fallback order for Node 0: 0 
Jul 25 21:14:51 thomas-macbook kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2073144
Jul 25 21:14:51 thomas-macbook kernel: Policy zone: Normal
Jul 25 21:14:51 thomas-macbook kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jul 25 21:14:51 thomas-macbook kernel: software IO TLB: area num 4.
Jul 25 21:14:51 thomas-macbook kernel: Memory: 7889016K/8292576K available (18432K kernel code, 2177K rwdata, 13436K rodata, 3432K init, 3492K bss, 403300K reserved, 0K cma-reserved)
Jul 25 21:14:51 thomas-macbook kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jul 25 21:14:51 thomas-macbook kernel: Kernel/User page tables isolation: enabled
Jul 25 21:14:51 thomas-macbook kernel: ftrace: allocating 50263 entries in 197 pages
Jul 25 21:14:51 thomas-macbook kernel: ftrace: allocated 197 pages with 4 groups
Jul 25 21:14:51 thomas-macbook kernel: Dynamic Preempt: full
Jul 25 21:14:51 thomas-macbook kernel: rcu: Preemptible hierarchical RCU implementation.
Jul 25 21:14:51 thomas-macbook kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Jul 25 21:14:51 thomas-macbook kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jul 25 21:14:51 thomas-macbook kernel:         Trampoline variant of Tasks RCU enabled.
Jul 25 21:14:51 thomas-macbook kernel:         Rude variant of Tasks RCU enabled.
Jul 25 21:14:51 thomas-macbook kernel:         Tracing variant of Tasks RCU enabled.
Jul 25 21:14:51 thomas-macbook kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jul 25 21:14:51 thomas-macbook kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Jul 25 21:14:51 thomas-macbook kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Jul 25 21:14:51 thomas-macbook kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Jul 25 21:14:51 thomas-macbook kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Jul 25 21:14:51 thomas-macbook kernel: NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
Jul 25 21:14:51 thomas-macbook kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jul 25 21:14:51 thomas-macbook kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jul 25 21:14:51 thomas-macbook kernel: Console: colour dummy device 80x25
Jul 25 21:14:51 thomas-macbook kernel: printk: legacy console [tty0] enabled
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Core revision 20240322
Jul 25 21:14:51 thomas-macbook kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jul 25 21:14:51 thomas-macbook kernel: APIC: Switch to symmetric I/O mode setup
Jul 25 21:14:51 thomas-macbook kernel: DMAR: Host address width 36
Jul 25 21:14:51 thomas-macbook kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jul 25 21:14:51 thomas-macbook kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
Jul 25 21:14:51 thomas-macbook kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jul 25 21:14:51 thomas-macbook kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
Jul 25 21:14:51 thomas-macbook kernel: DMAR: RMRR base: 0x0000008b800000 end: 0x0000008f9fffff
Jul 25 21:14:51 thomas-macbook kernel: DMAR-IR: IOAPIC id 0 under DRHD base  0xfed91000 IOMMU 1
Jul 25 21:14:51 thomas-macbook kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jul 25 21:14:51 thomas-macbook kernel: DMAR-IR: [Firmware Bug]: ioapic 2 has no mapping iommu, interrupt remapping will be disabled
Jul 25 21:14:51 thomas-macbook kernel: DMAR-IR: Not enabling interrupt remapping
Jul 25 21:14:51 thomas-macbook kernel: DMAR-IR: Failed to enable irq remapping. You are vulnerable to irq-injection attacks.
Jul 25 21:14:51 thomas-macbook kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Jul 25 21:14:51 thomas-macbook kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 25 21:14:51 thomas-macbook kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29b4a6c2e27, max_idle_ns: 440795205204 ns
Jul 25 21:14:51 thomas-macbook kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5788.77 BogoMIPS (lpj=9644436)
Jul 25 21:14:51 thomas-macbook kernel: CPU0: Thermal monitoring enabled (TM1)
Jul 25 21:14:51 thomas-macbook kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Jul 25 21:14:51 thomas-macbook kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Jul 25 21:14:51 thomas-macbook kernel: process: using mwait in idle threads
Jul 25 21:14:51 thomas-macbook kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jul 25 21:14:51 thomas-macbook kernel: Spectre V2 : Mitigation: Retpolines
Jul 25 21:14:51 thomas-macbook kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jul 25 21:14:51 thomas-macbook kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jul 25 21:14:51 thomas-macbook kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jul 25 21:14:51 thomas-macbook kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jul 25 21:14:51 thomas-macbook kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Jul 25 21:14:51 thomas-macbook kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jul 25 21:14:51 thomas-macbook kernel: MDS: Mitigation: Clear CPU buffers
Jul 25 21:14:51 thomas-macbook kernel: MMIO Stale Data: Unknown: No mitigations
Jul 25 21:14:51 thomas-macbook kernel: SRBDS: Vulnerable: No microcode
Jul 25 21:14:51 thomas-macbook kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jul 25 21:14:51 thomas-macbook kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jul 25 21:14:51 thomas-macbook kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jul 25 21:14:51 thomas-macbook kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jul 25 21:14:51 thomas-macbook kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jul 25 21:14:51 thomas-macbook kernel: Freeing SMP alternatives memory: 40K
Jul 25 21:14:51 thomas-macbook kernel: pid_max: default: 32768 minimum: 301
Jul 25 21:14:51 thomas-macbook kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Jul 25 21:14:51 thomas-macbook kernel: landlock: Up and running.
Jul 25 21:14:51 thomas-macbook kernel: Yama: becoming mindful.
Jul 25 21:14:51 thomas-macbook kernel: LSM support for eBPF active
Jul 25 21:14:51 thomas-macbook kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: smpboot: CPU0: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz (family: 0x6, model: 0x3a, stepping: 0x9)
Jul 25 21:14:51 thomas-macbook kernel: Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Jul 25 21:14:51 thomas-macbook kernel: ... version:                3
Jul 25 21:14:51 thomas-macbook kernel: ... bit width:              48
Jul 25 21:14:51 thomas-macbook kernel: ... generic registers:      4
Jul 25 21:14:51 thomas-macbook kernel: ... value mask:             0000ffffffffffff
Jul 25 21:14:51 thomas-macbook kernel: ... max period:             00007fffffffffff
Jul 25 21:14:51 thomas-macbook kernel: ... fixed-purpose events:   3
Jul 25 21:14:51 thomas-macbook kernel: ... event mask:             000000070000000f
Jul 25 21:14:51 thomas-macbook kernel: signal: max sigframe size: 1776
Jul 25 21:14:51 thomas-macbook kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1200
Jul 25 21:14:51 thomas-macbook kernel: rcu: Hierarchical SRCU implementation.
Jul 25 21:14:51 thomas-macbook kernel: rcu:         Max phase no-delay instances is 1000.
Jul 25 21:14:51 thomas-macbook kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jul 25 21:14:51 thomas-macbook kernel: smp: Bringing up secondary CPUs ...
Jul 25 21:14:51 thomas-macbook kernel: smpboot: x86: Booting SMP configuration:
Jul 25 21:14:51 thomas-macbook kernel: .... node  #0, CPUs:      #1 #2 #3
Jul 25 21:14:51 thomas-macbook 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 25 21:14:51 thomas-macbook kernel: smp: Brought up 1 node, 4 CPUs
Jul 25 21:14:51 thomas-macbook kernel: smpboot: Total of 4 processors activated (23155.09 BogoMIPS)
Jul 25 21:14:51 thomas-macbook kernel: devtmpfs: initialized
Jul 25 21:14:51 thomas-macbook kernel: x86/mm: Memory block size: 128MB
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8ad14000-0x8ad52fff] (258048 bytes)
Jul 25 21:14:51 thomas-macbook kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jul 25 21:14:51 thomas-macbook kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: pinctrl core: initialized pinctrl subsystem
Jul 25 21:14:51 thomas-macbook kernel: PM: RTC time: 20:14:41, date: 2024-07-25
Jul 25 21:14:51 thomas-macbook kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jul 25 21:14:51 thomas-macbook kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
Jul 25 21:14:51 thomas-macbook kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jul 25 21:14:51 thomas-macbook kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jul 25 21:14:51 thomas-macbook kernel: audit: initializing netlink subsys (disabled)
Jul 25 21:14:51 thomas-macbook kernel: audit: type=2000 audit(1721938481.059:1): state=initialized audit_enabled=0 res=1
Jul 25 21:14:51 thomas-macbook kernel: thermal_sys: Registered thermal governor 'fair_share'
Jul 25 21:14:51 thomas-macbook kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jul 25 21:14:51 thomas-macbook kernel: thermal_sys: Registered thermal governor 'step_wise'
Jul 25 21:14:51 thomas-macbook kernel: thermal_sys: Registered thermal governor 'user_space'
Jul 25 21:14:51 thomas-macbook kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jul 25 21:14:51 thomas-macbook kernel: cpuidle: using governor ladder
Jul 25 21:14:51 thomas-macbook kernel: cpuidle: using governor menu
Jul 25 21:14:51 thomas-macbook kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 25 21:14:51 thomas-macbook kernel: PCI: ECAM [mem 0xe0000000-0xe9afffff] (base 0xe0000000) for domain 0000 [bus 00-9a]
Jul 25 21:14:51 thomas-macbook kernel: PCI: Using configuration type 1 for base access
Jul 25 21:14:51 thomas-macbook kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Jul 25 21:14:51 thomas-macbook kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jul 25 21:14:51 thomas-macbook kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jul 25 21:14:51 thomas-macbook kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jul 25 21:14:51 thomas-macbook kernel: Demotion targets for Node 0: null
Jul 25 21:14:51 thomas-macbook kernel: fbcon: Taking over console
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Disabled all _OSI OS vendors
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Added _OSI(Module Device)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Added _OSI(Processor Device)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Added _OSI(Darwin)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Jul 25 21:14:51 thomas-macbook kernel: ACPI: EC: EC started
Jul 25 21:14:51 thomas-macbook kernel: ACPI: EC: interrupt blocked
Jul 25 21:14:51 thomas-macbook kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 25 21:14:51 thomas-macbook kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jul 25 21:14:51 thomas-macbook kernel: ACPI: BIOS _OSI(Darwin) query honored via DMI
Jul 25 21:14:51 thomas-macbook kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Dynamic OEM Table Load:
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0xFFFF9DE600152000 0008AD (v01 PmRef  Cpu0Cst  00003001 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Dynamic OEM Table Load:
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0xFFFF9DE6002F5800 0003A4 (v01 PmRef  ApIst    00003000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Dynamic OEM Table Load:
Jul 25 21:14:51 thomas-macbook kernel: ACPI: SSDT 0xFFFF9DE60029BE00 000119 (v01 PmRef  ApCst    00003000 INTL 20100915)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: _OSC evaluated successfully for all CPUs
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Interpreter enabled
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Using IOAPIC for interrupt routing
Jul 25 21:14:51 thomas-macbook kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 25 21:14:51 thomas-macbook kernel: PCI: Using E820 reservations for host bridge windows
Jul 25 21:14:51 thomas-macbook kernel: ACPI: Enabled 7 GPEs in block 00 to 3F
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jul 25 21:14:51 thomas-macbook kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
Jul 25 21:14:51 thomas-macbook kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xe0000000-0xe9afffff] for domain 0000 [bus 00-9a] only partially covers this bridge
Jul 25 21:14:51 thomas-macbook kernel: PCI host bridge to bus 0000:00
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:00: root bus resource [mem 0x8fa00000-0xfeafffff window]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:00.0: [8086:0154] type 00 class 0x060000 conventional PCI endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:01.0: [8086:0151] type 01 class 0x060400 PCIe Root Port
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:01.0: PCI bridge to [bus 04-9a]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:01.0:   bridge window [io  0x3000-0x5fff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:01.0:   bridge window [mem 0xa0900000-0xacbfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:01.0:   bridge window [mem 0xacc00000-0xb8bfffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:02.0: [8086:0166] type 00 class 0x030000 conventional PCI endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:02.0: BAR 0 [mem 0xa0000000-0xa03fffff 64bit]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:02.0: BAR 2 [mem 0x90000000-0x9fffffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:02.0: BAR 4 [io  0x2000-0x203f]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330 conventional PCI endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:14.0: BAR 0 [mem 0xa0800000-0xa080ffff 64bit]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000 conventional PCI endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:16.0: BAR 0 [mem 0xa0817100-0xa081710f 64bit]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320 conventional PCI endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1a.0: BAR 0 [mem 0xa0816c00-0xa0816fff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300 PCIe Root Complex Integrated Endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1b.0: BAR 0 [mem 0xa0810000-0xa0813fff 64bit]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400 PCIe Root Port
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.0:   bridge window [mem 0xa0700000-0xa07fffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.0:   bridge window [mem 0xa0400000-0xa04fffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400 PCIe Root Port
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.1:   bridge window [mem 0xa0600000-0xa06fffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400 PCIe Root Port
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.2:   bridge window [mem 0xa0500000-0xa05fffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320 conventional PCI endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1d.0: BAR 0 [mem 0xa0816800-0xa0816bff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100 conventional PCI endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601 conventional PCI endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1f.2: BAR 0 [io  0x2098-0x209f]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1f.2: BAR 1 [io  0x20bc-0x20bf]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1f.2: BAR 2 [io  0x2090-0x2097]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1f.2: BAR 3 [io  0x20b8-0x20bb]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1f.2: BAR 4 [io  0x2060-0x207f]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1f.2: BAR 5 [mem 0xa0816000-0xa08167ff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1f.2: PME# supported from D3hot
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500 conventional PCI endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1f.3: BAR 0 [mem 0xa0817000-0xa08170ff 64bit]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1f.3: BAR 4 [io  0xefa0-0xefbf]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0: [8086:1513] type 01 class 0x060400 PCIe Switch Upstream Port
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0: PCI bridge to [bus 05-6a]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0:   bridge window [io  0x3000-0x4fff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0:   bridge window [mem 0xa0900000-0xa8bfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0:   bridge window [mem 0xacc00000-0xb4bfffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0: enabling Extended Tags
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0: supports D1 D2
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:01.0: PCI bridge to [bus 04-9a]
Jul 25 21:14:51 thomas-macbook kernel: acpiphp: Slot [3] registered
Jul 25 21:14:51 thomas-macbook kernel: acpiphp: Slot [4] registered
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:00.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:00.0:   bridge window [mem 0xa0b00000-0xa0bfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:00.0: enabling Extended Tags
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:00.0: supports D1 D2
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: PCI bridge to [bus 07]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0:   bridge window [mem 0xa0a00000-0xa0afffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: enabling Extended Tags
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: supports D1 D2
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0: PCI bridge to [bus 08-38]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0:   bridge window [io  0x3000-0x3fff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0:   bridge window [mem 0xa0c00000-0xa4bfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0:   bridge window [mem 0xacc00000-0xb0bfffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0: enabling Extended Tags
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0: supports D1 D2
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0: PCI bridge to [bus 39-69]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0:   bridge window [io  0x4000-0x4fff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0:   bridge window [mem 0xa4c00000-0xa8bfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0:   bridge window [mem 0xb0c00000-0xb4bfffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0: enabling Extended Tags
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0: supports D1 D2
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: [8086:1513] type 01 class 0x060400 PCIe Switch Downstream Port
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: PCI bridge to [bus 6a]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0:   bridge window [mem 0xa0900000-0xa09fffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: enabling Extended Tags
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: supports D1 D2
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0: PCI bridge to [bus 05-6a]
Jul 25 21:14:51 thomas-macbook kernel: acpiphp: Slot [1] registered
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:06:00.0: [8086:1513] type 00 class 0x088000 PCIe Endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:06:00.0: BAR 0 [mem 0xa0b00000-0xa0b3ffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:06:00.0: BAR 1 [mem 0xa0b40000-0xa0b40fff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:06:00.0: enabling Extended Tags
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:06:00.0: supports D1 D2
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: PCI bridge to [bus 07]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0: PCI bridge to [bus 08-38]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0: PCI bridge to [bus 39-69]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: PCI bridge to [bus 6a]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:01:00.0: [14e4:16b4] type 00 class 0x020000 PCIe Endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:01:00.0: BAR 0 [mem 0xa0400000-0xa040ffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:01:00.0: BAR 2 [mem 0xa0410000-0xa041ffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:01:00.1: [14e4:16bc] type 00 class 0x080501 PCIe Endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:01:00.1: BAR 0 [mem 0xa0420000-0xa042ffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:02:00.0: [14e4:4331] type 00 class 0x028000 PCIe Endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:02:00.0: BAR 0 [mem 0xa0600000-0xa0603fff 64bit]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:02:00.0: enabling Extended Tags
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:02:00.0: supports D1 D2
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:03:00.0: [11c1:5901] type 00 class 0x0c0010 PCIe Endpoint
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:03:00.0: BAR 0 [mem 0xa0500000-0xa0500fff 64bit]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:03:00.0: supports D1 D2
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKA disabled
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKB disabled
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKC disabled
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKD disabled
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKE disabled
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKF disabled
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKG disabled
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jul 25 21:14:51 thomas-macbook kernel: ACPI: PCI: Interrupt link LNKH disabled
Jul 25 21:14:51 thomas-macbook kernel: ACPI: EC: interrupt unblocked
Jul 25 21:14:51 thomas-macbook kernel: ACPI: EC: event unblocked
Jul 25 21:14:51 thomas-macbook kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jul 25 21:14:51 thomas-macbook kernel: ACPI: EC: GPE=0x17
Jul 25 21:14:51 thomas-macbook kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Jul 25 21:14:51 thomas-macbook kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Jul 25 21:14:51 thomas-macbook kernel: iommu: Default domain type: Translated
Jul 25 21:14:51 thomas-macbook kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jul 25 21:14:51 thomas-macbook kernel: SCSI subsystem initialized
Jul 25 21:14:51 thomas-macbook kernel: libata version 3.00 loaded.
Jul 25 21:14:51 thomas-macbook kernel: ACPI: bus type USB registered
Jul 25 21:14:51 thomas-macbook kernel: usbcore: registered new interface driver usbfs
Jul 25 21:14:51 thomas-macbook kernel: usbcore: registered new interface driver hub
Jul 25 21:14:51 thomas-macbook kernel: usbcore: registered new device driver usb
Jul 25 21:14:51 thomas-macbook kernel: EDAC MC: Ver: 3.0.0
Jul 25 21:14:51 thomas-macbook kernel: efivars: Registered efivars operations
Jul 25 21:14:51 thomas-macbook kernel: NetLabel: Initializing
Jul 25 21:14:51 thomas-macbook kernel: NetLabel:  domain hash size = 128
Jul 25 21:14:51 thomas-macbook kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jul 25 21:14:51 thomas-macbook kernel: NetLabel:  unlabeled traffic allowed by default
Jul 25 21:14:51 thomas-macbook kernel: mctp: management component transport protocol core
Jul 25 21:14:51 thomas-macbook kernel: NET: Registered PF_MCTP protocol family
Jul 25 21:14:51 thomas-macbook kernel: PCI: Using ACPI for IRQ routing
Jul 25 21:14:51 thomas-macbook kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 25 21:14:51 thomas-macbook kernel: e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
Jul 25 21:14:51 thomas-macbook kernel: e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
Jul 25 21:14:51 thomas-macbook kernel: e820: reserve RAM buffer [mem 0x821bd190-0x83ffffff]
Jul 25 21:14:51 thomas-macbook kernel: e820: reserve RAM buffer [mem 0x821be190-0x83ffffff]
Jul 25 21:14:51 thomas-macbook kernel: e820: reserve RAM buffer [mem 0x8aac7000-0x8bffffff]
Jul 25 21:14:51 thomas-macbook kernel: e820: reserve RAM buffer [mem 0x8ad14000-0x8bffffff]
Jul 25 21:14:51 thomas-macbook kernel: e820: reserve RAM buffer [mem 0x8ad64000-0x8bffffff]
Jul 25 21:14:51 thomas-macbook kernel: e820: reserve RAM buffer [mem 0x8ae32000-0x8bffffff]
Jul 25 21:14:51 thomas-macbook kernel: e820: reserve RAM buffer [mem 0x8aed3000-0x8bffffff]
Jul 25 21:14:51 thomas-macbook kernel: e820: reserve RAM buffer [mem 0x8af8f000-0x8bffffff]
Jul 25 21:14:51 thomas-macbook kernel: e820: reserve RAM buffer [mem 0x8b000000-0x8bffffff]
Jul 25 21:14:51 thomas-macbook kernel: e820: reserve RAM buffer [mem 0x26f600000-0x26fffffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jul 25 21:14:51 thomas-macbook kernel: vgaarb: loaded
Jul 25 21:14:51 thomas-macbook kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jul 25 21:14:51 thomas-macbook kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jul 25 21:14:51 thomas-macbook kernel: clocksource: Switched to clocksource tsc-early
Jul 25 21:14:51 thomas-macbook kernel: VFS: Disk quotas dquot_6.6.0
Jul 25 21:14:51 thomas-macbook kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 25 21:14:51 thomas-macbook kernel: pnp: PnP ACPI init
Jul 25 21:14:51 thomas-macbook kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:01: [io  0x1000-0x100f] has been reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:01: [io  0x0400-0x047f] has been reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:01: [io  0x0500-0x057f] has been reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:05: [mem 0x20000000-0x201fffff] has been reserved
Jul 25 21:14:51 thomas-macbook kernel: system 00:05: [mem 0x40000000-0x401fffff] could not be reserved
Jul 25 21:14:51 thomas-macbook kernel: pnp: PnP ACPI: found 6 devices
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:02.0: assigning 18 device properties
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:03:00.0: assigning 2 device properties
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:06:00.0: assigning 5 device properties
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1b.0: assigning 4 device properties
Jul 25 21:14:51 thomas-macbook kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jul 25 21:14:51 thomas-macbook kernel: NET: Registered PF_INET protocol family
Jul 25 21:14:51 thomas-macbook kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: TCP: Hash tables configured (established 65536 bind 65536)
Jul 25 21:14:51 thomas-macbook kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Jul 25 21:14:51 thomas-macbook kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jul 25 21:14:51 thomas-macbook kernel: NET: Registered PF_XDP protocol family
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000 add_align 100000
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: bridge window [io  0x1000-0x0fff] to [bus 6a] add_size 1000
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6a] add_size 200000 add_align 100000
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: bridge window [io  size 0x1000]: can't assign; no space
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: bridge window [io  size 0x1000]: failed to assign
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: bridge window [io  size 0x1000]: can't assign; no space
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: bridge window [io  size 0x1000]: failed to assign
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: bridge window [io  size 0x1000]: can't assign; no space
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: bridge window [io  size 0x1000]: failed to assign
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: bridge window [mem size 0x00200000 64bit pref]: can't assign; no space
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: bridge window [mem size 0x00200000 64bit pref]: failed to assign
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: bridge window [io  size 0x1000]: can't assign; no space
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: bridge window [io  size 0x1000]: failed to assign
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:00.0:   bridge window [mem 0xa0b00000-0xa0bfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0: PCI bridge to [bus 07]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:03.0:   bridge window [mem 0xa0a00000-0xa0afffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0: PCI bridge to [bus 08-38]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0:   bridge window [io  0x3000-0x3fff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0:   bridge window [mem 0xa0c00000-0xa4bfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:04.0:   bridge window [mem 0xacc00000-0xb0bfffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0: PCI bridge to [bus 39-69]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0:   bridge window [io  0x4000-0x4fff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0:   bridge window [mem 0xa4c00000-0xa8bfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:05.0:   bridge window [mem 0xb0c00000-0xb4bfffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0: PCI bridge to [bus 6a]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:05:06.0:   bridge window [mem 0xa0900000-0xa09fffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0: PCI bridge to [bus 05-6a]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0:   bridge window [io  0x3000-0x4fff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0:   bridge window [mem 0xa0900000-0xa8bfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:04:00.0:   bridge window [mem 0xacc00000-0xb4bfffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:01.0: PCI bridge to [bus 04-9a]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:01.0:   bridge window [io  0x3000-0x5fff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:01.0:   bridge window [mem 0xa0900000-0xacbfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:01.0:   bridge window [mem 0xacc00000-0xb8bfffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.0:   bridge window [mem 0xa0700000-0xa07fffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.0:   bridge window [mem 0xa0400000-0xa04fffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.1:   bridge window [mem 0xa0600000-0xa06fffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:1c.2:   bridge window [mem 0xa0500000-0xa05fffff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:00: resource 7 [mem 0x8fa00000-0xfeafffff window]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:04: resource 0 [io  0x3000-0x5fff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:04: resource 1 [mem 0xa0900000-0xacbfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:04: resource 2 [mem 0xacc00000-0xb8bfffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:05: resource 0 [io  0x3000-0x4fff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:05: resource 1 [mem 0xa0900000-0xa8bfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:05: resource 2 [mem 0xacc00000-0xb4bfffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:06: resource 1 [mem 0xa0b00000-0xa0bfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:07: resource 1 [mem 0xa0a00000-0xa0afffff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:08: resource 0 [io  0x3000-0x3fff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:08: resource 1 [mem 0xa0c00000-0xa4bfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:08: resource 2 [mem 0xacc00000-0xb0bfffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:39: resource 0 [io  0x4000-0x4fff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:39: resource 1 [mem 0xa4c00000-0xa8bfffff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:39: resource 2 [mem 0xb0c00000-0xb4bfffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:6a: resource 1 [mem 0xa0900000-0xa09fffff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:01: resource 1 [mem 0xa0700000-0xa07fffff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:01: resource 2 [mem 0xa0400000-0xa04fffff 64bit pref]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:02: resource 1 [mem 0xa0600000-0xa06fffff]
Jul 25 21:14:51 thomas-macbook kernel: pci_bus 0000:03: resource 1 [mem 0xa0500000-0xa05fffff]
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:14.0: enabling device (0000 -> 0002)
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:14.0: can't derive routing for PCI INT A
Jul 25 21:14:51 thomas-macbook kernel: pci 0000:00:14.0: PCI INT A: no GSI
Jul 25 21:14:51 thomas-macbook kernel: PCI: CLS 256 bytes, default 64
Jul 25 21:14:51 thomas-macbook kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jul 25 21:14:51 thomas-macbook kernel: software IO TLB: mapped [mem 0x000000007b4a1000-0x000000007f4a1000] (64MB)
Jul 25 21:14:51 thomas-macbook kernel: Trying to unpack rootfs image as initramfs...
Jul 25 21:14:51 thomas-macbook kernel: Initialise system trusted keyrings
Jul 25 21:14:51 thomas-macbook kernel: Key type blacklist registered
Jul 25 21:14:51 thomas-macbook kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
Jul 25 21:14:51 thomas-macbook kernel: zbud: loaded
Jul 25 21:14:51 thomas-macbook kernel: fuse: init (API version 7.40)
Jul 25 21:14:51 thomas-macbook kernel: integrity: Platform Keyring initialized
Jul 25 21:14:51 thomas-macbook kernel: integrity: Machine keyring initialized
Jul 25 21:14:51 thomas-macbook kernel: Key type asymmetric registered
Jul 25 21:14:51 thomas-macbook kernel: Asymmetric key parser 'x509' registered
Jul 25 21:14:51 thomas-macbook kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Jul 25 21:14:51 thomas-macbook kernel: io scheduler mq-deadline registered
Jul 25 21:14:51 thomas-macbook kernel: io scheduler kyber registered
Jul 25 21:14:51 thomas-macbook kernel: io scheduler bfq registered
Jul 25 21:14:51 thomas-macbook kernel: pcieport 0000:05:03.0: enabling device (0000 -> 0002)
Jul 25 21:14:51 thomas-macbook kernel: pcieport 0000:05:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
Jul 25 21:14:51 thomas-macbook kernel: pcieport 0000:05:04.0: enabling device (0000 -> 0003)
Jul 25 21:14:51 thomas-macbook kernel: pcieport 0000:05:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
Jul 25 21:14:51 thomas-macbook kernel: pcieport 0000:05:05.0: enabling device (0000 -> 0003)
Jul 25 21:14:51 thomas-macbook kernel: pcieport 0000:05:05.0: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
Jul 25 21:14:51 thomas-macbook kernel: pcieport 0000:05:06.0: enabling device (0000 -> 0002)
Jul 25 21:14:51 thomas-macbook kernel: pcieport 0000:05:06.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+ (with Cmd Compl erratum)
Jul 25 21:14:51 thomas-macbook kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jul 25 21:14:51 thomas-macbook kernel: ACPI: AC: AC Adapter [ADP1] (off-line)
Jul 25 21:14:51 thomas-macbook kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Jul 25 21:14:51 thomas-macbook kernel: ACPI: button: Lid Switch [LID0]
Jul 25 21:14:51 thomas-macbook kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jul 25 21:14:51 thomas-macbook kernel: ACPI: button: Power Button [PWRB]
Jul 25 21:14:51 thomas-macbook kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Jul 25 21:14:51 thomas-macbook kernel: ACPI: button: Sleep Button [SLPB]
Jul 25 21:14:51 thomas-macbook kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jul 25 21:14:51 thomas-macbook kernel: ACPI: button: Power Button [PWRF]
Jul 25 21:14:51 thomas-macbook kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jul 25 21:14:51 thomas-macbook kernel: Non-volatile memory driver v1.3
Jul 25 21:14:51 thomas-macbook kernel: Linux agpgart interface v0.103
Jul 25 21:14:51 thomas-macbook kernel: ACPI: bus type drm_connector registered
Jul 25 21:14:51 thomas-macbook kernel: ahci 0000:00:1f.2: version 3.0
Jul 25 21:14:51 thomas-macbook kernel: ahci 0000:00:1f.2: AHCI vers 0001.0300, 32 command slots, 6 Gbps, SATA mode
Jul 25 21:14:51 thomas-macbook kernel: ahci 0000:00:1f.2: 2/6 ports implemented (port mask 0x3)
Jul 25 21:14:51 thomas-macbook kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
Jul 25 21:14:51 thomas-macbook kernel: scsi host0: ahci
Jul 25 21:14:51 thomas-macbook kernel: scsi host1: ahci
Jul 25 21:14:51 thomas-macbook kernel: scsi host2: ahci
Jul 25 21:14:51 thomas-macbook kernel: scsi host3: ahci
Jul 25 21:14:51 thomas-macbook kernel: scsi host4: ahci
Jul 25 21:14:51 thomas-macbook kernel: scsi host5: ahci
Jul 25 21:14:51 thomas-macbook kernel: ata1: SATA max UDMA/133 abar m2048@0xa0816000 port 0xa0816100 irq 26 lpm-pol 3
Jul 25 21:14:51 thomas-macbook kernel: ata2: SATA max UDMA/133 abar m2048@0xa0816000 port 0xa0816180 irq 26 lpm-pol 3
Jul 25 21:14:51 thomas-macbook kernel: ata3: DUMMY
Jul 25 21:14:51 thomas-macbook kernel: ata4: DUMMY
Jul 25 21:14:51 thomas-macbook kernel: ata5: DUMMY
Jul 25 21:14:51 thomas-macbook kernel: ata6: DUMMY
Jul 25 21:14:51 thomas-macbook kernel: usbcore: registered new interface driver usbserial_generic
Jul 25 21:14:51 thomas-macbook kernel: usbserial: USB Serial support registered for generic
Jul 25 21:14:51 thomas-macbook kernel: rtc_cmos 00:02: RTC can wake from S4
Jul 25 21:14:51 thomas-macbook kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Jul 25 21:14:51 thomas-macbook kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Jul 25 21:14:51 thomas-macbook kernel: ehci-pci 0000:00:1a.0: debug port 2
Jul 25 21:14:51 thomas-macbook kernel: rtc_cmos 00:02: registered as rtc0
Jul 25 21:14:51 thomas-macbook kernel: rtc_cmos 00:02: setting system clock to 2024-07-25T20:14:41 UTC (1721938481)
Jul 25 21:14:51 thomas-macbook kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
Jul 25 21:14:51 thomas-macbook kernel: ehci-pci 0000:00:1a.0: irq 23, io mem 0xa0816c00
Jul 25 21:14:51 thomas-macbook kernel: intel_pstate: Intel P-state driver initializing
Jul 25 21:14:51 thomas-macbook kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 25 21:14:51 thomas-macbook kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Jul 25 21:14:51 thomas-macbook kernel: Console: switching to colour frame buffer device 160x50
Jul 25 21:14:51 thomas-macbook kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jul 25 21:14:51 thomas-macbook kernel: hid: raw HID events driver (C) Jiri Kosina
Jul 25 21:14:51 thomas-macbook kernel: drop_monitor: Initializing network drop monitor service
Jul 25 21:14:51 thomas-macbook kernel: NET: Registered PF_INET6 protocol family
Jul 25 21:14:51 thomas-macbook kernel: Freeing initrd memory: 19708K
Jul 25 21:14:51 thomas-macbook kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Jul 25 21:14:51 thomas-macbook kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
Jul 25 21:14:51 thomas-macbook kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 25 21:14:51 thomas-macbook kernel: usb usb1: Product: EHCI Host Controller
Jul 25 21:14:51 thomas-macbook kernel: usb usb1: Manufacturer: Linux 6.10.0-arch1-2 ehci_hcd
Jul 25 21:14:51 thomas-macbook kernel: usb usb1: SerialNumber: 0000:00:1a.0
Jul 25 21:14:51 thomas-macbook kernel: hub 1-0:1.0: USB hub found
Jul 25 21:14:51 thomas-macbook kernel: hub 1-0:1.0: 2 ports detected
Jul 25 21:14:51 thomas-macbook kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Jul 25 21:14:51 thomas-macbook kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Jul 25 21:14:51 thomas-macbook kernel: ehci-pci 0000:00:1d.0: debug port 2
Jul 25 21:14:51 thomas-macbook kernel: ehci-pci 0000:00:1d.0: irq 22, io mem 0xa0816800
Jul 25 21:14:51 thomas-macbook kernel: Segment Routing with IPv6
Jul 25 21:14:51 thomas-macbook kernel: RPL Segment Routing with IPv6
Jul 25 21:14:51 thomas-macbook kernel: In-situ OAM (IOAM) with IPv6
Jul 25 21:14:51 thomas-macbook kernel: NET: Registered PF_PACKET protocol family
Jul 25 21:14:51 thomas-macbook kernel: microcode: Current revision: 0x00000021
Jul 25 21:14:51 thomas-macbook kernel: IPI shorthand broadcast: enabled
Jul 25 21:14:51 thomas-macbook kernel: sched_clock: Marking stable (294155358, 328990)->(301832521, -7348173)
Jul 25 21:14:51 thomas-macbook kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Jul 25 21:14:51 thomas-macbook kernel: registered taskstats version 1
Jul 25 21:14:51 thomas-macbook kernel: Loading compiled-in X.509 certificates
Jul 25 21:14:51 thomas-macbook kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 4be1f20f0791feae47ce4c2507da83ec4b4098a6'
Jul 25 21:14:51 thomas-macbook kernel: Demotion targets for Node 0: null
Jul 25 21:14:51 thomas-macbook kernel: Key type .fscrypt registered
Jul 25 21:14:51 thomas-macbook kernel: Key type fscrypt-provisioning registered
Jul 25 21:14:51 thomas-macbook kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Jul 25 21:14:51 thomas-macbook kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
Jul 25 21:14:51 thomas-macbook kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 25 21:14:51 thomas-macbook kernel: usb usb2: Product: EHCI Host Controller
Jul 25 21:14:51 thomas-macbook kernel: usb usb2: Manufacturer: Linux 6.10.0-arch1-2 ehci_hcd
Jul 25 21:14:51 thomas-macbook kernel: usb usb2: SerialNumber: 0000:00:1d.0
Jul 25 21:14:51 thomas-macbook kernel: hub 2-0:1.0: USB hub found
Jul 25 21:14:51 thomas-macbook kernel: hub 2-0:1.0: 2 ports detected
Jul 25 21:14:51 thomas-macbook kernel: PM:   Magic number: 0:177:246
Jul 25 21:14:51 thomas-macbook kernel: RAS: Correctable Errors collector initialized.
Jul 25 21:14:51 thomas-macbook kernel: clk: Disabling unused clocks
Jul 25 21:14:51 thomas-macbook kernel: PM: genpd: Disabling unused power domains
Jul 25 21:14:51 thomas-macbook kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Jul 25 21:14:51 thomas-macbook kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jul 25 21:14:51 thomas-macbook kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jul 25 21:14:51 thomas-macbook kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Jul 25 21:14:51 thomas-macbook kernel: ata1.00: supports DRM functions and may not be fully accessible
Jul 25 21:14:51 thomas-macbook kernel: ata1.00: ATA-10: CT1000MX500SSD1, M3CR043, max UDMA/133
Jul 25 21:14:51 thomas-macbook kernel: ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Jul 25 21:14:51 thomas-macbook kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Jul 25 21:14:51 thomas-macbook kernel: ata2.00: ATAPI: MATSHITADVD-R   UJ-8A8, HB14, max UDMA/100
Jul 25 21:14:51 thomas-macbook kernel: ata1.00: Features: Trust Dev-Sleep
Jul 25 21:14:51 thomas-macbook kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Jul 25 21:14:51 thomas-macbook kernel: ata1.00: supports DRM functions and may not be fully accessible
Jul 25 21:14:51 thomas-macbook kernel: ata1.00: configured for UDMA/133
Jul 25 21:14:51 thomas-macbook kernel: ata2.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Jul 25 21:14:51 thomas-macbook kernel: ata2.00: configured for UDMA/100
Jul 25 21:14:51 thomas-macbook kernel: scsi 0:0:0:0: Direct-Access     ATA      CT1000MX500SSD1  043  PQ: 0 ANSI: 5
Jul 25 21:14:51 thomas-macbook kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Jul 25 21:14:51 thomas-macbook kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Jul 25 21:14:51 thomas-macbook kernel: sd 0:0:0:0: [sda] Write Protect is off
Jul 25 21:14:51 thomas-macbook kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jul 25 21:14:51 thomas-macbook kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 25 21:14:51 thomas-macbook kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Jul 25 21:14:51 thomas-macbook kernel:  sda: sda1 sda2
Jul 25 21:14:51 thomas-macbook kernel: sd 0:0:0:0: [sda] supports TCG Opal
Jul 25 21:14:51 thomas-macbook kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jul 25 21:14:51 thomas-macbook kernel: scsi 1:0:0:0: CD-ROM            MATSHITA DVD-R   UJ-8A8   HB14 PQ: 0 ANSI: 5
Jul 25 21:14:51 thomas-macbook kernel: Freeing unused decrypted memory: 2028K
Jul 25 21:14:51 thomas-macbook kernel: Freeing unused kernel image (initmem) memory: 3432K
Jul 25 21:14:51 thomas-macbook kernel: Write protecting the kernel read-only data: 32768k
Jul 25 21:14:51 thomas-macbook kernel: Freeing unused kernel image (rodata/data gap) memory: 900K
Jul 25 21:14:51 thomas-macbook kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 25 21:14:51 thomas-macbook kernel: rodata_test: all tests were successful
Jul 25 21:14:51 thomas-macbook kernel: x86/mm: Checking user space page tables
Jul 25 21:14:51 thomas-macbook kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Jul 25 21:14:51 thomas-macbook kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 25 21:14:51 thomas-macbook kernel: hub 1-1:1.0: USB hub found
Jul 25 21:14:51 thomas-macbook kernel: hub 1-1:1.0: 6 ports detected
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 25 21:14:51 thomas-macbook kernel: hub 2-1:1.0: USB hub found
Jul 25 21:14:51 thomas-macbook kernel: hub 2-1:1.0: 8 ports detected
Jul 25 21:14:51 thomas-macbook kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 25 21:14:51 thomas-macbook kernel: Run /init as init process
Jul 25 21:14:51 thomas-macbook kernel:   with arguments:
Jul 25 21:14:51 thomas-macbook kernel:     /init
Jul 25 21:14:51 thomas-macbook kernel:   with environment:
Jul 25 21:14:51 thomas-macbook kernel:     HOME=/
Jul 25 21:14:51 thomas-macbook kernel:     TERM=linux
Jul 25 21:14:51 thomas-macbook kernel:     cryptdevice=UUID=74dcd207-3f8f-408a-a016-ab202073cb33:root
Jul 25 21:14:51 thomas-macbook kernel: usb 1-1.1: new high-speed USB device number 3 using ehci-pci
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8: new high-speed USB device number 3 using ehci-pci
Jul 25 21:14:51 thomas-macbook kernel: usb 1-1.1: New USB device found, idVendor=05ac, idProduct=8509, bcdDevice= 5.16
Jul 25 21:14:51 thomas-macbook kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 25 21:14:51 thomas-macbook kernel: usb 1-1.1: Product: FaceTime HD Camera (Built-in)
Jul 25 21:14:51 thomas-macbook kernel: usb 1-1.1: Manufacturer: Apple Inc.
Jul 25 21:14:51 thomas-macbook kernel: usb 1-1.1: SerialNumber: CC2D49045VDG6LL0
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8: New USB device found, idVendor=0424, idProduct=2513, bcdDevice= b.b3
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 25 21:14:51 thomas-macbook kernel: hub 2-1.8:1.0: USB hub found
Jul 25 21:14:51 thomas-macbook kernel: hub 2-1.8:1.0: 3 ports detected
Jul 25 21:14:51 thomas-macbook kernel: tsc: Refined TSC clocksource calibration: 2893.426 MHz
Jul 25 21:14:51 thomas-macbook kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x29b500ca33a, max_idle_ns: 440795203665 ns
Jul 25 21:14:51 thomas-macbook kernel: clocksource: Switched to clocksource tsc
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1: new full-speed USB device number 4 using ehci-pci
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1: Product: BRCM20702 Hub
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1: Manufacturer: Apple Inc.
Jul 25 21:14:51 thomas-macbook kernel: hub 2-1.8.1:1.0: USB hub found
Jul 25 21:14:51 thomas-macbook kernel: hub 2-1.8.1:1.0: 3 ports detected
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.2: new low-speed USB device number 5 using ehci-pci
Jul 25 21:14:51 thomas-macbook kernel: xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
Jul 25 21:14:51 thomas-macbook kernel: xhci_hcd 0000:00:14.0: PCI INT A: no GSI
Jul 25 21:14:51 thomas-macbook kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 25 21:14:51 thomas-macbook kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Jul 25 21:14:51 thomas-macbook kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x000000000000b930
Jul 25 21:14:51 thomas-macbook kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jul 25 21:14:51 thomas-macbook kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Jul 25 21:14:51 thomas-macbook kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jul 25 21:14:51 thomas-macbook kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.10
Jul 25 21:14:51 thomas-macbook kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 25 21:14:51 thomas-macbook kernel: usb usb3: Product: xHCI Host Controller
Jul 25 21:14:51 thomas-macbook kernel: usb usb3: Manufacturer: Linux 6.10.0-arch1-2 xhci-hcd
Jul 25 21:14:51 thomas-macbook kernel: usb usb3: SerialNumber: 0000:00:14.0
Jul 25 21:14:51 thomas-macbook kernel: hub 3-0:1.0: USB hub found
Jul 25 21:14:51 thomas-macbook kernel: hub 3-0:1.0: 4 ports detected
Jul 25 21:14:51 thomas-macbook kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.10
Jul 25 21:14:51 thomas-macbook kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 25 21:14:51 thomas-macbook kernel: usb usb4: Product: xHCI Host Controller
Jul 25 21:14:51 thomas-macbook kernel: usb usb4: Manufacturer: Linux 6.10.0-arch1-2 xhci-hcd
Jul 25 21:14:51 thomas-macbook kernel: usb usb4: SerialNumber: 0000:00:14.0
Jul 25 21:14:51 thomas-macbook kernel: hub 4-0:1.0: USB hub found
Jul 25 21:14:51 thomas-macbook kernel: hub 4-0:1.0: 4 ports detected
Jul 25 21:14:51 thomas-macbook kernel: sdhci: Secure Digital Host Controller Interface driver
Jul 25 21:14:51 thomas-macbook kernel: sdhci: Copyright(c) Pierre Ossman
Jul 25 21:14:51 thomas-macbook kernel: cryptd: max_cpu_qlen set to 1000
Jul 25 21:14:51 thomas-macbook kernel: sdhci-pci 0000:01:00.1: SDHCI controller found [14e4:16bc] (rev 10)
Jul 25 21:14:51 thomas-macbook kernel: mmc0: SDHCI controller on PCI [0000:01:00.1] using ADMA 64-bit
Jul 25 21:14:51 thomas-macbook kernel: AVX version of gcm_enc/dec engaged.
Jul 25 21:14:51 thomas-macbook kernel: AES CTR mode by8 optimization enabled
Jul 25 21:14:51 thomas-macbook kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
Jul 25 21:14:51 thomas-macbook kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.2: New USB device found, idVendor=05ac, idProduct=8242, bcdDevice= 0.16
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.2: Product: IR Receiver
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.2: Manufacturer: Apple Computer, Inc.
Jul 25 21:14:51 thomas-macbook kernel: firewire_ohci 0000:03:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x0, physUB
Jul 25 21:14:51 thomas-macbook kernel: usbcore: registered new interface driver usbhid
Jul 25 21:14:51 thomas-macbook kernel: usbhid: USB HID core driver
Jul 25 21:14:51 thomas-macbook kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
Jul 25 21:14:51 thomas-macbook kernel: input: Apple Computer, Inc. IR Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.2/2-1.8.2:1.0/0003:05AC:8242.0001/input/input4
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.3: new full-speed USB device number 6 using ehci-pci
Jul 25 21:14:51 thomas-macbook kernel: appleir 0003:05AC:8242.0001: input,hiddev96,hidraw0: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.0-1.8.2/input0
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.3: New USB device found, idVendor=05ac, idProduct=0253, bcdDevice= 2.19
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.3: Product: Apple Internal Keyboard / Trackpad
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.3: Manufacturer: Apple Inc.
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1.1: new full-speed USB device number 7 using ehci-pci
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1.1: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 25 21:14:51 thomas-macbook kernel: input: HID 05ac:820a as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.1/2-1.8.1.1/2-1.8.1.1:1.0/0003:05AC:820A.0004/input/input5
Jul 25 21:14:51 thomas-macbook kernel: hid-generic 0003:05AC:820A.0004: input,hidraw1: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1d.0-1.8.1.1/input0
Jul 25 21:14:51 thomas-macbook kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.3/2-1.8.3:1.0/0003:05AC:0253.0002/input/input6
Jul 25 21:14:51 thomas-macbook kernel: Console: switching to colour dummy device 80x25
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1.2: new full-speed USB device number 8 using ehci-pci
Jul 25 21:14:51 thomas-macbook kernel: apple 0003:05AC:0253.0002: input,hidraw2: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-1.8.3/input0
Jul 25 21:14:51 thomas-macbook kernel: apple 0003:05AC:0253.0003: hidraw3: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-1.8.3/input1
Jul 25 21:14:51 thomas-macbook kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jul 25 21:14:51 thomas-macbook kernel: firewire_core 0000:03:00.0: created device fw0: GUID 44fb42fffe4a7392, S800
Jul 25 21:14:51 thomas-macbook kernel: firewire_core 0000:03:00.0: phy config: new root=ffc0, gap_count=63
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1.2: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jul 25 21:14:51 thomas-macbook kernel: input: HID 05ac:820b as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.1/2-1.8.1.2/2-1.8.1.2:1.0/0003:05AC:820B.0005/input/input7
Jul 25 21:14:51 thomas-macbook kernel: hid-generic 0003:05AC:820B.0005: input,hidraw4: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1d.0-1.8.1.2/input0
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1.3: new full-speed USB device number 9 using ehci-pci
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1.3: New USB device found, idVendor=05ac, idProduct=821d, bcdDevice= 1.56
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1.3: Product: Bluetooth USB Host Controller
Jul 25 21:14:51 thomas-macbook kernel: usb 2-1.8.1.3: Manufacturer: Apple Inc.
Jul 25 21:14:51 thomas-macbook kernel: i915 0000:00:02.0: [drm] Skipping intel_backlight registration
Jul 25 21:14:51 thomas-macbook kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
Jul 25 21:14:51 thomas-macbook kernel: ACPI: video: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
Jul 25 21:14:51 thomas-macbook kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
Jul 25 21:14:51 thomas-macbook kernel: acpi device:0d: registered as cooling_device4
Jul 25 21:14:51 thomas-macbook kernel: fbcon: i915drmfb (fb0) is primary device
Jul 25 21:14:51 thomas-macbook kernel: Console: switching to colour frame buffer device 160x50
Jul 25 21:14:51 thomas-macbook kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jul 25 21:14:51 thomas-macbook kernel: device-mapper: uevent: version 1.0.3
Jul 25 21:14:51 thomas-macbook kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Jul 25 21:14:51 thomas-macbook kernel: Key type encrypted registered
Jul 25 21:14:51 thomas-macbook kernel: EXT4-fs (dm-0): mounted filesystem 1be35e04-5888-4244-8399-1100b1f3775f r/w with ordered data mode. Quota mode: none.
Jul 25 21:14:51 thomas-macbook systemd[1]: systemd 256.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Jul 25 21:14:51 thomas-macbook systemd[1]: Detected architecture x86-64.
Jul 25 21:14:51 thomas-macbook systemd[1]: Hostname set to <thomas-macbook>.
Jul 25 21:14:51 thomas-macbook systemd[1]: bpf-restrict-fs: LSM BPF program attached
Jul 25 21:14:51 thomas-macbook kernel: zram: Added device: zram0
Jul 25 21:14:51 thomas-macbook systemd[1]: Queued start job for default target Graphical Interface.
Jul 25 21:14:51 thomas-macbook systemd[1]: Created slice Slice /system/dirmngr.
Jul 25 21:14:51 thomas-macbook systemd[1]: Created slice Slice /system/getty.
Jul 25 21:14:51 thomas-macbook systemd[1]: Created slice Slice /system/gpg-agent.
Jul 25 21:14:51 thomas-macbook systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jul 25 21:14:51 thomas-macbook systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jul 25 21:14:51 thomas-macbook systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jul 25 21:14:51 thomas-macbook systemd[1]: Created slice Slice /system/keyboxd.
Jul 25 21:14:51 thomas-macbook systemd[1]: Created slice Slice /system/modprobe.
Jul 25 21:14:51 thomas-macbook systemd[1]: Created slice Slice /system/systemd-zram-setup.
Jul 25 21:14:51 thomas-macbook systemd[1]: Created slice User and Session Slice.
Jul 25 21:14:51 thomas-macbook systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jul 25 21:14:51 thomas-macbook systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jul 25 21:14:51 thomas-macbook systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jul 25 21:14:51 thomas-macbook systemd[1]: Expecting device /dev/disk/by-uuid/19F3-3D1E...
Jul 25 21:14:51 thomas-macbook systemd[1]: Expecting device /dev/zram0...
Jul 25 21:14:51 thomas-macbook systemd[1]: Reached target Local Encrypted Volumes.
Jul 25 21:14:51 thomas-macbook systemd[1]: Reached target Login Prompts.
Jul 25 21:14:51 thomas-macbook systemd[1]: Reached target Local Integrity Protected Volumes.
Jul 25 21:14:51 thomas-macbook systemd[1]: Reached target Path Units.
Jul 25 21:14:51 thomas-macbook systemd[1]: Reached target Remote File Systems.
Jul 25 21:14:51 thomas-macbook systemd[1]: Reached target Slice Units.
Jul 25 21:14:51 thomas-macbook systemd[1]: Reached target Local Verity Protected Volumes.
Jul 25 21:14:51 thomas-macbook systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jul 25 21:14:51 thomas-macbook systemd[1]: Listening on Process Core Dump Socket.
Jul 25 21:14:51 thomas-macbook systemd[1]: Listening on Credential Encryption/Decryption.
Jul 25 21:14:51 thomas-macbook systemd[1]: Listening on Journal Socket (/dev/log).
Jul 25 21:14:51 thomas-macbook systemd[1]: Listening on Journal Sockets.
Jul 25 21:14:51 thomas-macbook systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 25 21:14:51 thomas-macbook systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 25 21:14:51 thomas-macbook systemd[1]: Listening on udev Control Socket.
Jul 25 21:14:51 thomas-macbook systemd[1]: Listening on udev Kernel Socket.
Jul 25 21:14:51 thomas-macbook systemd[1]: Listening on User Database Manager Socket.
Jul 25 21:14:51 thomas-macbook systemd[1]: Mounting Huge Pages File System...
Jul 25 21:14:51 thomas-macbook systemd[1]: Mounting POSIX Message Queue File System...
Jul 25 21:14:51 thomas-macbook systemd[1]: Mounting Kernel Debug File System...
Jul 25 21:14:51 thomas-macbook systemd[1]: Mounting Kernel Trace File System...
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Create List of Static Device Nodes...
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Load Kernel Module configfs...
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Load Kernel Module dm_mod...
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Load Kernel Module drm...
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Load Kernel Module fuse...
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Load Kernel Module loop...
Jul 25 21:14:51 thomas-macbook systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jul 25 21:14:51 thomas-macbook systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Journal Service...
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Load Kernel Modules...
Jul 25 21:14:51 thomas-macbook systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Remount Root and Kernel File Systems...
Jul 25 21:14:51 thomas-macbook systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 25 21:14:51 thomas-macbook kernel: loop: module loaded
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Load udev Rules from Credentials...
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Coldplug All udev Devices...
Jul 25 21:14:51 thomas-macbook systemd-journald[384]: Collecting audit messages is disabled.
Jul 25 21:14:51 thomas-macbook systemd[1]: Mounted Huge Pages File System.
Jul 25 21:14:51 thomas-macbook systemd[1]: Mounted POSIX Message Queue File System.
Jul 25 21:14:51 thomas-macbook systemd[1]: Mounted Kernel Debug File System.
Jul 25 21:14:51 thomas-macbook systemd[1]: Mounted Kernel Trace File System.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Create List of Static Device Nodes.
Jul 25 21:14:51 thomas-macbook kernel: vboxdrv: loading out-of-tree module taints kernel.
Jul 25 21:14:51 thomas-macbook kernel: EXT4-fs (dm-0): re-mounted 1be35e04-5888-4244-8399-1100b1f3775f r/w. Quota mode: none.
Jul 25 21:14:51 thomas-macbook kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Jul 25 21:14:51 thomas-macbook systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Load Kernel Module configfs.
Jul 25 21:14:51 thomas-macbook systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Load Kernel Module dm_mod.
Jul 25 21:14:51 thomas-macbook systemd[1]: modprobe@drm.service: Deactivated successfully.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Load Kernel Module drm.
Jul 25 21:14:51 thomas-macbook systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Load Kernel Module fuse.
Jul 25 21:14:51 thomas-macbook systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Load Kernel Module loop.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Remount Root and Kernel File Systems.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Load udev Rules from Credentials.
Jul 25 21:14:51 thomas-macbook systemd[1]: Mounting FUSE Control File System...
Jul 25 21:14:51 thomas-macbook systemd[1]: Mounting Kernel Configuration File System...
Jul 25 21:14:51 thomas-macbook systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Load/Save OS Random Seed...
Jul 25 21:14:51 thomas-macbook systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 25 21:14:51 thomas-macbook kernel: vboxdrv: Found 4 processor cores/threads
Jul 25 21:14:51 thomas-macbook kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2893426145 Hz
Jul 25 21:14:51 thomas-macbook kernel: vboxdrv: Successfully loaded version 7.0.20 r163906 (interface 0x00330004)
Jul 25 21:14:51 thomas-macbook kernel: VBoxNetAdp: Successfully started.
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jul 25 21:14:51 thomas-macbook systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 25 21:14:51 thomas-macbook systemd[1]: Mounted FUSE Control File System.
Jul 25 21:14:51 thomas-macbook systemd[1]: Mounted Kernel Configuration File System.
Jul 25 21:14:51 thomas-macbook kernel: VBoxNetFlt: Successfully started.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Load Kernel Modules.
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Apply Kernel Variables...
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Load/Save OS Random Seed.
Jul 25 21:14:51 thomas-macbook systemd-journald[384]: Journal started
Jul 25 21:14:51 thomas-macbook systemd-journald[384]: Runtime Journal (/run/log/journal/cecab4d46c294d4d91e7e6dd1c530678) is 8M, max 392.4M, 384.4M free.
Jul 25 21:14:51 thomas-macbook systemd-modules-load[385]: Inserted module 'crypto_user'
Jul 25 21:14:51 thomas-macbook systemd[1]: Started Journal Service.
Jul 25 21:14:51 thomas-macbook systemd-modules-load[385]: Inserted module 'vboxdrv'
Jul 25 21:14:51 thomas-macbook systemd-modules-load[385]: Inserted module 'vboxnetadp'
Jul 25 21:14:51 thomas-macbook systemd-modules-load[385]: Inserted module 'vboxnetflt'
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting User Database Manager...
Jul 25 21:14:51 thomas-macbook systemd-journald[384]: Time spent on flushing to /var/log/journal/cecab4d46c294d4d91e7e6dd1c530678 is 68.067ms for 1052 entries.
Jul 25 21:14:51 thomas-macbook systemd-journald[384]: System Journal (/var/log/journal/cecab4d46c294d4d91e7e6dd1c530678) is 458.8M, max 4G, 3.5G free.
Jul 25 21:14:51 thomas-macbook systemd-journald[384]: Received client request to flush runtime journal.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Apply Kernel Variables.
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting CLI Netfilter Manager...
Jul 25 21:14:51 thomas-macbook systemd[1]: Started User Database Manager.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Coldplug All udev Devices.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Create System Users...
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Create System Users.
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Create Static Device Nodes in /dev...
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Flush Journal to Persistent Storage.
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Create Static Device Nodes in /dev.
Jul 25 21:14:51 thomas-macbook systemd[1]: Reached target Preparation for Local File Systems.
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished CLI Netfilter Manager.
Jul 25 21:14:51 thomas-macbook systemd-udevd[491]: Using default interface naming scheme 'v255'.
Jul 25 21:14:51 thomas-macbook systemd[1]: Started Rule-based Manager for Device Events and Files.
Jul 25 21:14:51 thomas-macbook systemd[1]: Found device /dev/zram0.
Jul 25 21:14:51 thomas-macbook systemd[1]: Starting Create swap on /dev/zram0...
Jul 25 21:14:51 thomas-macbook kernel: zram0: detected capacity change from 0 to 16074752
Jul 25 21:14:51 thomas-macbook systemd-makefs[525]: /dev/zram0 successfully formatted as swap (label "zram0", uuid d19126b2-5a30-44ed-8486-3cf15264f725)
Jul 25 21:14:51 thomas-macbook systemd[1]: Finished Create swap on /dev/zram0.
Jul 25 21:14:51 thomas-macbook systemd[1]: Activating swap Compressed Swap on /dev/zram0...
Jul 25 21:14:52 thomas-macbook kernel: Adding 8037372k swap on /dev/zram0.  Priority:100 extents:1 across:8037372k SSDsc
Jul 25 21:14:52 thomas-macbook systemd[1]: Found device CT1000MX500SSD1 EFI\x20system\x20partition.
Jul 25 21:14:52 thomas-macbook systemd[1]: Activated swap Compressed Swap on /dev/zram0.
Jul 25 21:14:52 thomas-macbook systemd[1]: Reached target Swaps.
Jul 25 21:14:52 thomas-macbook kernel: apple_gmux: gmux device not present
Jul 25 21:14:52 thomas-macbook kernel: smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Jul 25 21:14:52 thomas-macbook systemd[1]: Created slice Slice /system/systemd-backlight.
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Jul 25 21:14:52 thomas-macbook systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Jul 25 21:14:52 thomas-macbook kernel: usbcore: registered new device driver apple-mfi-fastcharge
Jul 25 21:14:52 thomas-macbook kernel: pps_core: LinuxPPS API ver. 1 registered
Jul 25 21:14:52 thomas-macbook kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jul 25 21:14:52 thomas-macbook kernel: ACPI: bus type thunderbolt registered
Jul 25 21:14:52 thomas-macbook kernel: PTP clock support registered
Jul 25 21:14:52 thomas-macbook kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20240322/utaddress-204)
Jul 25 21:14:52 thomas-macbook kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 25 21:14:52 thomas-macbook kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20240322/utaddress-204)
Jul 25 21:14:52 thomas-macbook kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 25 21:14:52 thomas-macbook kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20240322/utaddress-204)
Jul 25 21:14:52 thomas-macbook kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 25 21:14:52 thomas-macbook kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20240322/utaddress-204)
Jul 25 21:14:52 thomas-macbook kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Jul 25 21:14:52 thomas-macbook kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jul 25 21:14:52 thomas-macbook kernel: input: bcm5974 as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.8/2-1.8.3/2-1.8.3:1.2/input/input9
Jul 25 21:14:52 thomas-macbook kernel: usbcore: registered new interface driver bcm5974
Jul 25 21:14:52 thomas-macbook (udev-worker)[511]: event6: EVDEV_ABS override set but no EV_ABS present on device
Jul 25 21:14:52 thomas-macbook kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jul 25 21:14:52 thomas-macbook kernel: mc: Linux media interface: v0.10
Jul 25 21:14:52 thomas-macbook kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jul 25 21:14:52 thomas-macbook kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jul 25 21:14:52 thomas-macbook kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jul 25 21:14:52 thomas-macbook kernel: cfg80211: failed to load regulatory.db
Jul 25 21:14:52 thomas-macbook kernel: mousedev: PS/2 mouse device common for all mice
Jul 25 21:14:52 thomas-macbook kernel: Bluetooth: Core ver 2.22
Jul 25 21:14:52 thomas-macbook kernel: NET: Registered PF_BLUETOOTH protocol family
Jul 25 21:14:52 thomas-macbook kernel: Bluetooth: HCI device and connection manager initialized
Jul 25 21:14:52 thomas-macbook kernel: Bluetooth: HCI socket layer initialized
Jul 25 21:14:52 thomas-macbook kernel: Bluetooth: L2CAP socket layer initialized
Jul 25 21:14:52 thomas-macbook kernel: Bluetooth: SCO socket layer initialized
Jul 25 21:14:52 thomas-macbook kernel: ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Jul 25 21:14:52 thomas-macbook kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Jul 25 21:14:52 thomas-macbook kernel: Disabling lock debugging due to kernel taint
Jul 25 21:14:52 thomas-macbook kernel: wl: module license taints kernel.
Jul 25 21:14:52 thomas-macbook kernel: input: PC Speaker as /devices/platform/pcspkr/input/input10
Jul 25 21:14:52 thomas-macbook kernel: ------------[ cut here ]------------
Jul 25 21:14:52 thomas-macbook kernel: Unpatched return thunk in use. This should not happen!
Jul 25 21:14:52 thomas-macbook kernel: WARNING: CPU: 3 PID: 506 at arch/x86/kernel/cpu/bugs.c:3023 __warn_thunk+0x2a/0x40
Jul 25 21:14:52 thomas-macbook kernel: Modules linked in: snd_hda_core wl(POE+) btmtk(+) i2c_smbus pcspkr intel_uncore acpi_cpufreq(-) snd_hwdep i2c_mux videodev(+) apple_bl(-) videobuf2_common bluetooth mousedev snd_pcm mc tg3(+) cfg80211 snd_timer libphy lpc_ich bcm5974 snd ptp acpi_als pps_core rfkill industrialio_triggered_buffer apple_mfi_fastcharge mei_me soundcore thunderbolt mei sbs kfifo_buf sbshc industrialio apple_gmux mac_hid ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt ipt_REJECT nf_reject_ipv4 xt_limit xt_addrtype xt_tcpudp xt_conntrack nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 libcrc32c ip6table_filter ip6_tables iptable_filter vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) crypto_user loop nfnetlink zram ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 dm_crypt cbc encrypted_keys trusted asn1_encoder tee dm_mod hid_apple i915 hid_appleir crct10dif_pclmul hid_generic crc32_pclmul usbhid crc32c_intel polyval_clmulni i2c_algo_bit polyval_generic gf128mul ghash_clmulni_intel drm_buddy sha512_ssse3 sha256_ssse3 sha1_ssse3
Jul 25 21:14:52 thomas-macbook kernel:  aesni_intel ttm crypto_simd intel_gtt sdhci_pci cryptd cqhci drm_display_helper firewire_ohci sr_mod sdhci cdrom firewire_core mmc_core crc_itu_t xhci_pci xhci_pci_renesas cec video wmi
Jul 25 21:14:52 thomas-macbook kernel: CPU: 3 PID: 506 Comm: (udev-worker) Tainted: P           OE      6.10.0-arch1-2 #1 ec818e96762f5a8ef3adc527a4740ba5b3ca4df5
Jul 25 21:14:52 thomas-macbook kernel: Hardware name: Apple Inc. MacBookPro9,2/Mac-6F01561E16C75D06, BIOS 426.0.0.0.0 01/18/2022
Jul 25 21:14:52 thomas-macbook kernel: RIP: 0010:__warn_thunk+0x2a/0x40
Jul 25 21:14:52 thomas-macbook kernel: Code: 66 0f 1f 00 0f 1f 44 00 00 80 3d b0 c9 17 02 00 74 05 c3 cc cc cc cc 48 c7 c7 10 18 07 bc c6 05 9b c9 17 02 01 e8 36 1f 06 00 <0f> 0b c3 cc cc cc cc 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
Jul 25 21:14:52 thomas-macbook kernel: RSP: 0018:ffffbd14c03bbb18 EFLAGS: 00010282
Jul 25 21:14:52 thomas-macbook kernel: RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000027
Jul 25 21:14:52 thomas-macbook kernel: RDX: ffff9de7673a19c8 RSI: 0000000000000001 RDI: ffff9de7673a19c0
Jul 25 21:14:52 thomas-macbook kernel: RBP: ffffbd14c03bbb68 R08: 0000000000000000 R09: ffffbd14c03bb998
Jul 25 21:14:52 thomas-macbook kernel: R10: ffffffffbc8b21e8 R11: 0000000000000003 R12: ffffffffc1cf0ac1
Jul 25 21:14:52 thomas-macbook kernel: R13: ffffbd14c03bbbb0 R14: ffff9de644311900 R15: ffff9de606917a38
Jul 25 21:14:52 thomas-macbook kernel: FS:  00007226742ec880(0000) GS:ffff9de767380000(0000) knlGS:0000000000000000
Jul 25 21:14:52 thomas-macbook kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jul 25 21:14:52 thomas-macbook kernel: CR2: 000055eb06cb8010 CR3: 0000000106020003 CR4: 00000000001706f0
Jul 25 21:14:52 thomas-macbook kernel: Call Trace:
Jul 25 21:14:52 thomas-macbook kernel:  <TASK>
Jul 25 21:14:52 thomas-macbook kernel:  ? __warn_thunk+0x2a/0x40
Jul 25 21:14:52 thomas-macbook kernel:  ? __warn.cold+0x8e/0xe8
Jul 25 21:14:52 thomas-macbook kernel:  ? __warn_thunk+0x2a/0x40
Jul 25 21:14:52 thomas-macbook kernel:  ? report_bug+0xff/0x140
Jul 25 21:14:52 thomas-macbook kernel:  ? console_unlock+0x84/0x130
Jul 25 21:14:52 thomas-macbook kernel:  ? handle_bug+0x3c/0x80
Jul 25 21:14:52 thomas-macbook kernel:  ? exc_invalid_op+0x17/0x70
Jul 25 21:14:52 thomas-macbook kernel:  ? asm_exc_invalid_op+0x1a/0x20
Jul 25 21:14:52 thomas-macbook kernel:  ? __warn_thunk+0x2a/0x40
Jul 25 21:14:52 thomas-macbook kernel:  ? __warn_thunk+0x2a/0x40
Jul 25 21:14:52 thomas-macbook kernel:  warn_thunk_thunk+0x1a/0x30
Jul 25 21:14:52 thomas-macbook kernel:  getvar+0x20/0x70 [wl 43ada7d8702f3137d94d3bd91e0266f7fe9292e3]
Jul 25 21:14:52 thomas-macbook kernel:  ? __UNIQUE_ID_vermagic434+0x42eafc02c4b3/0x42eafc02c4b3 [wl 43ada7d8702f3137d94d3bd91e0266f7fe9292e3]
Jul 25 21:14:52 thomas-macbook kernel:  wl_module_init+0x17/0xa0 [wl 43ada7d8702f3137d94d3bd91e0266f7fe9292e3]
Jul 25 21:14:52 thomas-macbook kernel:  ? do_one_initcall+0x5b/0x310
Jul 25 21:14:52 thomas-macbook kernel:  ? do_init_module+0x60/0x220
Jul 25 21:14:52 thomas-macbook kernel:  ? init_module_from_file+0x89/0xe0
Jul 25 21:14:52 thomas-macbook kernel:  ? idempotent_init_module+0x121/0x2b0
Jul 25 21:14:52 thomas-macbook kernel:  ? __x64_sys_finit_module+0x5e/0xb0
Jul 25 21:14:52 thomas-macbook kernel:  ? do_syscall_64+0x82/0x190
Jul 25 21:14:52 thomas-macbook kernel:  ? do_sys_openat2+0x9c/0xe0
Jul 25 21:14:52 thomas-macbook kernel:  ? switch_fpu_return+0x4e/0xd0
Jul 25 21:14:52 thomas-macbook kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Jul 25 21:14:52 thomas-macbook kernel:  ? do_syscall_64+0x8e/0x190
Jul 25 21:14:52 thomas-macbook kernel:  ? do_syscall_64+0x8e/0x190
Jul 25 21:14:52 thomas-macbook kernel:  ? switch_fpu_return+0x4e/0xd0
Jul 25 21:14:52 thomas-macbook kernel:  ? syscall_exit_to_user_mode+0x72/0x200
Jul 25 21:14:52 thomas-macbook kernel:  ? do_syscall_64+0x8e/0x190
Jul 25 21:14:52 thomas-macbook kernel:  ? exc_page_fault+0x81/0x190
Jul 25 21:14:52 thomas-macbook kernel:  ? entry_SYSCALL_64_after_hwframe+0x76/0x7e
Jul 25 21:14:52 thomas-macbook kernel:  </TASK>
Jul 25 21:14:52 thomas-macbook kernel: ---[ end trace 0000000000000000 ]---
Jul 25 21:14:52 thomas-macbook kernel: i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
Jul 25 21:14:52 thomas-macbook kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jul 25 21:14:52 thomas-macbook kernel: i2c i2c-9: Successfully instantiated SPD at 0x50
Jul 25 21:14:52 thomas-macbook kernel: videodev: Linux video capture interface: v2.00
Jul 25 21:14:52 thomas-macbook systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 25 21:14:52 thomas-macbook kernel: tg3 0000:01:00.0 eth0: Tigon3 [partno(BCM957765) rev 57785100] (PCI Express) MAC address 10:dd:b1:cc:28:04
Jul 25 21:14:52 thomas-macbook kernel: tg3 0000:01:00.0 eth0: attached PHY is 57765 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[1])
Jul 25 21:14:52 thomas-macbook kernel: tg3 0000:01:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
Jul 25 21:14:52 thomas-macbook kernel: tg3 0000:01:00.0 eth0: dma_rwctrl[00000001] dma_mask[64-bit]
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Virtual Console Setup...
Jul 25 21:14:52 thomas-macbook kernel: iTCO_vendor_support: vendor-support=0
Jul 25 21:14:52 thomas-macbook systemd[1]: Mounting /boot...
Jul 25 21:14:52 thomas-macbook kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Jul 25 21:14:52 thomas-macbook kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Jul 25 21:14:52 thomas-macbook kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jul 25 21:14:52 thomas-macbook kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Jul 25 21:14:52 thomas-macbook systemd[1]: Mounting Temporary Directory /tmp...
Jul 25 21:14:52 thomas-macbook systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Load/Save RF Kill Switch Status...
Jul 25 21:14:52 thomas-macbook kernel: wlan0: Broadcom BCM4331 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
Jul 25 21:14:52 thomas-macbook kernel: 
Jul 25 21:14:52 thomas-macbook systemd[1]: Mounted Temporary Directory /tmp.
Jul 25 21:14:52 thomas-macbook systemd[1]: Finished Virtual Console Setup.
Jul 25 21:14:52 thomas-macbook kernel: snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
Jul 25 21:14:52 thomas-macbook kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jul 25 21:14:52 thomas-macbook kernel: FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Jul 25 21:14:52 thomas-macbook systemd[1]: Mounted /boot.
Jul 25 21:14:52 thomas-macbook systemd[1]: Reached target Local File Systems.
Jul 25 21:14:52 thomas-macbook systemd[1]: Listening on Boot Entries Service Socket.
Jul 25 21:14:52 thomas-macbook systemd[1]: Listening on System Extension Image Management.
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jul 25 21:14:52 thomas-macbook systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jul 25 21:14:52 thomas-macbook kernel: usbcore: registered new interface driver btusb
Jul 25 21:14:52 thomas-macbook kernel: iTCO_wdt iTCO_wdt.1.auto: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Update Boot Loader Random Seed...
Jul 25 21:14:52 thomas-macbook kernel: wl 0000:02:00.0 wlp2s0: renamed from wlan0
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Automatic Boot Loader Update...
Jul 25 21:14:52 thomas-macbook kernel: tg3 0000:01:00.0 enp1s0f0: renamed from eth0
Jul 25 21:14:52 thomas-macbook kernel: applesmc: key=374 fan=1 temp=22 index=21 acc=1 lux=2 kbd=1
Jul 25 21:14:52 thomas-macbook kernel: input: applesmc as /devices/platform/applesmc.768/input/input11
Jul 25 21:14:52 thomas-macbook kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Jul 25 21:14:52 thomas-macbook kernel: at24 9-0050: supply vcc not found, using dummy regulator
Jul 25 21:14:52 thomas-macbook kernel: at24 9-0050: 256 byte spd EEPROM, read-only
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Create System Files and Directories...
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight...
Jul 25 21:14:52 thomas-macbook kernel: snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4206: line_outs=2 (0xb/0xa/0x0/0x0/0x0) type:speaker
Jul 25 21:14:52 thomas-macbook kernel: snd_hda_codec_cirrus hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jul 25 21:14:52 thomas-macbook kernel: snd_hda_codec_cirrus hdaudioC0D0:    hp_outs=1 (0x9/0x0/0x0/0x0/0x0)
Jul 25 21:14:52 thomas-macbook kernel: snd_hda_codec_cirrus hdaudioC0D0:    mono: mono_out=0x0
Jul 25 21:14:52 thomas-macbook kernel: snd_hda_codec_cirrus hdaudioC0D0:    dig-out=0x10/0x0
Jul 25 21:14:52 thomas-macbook kernel: snd_hda_codec_cirrus hdaudioC0D0:    inputs:
Jul 25 21:14:52 thomas-macbook kernel: snd_hda_codec_cirrus hdaudioC0D0:      Mic=0xd
Jul 25 21:14:52 thomas-macbook systemd[1]: Started Load/Save RF Kill Switch Status.
Jul 25 21:14:52 thomas-macbook kernel: usb 2-1.8.1.1: USB disconnect, device number 7
Jul 25 21:14:52 thomas-macbook kernel: usb 1-1.1: Found UVC 1.00 device FaceTime HD Camera (Built-in) (05ac:8509)
Jul 25 21:14:52 thomas-macbook kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Jul 25 21:14:52 thomas-macbook kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Jul 25 21:14:52 thomas-macbook kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
Jul 25 21:14:52 thomas-macbook kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
Jul 25 21:14:52 thomas-macbook kernel: Bluetooth: hci0: BCM: chip id 63 build 1818
Jul 25 21:14:52 thomas-macbook kernel: Bluetooth: hci0: BCM: product 05ac:821d
Jul 25 21:14:52 thomas-macbook kernel: Bluetooth: hci0: BCM: features 0x07
Jul 25 21:14:52 thomas-macbook kernel: usbcore: registered new interface driver uvcvideo
Jul 25 21:14:52 thomas-macbook kernel: Bluetooth: hci0: Apple Bluetooth Device
Jul 25 21:14:52 thomas-macbook kernel: intel_rapl_common: Found RAPL domain package
Jul 25 21:14:52 thomas-macbook kernel: intel_rapl_common: Found RAPL domain core
Jul 25 21:14:52 thomas-macbook kernel: intel_rapl_common: Found RAPL domain uncore
Jul 25 21:14:52 thomas-macbook bootctl[681]: ! Mount point '/boot' which backs the random seed file is world accessible, which is a security hole! !
Jul 25 21:14:52 thomas-macbook systemd[1]: Reached target Bluetooth Support.
Jul 25 21:14:52 thomas-macbook systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight.
Jul 25 21:14:52 thomas-macbook bootctl[681]: ! Random seed file '/boot/loader/random-seed' is world accessible, which is a security hole! !
Jul 25 21:14:52 thomas-macbook bootctl[681]: Random seed file /boot/loader/random-seed successfully refreshed (32 bytes).
Jul 25 21:14:52 thomas-macbook bootctl[683]: Skipping "/boot/EFI/systemd/systemd-bootx64.efi", same boot loader version in place already.
Jul 25 21:14:52 thomas-macbook bootctl[683]: Skipping "/boot/EFI/BOOT/BOOTX64.EFI", same boot loader version in place already.
Jul 25 21:14:52 thomas-macbook systemd[1]: Finished Update Boot Loader Random Seed.
Jul 25 21:14:52 thomas-macbook bootctl[683]: Skipping "/boot/EFI/BOOT/BOOTX64.EFI", same boot loader version in place already.
Jul 25 21:14:52 thomas-macbook systemd[1]: Finished Automatic Boot Loader Update.
Jul 25 21:14:52 thomas-macbook systemd[1]: Reached target Sound Card.
Jul 25 21:14:52 thomas-macbook systemd[1]: Finished Create System Files and Directories.
Jul 25 21:14:52 thomas-macbook systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 25 21:14:52 thomas-macbook systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Rebuild Journal Catalog...
Jul 25 21:14:52 thomas-macbook systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Network Time Synchronization...
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jul 25 21:14:52 thomas-macbook systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jul 25 21:14:52 thomas-macbook systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jul 25 21:14:52 thomas-macbook systemd[1]: Finished Rebuild Journal Catalog.
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Update is Completed...
Jul 25 21:14:52 thomas-macbook systemd[1]: Finished Update is Completed.
Jul 25 21:14:52 thomas-macbook systemd[1]: Started Network Time Synchronization.
Jul 25 21:14:52 thomas-macbook systemd[1]: Reached target System Initialization.
Jul 25 21:14:52 thomas-macbook systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 25 21:14:52 thomas-macbook systemd[1]: Reached target System Time Set.
Jul 25 21:14:52 thomas-macbook systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jul 25 21:14:52 thomas-macbook systemd[1]: Started Daily man-db regeneration.
Jul 25 21:14:52 thomas-macbook systemd[1]: Started Daily verification of password and group files.
Jul 25 21:14:52 thomas-macbook systemd[1]: Reached target Timer Units.
Jul 25 21:14:52 thomas-macbook systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 25 21:14:52 thomas-macbook systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jul 25 21:14:52 thomas-macbook systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jul 25 21:14:52 thomas-macbook systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jul 25 21:14:52 thomas-macbook systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jul 25 21:14:52 thomas-macbook systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jul 25 21:14:52 thomas-macbook systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jul 25 21:14:52 thomas-macbook systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Jul 25 21:14:52 thomas-macbook systemd[1]: Listening on Hostname Service Socket.
Jul 25 21:14:52 thomas-macbook systemd[1]: Reached target Socket Units.
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting D-Bus System Message Bus...
Jul 25 21:14:52 thomas-macbook systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 25 21:14:52 thomas-macbook systemd[1]: Started D-Bus System Message Bus.
Jul 25 21:14:52 thomas-macbook systemd[1]: Reached target Basic System.
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting Network Manager...
Jul 25 21:14:52 thomas-macbook systemd[1]: Started ACPI event daemon.
Jul 25 21:14:52 thomas-macbook dbus-broker-launch[715]: Ready
Jul 25 21:14:52 thomas-macbook kernel: usb 2-1.8.1.2: USB disconnect, device number 8
Jul 25 21:14:52 thomas-macbook systemd[1]: Starting User Login Management...
Jul 25 21:14:52 thomas-macbook systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jul 25 21:14:53 thomas-macbook systemd-logind[719]: New seat seat0.
Jul 25 21:14:53 thomas-macbook systemd-logind[719]: Watching system buttons on /dev/input/event3 (Power Button)
Jul 25 21:14:53 thomas-macbook systemd-logind[719]: Watching system buttons on /dev/input/event1 (Power Button)
Jul 25 21:14:53 thomas-macbook systemd-logind[719]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jul 25 21:14:53 thomas-macbook systemd-logind[719]: Watching system buttons on /dev/input/event2 (Sleep Button)
Jul 25 21:14:53 thomas-macbook systemd-logind[719]: Watching system buttons on /dev/input/event6 (Apple Inc. Apple Internal Keyboard / Trackpad)
Jul 25 21:14:53 thomas-macbook systemd[1]: Started User Login Management.
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.0561] NetworkManager (version 1.48.4-1) is starting... (boot:a94e69d2-fab7-4082-ae62-d020097a9a20)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.0561] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.0665] manager[0x650865b81990]: monitoring kernel firmware directory '/lib/firmware'.
Jul 25 21:14:53 thomas-macbook systemd[1]: Starting Hostname Service...
Jul 25 21:14:53 thomas-macbook acpid[718]: starting up with netlink and the input layer
Jul 25 21:14:53 thomas-macbook acpid[718]: 1 rule loaded
Jul 25 21:14:53 thomas-macbook acpid[718]: waiting for events: event logging is off
Jul 25 21:14:53 thomas-macbook systemd[1]: Started Hostname Service.
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.1341] hostname: hostname: using hostnamed
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.1342] hostname: static hostname changed from (none) to "thomas-macbook"
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.1348] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.1362] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/ieee80211/phy0/rfkill0) (driver wl)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.1365] manager[0x650865b81990]: rfkill: Wi-Fi hardware radio set enabled
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.1365] manager[0x650865b81990]: rfkill: WWAN hardware radio set enabled
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.1552] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-wwan.so)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.1575] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-wifi.so)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.1586] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-bluetooth.so)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2009] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-team.so)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2026] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-ovs.so)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2035] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-adsl.so)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2038] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2038] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2039] manager: Networking is enabled by state file
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2052] settings: Loaded settings plugin: keyfile (internal)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2086] dhcp: init: Using DHCP client 'internal'
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2089] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2100] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jul 25 21:14:53 thomas-macbook systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2110] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2119] device (lo): Activation: starting connection 'lo' (c7bb5f93-ad0d-4348-a0f4-9af8ae31e0cb)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2129] manager: (enp1s0f0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2142] settings: (enp1s0f0): created default wired connection 'Wired connection 1'
Jul 25 21:14:53 thomas-macbook NetworkManager[717]: <info>  [1721938493.2142] device (enp1s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.2460] manager: (wlp2s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.2463] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 25 21:14:54 thomas-macbook kernel: clocksource: Long readout interval, skipping watchdog check: cs_nsec: 1396653639 wd_nsec: 1396652884
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <warn>  [1721938494.2818] platform-linux: do-change-link[3]: failure 23 (Too many open files in system) (assume success changing address)
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.2820] device (wlp2s0): set-hw-addr: set MAC address to F6:3E:D3:36:1C:43 (scanning)
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.2831] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jul 25 21:14:54 thomas-macbook systemd[1]: Started Network Manager.
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.2855] ovsdb: disconnected from ovsdb
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.2856] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.2859] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.2861] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.2868] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jul 25 21:14:54 thomas-macbook systemd[1]: Starting WPA supplicant...
Jul 25 21:14:54 thomas-macbook systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.3021] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.3023] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.3028] device (lo): Activation: successful, device activated.
Jul 25 21:14:54 thomas-macbook systemd[1]: Started WPA supplicant.
Jul 25 21:14:54 thomas-macbook systemd[1]: Reached target Network.
Jul 25 21:14:54 thomas-macbook wpa_supplicant[750]: Successfully initialized wpa_supplicant
Jul 25 21:14:54 thomas-macbook systemd[1]: Starting Permit User Sessions...
Jul 25 21:14:54 thomas-macbook systemd[1]: Finished Permit User Sessions.
Jul 25 21:14:54 thomas-macbook systemd[1]: Reached target Multi-User System.
Jul 25 21:14:54 thomas-macbook systemd[1]: Started Simple Desktop Display Manager.
Jul 25 21:14:54 thomas-macbook systemd[1]: Reached target Graphical Interface.
Jul 25 21:14:54 thomas-macbook systemd[1]: Startup finished in 3.979s (firmware) + 1.129s (loader) + 9.739s (kernel) + 3.363s (userspace) = 18.211s.
Jul 25 21:14:54 thomas-macbook wpa_supplicant[750]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.3998] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Jul 25 21:14:54 thomas-macbook NetworkManager[717]: <info>  [1721938494.3999] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jul 25 21:14:54 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:14:54 thomas-macbook sddm[757]: Initializing...
Jul 25 21:14:54 thomas-macbook sddm[757]: Starting...
Jul 25 21:14:54 thomas-macbook sddm[757]: Logind interface found
Jul 25 21:14:54 thomas-macbook sddm[757]: Adding new display...
Jul 25 21:14:54 thomas-macbook sddm[757]: Loaded empty theme configuration
Jul 25 21:14:54 thomas-macbook sddm[757]: Xauthority path: "/run/sddm/xauth_yLofYV"
Jul 25 21:14:54 thomas-macbook sddm[757]: Using VT 2
Jul 25 21:14:54 thomas-macbook sddm[757]: Display server starting...
Jul 25 21:14:54 thomas-macbook sddm[757]: Writing cookie to "/run/sddm/xauth_yLofYV"
Jul 25 21:14:54 thomas-macbook sddm[757]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_yLofYV -noreset -displayfd 16
Jul 25 21:14:54 thomas-macbook acpid[718]: client connected from 759[0:0]
Jul 25 21:14:54 thomas-macbook acpid[718]: 1 client rule loaded
Jul 25 21:14:54 thomas-macbook acpid[718]: client connected from 759[0:0]
Jul 25 21:14:54 thomas-macbook acpid[718]: 1 client rule loaded
Jul 25 21:14:55 thomas-macbook sddm[757]: Setting default cursor
Jul 25 21:14:55 thomas-macbook sddm[757]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Jul 25 21:14:55 thomas-macbook sddm[757]: Display server started.
Jul 25 21:14:55 thomas-macbook sddm[757]: Socket server starting...
Jul 25 21:14:55 thomas-macbook sddm[757]: Socket server started.
Jul 25 21:14:55 thomas-macbook sddm[757]: Loading theme configuration from "/usr/share/sddm/themes/archlinux-soft-grey/theme.conf"
Jul 25 21:14:55 thomas-macbook sddm[757]: Greeter starting...
Jul 25 21:14:55 thomas-macbook sddm-helper[765]: [PAM] Starting...
Jul 25 21:14:55 thomas-macbook sddm-helper[765]: [PAM] Authenticating...
Jul 25 21:14:55 thomas-macbook sddm-helper[765]: [PAM] returning.
Jul 25 21:14:55 thomas-macbook sddm-helper[765]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=970) by (uid=0)
Jul 25 21:14:55 thomas-macbook sddm-helper[765]: pam_systemd(sddm-greeter:session): New sd-bus connection (system-bus-pam-systemd-765) opened.
Jul 25 21:14:55 thomas-macbook systemd-logind[719]: New session c1 of user sddm.
Jul 25 21:14:55 thomas-macbook systemd[1]: Created slice User Slice of UID 970.
Jul 25 21:14:55 thomas-macbook systemd[1]: Starting User Runtime Directory /run/user/970...
Jul 25 21:14:55 thomas-macbook systemd[1]: Finished User Runtime Directory /run/user/970.
Jul 25 21:14:55 thomas-macbook systemd[1]: Starting User Manager for UID 970...
Jul 25 21:14:55 thomas-macbook dbus-broker-launch[715]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jul 25 21:14:55 thomas-macbook (systemd)[769]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Jul 25 21:14:55 thomas-macbook (systemd)[769]: pam_unix(systemd-user:session): session opened for user sddm(uid=970) by sddm(uid=0)
Jul 25 21:14:55 thomas-macbook systemd-logind[719]: New session 1 of user sddm.
Jul 25 21:14:55 thomas-macbook systemd[769]: Queued start job for default target Main User Target.
Jul 25 21:14:55 thomas-macbook systemd[769]: Created slice User Application Slice.
Jul 25 21:14:55 thomas-macbook systemd[769]: Reached target Paths.
Jul 25 21:14:55 thomas-macbook systemd[769]: Reached target Timers.
Jul 25 21:14:55 thomas-macbook systemd[769]: Starting D-Bus User Message Bus Socket...
Jul 25 21:14:55 thomas-macbook systemd[769]: Listening on GnuPG network certificate management daemon.
Jul 25 21:14:55 thomas-macbook systemd[769]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 25 21:14:55 thomas-macbook systemd[769]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 25 21:14:55 thomas-macbook systemd[769]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 25 21:14:55 thomas-macbook systemd[769]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 25 21:14:55 thomas-macbook systemd[769]: Listening on GnuPG public key management service.
Jul 25 21:14:55 thomas-macbook systemd[769]: Listening on p11-kit server.
Jul 25 21:14:55 thomas-macbook systemd[769]: Listening on PipeWire PulseAudio.
Jul 25 21:14:55 thomas-macbook systemd[769]: Listening on PipeWire Multimedia System Sockets.
Jul 25 21:14:55 thomas-macbook systemd[769]: Listening on D-Bus User Message Bus Socket.
Jul 25 21:14:55 thomas-macbook systemd[769]: Reached target Sockets.
Jul 25 21:14:55 thomas-macbook systemd[769]: Reached target Basic System.
Jul 25 21:14:55 thomas-macbook systemd[769]: Reached target Main User Target.
Jul 25 21:14:55 thomas-macbook systemd[769]: Startup finished in 156ms.
Jul 25 21:14:55 thomas-macbook systemd[1]: Started User Manager for UID 970.
Jul 25 21:14:55 thomas-macbook systemd[1]: Started Session c1 of User sddm.
Jul 25 21:14:55 thomas-macbook sddm-helper[765]: Writing cookie to "/tmp/xauth_AjwNhH"
Jul 25 21:14:55 thomas-macbook sddm-helper[765]: Starting X11 session: "" "/usr/bin/sddm-greeter --socket /tmp/sddm-:0-iENUwf --theme /usr/share/sddm/themes/archlinux-soft-grey"
Jul 25 21:14:55 thomas-macbook sddm[757]: Greeter session started successfully
Jul 25 21:14:55 thomas-macbook sddm-greeter[778]: High-DPI autoscaling Enabled
Jul 25 21:14:55 thomas-macbook sddm-greeter[778]: Reading from "/usr/local/share/xsessions/mate.desktop"
Jul 25 21:14:55 thomas-macbook sddm-greeter[778]: Reading from "/usr/share/xsessions/mate.desktop"
Jul 25 21:14:55 thomas-macbook sddm-greeter[778]: Loading theme configuration from "/usr/share/sddm/themes/archlinux-soft-grey/theme.conf"
Jul 25 21:14:55 thomas-macbook systemd[769]: Created slice User Core Session Slice.
Jul 25 21:14:55 thomas-macbook systemd[769]: Starting D-Bus User Message Bus...
Jul 25 21:14:55 thomas-macbook dbus-broker-launch[781]: Service file '/usr/share/dbus-1/services/org.freedesktop.mate.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jul 25 21:14:55 thomas-macbook dbus-broker-launch[781]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jul 25 21:14:55 thomas-macbook dbus-broker-launch[781]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jul 25 21:14:55 thomas-macbook systemd[769]: Started D-Bus User Message Bus.
Jul 25 21:14:55 thomas-macbook dbus-broker-launch[781]: Ready
Jul 25 21:14:55 thomas-macbook sddm-greeter[778]: Connected to the daemon.
Jul 25 21:14:55 thomas-macbook sddm[757]: Message received from greeter: Connect
Jul 25 21:14:55 thomas-macbook sddm-greeter[778]: Loading file:///usr/share/sddm/themes/archlinux-soft-grey/Main.qml...
Jul 25 21:14:56 thomas-macbook sddm-greeter[778]: file:///usr/lib/qt/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jul 25 21:14:56 thomas-macbook sddm-greeter[778]: file:///usr/share/sddm/themes/archlinux-soft-grey/Main.qml:15:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jul 25 21:14:56 thomas-macbook sddm-greeter[778]: Adding view for "LVDS1" QRect(0,0 1280x800)
Jul 25 21:14:56 thomas-macbook sddm-greeter[778]: Message received from daemon: Capabilities
Jul 25 21:14:56 thomas-macbook sddm-greeter[778]: Message received from daemon: HostName
Jul 25 21:14:57 thomas-macbook systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jul 25 21:14:58 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:15:00 thomas-macbook NetworkManager[717]: <info>  [1721938500.2451] manager: startup complete
Jul 25 21:15:01 thomas-macbook sddm-greeter[778]: Reading from "/usr/share/xsessions/mate.desktop"
Jul 25 21:15:01 thomas-macbook sddm[757]: Message received from greeter: Login
Jul 25 21:15:01 thomas-macbook sddm[757]: Reading from "/usr/share/xsessions/mate.desktop"
Jul 25 21:15:01 thomas-macbook sddm[757]: Session "/usr/share/xsessions/mate.desktop" selected, command: "mate-session" for VT 2
Jul 25 21:15:01 thomas-macbook sddm-helper[794]: [PAM] Starting...
Jul 25 21:15:01 thomas-macbook sddm-helper[794]: [PAM] Authenticating...
Jul 25 21:15:01 thomas-macbook sddm-helper[794]: pam_systemd_home(sddm:auth): New sd-bus connection (system-bus-pam-systemd-home-794) opened.
Jul 25 21:15:01 thomas-macbook sddm-helper[794]: [PAM] Preparing to converse...
Jul 25 21:15:01 thomas-macbook sddm-helper[794]: [PAM] Conversation with 1 messages
Jul 25 21:15:01 thomas-macbook sddm-helper[794]: [PAM] returning.
Jul 25 21:15:01 thomas-macbook sddm[757]: Authentication for user  "thomas"  successful
Jul 25 21:15:01 thomas-macbook sddm-greeter[778]: Message received from daemon: LoginSucceeded
Jul 25 21:15:01 thomas-macbook sddm-helper[794]: pam_unix(sddm:session): session opened for user thomas(uid=1000) by thomas(uid=0)
Jul 25 21:15:01 thomas-macbook sddm-helper[794]: pam_systemd(sddm:session): New sd-bus connection (system-bus-pam-systemd-794) opened.
Jul 25 21:15:01 thomas-macbook systemd[1]: Created slice User Slice of UID 1000.
Jul 25 21:15:01 thomas-macbook systemd[1]: Starting User Runtime Directory /run/user/1000...
Jul 25 21:15:01 thomas-macbook systemd-logind[719]: New session 2 of user thomas.
Jul 25 21:15:01 thomas-macbook systemd[1]: Finished User Runtime Directory /run/user/1000.
Jul 25 21:15:01 thomas-macbook systemd[1]: Starting User Manager for UID 1000...
Jul 25 21:15:01 thomas-macbook (systemd)[801]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[thomas] ruser=[<unknown>] rhost=[<unknown>]
Jul 25 21:15:01 thomas-macbook (systemd)[801]: pam_unix(systemd-user:session): session opened for user thomas(uid=1000) by thomas(uid=0)
Jul 25 21:15:01 thomas-macbook systemd-logind[719]: New session 3 of user thomas.
Jul 25 21:15:01 thomas-macbook sddm-helper[765]: [PAM] Closing session
Jul 25 21:15:01 thomas-macbook sddm-helper[765]: pam_unix(sddm-greeter:session): session closed for user sddm
Jul 25 21:15:01 thomas-macbook sddm-helper[765]: pam_systemd(sddm-greeter:session): New sd-bus connection (system-bus-pam-systemd-765) opened.
Jul 25 21:15:01 thomas-macbook sddm-helper[765]: [PAM] Ended.
Jul 25 21:15:01 thomas-macbook sddm[757]: Auth: sddm-helper exited successfully
Jul 25 21:15:01 thomas-macbook sddm[757]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Jul 25 21:15:01 thomas-macbook systemd[1]: session-c1.scope: Deactivated successfully.
Jul 25 21:15:01 thomas-macbook systemd[1]: session-c1.scope: Consumed 373ms CPU time, 101.4M memory peak.
Jul 25 21:15:01 thomas-macbook systemd-logind[719]: Session c1 logged out. Waiting for processes to exit.
Jul 25 21:15:01 thomas-macbook systemd-logind[719]: Removed session c1.
Jul 25 21:15:02 thomas-macbook systemd[801]: Queued start job for default target Main User Target.
Jul 25 21:15:02 thomas-macbook systemd[801]: Created slice User Application Slice.
Jul 25 21:15:02 thomas-macbook systemd[801]: Reached target Paths.
Jul 25 21:15:02 thomas-macbook systemd[801]: Reached target Timers.
Jul 25 21:15:02 thomas-macbook systemd[801]: Starting D-Bus User Message Bus Socket...
Jul 25 21:15:02 thomas-macbook systemd[801]: Listening on GnuPG network certificate management daemon.
Jul 25 21:15:02 thomas-macbook systemd[801]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 25 21:15:02 thomas-macbook systemd[801]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 25 21:15:02 thomas-macbook systemd[801]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 25 21:15:02 thomas-macbook systemd[801]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 25 21:15:02 thomas-macbook systemd[801]: Listening on GnuPG public key management service.
Jul 25 21:15:02 thomas-macbook systemd[801]: Listening on p11-kit server.
Jul 25 21:15:02 thomas-macbook systemd[801]: Listening on PipeWire PulseAudio.
Jul 25 21:15:02 thomas-macbook systemd[801]: Listening on PipeWire Multimedia System Sockets.
Jul 25 21:15:02 thomas-macbook systemd[801]: Listening on D-Bus User Message Bus Socket.
Jul 25 21:15:02 thomas-macbook systemd[801]: Reached target Sockets.
Jul 25 21:15:02 thomas-macbook systemd[801]: Reached target Basic System.
Jul 25 21:15:02 thomas-macbook systemd[801]: Reached target Main User Target.
Jul 25 21:15:02 thomas-macbook systemd[801]: Startup finished in 152ms.
Jul 25 21:15:02 thomas-macbook systemd[1]: Started User Manager for UID 1000.
Jul 25 21:15:02 thomas-macbook systemd[1]: Started Session 2 of User thomas.
Jul 25 21:15:02 thomas-macbook sddm-helper[794]: Writing cookie to "/tmp/xauth_UmMbzZ"
Jul 25 21:15:02 thomas-macbook sddm-helper[794]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"mate-session\""
Jul 25 21:15:02 thomas-macbook sddm[757]: Session started true
Jul 25 21:15:02 thomas-macbook systemd[801]: Created slice User Core Session Slice.
Jul 25 21:15:02 thomas-macbook systemd[801]: Starting D-Bus User Message Bus...
Jul 25 21:15:02 thomas-macbook dbus-broker-launch[818]: Service file '/usr/share/dbus-1/services/org.freedesktop.mate.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jul 25 21:15:02 thomas-macbook dbus-broker-launch[818]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jul 25 21:15:02 thomas-macbook dbus-broker-launch[818]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jul 25 21:15:02 thomas-macbook systemd[801]: Started D-Bus User Message Bus.
Jul 25 21:15:02 thomas-macbook dbus-broker-launch[818]: Ready
Jul 25 21:15:02 thomas-macbook systemd[801]: Starting Virtual filesystem service...
Jul 25 21:15:02 thomas-macbook systemd[801]: Started Virtual filesystem service.
Jul 25 21:15:02 thomas-macbook systemd[801]: Starting Accessibility services bus...
Jul 25 21:15:02 thomas-macbook systemd[801]: Started Accessibility services bus.
Jul 25 21:15:02 thomas-macbook at-spi-bus-launcher[844]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Jul 25 21:15:02 thomas-macbook at-spi-bus-launcher[844]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Jul 25 21:15:02 thomas-macbook dbus-broker-launch[844]: Ready
Jul 25 21:15:02 thomas-macbook systemd[801]: Starting User preferences database...
Jul 25 21:15:02 thomas-macbook systemd[801]: Started User preferences database.
Jul 25 21:15:02 thomas-macbook mate-session[811]: WARNING: Unable to find provider '' of required component 'dock'
Jul 25 21:15:02 thomas-macbook systemd[801]: Created slice Slice /app/dbus-:1.8-org.a11y.atspi.Registry.
Jul 25 21:15:02 thomas-macbook systemd[801]: Started dbus-:1.8-org.a11y.atspi.Registry@0.service.
Jul 25 21:15:02 thomas-macbook at-spi2-registryd[860]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jul 25 21:15:02 thomas-macbook systemd[801]: Started PipeWire Multimedia Service.
Jul 25 21:15:02 thomas-macbook systemd[801]: Started Multimedia Service Session Manager.
Jul 25 21:15:02 thomas-macbook systemd[801]: Started PipeWire PulseAudio.
Jul 25 21:15:02 thomas-macbook wireplumber[876]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jul 25 21:15:02 thomas-macbook wireplumber[876]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Jul 25 21:15:02 thomas-macbook wireplumber[876]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jul 25 21:15:02 thomas-macbook wireplumber[876]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Jul 25 21:15:02 thomas-macbook pipewire[874]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jul 25 21:15:02 thomas-macbook pipewire[874]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Jul 25 21:15:02 thomas-macbook wireplumber[876]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jul 25 21:15:02 thomas-macbook wireplumber[876]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1
Jul 25 21:15:02 thomas-macbook pipewire-pulse[877]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jul 25 21:15:02 thomas-macbook pipewire-pulse[877]: mod.rt: RTKit does not give us MaxRealtimePriority, using 1
Jul 25 21:15:02 thomas-macbook pipewire[874]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jul 25 21:15:02 thomas-macbook pipewire-pulse[877]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jul 25 21:15:02 thomas-macbook pipewire[874]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Jul 25 21:15:02 thomas-macbook pipewire-pulse[877]: mod.rt: RTKit does not give us MinNiceLevel, using 0
Jul 25 21:15:02 thomas-macbook pipewire[874]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jul 25 21:15:02 thomas-macbook pipewire[874]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1
Jul 25 21:15:02 thomas-macbook pipewire-pulse[877]: mod.rt: RTKit error: org.freedesktop.DBus.Error.ServiceUnknown
Jul 25 21:15:02 thomas-macbook pipewire-pulse[877]: mod.rt: RTKit does not give us RTTimeUSecMax, using -1
Jul 25 21:15:02 thomas-macbook systemd[801]: Starting Virtual filesystem service - disk device monitor...
Jul 25 21:15:02 thomas-macbook systemd[1]: Starting Disk Manager...
Jul 25 21:15:02 thomas-macbook udisksd[904]: udisks daemon version 2.10.1 starting
Jul 25 21:15:03 thomas-macbook systemd[1]: Starting Authorization Manager...
Jul 25 21:15:03 thomas-macbook systemd[801]: Created slice Slice /app/dbus-:1.2-org.mate.panel.applet.ClockAppletFactory.
Jul 25 21:15:03 thomas-macbook systemd[801]: Created slice Slice /app/dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory.
Jul 25 21:15:03 thomas-macbook systemd[801]: Created slice Slice /app/dbus-:1.2-org.mate.panel.applet.MultiLoadAppletFactory.
Jul 25 21:15:03 thomas-macbook systemd[801]: Created slice Slice /app/dbus-:1.2-org.mate.panel.applet.NotificationAreaAppletFactory.
Jul 25 21:15:03 thomas-macbook systemd[801]: Created slice Slice /app/dbus-:1.2-org.mate.panel.applet.SensorsAppletFactory.
Jul 25 21:15:03 thomas-macbook systemd[801]: Created slice Slice /app/dbus-:1.2-org.mate.panel.applet.WnckletFactory.
Jul 25 21:15:03 thomas-macbook systemd[801]: Started dbus-:1.2-org.mate.panel.applet.ClockAppletFactory@0.service.
Jul 25 21:15:03 thomas-macbook systemd[801]: Started dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service.
Jul 25 21:15:03 thomas-macbook systemd[801]: Started dbus-:1.2-org.mate.panel.applet.MultiLoadAppletFactory@0.service.
Jul 25 21:15:03 thomas-macbook systemd[801]: Started dbus-:1.2-org.mate.panel.applet.NotificationAreaAppletFactory@0.service.
Jul 25 21:15:03 thomas-macbook systemd[801]: Started dbus-:1.2-org.mate.panel.applet.SensorsAppletFactory@0.service.
Jul 25 21:15:03 thomas-macbook polkitd[910]: Started polkitd version 124
Jul 25 21:15:03 thomas-macbook systemd[801]: Started dbus-:1.2-org.mate.panel.applet.WnckletFactory@0.service.
Jul 25 21:15:03 thomas-macbook polkitd[910]: Loading rules from directory /etc/polkit-1/rules.d
Jul 25 21:15:03 thomas-macbook polkitd[910]: Loading rules from directory /usr/share/polkit-1/rules.d
Jul 25 21:15:03 thomas-macbook polkitd[910]: Finished loading, compiling and executing 3 rules
Jul 25 21:15:03 thomas-macbook systemd[1]: Started Authorization Manager.
Jul 25 21:15:03 thomas-macbook polkitd[910]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jul 25 21:15:03 thomas-macbook systemd[1]: Started Disk Manager.
Jul 25 21:15:03 thomas-macbook udisksd[904]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jul 25 21:15:03 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:15:03 thomas-macbook systemd[801]: Started Virtual filesystem service - disk device monitor.
Jul 25 21:15:03 thomas-macbook caja[911]: [N-A] Caja-Actions Tracker 1.28.0 initializing...
Jul 25 21:15:03 thomas-macbook caja[911]: [N-A] Caja-Actions Menu Extender 1.28.0 initializing...
Jul 25 21:15:03 thomas-macbook wireplumber[876]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Jul 25 21:15:03 thomas-macbook wireplumber[876]: spa.bluez5: BlueZ system service is not available
Jul 25 21:15:03 thomas-macbook polkitd[910]: Registered Authentication Agent for unix-session:2 (system bus name :1.35 [/usr/lib/mate-polkit/polkit-mate-authentication-agent-1], object path /org/mate/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
Jul 25 21:15:03 thomas-macbook wireplumber[876]: [0:00:22.429324657] [876] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Jul 25 21:15:03 thomas-macbook wireplumber[876]: [0:00:22.429360621] [876] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Jul 25 21:15:03 thomas-macbook wireplumber[876]: [0:00:22.429411754] [876]  INFO Camera camera_manager.cpp:313 libcamera v0.3.0
Jul 25 21:15:03 thomas-macbook systemd[1]: Starting Daemon for power management...
Jul 25 21:15:03 thomas-macbook wireplumber[876]: m-portal-permissionstore: <WpPortalPermissionStorePlugin:0x594df2cf6670> Lookup: The name is not activatable (org.freedesktop.DBus.Error.ServiceUnknown)
Jul 25 21:15:03 thomas-macbook systemd[1]: Created slice Slice /system/dbus-:1.2-org.mate.SettingsDaemon.DateTimeMechanism.
Jul 25 21:15:03 thomas-macbook systemd[1]: Started dbus-:1.2-org.mate.SettingsDaemon.DateTimeMechanism@0.service.
Jul 25 21:15:03 thomas-macbook systemd[1]: Started Daemon for power management.
Jul 25 21:15:04 thomas-macbook NetworkManager[717]: <info>  [1721938504.0074] agent-manager: agent[de4792746723db30,:1.39/org.freedesktop.nm-applet/1000]: agent registered
Jul 25 21:15:04 thomas-macbook clock-applet[914]: Negative content width -7 (allocation 1, extents 4x4) while allocating gadget (node button, owner GtkToggleButton)
Jul 25 21:15:04 thomas-macbook mate-menu.py[915]: /usr/lib/mate-menu/mate-menu.py:567: DeprecationWarning: MatePanelApplet.Applet.set_background_widget is deprecated
Jul 25 21:15:04 thomas-macbook mate-menu.py[915]:   self.applet.set_background_widget( self.applet )
Jul 25 21:15:04 thomas-macbook systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 25 21:15:04 thomas-macbook mate-menu.py[915]: /usr/lib/mate-menu/mate-menu.py:309: DeprecationWarning: Gtk.StyleContext.get_background_color is deprecated
Jul 25 21:15:04 thomas-macbook mate-menu.py[915]:   bgColor = context.get_background_color( context.get_state() )
Jul 25 21:15:04 thomas-macbook mate-menu.py[915]: /usr/lib/mate-menu/mate-menu.py:310: DeprecationWarning: Gtk.StyleContext.get_border_color is deprecated
Jul 25 21:15:04 thomas-macbook mate-menu.py[915]:   borderColor = context.get_border_color( context.get_state() )
Jul 25 21:15:04 thomas-macbook mate-menu.py[915]: /usr/lib/mate-menu/mate-menu.py:335: DeprecationWarning: Gtk.Widget.override_background_color is deprecated
Jul 25 21:15:04 thomas-macbook mate-menu.py[915]:   item.override_background_color( context.get_state(), color )
Jul 25 21:15:06 thomas-macbook systemd[801]: Created slice Slice /app/dbus-:1.2-org.freedesktop.Notifications.
Jul 25 21:15:06 thomas-macbook systemd[801]: Started dbus-:1.2-org.freedesktop.Notifications@0.service.
Jul 25 21:15:06 thomas-macbook SysTray-X[1217]: QColorSpace attempted constructed from invalid primaries: QPointF(0.3125,0.328125) QPointF(0,0) QPointF(0,0) QPointF(0,0)
Jul 25 21:15:06 thomas-macbook SysTray-X[1217]: QSystemTrayIcon::setVisible: No Icon set
Jul 25 21:15:08 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:15:10 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:15:11 thomas-macbook systemd[1]: Stopping User Manager for UID 970...
Jul 25 21:15:11 thomas-macbook systemd[769]: Activating special unit Exit the Session...
Jul 25 21:15:11 thomas-macbook systemd[769]: Stopped target Main User Target.
Jul 25 21:15:11 thomas-macbook systemd[769]: Stopped target Basic System.
Jul 25 21:15:11 thomas-macbook systemd[769]: Stopped target Paths.
Jul 25 21:15:11 thomas-macbook systemd[769]: Stopped target Sockets.
Jul 25 21:15:11 thomas-macbook systemd[769]: Stopped target Timers.
Jul 25 21:15:11 thomas-macbook systemd[769]: Closed GnuPG network certificate management daemon.
Jul 25 21:15:11 thomas-macbook systemd[769]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 25 21:15:11 thomas-macbook systemd[769]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jul 25 21:15:11 thomas-macbook systemd[769]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jul 25 21:15:11 thomas-macbook systemd[769]: Closed GnuPG cryptographic agent and passphrase cache.
Jul 25 21:15:11 thomas-macbook systemd[769]: Closed GnuPG public key management service.
Jul 25 21:15:11 thomas-macbook systemd[769]: Closed p11-kit server.
Jul 25 21:15:11 thomas-macbook systemd[769]: Closed PipeWire PulseAudio.
Jul 25 21:15:11 thomas-macbook systemd[769]: Closed PipeWire Multimedia System Sockets.
Jul 25 21:15:11 thomas-macbook dbus-broker[782]: Dispatched 166 messages @ 1(±3)μs / message.
Jul 25 21:15:11 thomas-macbook systemd[769]: Stopping D-Bus User Message Bus...
Jul 25 21:15:11 thomas-macbook systemd[769]: Stopped D-Bus User Message Bus.
Jul 25 21:15:11 thomas-macbook systemd[769]: Removed slice User Core Session Slice.
Jul 25 21:15:11 thomas-macbook systemd[769]: Closed D-Bus User Message Bus Socket.
Jul 25 21:15:11 thomas-macbook systemd[769]: Removed slice User Application Slice.
Jul 25 21:15:11 thomas-macbook systemd[769]: Reached target Shutdown.
Jul 25 21:15:11 thomas-macbook systemd[769]: Finished Exit the Session.
Jul 25 21:15:11 thomas-macbook systemd[769]: Reached target Exit the Session.
Jul 25 21:15:11 thomas-macbook (sd-pam)[771]: pam_unix(systemd-user:session): session closed for user sddm
Jul 25 21:15:11 thomas-macbook systemd[1]: user@970.service: Deactivated successfully.
Jul 25 21:15:11 thomas-macbook systemd[1]: Stopped User Manager for UID 970.
Jul 25 21:15:11 thomas-macbook systemd[1]: Stopping User Runtime Directory /run/user/970...
Jul 25 21:15:12 thomas-macbook systemd[1]: run-user-970.mount: Deactivated successfully.
Jul 25 21:15:12 thomas-macbook systemd[1]: user-runtime-dir@970.service: Deactivated successfully.
Jul 25 21:15:12 thomas-macbook systemd[1]: Stopped User Runtime Directory /run/user/970.
Jul 25 21:15:12 thomas-macbook systemd[1]: Removed slice User Slice of UID 970.
Jul 25 21:15:12 thomas-macbook systemd[1]: user-970.slice: Consumed 563ms CPU time, 108.4M memory peak.
Jul 25 21:15:12 thomas-macbook systemd-logind[719]: Removed session 1.
Jul 25 21:15:20 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:15:32 thomas-macbook systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jul 25 21:15:34 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:15:34 thomas-macbook systemd[1]: dbus-:1.2-org.mate.SettingsDaemon.DateTimeMechanism@0.service: Deactivated successfully.
Jul 25 21:15:54 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:15:59 thomas-macbook kernel: usb 3-1: new high-speed USB device number 2 using xhci_hcd
Jul 25 21:15:59 thomas-macbook kernel: usb 3-1: New USB device found, idVendor=05ac, idProduct=12a8, bcdDevice=15.03
Jul 25 21:15:59 thomas-macbook kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 25 21:15:59 thomas-macbook kernel: usb 3-1: Product: iPhone
Jul 25 21:15:59 thomas-macbook kernel: usb 3-1: Manufacturer: Apple Inc.
Jul 25 21:15:59 thomas-macbook kernel: usb 3-1: SerialNumber: 00008120000848600EDB401E
Jul 25 21:15:59 thomas-macbook systemd[1]: /usr/lib/systemd/system/usbmuxd.service:7: PIDFile= references a path below legacy directory /var/run/, updating /var/run/usbmuxd.pid → /run/usbmuxd.pid; please update the unit file accordingly.
Jul 25 21:15:59 thomas-macbook systemd[1]: Started Socket daemon for the usbmux protocol used by Apple devices.
Jul 25 21:15:59 thomas-macbook usbmuxd[1348]: [21:15:59.337][3] usbmuxd v1.1.1 starting up
Jul 25 21:15:59 thomas-macbook usbmuxd[1348]: [21:15:59.338][3] Successfully dropped privileges to 'usbmux'
Jul 25 21:15:59 thomas-macbook usbmuxd[1348]: [21:15:59.338][3] Using libusb 1.0.27
Jul 25 21:15:59 thomas-macbook usbmuxd[1348]: libusb: warning [op_get_configuration] device unconfigured
Jul 25 21:15:59 thomas-macbook usbmuxd[1348]: libusb: error [op_get_active_config_descriptor] device unconfigured
Jul 25 21:15:59 thomas-macbook usbmuxd[1348]: [21:15:59.346][3] Could not get old configuration descriptor for device 3-2: LIBUSB_ERROR_NOT_FOUND
Jul 25 21:15:59 thomas-macbook usbmuxd[1348]: [21:15:59.350][3] Initialization complete
Jul 25 21:15:59 thomas-macbook usbmuxd[1348]: [21:15:59.350][3] Enabled exit on SIGUSR1 if no devices are attached. Start a new instance with "--exit" to trigger.
Jul 25 21:15:59 thomas-macbook usbmuxd[1348]: [21:15:59.350][3] Connecting to new device on location 0x30002 as ID 1
Jul 25 21:15:59 thomas-macbook usbmuxd[1348]: [21:15:59.350][3] Connected to v2.0 device 1 on location 0x30002 with serial number 00008120-000848600EDB401E
Jul 25 21:15:59 thomas-macbook kernel: ipheth 3-1:4.2: ipheth_enable_ncm: usb_control_msg: 0
Jul 25 21:15:59 thomas-macbook kernel: ipheth 3-1:4.2: Apple iPhone USB Ethernet device attached
Jul 25 21:15:59 thomas-macbook kernel: usbcore: registered new interface driver ipheth
Jul 25 21:15:59 thomas-macbook NetworkManager[717]: <info>  [1721938559.3572] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/4)
Jul 25 21:15:59 thomas-macbook NetworkManager[717]: <info>  [1721938559.3603] device (eth0): interface index 4 renamed iface from 'eth0' to 'enp0s20u1c4i2'
Jul 25 21:15:59 thomas-macbook kernel: ipheth 3-1:4.2 enp0s20u1c4i2: renamed from eth0
Jul 25 21:15:59 thomas-macbook NetworkManager[717]: <info>  [1721938559.3655] device (enp0s20u1c4i2): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 25 21:15:59 thomas-macbook NetworkManager[717]: <info>  [1721938559.3677] settings: (enp0s20u1c4i2): created default wired connection 'Wired connection 2'
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.6623] device (enp0s20u1c4i2): carrier: link connected
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.6634] device (enp0s20u1c4i2): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.6646] policy: auto-activating connection 'Wired connection 2' (87c3b5a4-43c2-3ccb-92c7-27a706e6bd0d)
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.6651] device (enp0s20u1c4i2): Activation: starting connection 'Wired connection 2' (87c3b5a4-43c2-3ccb-92c7-27a706e6bd0d)
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.6652] device (enp0s20u1c4i2): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.6655] manager: NetworkManager state is now CONNECTING
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.6656] device (enp0s20u1c4i2): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.6663] device (enp0s20u1c4i2): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.6668] dhcp4 (enp0s20u1c4i2): activation: beginning transaction (timeout in 45 seconds)
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.7772] dhcp4 (enp0s20u1c4i2): state changed new lease, address=172.20.10.7, acd pending
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.9443] dhcp4 (enp0s20u1c4i2): state changed new lease, address=172.20.10.7
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.9455] policy: set 'Wired connection 2' (enp0s20u1c4i2) as default for IPv4 routing and DNS
Jul 25 21:16:00 thomas-macbook dbus-broker-launch[715]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Jul 25 21:16:00 thomas-macbook NetworkManager[717]: <info>  [1721938560.9587] device (enp0s20u1c4i2): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jul 25 21:16:00 thomas-macbook systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 25 21:16:00 thomas-macbook systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 25 21:16:01 thomas-macbook NetworkManager[717]: <info>  [1721938561.0006] device (enp0s20u1c4i2): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jul 25 21:16:01 thomas-macbook NetworkManager[717]: <info>  [1721938561.0007] device (enp0s20u1c4i2): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jul 25 21:16:01 thomas-macbook NetworkManager[717]: <info>  [1721938561.0011] manager: NetworkManager state is now CONNECTED_SITE
Jul 25 21:16:01 thomas-macbook NetworkManager[717]: <info>  [1721938561.0014] device (enp0s20u1c4i2): Activation: successful, device activated.
Jul 25 21:16:01 thomas-macbook systemd[801]: Started dbus-:1.2-org.freedesktop.Notifications@1.service.
Jul 25 21:16:01 thomas-macbook NetworkManager[717]: <info>  [1721938561.3065] manager: NetworkManager state is now CONNECTED_GLOBAL
Jul 25 21:16:08 thomas-macbook sudo[1371]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-1371) opened.
Jul 25 21:16:11 thomas-macbook systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 25 21:16:11 thomas-macbook sudo[1371]:   thomas : TTY=pts/0 ; PWD=/var/cache/pacman/pkg ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Jul 25 21:16:11 thomas-macbook sudo[1371]: pam_unix(sudo:session): session opened for user root(uid=0) by thomas(uid=1000)
Jul 25 21:16:18 thomas-macbook sudo[1371]: pam_unix(sudo:session): session closed for user root
Jul 25 21:16:21 thomas-macbook mate-menu.py[915]: /usr/lib/mate-menu/mate-menu.py:398: DeprecationWarning: Gtk.Window.set_opacity is deprecated
Jul 25 21:16:21 thomas-macbook mate-menu.py[915]:   self.window.set_opacity(1.0)
Jul 25 21:16:23 thomas-macbook systemd[1]: Starting Time & Date Service...
Jul 25 21:16:23 thomas-macbook systemd[1]: Started Time & Date Service.
Jul 25 21:16:23 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:16:23 thomas-macbook systemd-timesyncd[707]: Contacted time server 109.74.206.120:123 (2.arch.pool.ntp.org).
Jul 25 21:16:23 thomas-macbook systemd-timesyncd[707]: Initial clock synchronization to Thu 2024-07-25 21:16:23.941975 BST.
Jul 25 21:16:53 thomas-macbook systemd[1]: systemd-timedated.service: Deactivated successfully.
Jul 25 21:16:55 thomas-macbook root[1722]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:16:56 thomas-macbook root[1724]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:16:57 thomas-macbook root[1726]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:17:00 thomas-macbook root[1728]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:17:00 thomas-macbook root[1730]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:17:00 thomas-macbook root[1732]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:17:01 thomas-macbook root[1734]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:17:02 thomas-macbook root[1736]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:17:06 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:18:09 thomas-macbook root[1794]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:10 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:18:15 thomas-macbook root[1796]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:15 thomas-macbook root[1798]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:15 thomas-macbook root[1800]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:15 thomas-macbook root[1802]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:16 thomas-macbook root[1804]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:17 thomas-macbook root[1806]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:20 thomas-macbook root[1808]: ACPI group/action undefined: button/up / UP
Jul 25 21:18:21 thomas-macbook root[1810]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:21 thomas-macbook root[1812]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:22 thomas-macbook root[1814]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:22 thomas-macbook root[1816]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:22 thomas-macbook root[1818]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:22 thomas-macbook root[1820]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:23 thomas-macbook root[1823]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:24 thomas-macbook root[1825]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:26 thomas-macbook root[1832]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:26 thomas-macbook root[1834]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:27 thomas-macbook root[1837]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:27 thomas-macbook root[1839]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:28 thomas-macbook root[1841]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:28 thomas-macbook root[1843]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:29 thomas-macbook root[1845]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:29 thomas-macbook root[1847]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:32 thomas-macbook root[1849]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:32 thomas-macbook root[1851]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:32 thomas-macbook root[1853]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:32 thomas-macbook root[1855]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:32 thomas-macbook root[1857]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:32 thomas-macbook root[1859]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:34 thomas-macbook root[1861]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:34 thomas-macbook root[1863]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:35 thomas-macbook root[1865]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:35 thomas-macbook root[1867]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:35 thomas-macbook root[1869]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:18:35 thomas-macbook root[1871]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:19:45 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:19:50 thomas-macbook sudo[1928]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-1928) opened.
Jul 25 21:19:50 thomas-macbook sudo[1928]:   thomas : TTY=pts/0 ; PWD=/var/cache/pacman/pkg ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Jul 25 21:19:50 thomas-macbook sudo[1928]: pam_unix(sudo:session): session opened for user root(uid=0) by thomas(uid=1000)
Jul 25 21:19:57 thomas-macbook sudo[1928]: pam_unix(sudo:session): session closed for user root
Jul 25 21:19:58 thomas-macbook root[2099]: ACPI group/action undefined: button/up / UP
Jul 25 21:19:58 thomas-macbook sudo[2100]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-2100) opened.
Jul 25 21:19:59 thomas-macbook sudo[2100]:   thomas : TTY=pts/0 ; PWD=/var/cache/pacman/pkg ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Jul 25 21:19:59 thomas-macbook sudo[2100]: pam_unix(sudo:session): session opened for user root(uid=0) by thomas(uid=1000)
Jul 25 21:20:00 thomas-macbook sudo[2100]: pam_unix(sudo:session): session closed for user root
Jul 25 21:20:27 thomas-macbook root[2134]: ACPI group/action undefined: button/up / UP
Jul 25 21:20:28 thomas-macbook root[2136]: ACPI group/action undefined: button/up / UP
Jul 25 21:20:29 thomas-macbook root[2138]: ACPI group/action undefined: button/up / UP
Jul 25 21:20:30 thomas-macbook root[2140]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:20:30 thomas-macbook root[2142]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:20:30 thomas-macbook root[2144]: ACPI group/action undefined: button/down / DOWN
Jul 25 21:20:36 thomas-macbook sudo[2145]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-2145) opened.
Jul 25 21:20:36 thomas-macbook sudo[2145]:   thomas : TTY=pts/0 ; PWD=/var/cache/pacman/pkg ; USER=root ; COMMAND=/usr/bin/pacman -U wpa_supplicant-2:2.10-8-x86_64.pkg.tar.zst
Jul 25 21:20:36 thomas-macbook sudo[2145]: pam_unix(sudo:session): session opened for user root(uid=0) by thomas(uid=1000)
Jul 25 21:20:39 thomas-macbook dbus-broker-launch[715]: Noticed file-system modification, trigger reload.
Jul 25 21:20:39 thomas-macbook dbus-broker-launch[715]: Noticed file-system modification, trigger reload.
Jul 25 21:20:39 thomas-macbook systemd[1]: Reload requested from client PID 2177 ('systemctl') (unit session-2.scope)...
Jul 25 21:20:39 thomas-macbook systemd[1]: Reloading...
Jul 25 21:20:39 thomas-macbook systemd[1]: /usr/lib/systemd/system/usbmuxd.service:7: PIDFile= references a path below legacy directory /var/run/, updating /var/run/usbmuxd.pid → /run/usbmuxd.pid; please update the unit file accordingly.
Jul 25 21:20:39 thomas-macbook systemd[1]: Reloading finished in 219 ms.
Jul 25 21:20:41 thomas-macbook systemd[1]: Reloading D-Bus System Message Bus...
Jul 25 21:20:41 thomas-macbook systemd[1]: Reloaded D-Bus System Message Bus.
Jul 25 21:20:42 thomas-macbook sudo[2145]: pam_unix(sudo:session): session closed for user root
Jul 25 21:21:01 thomas-macbook sudo[2368]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-2368) opened.
Jul 25 21:21:01 thomas-macbook sudo[2368]:   thomas : TTY=pts/0 ; PWD=/var/cache/pacman/pkg ; USER=root ; COMMAND=/usr/bin/systemctl restart NetworkManager
Jul 25 21:21:01 thomas-macbook sudo[2368]: pam_unix(sudo:session): session opened for user root(uid=0) by thomas(uid=1000)
Jul 25 21:21:01 thomas-macbook NetworkManager[717]: <info>  [1721938861.6236] caught SIGTERM, shutting down normally.
Jul 25 21:21:01 thomas-macbook systemd[1]: Stopping Network Manager...
Jul 25 21:21:01 thomas-macbook NetworkManager[717]: <info>  [1721938861.6252] device (wlp2s0): state change: disconnected -> unmanaged (reason 'unmanaged-quitting', sys-iface-state: 'managed')
Jul 25 21:21:01 thomas-macbook NetworkManager[717]: <warn>  [1721938861.6256] platform-linux: do-change-link[3]: failure 23 (Too many open files in system) (assume success changing address)
Jul 25 21:21:01 thomas-macbook NetworkManager[717]: <info>  [1721938861.6257] device (wlp2s0): set-hw-addr: reset MAC address to 28:CF:E9:63:3E:3B (unmanage)
Jul 25 21:21:01 thomas-macbook NetworkManager[717]: <info>  [1721938861.6279] dhcp4 (enp0s20u1c4i2): canceled DHCP transaction
Jul 25 21:21:01 thomas-macbook NetworkManager[717]: <info>  [1721938861.6279] dhcp4 (enp0s20u1c4i2): activation: beginning transaction (timeout in 45 seconds)
Jul 25 21:21:01 thomas-macbook NetworkManager[717]: <info>  [1721938861.6279] dhcp4 (enp0s20u1c4i2): state changed no lease
Jul 25 21:21:01 thomas-macbook NetworkManager[717]: <info>  [1721938861.6282] manager: NetworkManager state is now CONNECTED_SITE
Jul 25 21:21:01 thomas-macbook systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 25 21:21:01 thomas-macbook NetworkManager[717]: <info>  [1721938861.6420] exiting (success)
Jul 25 21:21:01 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Jul 25 21:21:01 thomas-macbook systemd[1]: NetworkManager.service: Deactivated successfully.
Jul 25 21:21:01 thomas-macbook systemd[1]: Stopped Network Manager.
Jul 25 21:21:01 thomas-macbook systemd[1]: NetworkManager.service: Consumed 1.262s CPU time, 24.7M memory peak.
Jul 25 21:21:01 thomas-macbook systemd[1]: Starting Network Manager...
Jul 25 21:21:01 thomas-macbook systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.6948] NetworkManager (version 1.48.4-1) is starting... (after a restart, boot:a94e69d2-fab7-4082-ae62-d020097a9a20)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.6949] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.6992] manager[0x63002bedb5f0]: monitoring kernel firmware directory '/lib/firmware'.
Jul 25 21:21:01 thomas-macbook systemd[1]: Starting Hostname Service...
Jul 25 21:21:01 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Jul 25 21:21:01 thomas-macbook wpa_supplicant[750]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Jul 25 21:21:01 thomas-macbook systemd[1]: Started Hostname Service.
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8016] hostname: hostname: using hostnamed
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8017] hostname: static hostname changed from (none) to "thomas-macbook"
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8020] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8050] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/ieee80211/phy0/rfkill0) (driver wl)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8054] manager[0x63002bedb5f0]: rfkill: Wi-Fi hardware radio set enabled
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8054] manager[0x63002bedb5f0]: rfkill: WWAN hardware radio set enabled
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8090] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-wwan.so)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8094] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-wifi.so)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8097] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-bluetooth.so)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8233] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-team.so)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8236] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-ovs.so)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8240] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.48.4-1/libnm-device-plugin-adsl.so)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8244] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8245] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8246] manager: Networking is enabled by state file
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8249] settings: Loaded settings plugin: keyfile (internal)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8288] dhcp: init: Using DHCP client 'internal'
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8290] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8296] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8301] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8307] device (lo): Activation: starting connection 'lo' (c7bb5f93-ad0d-4348-a0f4-9af8ae31e0cb)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8314] device (enp0s20u1c4i2): carrier: link connected
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8321] manager: (enp0s20u1c4i2): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8327] manager: (enp0s20u1c4i2): assume: will attempt to assume matching connection 'Wired connection 2' (87c3b5a4-43c2-3ccb-92c7-27a706e6bd0d) (indicated)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8328] device (enp0s20u1c4i2): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'assume')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8338] device (enp0s20u1c4i2): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'assume')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8348] device (enp0s20u1c4i2): Activation: starting connection 'Wired connection 2' (87c3b5a4-43c2-3ccb-92c7-27a706e6bd0d)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8356] manager: (enp1s0f0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8359] device (enp1s0f0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8374] manager: (wlp2s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/4)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8377] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <warn>  [1721938861.8384] platform-linux: do-change-link[3]: failure 23 (Too many open files in system) (assume success changing address)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8385] device (wlp2s0): set-hw-addr: set MAC address to 22:B3:EF:F6:22:D9 (scanning)
Jul 25 21:21:01 thomas-macbook systemd[1]: Started Network Manager.
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8394] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8405] ovsdb: disconnected from ovsdb
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8413] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8415] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8419] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jul 25 21:21:01 thomas-macbook sudo[2368]: pam_unix(sudo:session): session closed for user root
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8422] device (enp0s20u1c4i2): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'assume')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8425] device (enp0s20u1c4i2): state change: prepare -> config (reason 'none', sys-iface-state: 'assume')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8509] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8516] device (enp0s20u1c4i2): state change: config -> ip-config (reason 'none', sys-iface-state: 'assume')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8519] dhcp4 (enp0s20u1c4i2): activation: beginning transaction (timeout in 45 seconds)
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8561] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8564] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.8572] device (lo): Activation: successful, device activated.
Jul 25 21:21:01 thomas-macbook systemd[801]: Started dbus-:1.2-org.freedesktop.Notifications@2.service.
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.9110] agent-manager: agent[15f7c3960135a4e1,:1.39/org.freedesktop.nm-applet/1000]: agent registered
Jul 25 21:21:01 thomas-macbook wpa_supplicant[750]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.9148] device (wlp2s0): supplicant interface state: internal-starting -> disconnected
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.9149] device (wlp2s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jul 25 21:21:01 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.9626] dhcp4 (enp0s20u1c4i2): state changed new lease, address=172.20.10.7, acd pending
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.9628] dhcp4 (enp0s20u1c4i2): state changed new lease, address=172.20.10.7
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.9632] policy: set 'Wired connection 2' (enp0s20u1c4i2) as default for IPv4 routing and DNS
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.9815] device (enp0s20u1c4i2): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'assume')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.9835] device (enp0s20u1c4i2): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'assume')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.9838] device (enp0s20u1c4i2): state change: secondaries -> activated (reason 'none', sys-iface-state: 'assume')
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.9841] manager: NetworkManager state is now CONNECTED_SITE
Jul 25 21:21:01 thomas-macbook NetworkManager[2379]: <info>  [1721938861.9843] device (enp0s20u1c4i2): Activation: successful, device activated.
Jul 25 21:21:02 thomas-macbook NetworkManager[2379]: <info>  [1721938862.0473] manager: NetworkManager state is now CONNECTED_GLOBAL
Jul 25 21:21:05 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:21:06 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:21:07 thomas-macbook NetworkManager[2379]: <info>  [1721938867.8365] manager: startup complete
Jul 25 21:21:08 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:21:09 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:21:11 thomas-macbook systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 25 21:21:13 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:21:16 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:21:17 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:21:27 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:21:31 thomas-macbook systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jul 25 21:21:41 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-SCAN-FAILED ret=-22
Jul 25 21:21:47 thomas-macbook usbmuxd[1348]: [21:21:47.635][3] Removed device 1 on location 0x30002
Jul 25 21:21:47 thomas-macbook kernel: apple-mfi-fastcharge 3-1: USB disconnect, device number 2
Jul 25 21:21:47 thomas-macbook kernel: ipheth 3-1:4.2: Apple iPhone USB Ethernet now disconnected
Jul 25 21:21:47 thomas-macbook NetworkManager[2379]: <info>  [1721938907.6614] device (enp0s20u1c4i2): state change: activated -> unmanaged (reason 'unmanaged-link-not-init', sys-iface-state: 'removed')
Jul 25 21:21:47 thomas-macbook NetworkManager[2379]: <info>  [1721938907.6616] dhcp4 (enp0s20u1c4i2): canceled DHCP transaction
Jul 25 21:21:47 thomas-macbook NetworkManager[2379]: <info>  [1721938907.6616] dhcp4 (enp0s20u1c4i2): activation: beginning transaction (timeout in 45 seconds)
Jul 25 21:21:47 thomas-macbook NetworkManager[2379]: <info>  [1721938907.6616] dhcp4 (enp0s20u1c4i2): state changed no lease
Jul 25 21:21:47 thomas-macbook NetworkManager[2379]: <info>  [1721938907.6623] manager: NetworkManager state is now DISCONNECTED
Jul 25 21:21:47 thomas-macbook systemd[801]: Started dbus-:1.2-org.freedesktop.Notifications@3.service.
Jul 25 21:21:47 thomas-macbook systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 25 21:21:47 thomas-macbook systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 25 21:21:47 thomas-macbook usbmuxd[1348]: [21:21:47.810][3] usbmuxd shutting down
Jul 25 21:21:47 thomas-macbook usbmuxd[1348]: [21:21:47.911][3] Shutdown complete
Jul 25 21:21:47 thomas-macbook systemd[1]: usbmuxd.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook sudo[2497]: pam_systemd_home(sudo:account): New sd-bus connection (system-bus-pam-systemd-home-2497) opened.
Jul 25 21:21:50 thomas-macbook sudo[2497]:   thomas : TTY=pts/0 ; PWD=/var/cache/pacman/pkg ; USER=root ; COMMAND=/usr/bin/reboot
Jul 25 21:21:50 thomas-macbook sudo[2497]: pam_unix(sudo:session): session opened for user root(uid=0) by thomas(uid=1000)
Jul 25 21:21:50 thomas-macbook systemd-logind[719]: The system will reboot now!
Jul 25 21:21:50 thomas-macbook systemd-logind[719]: System is rebooting.
Jul 25 21:21:50 thomas-macbook sudo[2497]: pam_unix(sudo:session): session closed for user root
Jul 25 21:21:50 thomas-macbook sddm-helper[794]: Signal received: SIGTERM
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Session 2 of User thomas...
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice Slice /system/dbus-:1.2-org.mate.SettingsDaemon.DateTimeMechanism.
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice Slice /system/getty.
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice Slice /system/modprobe.
Jul 25 21:21:50 thomas-macbook sddm[757]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Jul 25 21:21:50 thomas-macbook sddm[757]: Auth: sddm-helper (--socket /tmp/sddm-auth-54a01832-9872-4385-b84f-5f5345dfe904 --id 1 --start mate-session --user thomas) crashed (exit code 1)
Jul 25 21:21:50 thomas-macbook sddm[757]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Jul 25 21:21:50 thomas-macbook sddm[757]: Auth: sddm-helper exited with 1
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Bluetooth Support.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Graphical Interface.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Multi-User System.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Login Prompts.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Sound Card.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Timer Units.
Jul 25 21:21:50 thomas-macbook systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Jul 25 21:21:50 thomas-macbook systemd[1]: man-db.timer: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Daily man-db regeneration.
Jul 25 21:21:50 thomas-macbook systemd[1]: shadow.timer: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Daily verification of password and group files.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target System Time Set.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Network Manager Script Dispatcher Service...
Jul 25 21:21:50 thomas-macbook polkitd[910]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.35, object path /org/mate/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8) (disconnected from bus)
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping ACPI event daemon...
Jul 25 21:21:50 thomas-macbook nm-dispatcher[2477]: Caught signal 15, shutting down...
Jul 25 21:21:50 thomas-macbook systemd[1]: Starting Generate shutdown-ramfs...
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Authorization Manager...
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Simple Desktop Display Manager...
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-udev-load-credentials.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Load udev Rules from Credentials.
Jul 25 21:21:50 thomas-macbook sddm[757]: Signal received: SIGTERM
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Disk Manager...
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Daemon for power management...
Jul 25 21:21:50 thomas-macbook sddm[757]: Socket server stopping...
Jul 25 21:21:50 thomas-macbook sddm[757]: Socket server stopped.
Jul 25 21:21:50 thomas-macbook sddm[757]: Display server stopping...
Jul 25 21:21:50 thomas-macbook systemd[1]: run-credentials-systemd\x2dudev\x2dload\x2dcredentials.service.mount: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Network Manager Script Dispatcher Service.
Jul 25 21:21:50 thomas-macbook systemd[1]: polkit.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Authorization Manager.
Jul 25 21:21:50 thomas-macbook at-spi2-registryd[860]: X connection to :0 broken (explicit kill or server shutdown).
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.8-org.a11y.atspi.Registry@0.service: Main process exited, code=exited, status=1/FAILURE
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.8-org.a11y.atspi.Registry@0.service: Failed with result 'exit-code'.
Jul 25 21:21:50 thomas-macbook systemd-logind[719]: Session 2 logged out. Waiting for processes to exit.
Jul 25 21:21:50 thomas-macbook udisksd[904]: udisks daemon version 2.10.1 exiting
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MultiLoadAppletFactory@0.service: Main process exited, code=exited, status=1/FAILURE
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MultiLoadAppletFactory@0.service: Failed with result 'exit-code'.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MultiLoadAppletFactory@0.service: Consumed 1.463s CPU time, 6.7M memory peak.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.NotificationAreaAppletFactory@0.service: Main process exited, code=exited, status=1/FAILURE
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.NotificationAreaAppletFactory@0.service: Failed with result 'exit-code'.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.SensorsAppletFactory@0.service: Main process exited, code=exited, status=1/FAILURE
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.SensorsAppletFactory@0.service: Failed with result 'exit-code'.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.WnckletFactory@0.service: Main process exited, code=exited, status=1/FAILURE
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.WnckletFactory@0.service: Failed with result 'exit-code'.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.WnckletFactory@0.service: Consumed 1.085s CPU time, 9.5M memory peak.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.freedesktop.Notifications@3.service: Main process exited, code=exited, status=1/FAILURE
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.freedesktop.Notifications@3.service: Failed with result 'exit-code'.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.ClockAppletFactory@0.service: Main process exited, code=exited, status=1/FAILURE
Jul 25 21:21:50 thomas-macbook systemd[1]: udisks2.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.ClockAppletFactory@0.service: Failed with result 'exit-code'.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Disk Manager.
Jul 25 21:21:50 thomas-macbook systemd[1]: session-2.scope: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Session 2 of User thomas.
Jul 25 21:21:50 thomas-macbook systemd[1]: session-2.scope: Consumed 24.017s CPU time, 941.6M memory peak.
Jul 25 21:21:50 thomas-macbook systemd-logind[719]: Removed session 2.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping User Manager for UID 1000...
Jul 25 21:21:50 thomas-macbook systemd[801]: Activating special unit Exit the Session...
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Main process exited, code=exited, status=1/FAILURE
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Failed with result 'exit-code'.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Unit process 1444 (Socket Process) remains running after unit stopped.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Unit process 1456 (WebExtensions) remains running after unit stopped.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Unit process 1484 (Privileged Cont) remains running after unit stopped.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Unit process 1572 (Utility Process) remains running after unit stopped.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Unit process 1576 (Isolated Web Co) remains running after unit stopped.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Unit process 1595 (Isolated Web Co) remains running after unit stopped.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Unit process 1604 (Isolated Web Co) remains running after unit stopped.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Unit process 1676 (Web Content) remains running after unit stopped.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Unit process 1768 (Web Content) remains running after unit stopped.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Unit process 1893 (Web Content) remains running after unit stopped.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service.
Jul 25 21:21:50 thomas-macbook systemd[801]: dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory@0.service: Consumed 1min 18.364s CPU time, 1.1G memory peak.
Jul 25 21:21:50 thomas-macbook systemd[801]: Removed slice Slice /app/dbus-:1.2-org.freedesktop.Notifications.
Jul 25 21:21:50 thomas-macbook systemd[801]: Removed slice Slice /app/dbus-:1.2-org.mate.panel.applet.ClockAppletFactory.
Jul 25 21:21:50 thomas-macbook systemd[1]: upower.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Daemon for power management.
Jul 25 21:21:50 thomas-macbook systemd[801]: Removed slice Slice /app/dbus-:1.2-org.mate.panel.applet.MateMenuAppletFactory.
Jul 25 21:21:50 thomas-macbook systemd[801]: app-dbus\x2d:1.2\x2dorg.mate.panel.applet.MateMenuAppletFactory.slice: Consumed 1min 18.366s CPU time, 1.1G memory peak.
Jul 25 21:21:50 thomas-macbook systemd[801]: Removed slice Slice /app/dbus-:1.2-org.mate.panel.applet.MultiLoadAppletFactory.
Jul 25 21:21:50 thomas-macbook systemd[801]: app-dbus\x2d:1.2\x2dorg.mate.panel.applet.MultiLoadAppletFactory.slice: Consumed 1.463s CPU time, 6.8M memory peak.
Jul 25 21:21:50 thomas-macbook systemd[801]: Removed slice Slice /app/dbus-:1.2-org.mate.panel.applet.NotificationAreaAppletFactory.
Jul 25 21:21:50 thomas-macbook systemd[801]: Removed slice Slice /app/dbus-:1.2-org.mate.panel.applet.SensorsAppletFactory.
Jul 25 21:21:50 thomas-macbook systemd[801]: Removed slice Slice /app/dbus-:1.2-org.mate.panel.applet.WnckletFactory.
Jul 25 21:21:50 thomas-macbook systemd[801]: app-dbus\x2d:1.2\x2dorg.mate.panel.applet.WnckletFactory.slice: Consumed 1.085s CPU time, 9.5M memory peak.
Jul 25 21:21:50 thomas-macbook systemd[801]: Removed slice Slice /app/dbus-:1.8-org.a11y.atspi.Registry.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped target Main User Target.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopping Accessibility services bus...
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopping User preferences database...
Jul 25 21:21:50 thomas-macbook dbus-broker[845]: Dispatched 509 messages @ 6(±6)μs / message.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopping Virtual filesystem service...
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopping Virtual filesystem service - disk device monitor...
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopping PipeWire PulseAudio...
Jul 25 21:21:50 thomas-macbook systemd[1]: run-user-1000-gvfs.mount: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Unmounted /run/user/1000/gvfs.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped User preferences database.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped PipeWire PulseAudio.
Jul 25 21:21:50 thomas-macbook wireplumber[876]: wireplumber: stopped by signal: Terminated
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopping Multimedia Service Session Manager...
Jul 25 21:21:50 thomas-macbook firefox[1604]: Exiting due to channel error.
Jul 25 21:21:50 thomas-macbook wireplumber[876]: wireplumber: disconnected from pipewire
Jul 25 21:21:50 thomas-macbook firefox[1768]: Exiting due to channel error.
Jul 25 21:21:50 thomas-macbook wireplumber[876]: pw.core: 0x594df2d8d590: leaked proxy 0x594df2e0cca0 id:10
Jul 25 21:21:50 thomas-macbook firefox[1893]: [GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
Jul 25 21:21:50 thomas-macbook firefox[1484]: Exiting due to channel error.
Jul 25 21:21:50 thomas-macbook firefox[1576]: Exiting due to channel error.
Jul 25 21:21:50 thomas-macbook firefox[1595]: Exiting due to channel error.
Jul 25 21:21:50 thomas-macbook firefox[1893]: Exiting due to channel error.
Jul 25 21:21:50 thomas-macbook firefox[1676]: [GFX1-]: CompositorBridgeChild receives IPC close with reason=AbnormalShutdown
Jul 25 21:21:50 thomas-macbook firefox[1676]: Exiting due to channel error.
Jul 25 21:21:50 thomas-macbook firefox[1456]: Exiting due to channel error.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped Virtual filesystem service - disk device monitor.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped Virtual filesystem service.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped Multimedia Service Session Manager.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopping PipeWire Multimedia Service...
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped PipeWire Multimedia Service.
Jul 25 21:21:50 thomas-macbook mkinitcpio[2507]: ==> Starting build: 'none'
Jul 25 21:21:50 thomas-macbook mkinitcpio[2507]:   -> Running build hook: [sd-shutdown]
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped Accessibility services bus.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped target Basic System.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped target Paths.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped target Sockets.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped target Timers.
Jul 25 21:21:50 thomas-macbook systemd[801]: Closed GnuPG network certificate management daemon.
Jul 25 21:21:50 thomas-macbook systemd[801]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 25 21:21:50 thomas-macbook systemd[801]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jul 25 21:21:50 thomas-macbook systemd[801]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jul 25 21:21:50 thomas-macbook systemd[801]: Closed GnuPG cryptographic agent and passphrase cache.
Jul 25 21:21:50 thomas-macbook systemd[801]: Closed GnuPG public key management service.
Jul 25 21:21:50 thomas-macbook systemd[801]: Closed p11-kit server.
Jul 25 21:21:50 thomas-macbook systemd[801]: Closed PipeWire PulseAudio.
Jul 25 21:21:50 thomas-macbook systemd[801]: Closed PipeWire Multimedia System Sockets.
Jul 25 21:21:50 thomas-macbook dbus-broker[819]: Dispatched 2800 messages @ 6(±7)μs / message.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopping D-Bus User Message Bus...
Jul 25 21:21:50 thomas-macbook mkinitcpio[2507]: ==> Build complete.
Jul 25 21:21:50 thomas-macbook systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Finished Generate shutdown-ramfs.
Jul 25 21:21:50 thomas-macbook systemd[801]: Stopped D-Bus User Message Bus.
Jul 25 21:21:50 thomas-macbook systemd[801]: Removed slice User Core Session Slice.
Jul 25 21:21:50 thomas-macbook systemd[801]: Closed D-Bus User Message Bus Socket.
Jul 25 21:21:50 thomas-macbook systemd[801]: Removed slice User Application Slice.
Jul 25 21:21:50 thomas-macbook systemd[801]: app.slice: Consumed 1min 23.180s CPU time, 1.1G memory peak.
Jul 25 21:21:50 thomas-macbook systemd[801]: Reached target Shutdown.
Jul 25 21:21:50 thomas-macbook systemd[801]: Finished Exit the Session.
Jul 25 21:21:50 thomas-macbook systemd[801]: Reached target Exit the Session.
Jul 25 21:21:50 thomas-macbook (sd-pam)[803]: pam_unix(systemd-user:session): session closed for user thomas
Jul 25 21:21:50 thomas-macbook (sd-pam)[803]: pam_systemd(systemd-user:session): Failed to release session: Caller does not belong to any known session.
Jul 25 21:21:50 thomas-macbook (sd-pam)[803]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[thomas] ruser=[<unknown>] rhost=[<unknown>]
Jul 25 21:21:50 thomas-macbook acpid[718]: exiting
Jul 25 21:21:50 thomas-macbook systemd[1]: acpid.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped ACPI event daemon.
Jul 25 21:21:50 thomas-macbook systemd[1]: user@1000.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped User Manager for UID 1000.
Jul 25 21:21:50 thomas-macbook systemd[1]: user@1000.service: Consumed 1min 24.237s CPU time, 1.2G memory peak.
Jul 25 21:21:50 thomas-macbook sddm[757]: Display server stopped.
Jul 25 21:21:50 thomas-macbook sddm[757]: Running display stop script  QList("/usr/share/sddm/scripts/Xstop")
Jul 25 21:21:50 thomas-macbook systemd[1]: sddm.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Simple Desktop Display Manager.
Jul 25 21:21:50 thomas-macbook systemd[1]: sddm.service: Consumed 15.146s CPU time, 185.7M memory peak.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Permit User Sessions...
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping User Runtime Directory /run/user/1000...
Jul 25 21:21:50 thomas-macbook systemd[1]: run-user-1000.mount: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Unmounted /run/user/1000.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Permit User Sessions.
Jul 25 21:21:50 thomas-macbook systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped User Runtime Directory /run/user/1000.
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice User Slice of UID 1000.
Jul 25 21:21:50 thomas-macbook systemd[1]: user-1000.slice: Consumed 1min 48.272s CPU time, 2G memory peak.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Network.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Remote File Systems.
Jul 25 21:21:50 thomas-macbook NetworkManager[2379]: <info>  [1721938910.6564] caught SIGTERM, shutting down normally.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Network Manager...
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping User Login Management...
Jul 25 21:21:50 thomas-macbook NetworkManager[2379]: <info>  [1721938910.6577] device (wlp2s0): state change: disconnected -> unmanaged (reason 'unmanaged-quitting', sys-iface-state: 'managed')
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping WPA supplicant...
Jul 25 21:21:50 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Jul 25 21:21:50 thomas-macbook NetworkManager[2379]: <warn>  [1721938910.6582] platform-linux: do-change-link[3]: failure 23 (Too many open files in system) (assume success changing address)
Jul 25 21:21:50 thomas-macbook NetworkManager[2379]: <info>  [1721938910.6583] device (wlp2s0): set-hw-addr: reset MAC address to 28:CF:E9:63:3E:3B (unmanage)
Jul 25 21:21:50 thomas-macbook dbus-broker-launch[715]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Jul 25 21:21:50 thomas-macbook NetworkManager[2379]: <info>  [1721938910.6730] exiting (success)
Jul 25 21:21:50 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Jul 25 21:21:50 thomas-macbook wpa_supplicant[750]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Jul 25 21:21:50 thomas-macbook systemd[1]: NetworkManager.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Network Manager.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-logind.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped User Login Management.
Jul 25 21:21:50 thomas-macbook wpa_supplicant[750]: wlp2s0: CTRL-EVENT-TERMINATING
Jul 25 21:21:50 thomas-macbook systemd[1]: wpa_supplicant.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped WPA supplicant.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Basic System.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Path Units.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Slice Units.
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice User and Session Slice.
Jul 25 21:21:50 thomas-macbook systemd[1]: user.slice: Consumed 1min 48.836s CPU time, 2.1G memory peak.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Socket Units.
Jul 25 21:21:50 thomas-macbook systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice Slice /system/dirmngr.
Jul 25 21:21:50 thomas-macbook systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice Slice /system/gpg-agent-browser.
Jul 25 21:21:50 thomas-macbook systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice Slice /system/gpg-agent-extra.
Jul 25 21:21:50 thomas-macbook systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
Jul 25 21:21:50 thomas-macbook systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice Slice /system/gpg-agent.
Jul 25 21:21:50 thomas-macbook systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice Slice /system/keyboxd.
Jul 25 21:21:50 thomas-macbook systemd[1]: sshd-unix-local.socket: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Closed OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-hostnamed.socket: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Closed Hostname Service Socket.
Jul 25 21:21:50 thomas-macbook dbus-broker[716]: Dispatched 5265 messages @ 6(±7)μs / message.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping D-Bus System Message Bus...
Jul 25 21:21:50 thomas-macbook systemd[1]: dbus-broker.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped D-Bus System Message Bus.
Jul 25 21:21:50 thomas-macbook systemd[1]: dbus.socket: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Closed D-Bus System Message Bus Socket.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target System Initialization.
Jul 25 21:21:50 thomas-macbook systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Local Encrypted Volumes.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Local Integrity Protected Volumes.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Local Verity Protected Volumes.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight...
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-boot-random-seed.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Update Boot Loader Random Seed.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Load/Save OS Random Seed...
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-sysctl.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Apply Kernel Variables.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-coredump.socket: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Closed Process Core Dump Socket.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-modules-load.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Load Kernel Modules.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Network Time Synchronization...
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-update-done.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Update is Completed.
Jul 25 21:21:50 thomas-macbook systemd[1]: ldconfig.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Rebuild Dynamic Linker Cache.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-boot-update.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Automatic Boot Loader Update.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-journal-catalog-update.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Rebuild Journal Catalog.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Jul 25 21:21:50 thomas-macbook systemd[1]: run-credentials-systemd\x2dsysctl.service.mount: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-backlight@backlight:acpi_video0.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-timesyncd.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Network Time Synchronization.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-backlight@leds:smc::kbd_backlight.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-random-seed.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Load/Save OS Random Seed.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice Slice /system/systemd-backlight.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Create System Files and Directories.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Local File Systems.
Jul 25 21:21:50 thomas-macbook systemd[1]: Unmounting /boot...
Jul 25 21:21:50 thomas-macbook systemd[1]: Unmounting Temporary Directory /tmp...
Jul 25 21:21:50 thomas-macbook systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dsetup.service.mount: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: boot.mount: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Unmounted /boot.
Jul 25 21:21:50 thomas-macbook systemd[1]: tmp.mount: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Unmounted Temporary Directory /tmp.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Preparation for Local File Systems.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped target Swaps.
Jul 25 21:21:50 thomas-macbook systemd[1]: Deactivating swap Compressed Swap on /dev/zram0...
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Create Static Device Nodes in /dev.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-sysusers.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Create System Users.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Remount Root and Kernel File Systems.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Create Static Device Nodes in /dev gracefully.
Jul 25 21:21:50 thomas-macbook systemd[1]: dev-zram0.swap: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Deactivated swap Compressed Swap on /dev/zram0.
Jul 25 21:21:50 thomas-macbook systemd[1]: Reached target Unmount All Filesystems.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopping Create swap on /dev/zram0...
Jul 25 21:21:50 thomas-macbook kernel: zram0: detected capacity change from 16074752 to 0
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-zram-setup@zram0.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Stopped Create swap on /dev/zram0.
Jul 25 21:21:50 thomas-macbook systemd[1]: Removed slice Slice /system/systemd-zram-setup.
Jul 25 21:21:50 thomas-macbook systemd[1]: Reached target System Shutdown.
Jul 25 21:21:50 thomas-macbook systemd[1]: Reached target Late Shutdown Services.
Jul 25 21:21:50 thomas-macbook systemd[1]: systemd-reboot.service: Deactivated successfully.
Jul 25 21:21:50 thomas-macbook systemd[1]: Finished System Reboot.
Jul 25 21:21:50 thomas-macbook systemd[1]: Reached target System Reboot.
Jul 25 21:21:50 thomas-macbook systemd[1]: Shutting down.
Jul 25 21:21:51 thomas-macbook systemd-shutdown[1]: Syncing filesystems and block devices.
Jul 25 21:21:51 thomas-macbook systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Jul 25 21:21:51 thomas-macbook systemd-journald[384]: Received SIGTERM from PID 1 (systemd-shutdow).
Jul 25 21:21:51 thomas-macbook systemd-journald[384]: Journal stopped

Desktop: Ryzen 7 1800X | AMD 7800XT | KDE Plasma
MacbookPro-2012 | MATE

Offline

#8 2024-07-25 20:39:49

seth
Member
Registered: 2012-09-03
Posts: 56,423

Re: WiFi fails to connect after wpa_supplicant update

@saf1, you're not getting that *exact* kernel warning though - does downgrading wpa_supplicant fix it?

Offline

#9 2024-07-26 04:42:02

sirderpalot
Member
Registered: 2024-07-26
Posts: 1

Re: WiFi fails to connect after wpa_supplicant update

I know it's a totally different architecture, but I'm having the same issue as saf1 on two rpi0 2w's on armv7h, with brcmfmac (I think). A downgrade was needed.

Offline

#10 2024-07-26 06:53:50

julienfalque
Member
Registered: 2016-06-17
Posts: 46

Re: WiFi fails to connect after wpa_supplicant update

Is the WiFi adapter using the wl driver?

No, it's using the brcmfmac driver. I'm on a Dell XPS 15 9550 with a Broadcom chip.

Offline

#11 2024-07-26 11:44:24

TempusNemini
Member
From: Moon
Registered: 2023-07-16
Posts: 16

Re: WiFi fails to connect after wpa_supplicant update

The same problem on iMac 14,3. Downgraded wpa-supplicant to get internet back.
Another solution is to enable testing repo, then you get next version (2.11-2), which works fine as well.

Last edited by TempusNemini (2024-07-26 12:45:36)

Offline

#12 2024-07-26 12:24:19

luizzeross
Member
Registered: 2024-07-26
Posts: 1

Re: WiFi fails to connect after wpa_supplicant update

I was having the same problem with a Broadcom BCM4360 chip. I just installed wpa_supplicant-2:2.11-2-x86_64.pkg.tar.zst from core-testing and wifi is back again.

Last edited by luizzeross (2024-07-26 12:24:33)

Offline

#13 2024-07-26 13:34:53

Tha-Fox
Member
Registered: 2010-11-25
Posts: 24
Website

Re: WiFi fails to connect after wpa_supplicant update

I have mid-2015 MacBook Pro with Broadcom BCM43602 chip and brcmfmac driver. Downgrading wpa_supplicant fixes this, so now I'm just waiting for the next version (2.11-2) to hit the core repo.

Offline

#14 2024-07-27 14:46:14

saf1
Member
Registered: 2011-04-04
Posts: 23

Re: WiFi fails to connect after wpa_supplicant update

wpa_supplicant 2:2.11-2 didn't solve the problem for me.
I tried iwd 2.19-1 and it works fine.
I need my wifi for now, so I will investigate this problem more when I have time.

Offline

#15 2024-07-29 09:52:10

Tha-Fox
Member
Registered: 2010-11-25
Posts: 24
Website

Re: WiFi fails to connect after wpa_supplicant update

wpa_supplicant 2:2.11-2 didn't solve the problem for me either. I need to try iwd next.

Offline

#16 2024-07-29 16:06:28

cardone
Member
Registered: 2009-03-24
Posts: 5

Re: WiFi fails to connect after wpa_supplicant update

The problem was solved for me with version wpa_supplicant 2:2.11-2

Offline

#17 2024-07-31 06:57:46

opotonil
Member
Registered: 2009-09-12
Posts: 38

Re: WiFi fails to connect after wpa_supplicant update

wpa_supplicant 2:2.11-2 didn't solve the problem for me either and iwd too fail.

I am using brcmfmac4330-sdio with brcmfmac.

Offline

#18 2024-07-31 07:05:40

seth
Member
Registered: 2012-09-03
Posts: 56,423

Re: WiFi fails to connect after wpa_supplicant update

Did wpa_supplicant ever work before resp. does the downgrade? (To rule out that this isn't a regression but maybe completely unrelated)
Has it ever worked w/ iwd (idk about the firmware but google randomly showed up it's maybe not properly supported by the nl80211 implementation in the driver)

Offline

#19 2024-07-31 07:33:52

opotonil
Member
Registered: 2009-09-12
Posts: 38

Re: WiFi fails to connect after wpa_supplicant update

Before updating wpa_supplicant was working:
  - wpa_supplicant 2:2.10-8: works
  - wpa_supplicant 2:2.11-1: fails
  - wpa_supplicant 2:2.11-2: fails

I had never tried with iwd, so I only know that with the current version iwd 2.19-1 fails.

Offline

#20 2024-07-31 07:35:10

seth
Member
Registered: 2012-09-03
Posts: 56,423

Re: WiFi fails to connect after wpa_supplicant update

wrt iwd, does wpa_supplicant 2:2.10-8 use wext or nl80211 for you (and does it work w/ "-Dnl80211"?)

Offline

#21 2024-07-31 08:00:17

opotonil
Member
Registered: 2009-09-12
Posts: 38

Re: WiFi fails to connect after wpa_supplicant update

With wpa_supplicant 2:2.10-8 I don't pass any extra parameters (-D wext) so I understand that it uses nl80211.

Just set /etc/wpa_supplicant/wpa_supplicant-wlan0.conf:

ctrl_interface=/run/wpa_supplicant
p2p_disabled=1

network={
  ssid="MySSID"
  key_mgmt=WPA-PSK
  psk="MyPresharedKeyInPlainText"
}

And start/enable wpa_supplicant@wlan0.service (I am using systemd-networkd to get DHCP)

Last edited by opotonil (2024-07-31 08:04:27)

Offline

#22 2024-07-31 16:16:24

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

Re: WiFi fails to connect after wpa_supplicant update

Does unpatched wpa_supplicant 2.10 work (see link below)?  If it does it should be possible to identify the cause using git bisection.
wpa_supplicant-2:2.10-8.1-x86_64.pkg.tar.zst

Offline

#23 2024-08-02 10:00:54

archie_junior
Member
Registered: 2023-11-12
Posts: 1

Re: WiFi fails to connect after wpa_supplicant update

andruhon wrote:

I have MacBook Pro 2013 with Broadcom Wireless BCM4331. WiFi similarly stopped working after wpa_supplicant update (2:2.10-8 → 2:2.11-1) and it works after reverting to `sudo pacman -U /var/cache/pacman/pkg/wpa_supplicant-2:2.10-8-x86_64.pkg.tar.zst` .

Thank you for this post. It helped me with the exact same issue.

Offline

#24 2024-08-02 11:43:02

shripadkrishna
Member
Registered: 2024-08-02
Posts: 1

Re: WiFi fails to connect after wpa_supplicant update

saf1 wrote:

I tried iwd 2.19-1 and it works fine.

Can confirm that WiFi connections work after switching to iwd 2.19-1. Had to uninstall wpa_applicant and networkmanager, then install networkmanager-iwd:

sudo pacman -Rns wpa_supplicant networkmanager network-manager-applet
sudo pacman -S networkmanager-iwd

Offline

#25 2024-08-03 20:10:12

opotonil
Member
Registered: 2009-09-12
Posts: 38

Re: WiFi fails to connect after wpa_supplicant update

loqs wrote:

Does unpatched wpa_supplicant 2.10 work (see link below)?  If it does it should be possible to identify the cause using git bisection.
wpa_supplicant-2:2.10-8.1-x86_64.pkg.tar.zst

I'm away on vacation, when I get back I'll try to make time for more tests.

Offline

Board footer

Powered by FluxBB