You are not logged in.
solved with new kernel.
Hi as topic says the broadcom 43224 card makes my system crash when I use the brcmfmac driver just alike with the broadcom-wl driver,
so I switched to b43 driver but which makes my card has very poor connection speed anyone can tell me why or how to resolve this?
lspci -v give
02:00.0 Network controller: Broadcom Inc. and subsidiaries BCM43224 802.11a/b/g/n (rev 01)
Subsystem: Apple Inc. AirPort Extreme
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at a0400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: bcma-pci-bridge
Kernel modules: bcmaand journalctl -b | grep b43 gives
Dez 09 12:44:23 macbox kernel: b43-phy0: Broadcom 43224 WLAN found (core revision 23)
Dez 09 12:44:23 macbox kernel: b43-phy0: Found PHY: Analog 8, Type 4 (N), Revision 6
Dez 09 12:44:23 macbox kernel: b43-phy0: Found Radio: Manuf 0x17F, ID 0x2056, Revision 11, Version 0
Dez 09 12:44:23 macbox kernel: b43-phy0: Loading firmware version 784.2 (2012-08-15 21:35:19)
Dez 09 12:44:24 macbox kernel: b43-phy0: Loading firmware version 784.2 (2012-08-15 21:35:19)so I guess the card is detected correctly and b43 is loaded yet it has poor connection speed.
Last edited by kalmuneiu (2023-12-12 05:12:30)
Offline
Use the wl driver instead.
Jin, Jîyan, Azadî
Offline
As I said I tried the broadcom-wl driver too and it makes the system crash too, is this a big should I report it somewhere? ollowing the freeze there is noentry in journal. I tried use lts kernel but it hangs for some reason frist on login and then when I issue cmds with broadcom-wl-dkms and is thus not usable
edit say when I load broadcom-wl with the regular stable kernel i have following journal entry:
wlan0: Broadcom BCM4353 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)buzt I suppose this hybrid card has the bcm43224 chip as seen in lspci
edit says again: this card used to work a while ago out of the box but since it is my mas laptop I do not know since when this freeze occurs because of course my mom does not know that much about linux other then usage and she told me way to late this was happening
Last edited by kalmuneiu (2023-12-09 13:57:53)
Offline
As I said I tried the broadcom-wl driver too
Oops, sorry.
Try disabling the power management with the stable b43 driver:
# iw dev wlan0 set power_save offIf that helps automate it at boot with a udev rule: https://wiki.archlinux.org/title/Power_ … interfaces ← that shows how to enable power management, you should replace "on" with "off" to do the reverse.
Last edited by Head_on_a_Stick (2023-12-09 14:59:40)
Jin, Jîyan, Azadî
Offline
is this a big should I report it somewhere?
We know that broadcom wifi is FUBAR: https://wiki.archlinux.org/title/Broadcom
Kernel driver in use: bcma-pci-bridgeYou're not using brcmsmac
I tried use lts kernel but it hangs for some reason frist on login and then when I issue cmds with broadcom-wl-dkms and is thus not usable
Can we have the english version of that, please?
this card used to work a while ago out of the box
Broadcom chips don't work out of the box…
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st and also "lspci -knn"
It's not like there was *one* BCM43224 chip - https://wireless.wiki.kernel.org/en/users/drivers/b43 lists at least three iterations
Offline
I believe I've run into the same issue. It manifests as hangs when running a wide variety of commands (e.g. systemctl, journalctl, ip, and sudo). The issues started yesterday after a kernel upgrade from 6.6.4 to 6.6.5. Downgrading just the kernel has completely eliminated the problem.
My setup is a mid-2012 MacBook Pro (9,2), which has a BCM4331 card. Running broadcom-wl-dkms (regular broadcom-wl shows the asme issue). lspci had this to say about the card:
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)
Subsystem: Broadcom Inc. and subsidiaries BCM4331 802.11a/b/g/n [14e4:4331]
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at a0600000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Capabilities: [58] Vendor Specific Information: Len=78 <?>
Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [d0] Express Endpoint, MSI 00
Capabilities: [100] Advanced Error Reporting
Capabilities: [13c] Virtual Channel
Capabilities: [160] Device Serial Number 08-66-c3-ff-ff-89-7c-d1
Capabilities: [16c] Power Budgeting <?>
Kernel driver in use: wl
Kernel modules: bcma, wlOutput of :lspci -knn":
00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
Subsystem: Apple Inc. 3rd Gen Core processor DRAM Controller [106b:00fa]
Kernel driver in use: ivb_uncore
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0151] (rev 09)
Subsystem: Apple Inc. Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [106b:00fa]
Kernel driver in use: pcieport
00:02.0 VGA compatible controller [0300]: Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 09)
Subsystem: Apple Inc. 3rd Gen Core processor Graphics Controller [106b:00fa]
Kernel driver in use: i915
Kernel modules: i915
00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
Subsystem: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:7270]
Kernel driver in use: xhci_hcd
Kernel modules: xhci_pci
00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C216 Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
Subsystem: Intel Corporation 7 Series/C216 Chipset Family MEI Controller [8086:7270]
Kernel driver in use: mei_me
Kernel modules: mei_me
00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
Subsystem: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller [8086:7270]
Kernel driver in use: ehci-pci
00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
Subsystem: Intel Corporation 7 Series/C216 Chipset Family High Definition Audio Controller [8086:7270]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
Subsystem: Intel Corporation 7 Series/C216 Chipset Family PCI Express Root Port 1 [8086:7270]
Kernel driver in use: pcieport
00:1c.1 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 [8086:1e12] (rev c4)
Subsystem: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 [8086:7270]
Kernel driver in use: pcieport
00:1c.2 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:1e14] (rev c4)
Subsystem: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 3 [8086:7270]
Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
Subsystem: Intel Corporation 7 Series/C216 Chipset Family USB Enhanced Host Controller [8086:7270]
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge [0601]: Intel Corporation HM77 Express Chipset LPC Controller [8086:1e57] (rev 04)
Subsystem: Intel Corporation HM77 Express Chipset LPC Controller [8086:7270]
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04)
Subsystem: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:7270]
Kernel driver in use: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller [8086:1e22] (rev 04)
Subsystem: Intel Corporation 7 Series/C216 Chipset Family SMBus Controller [8086:7270]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
01:00.0 Ethernet controller [0200]: Broadcom Inc. and subsidiaries NetXtreme BCM57765 Gigabit Ethernet PCIe [14e4:16b4] (rev 10)
Subsystem: Broadcom Inc. and subsidiaries NetXtreme BCM57765 Gigabit Ethernet PCIe [14e4:16b4]
Kernel driver in use: tg3
Kernel modules: tg3
01:00.1 SD Host controller [0805]: Broadcom Inc. and subsidiaries BCM57765/57785 SDXC/MMC Card Reader [14e4:16bc] (rev 10)
Subsystem: Broadcom Inc. and subsidiaries BCM57765/57785 SDXC/MMC Card Reader [14e4:0000]
Kernel driver in use: sdhci-pci
Kernel modules: sdhci_pci
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4331 802.11a/b/g/n [14e4:4331] (rev 02)
Subsystem: Broadcom Inc. and subsidiaries BCM4331 802.11a/b/g/n [14e4:4331]
Kernel driver in use: wl
Kernel modules: bcma, wl
03:00.0 FireWire (IEEE 1394) [0c00]: LSI Corporation FW643 [TrueFire] PCIe 1394b Controller [11c1:5901] (rev 08)
Subsystem: LSI Corporation FW643 [TrueFire] PCIe 1394b Controller [11c1:5900]
Kernel driver in use: firewire_ohci
Kernel modules: firewire_ohci
04:00.0 PCI bridge [0604]: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] [8086:1513]
Kernel driver in use: pcieport
05:00.0 PCI bridge [0604]: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] [8086:1513]
Kernel driver in use: pcieport
05:03.0 PCI bridge [0604]: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] [8086:1513]
Kernel driver in use: pcieport
05:04.0 PCI bridge [0604]: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] [8086:1513]
Kernel driver in use: pcieport
05:05.0 PCI bridge [0604]: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] [8086:1513]
Kernel driver in use: pcieport
05:06.0 PCI bridge [0604]: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] [8086:1513]
Kernel driver in use: pcieport
06:00.0 System peripheral [0880]: Intel Corporation CV82524 Thunderbolt Controller [Light Ridge 4C 2010] [8086:1513]
Subsystem: Device [2222:1111]
Kernel driver in use: thunderbolt
Kernel modules: thunderboltLogs from boot that had the issue: https://0x0.st/H34f.txt
Offline
You've an uplink on the tg3 chip and there's a virtual bridge (from dnsmasq)
Wlan actually manages the association
Dec 10 15:47:30 hostname wpa_supplicant[618]: wlan0: Trying to associate with 10:27:f5:71:11:42 (SSID='Home' freq=5240 MHz)
Dec 10 15:47:30 hostname NetworkManager[583]: <info> [1702241250.0116] device (wlan0): supplicant interface state: disconnected -> associating
Dec 10 15:47:30 hostname wpa_supplicant[618]: wlan0: Associated with 10:27:f5:71:11:42
Dec 10 15:47:30 hostname wpa_supplicant[618]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Dec 10 15:47:30 hostname wpa_supplicant[618]: wlan0: WPA: Key negotiation completed with 10:27:f5:71:11:42 [PTK=CCMP GTK=CCMP]
Dec 10 15:47:30 hostname wpa_supplicant[618]: wlan0: CTRL-EVENT-CONNECTED - Connection to 10:27:f5:71:11:42 completed [id=0 id_str=]NM fails to start resolved but then gets a lease on the wired NIC
Dec 10 15:47:31 hostname dbus-daemon[577]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Dec 10 15:47:31 hostname NetworkManager[583]: <info> [1702241251.2097] dhcp4 (enp1s0f0): state changed new lease, address=10.0.0.200and completely stopped caring about the wifi NIC.
Simplify the setup.
Disable NM & dnsmasq, pull the RJ45 plug and try to connect to the WiFi using wifi-menu from the netctl package.
Report the results (success, errors, …)
Offline
Well is not the 80211 broadcom driver part of the kernel by now specifically brcmfmac and brcmsmac so it should work out of the box.
Which is the kernel module for brcmsmac? is it not bcma? if not which driver and module am I using in the above journal?
Anyway this is journalctl -b -1 after a crash using broadcom-wl driver and wl module
Dez 11 21:57:26 macbox kernel: Linux version 6.6.4-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Mon, 04 Dec 2023 00:29:19 +0000
Dez 11 21:57:26 macbox kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=dd68c04a-a427-4cf4-bfed-23cbf4a0a1ab rw lsm=landlock,lockdown,yama,integrity,apparmor,bpf loglevel=3 quiet
Dez 11 21:57:26 macbox kernel: reserving inaccessible SNB gfx pages
Dez 11 21:57:26 macbox kernel: BIOS-provided physical RAM map:
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x000000000008e000-0x000000000008ffff] reserved
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x0000000040200000-0x000000008ad33fff] usable
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x000000008ad34000-0x000000008ad5efff] ACPI NVS
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x000000008ad5f000-0x000000008ad6bfff] usable
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x000000008ad6c000-0x000000008ad8efff] ACPI data
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x000000008ad8f000-0x000000008ae2ffff] usable
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x000000008ae30000-0x000000008ae8efff] reserved
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x000000008ae8f000-0x000000008aed0fff] usable
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x000000008aed1000-0x000000008aefefff] reserved
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x000000008aeff000-0x000000008afa1fff] usable
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x000000008afa2000-0x000000008f9fffff] reserved
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x00000000ffed0000-0x00000000ffefffff] reserved
Dez 11 21:57:26 macbox kernel: BIOS-e820: [mem 0x0000000100000000-0x000000016fdfffff] usable
Dez 11 21:57:26 macbox kernel: NX (Execute Disable) protection: active
Dez 11 21:57:26 macbox kernel: APIC: Static calls initialized
Dez 11 21:57:26 macbox kernel: e820: update [mem 0x87ecb190-0x87edb1cf] usable ==> usable
Dez 11 21:57:26 macbox kernel: e820: update [mem 0x87ecb190-0x87edb1cf] usable ==> usable
Dez 11 21:57:26 macbox kernel: e820: update [mem 0x87eca810-0x87ecacc5] usable ==> usable
Dez 11 21:57:26 macbox kernel: e820: update [mem 0x87eca810-0x87ecacc5] usable ==> usable
Dez 11 21:57:26 macbox kernel: extended physical RAM map:
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000008dfff] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x000000000008e000-0x000000000008ffff] reserved
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x0000000000090000-0x000000000009ffff] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x0000000000100000-0x000000001fffffff] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x0000000020000000-0x00000000201fffff] reserved
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x0000000020200000-0x000000003fffffff] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x0000000040000000-0x00000000401fffff] reserved
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x0000000040200000-0x0000000087eca80f] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x0000000087eca810-0x0000000087ecacc5] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x0000000087ecacc6-0x0000000087ecb18f] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x0000000087ecb190-0x0000000087edb1cf] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x0000000087edb1d0-0x000000008ad33fff] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x000000008ad34000-0x000000008ad5efff] ACPI NVS
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x000000008ad5f000-0x000000008ad6bfff] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x000000008ad6c000-0x000000008ad8efff] ACPI data
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x000000008ad8f000-0x000000008ae2ffff] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x000000008ae30000-0x000000008ae8efff] reserved
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x000000008ae8f000-0x000000008aed0fff] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x000000008aed1000-0x000000008aefefff] reserved
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x000000008aeff000-0x000000008afa1fff] usable
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x000000008afa2000-0x000000008f9fffff] reserved
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x00000000ffed0000-0x00000000ffefffff] reserved
Dez 11 21:57:26 macbox kernel: reserve setup_data: [mem 0x0000000100000000-0x000000016fdfffff] usable
Dez 11 21:57:26 macbox kernel: efi: EFI v1.1 by Apple
Dez 11 21:57:26 macbox kernel: efi: ACPI=0x8ad8e000 ACPI 2.0=0x8ad8e014 SMBIOS=0x8ad35000 INITRD=0x87ee3990
Dez 11 21:57:26 macbox kernel: efi: Not removing mem232: MMIO range=[0xe00f8000-0xe00f8fff] (4KB) from e820 map
Dez 11 21:57:26 macbox kernel: efi: Not removing mem233: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
Dez 11 21:57:26 macbox kernel: efi: Not removing mem234: MMIO range=[0xffed0000-0xffefffff] (192KB) from e820 map
Dez 11 21:57:26 macbox kernel: SMBIOS 2.4 present.
Dez 11 21:57:26 macbox kernel: DMI: Apple Inc. MacBookAir4,1/Mac-C08A6BB70A942AC2, BIOS 135.0.0.0.0 06/14/2019
Dez 11 21:57:26 macbox kernel: tsc: Fast TSC calibration using PIT
Dez 11 21:57:26 macbox kernel: tsc: Detected 1600.089 MHz processor
Dez 11 21:57:26 macbox kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Dez 11 21:57:26 macbox kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Dez 11 21:57:26 macbox kernel: last_pfn = 0x16fe00 max_arch_pfn = 0x400000000
Dez 11 21:57:26 macbox kernel: MTRR map: 5 entries (4 fixed + 1 variable; max 24), built from 10 variable MTRRs
Dez 11 21:57:26 macbox kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Dez 11 21:57:26 macbox kernel: last_pfn = 0x8afa2 max_arch_pfn = 0x400000000
Dez 11 21:57:26 macbox kernel: Secure boot disabled
Dez 11 21:57:26 macbox kernel: RAMDISK: [mem 0x7fcf1000-0x81238fff]
Dez 11 21:57:26 macbox kernel: ACPI: Early table checksum verification disabled
Dez 11 21:57:26 macbox kernel: ACPI: RSDP 0x000000008AD8E014 000024 (v02 APPLE )
Dez 11 21:57:26 macbox kernel: ACPI: XSDT 0x000000008AD8E1C0 0000A4 (v01 APPLE Apple00 00000060 01000013)
Dez 11 21:57:26 macbox kernel: ACPI: FACP 0x000000008AD8C000 0000F4 (v04 APPLE Apple00 00000060 Loki 0000005F)
Dez 11 21:57:26 macbox kernel: ACPI: DSDT 0x000000008AD81000 005050 (v01 APPLE MacBookA 00040001 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: FACS 0x000000008AD3E000 000040
Dez 11 21:57:26 macbox kernel: ACPI: FACS 0x000000008AD3E000 000040
Dez 11 21:57:26 macbox kernel: ACPI: HPET 0x000000008AD8B000 000038 (v01 APPLE Apple00 00000001 Loki 0000005F)
Dez 11 21:57:26 macbox kernel: ACPI: APIC 0x000000008AD8A000 0000BC (v02 APPLE Apple00 00000001 Loki 0000005F)
Dez 11 21:57:26 macbox kernel: ACPI: SBST 0x000000008AD88000 000030 (v01 APPLE Apple00 00000001 Loki 0000005F)
Dez 11 21:57:26 macbox kernel: ACPI: ECDT 0x000000008AD87000 000053 (v01 APPLE Apple00 00000001 Loki 0000005F)
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0x000000008AD7E000 000107 (v01 APPLE SataAhci 00001000 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0x000000008AD7D000 000024 (v01 APPLE SmcDppt 00001000 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0x000000008AD7A000 0006BE (v01 APPLE UsbNoRmh 00001000 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0x000000008AD77000 000159 (v02 APPLE IGHda 00001000 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0x000000008AD75000 000032 (v01 APPLE SsdtS3 00001000 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0x000000008AD73000 0015EB (v02 APPLE SsdtIGPU 00001000 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0x000000008AD72000 000461 (v01 PmRef Cpu0Ist 00003000 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0x000000008AD71000 0009B1 (v01 PmRef CpuPm 00003000 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0x000000008AD70000 000315 (v01 PmRef Cpu0Tst 00003000 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0x000000008AD6F000 00037A (v01 PmRef ApTst 00003000 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: MCFG 0x000000008AD89000 00003C (v01 APPLE Apple00 00000001 Loki 0000005F)
Dez 11 21:57:26 macbox kernel: ACPI: Reserving FACP table memory at [mem 0x8ad8c000-0x8ad8c0f3]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving DSDT table memory at [mem 0x8ad81000-0x8ad8604f]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving FACS table memory at [mem 0x8ad3e000-0x8ad3e03f]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving FACS table memory at [mem 0x8ad3e000-0x8ad3e03f]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving HPET table memory at [mem 0x8ad8b000-0x8ad8b037]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving APIC table memory at [mem 0x8ad8a000-0x8ad8a0bb]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving SBST table memory at [mem 0x8ad88000-0x8ad8802f]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving ECDT table memory at [mem 0x8ad87000-0x8ad87052]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad7e000-0x8ad7e106]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad7d000-0x8ad7d023]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad7a000-0x8ad7a6bd]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad77000-0x8ad77158]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad75000-0x8ad75031]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad73000-0x8ad745ea]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad72000-0x8ad72460]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad71000-0x8ad719b0]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad70000-0x8ad70314]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving SSDT table memory at [mem 0x8ad6f000-0x8ad6f379]
Dez 11 21:57:26 macbox kernel: ACPI: Reserving MCFG table memory at [mem 0x8ad89000-0x8ad8903b]
Dez 11 21:57:26 macbox kernel: ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Dez 11 21:57:26 macbox kernel: No NUMA configuration found
Dez 11 21:57:26 macbox kernel: Faking a node at [mem 0x0000000000000000-0x000000016fdfffff]
Dez 11 21:57:26 macbox kernel: NODE_DATA(0) allocated [mem 0x16fdfb000-0x16fdfffff]
Dez 11 21:57:26 macbox kernel: Zone ranges:
Dez 11 21:57:26 macbox kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Dez 11 21:57:26 macbox kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Dez 11 21:57:26 macbox kernel: Normal [mem 0x0000000100000000-0x000000016fdfffff]
Dez 11 21:57:26 macbox kernel: Device empty
Dez 11 21:57:26 macbox kernel: Movable zone start for each node
Dez 11 21:57:26 macbox kernel: Early memory node ranges
Dez 11 21:57:26 macbox kernel: node 0: [mem 0x0000000000001000-0x000000000008dfff]
Dez 11 21:57:26 macbox kernel: node 0: [mem 0x0000000000090000-0x000000000009ffff]
Dez 11 21:57:26 macbox kernel: node 0: [mem 0x0000000000100000-0x000000001fffffff]
Dez 11 21:57:26 macbox kernel: node 0: [mem 0x0000000020200000-0x000000003fffffff]
Dez 11 21:57:26 macbox kernel: node 0: [mem 0x0000000040200000-0x000000008ad33fff]
Dez 11 21:57:26 macbox kernel: node 0: [mem 0x000000008ad5f000-0x000000008ad6bfff]
Dez 11 21:57:26 macbox kernel: node 0: [mem 0x000000008ad8f000-0x000000008ae2ffff]
Dez 11 21:57:26 macbox kernel: node 0: [mem 0x000000008ae8f000-0x000000008aed0fff]
Dez 11 21:57:26 macbox kernel: node 0: [mem 0x000000008aeff000-0x000000008afa1fff]
Dez 11 21:57:26 macbox kernel: node 0: [mem 0x0000000100000000-0x000000016fdfffff]
Dez 11 21:57:26 macbox kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000016fdfffff]
Dez 11 21:57:26 macbox kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Dez 11 21:57:26 macbox kernel: On node 0, zone DMA: 2 pages in unavailable ranges
Dez 11 21:57:26 macbox kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Dez 11 21:57:26 macbox kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Dez 11 21:57:26 macbox kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Dez 11 21:57:26 macbox kernel: On node 0, zone DMA32: 43 pages in unavailable ranges
Dez 11 21:57:26 macbox kernel: On node 0, zone DMA32: 35 pages in unavailable ranges
Dez 11 21:57:26 macbox kernel: On node 0, zone DMA32: 95 pages in unavailable ranges
Dez 11 21:57:26 macbox kernel: On node 0, zone DMA32: 46 pages in unavailable ranges
Dez 11 21:57:26 macbox kernel: On node 0, zone Normal: 20574 pages in unavailable ranges
Dez 11 21:57:26 macbox kernel: On node 0, zone Normal: 512 pages in unavailable ranges
Dez 11 21:57:26 macbox kernel: Reserving Intel graphics memory at [mem 0x8ba00000-0x8f9fffff]
Dez 11 21:57:26 macbox kernel: ACPI: PM-Timer IO Port: 0x408
Dez 11 21:57:26 macbox kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Dez 11 21:57:26 macbox kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Dez 11 21:57:26 macbox kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Dez 11 21:57:26 macbox kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Dez 11 21:57:26 macbox kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Dez 11 21:57:26 macbox kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Dez 11 21:57:26 macbox kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Dez 11 21:57:26 macbox kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Dez 11 21:57:26 macbox kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Dez 11 21:57:26 macbox kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dez 11 21:57:26 macbox kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dez 11 21:57:26 macbox kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Dez 11 21:57:26 macbox kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Dez 11 21:57:26 macbox kernel: TSC deadline timer available
Dez 11 21:57:26 macbox kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x0008e000-0x0008ffff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x87eca000-0x87ecafff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x87eca000-0x87ecafff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x87ecb000-0x87ecbfff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x87edb000-0x87edbfff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x8ad34000-0x8ad5efff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x8ad6c000-0x8ad8efff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x8ae30000-0x8ae8efff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x8aed1000-0x8aefefff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x8afa2000-0x8f9fffff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0x8fa00000-0xe00f7fff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffecffff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0xffed0000-0xffefffff]
Dez 11 21:57:26 macbox kernel: PM: hibernation: Registered nosave memory: [mem 0xfff00000-0xffffffff]
Dez 11 21:57:26 macbox kernel: [mem 0x8fa00000-0xe00f7fff] available for PCI devices
Dez 11 21:57:26 macbox kernel: Booting paravirtualized kernel on bare hardware
Dez 11 21:57:26 macbox kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Dez 11 21:57:26 macbox kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Dez 11 21:57:26 macbox kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u524288
Dez 11 21:57:26 macbox kernel: pcpu-alloc: s225280 r8192 d28672 u524288 alloc=1*2097152
Dez 11 21:57:26 macbox kernel: pcpu-alloc: [0] 0 1 2 3
Dez 11 21:57:26 macbox kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=dd68c04a-a427-4cf4-bfed-23cbf4a0a1ab rw lsm=landlock,lockdown,yama,integrity,apparmor,bpf loglevel=3 quiet
Dez 11 21:57:26 macbox kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Dez 11 21:57:26 macbox kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Dez 11 21:57:26 macbox kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Dez 11 21:57:26 macbox kernel: Fallback order for Node 0: 0
Dez 11 21:57:26 macbox kernel: Built 1 zonelists, mobility grouping on. Total pages: 1009955
Dez 11 21:57:26 macbox kernel: Policy zone: Normal
Dez 11 21:57:26 macbox kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Dez 11 21:57:26 macbox kernel: software IO TLB: area num 4.
Dez 11 21:57:26 macbox kernel: Memory: 3843320K/4104592K available (16384K kernel code, 2132K rwdata, 13068K rodata, 3412K init, 3840K bss, 261016K reserved, 0K cma-reserved)
Dez 11 21:57:26 macbox kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Dez 11 21:57:26 macbox kernel: Kernel/User page tables isolation: enabled
Dez 11 21:57:26 macbox kernel: ftrace: allocating 48801 entries in 191 pages
Dez 11 21:57:26 macbox kernel: ftrace: allocated 191 pages with 7 groups
Dez 11 21:57:26 macbox kernel: Dynamic Preempt: full
Dez 11 21:57:26 macbox kernel: rcu: Preemptible hierarchical RCU implementation.
Dez 11 21:57:26 macbox kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Dez 11 21:57:26 macbox kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Dez 11 21:57:26 macbox kernel: Trampoline variant of Tasks RCU enabled.
Dez 11 21:57:26 macbox kernel: Rude variant of Tasks RCU enabled.
Dez 11 21:57:26 macbox kernel: Tracing variant of Tasks RCU enabled.
Dez 11 21:57:26 macbox kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Dez 11 21:57:26 macbox kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Dez 11 21:57:26 macbox kernel: NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
Dez 11 21:57:26 macbox kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Dez 11 21:57:26 macbox kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Dez 11 21:57:26 macbox kernel: Console: colour dummy device 80x25
Dez 11 21:57:26 macbox kernel: printk: console [tty0] enabled
Dez 11 21:57:26 macbox kernel: ACPI: Core revision 20230628
Dez 11 21:57:26 macbox kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Dez 11 21:57:26 macbox kernel: APIC: Switch to symmetric I/O mode setup
Dez 11 21:57:26 macbox kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Dez 11 21:57:26 macbox kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Dez 11 21:57:26 macbox kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x17107900adb, max_idle_ns: 440795242127 ns
Dez 11 21:57:26 macbox kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3201.51 BogoMIPS (lpj=5333630)
Dez 11 21:57:26 macbox kernel: CPU0: Thermal monitoring enabled (TM1)
Dez 11 21:57:26 macbox kernel: process: using mwait in idle threads
Dez 11 21:57:26 macbox kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Dez 11 21:57:26 macbox kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Dez 11 21:57:26 macbox kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Dez 11 21:57:26 macbox kernel: Spectre V2 : Mitigation: Retpolines
Dez 11 21:57:26 macbox kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Dez 11 21:57:26 macbox kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Dez 11 21:57:26 macbox kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Dez 11 21:57:26 macbox kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Dez 11 21:57:26 macbox kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Dez 11 21:57:26 macbox kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Dez 11 21:57:26 macbox kernel: MDS: Mitigation: Clear CPU buffers
Dez 11 21:57:26 macbox kernel: MMIO Stale Data: Unknown: No mitigations
Dez 11 21:57:26 macbox kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Dez 11 21:57:26 macbox kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Dez 11 21:57:26 macbox kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Dez 11 21:57:26 macbox kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Dez 11 21:57:26 macbox kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Dez 11 21:57:26 macbox kernel: Freeing SMP alternatives memory: 40K
Dez 11 21:57:26 macbox kernel: pid_max: default: 32768 minimum: 301
Dez 11 21:57:26 macbox kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,apparmor,bpf,integrity
Dez 11 21:57:26 macbox kernel: landlock: Up and running.
Dez 11 21:57:26 macbox kernel: Yama: becoming mindful.
Dez 11 21:57:26 macbox kernel: AppArmor: AppArmor initialized
Dez 11 21:57:26 macbox kernel: LSM support for eBPF active
Dez 11 21:57:26 macbox kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Dez 11 21:57:26 macbox kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
Dez 11 21:57:26 macbox kernel: smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Dez 11 21:57:26 macbox kernel: RCU Tasks: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Dez 11 21:57:26 macbox kernel: RCU Tasks Rude: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Dez 11 21:57:26 macbox kernel: RCU Tasks Trace: Setting shift to 2 and lim to 1 rcu_task_cb_adjust=1.
Dez 11 21:57:26 macbox kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Dez 11 21:57:26 macbox kernel: ... version: 3
Dez 11 21:57:26 macbox kernel: ... bit width: 48
Dez 11 21:57:26 macbox kernel: ... generic registers: 4
Dez 11 21:57:26 macbox kernel: ... value mask: 0000ffffffffffff
Dez 11 21:57:26 macbox kernel: ... max period: 00007fffffffffff
Dez 11 21:57:26 macbox kernel: ... fixed-purpose events: 3
Dez 11 21:57:26 macbox kernel: ... event mask: 000000070000000f
Dez 11 21:57:26 macbox kernel: signal: max sigframe size: 1776
Dez 11 21:57:26 macbox kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1280
Dez 11 21:57:26 macbox kernel: rcu: Hierarchical SRCU implementation.
Dez 11 21:57:26 macbox kernel: rcu: Max phase no-delay instances is 1000.
Dez 11 21:57:26 macbox kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Dez 11 21:57:26 macbox kernel: smp: Bringing up secondary CPUs ...
Dez 11 21:57:26 macbox kernel: smpboot: x86: Booting SMP configuration:
Dez 11 21:57:26 macbox kernel: .... node #0, CPUs: #1 #2 #3
Dez 11 21:57:26 macbox 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.
Dez 11 21:57:26 macbox kernel: smp: Brought up 1 node, 4 CPUs
Dez 11 21:57:26 macbox kernel: smpboot: Max logical packages: 1
Dez 11 21:57:26 macbox kernel: smpboot: Total of 4 processors activated (12805.07 BogoMIPS)
Dez 11 21:57:26 macbox kernel: devtmpfs: initialized
Dez 11 21:57:26 macbox kernel: x86/mm: Memory block size: 128MB
Dez 11 21:57:26 macbox kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8ad34000-0x8ad5efff] (176128 bytes)
Dez 11 21:57:26 macbox kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Dez 11 21:57:26 macbox kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Dez 11 21:57:26 macbox kernel: pinctrl core: initialized pinctrl subsystem
Dez 11 21:57:26 macbox kernel: PM: RTC time: 20:57:20, date: 2023-12-11
Dez 11 21:57:26 macbox kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dez 11 21:57:26 macbox kernel: DMA: preallocated 512 KiB GFP_KERNEL pool for atomic allocations
Dez 11 21:57:26 macbox kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Dez 11 21:57:26 macbox kernel: DMA: preallocated 512 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Dez 11 21:57:26 macbox kernel: audit: initializing netlink subsys (disabled)
Dez 11 21:57:26 macbox kernel: audit: type=2000 audit(1702328240.083:1): state=initialized audit_enabled=0 res=1
Dez 11 21:57:26 macbox kernel: thermal_sys: Registered thermal governor 'fair_share'
Dez 11 21:57:26 macbox kernel: thermal_sys: Registered thermal governor 'bang_bang'
Dez 11 21:57:26 macbox kernel: thermal_sys: Registered thermal governor 'step_wise'
Dez 11 21:57:26 macbox kernel: thermal_sys: Registered thermal governor 'user_space'
Dez 11 21:57:26 macbox kernel: thermal_sys: Registered thermal governor 'power_allocator'
Dez 11 21:57:26 macbox kernel: cpuidle: using governor ladder
Dez 11 21:57:26 macbox kernel: cpuidle: using governor menu
Dez 11 21:57:26 macbox kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dez 11 21:57:26 macbox kernel: PCI: MMCONFIG for domain 0000 [bus 00-97] at [mem 0xe0000000-0xe97fffff] (base 0xe0000000)
Dez 11 21:57:26 macbox kernel: PCI: not using MMCONFIG
Dez 11 21:57:26 macbox kernel: PCI: Using configuration type 1 for base access
Dez 11 21:57:26 macbox kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Dez 11 21:57:26 macbox kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Dez 11 21:57:26 macbox kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Dez 11 21:57:26 macbox kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Dez 11 21:57:26 macbox kernel: ACPI: Disabled all _OSI OS vendors
Dez 11 21:57:26 macbox kernel: ACPI: Added _OSI(Module Device)
Dez 11 21:57:26 macbox kernel: ACPI: Added _OSI(Processor Device)
Dez 11 21:57:26 macbox kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Dez 11 21:57:26 macbox kernel: ACPI: Added _OSI(Processor Aggregator Device)
Dez 11 21:57:26 macbox kernel: ACPI: Added _OSI(Darwin)
Dez 11 21:57:26 macbox kernel: ACPI: 11 ACPI AML tables successfully acquired and loaded
Dez 11 21:57:26 macbox kernel: ACPI: EC: EC started
Dez 11 21:57:26 macbox kernel: ACPI: EC: interrupt blocked
Dez 11 21:57:26 macbox kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dez 11 21:57:26 macbox kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Dez 11 21:57:26 macbox kernel: ACPI: BIOS _OSI(Darwin) query honored via DMI
Dez 11 21:57:26 macbox kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Dez 11 21:57:26 macbox kernel: ACPI: Dynamic OEM Table Load:
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0xFFFF8881008E7000 000781 (v01 PmRef Cpu0Cst 00003001 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: Dynamic OEM Table Load:
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0xFFFF8881002A2800 0003A4 (v01 PmRef ApIst 00003000 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: Dynamic OEM Table Load:
Dez 11 21:57:26 macbox kernel: ACPI: SSDT 0xFFFF88810024CC00 000119 (v01 PmRef ApCst 00003000 INTL 20100915)
Dez 11 21:57:26 macbox kernel: ACPI: _OSC evaluated successfully for all CPUs
Dez 11 21:57:26 macbox kernel: ACPI: Interpreter enabled
Dez 11 21:57:26 macbox kernel: ACPI: PM: (supports S0 S3 S4 S5)
Dez 11 21:57:26 macbox kernel: ACPI: Using IOAPIC for interrupt routing
Dez 11 21:57:26 macbox kernel: PCI: MMCONFIG for domain 0000 [bus 00-97] at [mem 0xe0000000-0xe97fffff] (base 0xe0000000)
Dez 11 21:57:26 macbox kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe97fffff] reserved as ACPI motherboard resource
Dez 11 21:57:26 macbox kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Dez 11 21:57:26 macbox kernel: PCI: Using E820 reservations for host bridge windows
Dez 11 21:57:26 macbox kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
Dez 11 21:57:26 macbox kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Dez 11 21:57:26 macbox kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR DPC]
Dez 11 21:57:26 macbox kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-97] only partially covers this bridge
Dez 11 21:57:26 macbox kernel: PCI host bridge to bus 0000:00
Dez 11 21:57:26 macbox kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:00: root bus resource [mem 0x8fa00000-0xfeafffff window]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
Dez 11 21:57:26 macbox kernel: pci 0000:00:01.0: [8086:0101] type 01 class 0x060400
Dez 11 21:57:26 macbox kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
Dez 11 21:57:26 macbox kernel: pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa03fffff 64bit]
Dez 11 21:57:26 macbox kernel: pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
Dez 11 21:57:26 macbox kernel: pci 0000:00:02.0: reg 0x20: [io 0x2000-0x203f]
Dez 11 21:57:26 macbox kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Dez 11 21:57:26 macbox kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
Dez 11 21:57:26 macbox kernel: pci 0000:00:16.0: reg 0x10: [mem 0xa0607100-0xa060710f 64bit]
Dez 11 21:57:26 macbox kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:00:1a.0: [8086:1c2c] type 00 class 0x0c0300
Dez 11 21:57:26 macbox kernel: pci 0000:00:1a.0: reg 0x20: [io 0x2140-0x215f]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1a.7: [8086:1c2d] type 00 class 0x0c0320
Dez 11 21:57:26 macbox kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xa0606c00-0xa0606fff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
Dez 11 21:57:26 macbox kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xa0600000-0xa0603fff 64bit]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
Dez 11 21:57:26 macbox kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
Dez 11 21:57:26 macbox kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:00:1d.0: [8086:1c27] type 00 class 0x0c0300
Dez 11 21:57:26 macbox kernel: pci 0000:00:1d.0: reg 0x20: [io 0x20e0-0x20ff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1d.7: [8086:1c26] type 00 class 0x0c0320
Dez 11 21:57:26 macbox kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xa0606800-0xa0606bff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:00:1f.0: [8086:1c4d] type 00 class 0x060100
Dez 11 21:57:26 macbox kernel: pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
Dez 11 21:57:26 macbox kernel: pci 0000:00:1f.2: reg 0x10: [io 0x2168-0x216f]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1f.2: reg 0x14: [io 0x217c-0x217f]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1f.2: reg 0x18: [io 0x2160-0x2167]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x2178-0x217b]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1f.2: reg 0x20: [io 0x2060-0x207f]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xa0606000-0xa06067ff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1f.2: PME# supported from D3hot
Dez 11 21:57:26 macbox kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
Dez 11 21:57:26 macbox kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xa0607000-0xa06070ff 64bit]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
Dez 11 21:57:26 macbox kernel: pci 0000:03:00.0: [8086:151a] type 01 class 0x060400
Dez 11 21:57:26 macbox kernel: pci 0000:03:00.0: enabling Extended Tags
Dez 11 21:57:26 macbox kernel: pci 0000:03:00.0: supports D1 D2
Dez 11 21:57:26 macbox kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:00:01.0: PCI bridge to [bus 03-97]
Dez 11 21:57:26 macbox kernel: pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:01.0: bridge window [mem 0xa0700000-0xa49fffff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:01.0: bridge window [mem 0xa4a00000-0xa89fffff 64bit pref]
Dez 11 21:57:26 macbox kernel: acpiphp: Slot [3] registered
Dez 11 21:57:26 macbox kernel: acpiphp: Slot [4] registered
Dez 11 21:57:26 macbox kernel: pci 0000:04:00.0: [8086:151a] type 01 class 0x060400
Dez 11 21:57:26 macbox kernel: pci 0000:04:00.0: enabling Extended Tags
Dez 11 21:57:26 macbox kernel: pci 0000:04:00.0: supports D1 D2
Dez 11 21:57:26 macbox kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:04:03.0: [8086:151a] type 01 class 0x060400
Dez 11 21:57:26 macbox kernel: pci 0000:04:03.0: enabling Extended Tags
Dez 11 21:57:26 macbox kernel: pci 0000:04:03.0: supports D1 D2
Dez 11 21:57:26 macbox kernel: pci 0000:04:03.0: PME# supported from D0 D1 D2 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:04:04.0: [8086:151a] type 01 class 0x060400
Dez 11 21:57:26 macbox kernel: pci 0000:04:04.0: enabling Extended Tags
Dez 11 21:57:26 macbox kernel: pci 0000:04:04.0: supports D1 D2
Dez 11 21:57:26 macbox kernel: pci 0000:04:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:03:00.0: PCI bridge to [bus 04-67]
Dez 11 21:57:26 macbox kernel: pci 0000:03:00.0: bridge window [mem 0xa0700000-0xa09fffff]
Dez 11 21:57:26 macbox kernel: acpiphp: Slot [1] registered
Dez 11 21:57:26 macbox kernel: pci 0000:05:00.0: [8086:151a] type 00 class 0x088000
Dez 11 21:57:26 macbox kernel: pci 0000:05:00.0: reg 0x10: [mem 0xa0700000-0xa073ffff]
Dez 11 21:57:26 macbox kernel: pci 0000:05:00.0: reg 0x14: [mem 0xa0740000-0xa0740fff]
Dez 11 21:57:26 macbox kernel: pci 0000:05:00.0: enabling Extended Tags
Dez 11 21:57:26 macbox kernel: pci 0000:05:00.0: supports D1 D2
Dez 11 21:57:26 macbox kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
Dez 11 21:57:26 macbox kernel: pci 0000:04:00.0: bridge window [mem 0xa0700000-0xa07fffff]
Dez 11 21:57:26 macbox kernel: pci 0000:04:03.0: PCI bridge to [bus 06-36]
Dez 11 21:57:26 macbox kernel: pci 0000:04:03.0: bridge window [mem 0xa0800000-0xa08fffff]
Dez 11 21:57:26 macbox kernel: pci 0000:04:04.0: PCI bridge to [bus 37-67]
Dez 11 21:57:26 macbox kernel: pci 0000:04:04.0: bridge window [mem 0xa0900000-0xa09fffff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1c.0: bridge window [mem 0xa0500000-0xa05fffff]
Dez 11 21:57:26 macbox kernel: pci 0000:02:00.0: [14e4:4353] type 00 class 0x028000
Dez 11 21:57:26 macbox kernel: pci 0000:02:00.0: reg 0x10: [mem 0xa0400000-0xa0403fff 64bit]
Dez 11 21:57:26 macbox kernel: pci 0000:02:00.0: enabling Extended Tags
Dez 11 21:57:26 macbox kernel: pci 0000:02:00.0: supports D1 D2
Dez 11 21:57:26 macbox kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
Dez 11 21:57:26 macbox kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1c.1: bridge window [mem 0xa0400000-0xa04fffff]
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKA disabled
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKB disabled
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKC disabled
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKD disabled
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKE disabled
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKF disabled
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKG disabled
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Dez 11 21:57:26 macbox kernel: ACPI: PCI: Interrupt link LNKH disabled
Dez 11 21:57:26 macbox kernel: ACPI: EC: interrupt unblocked
Dez 11 21:57:26 macbox kernel: ACPI: EC: event unblocked
Dez 11 21:57:26 macbox kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dez 11 21:57:26 macbox kernel: ACPI: EC: GPE=0x17
Dez 11 21:57:26 macbox kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Dez 11 21:57:26 macbox kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Dez 11 21:57:26 macbox kernel: iommu: Default domain type: Translated
Dez 11 21:57:26 macbox kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Dez 11 21:57:26 macbox kernel: SCSI subsystem initialized
Dez 11 21:57:26 macbox kernel: libata version 3.00 loaded.
Dez 11 21:57:26 macbox kernel: ACPI: bus type USB registered
Dez 11 21:57:26 macbox kernel: usbcore: registered new interface driver usbfs
Dez 11 21:57:26 macbox kernel: usbcore: registered new interface driver hub
Dez 11 21:57:26 macbox kernel: usbcore: registered new device driver usb
Dez 11 21:57:26 macbox kernel: pps_core: LinuxPPS API ver. 1 registered
Dez 11 21:57:26 macbox kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dez 11 21:57:26 macbox kernel: PTP clock support registered
Dez 11 21:57:26 macbox kernel: EDAC MC: Ver: 3.0.0
Dez 11 21:57:26 macbox kernel: efivars: Registered efivars operations
Dez 11 21:57:26 macbox kernel: NetLabel: Initializing
Dez 11 21:57:26 macbox kernel: NetLabel: domain hash size = 128
Dez 11 21:57:26 macbox kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Dez 11 21:57:26 macbox kernel: NetLabel: unlabeled traffic allowed by default
Dez 11 21:57:26 macbox kernel: mctp: management component transport protocol core
Dez 11 21:57:26 macbox kernel: NET: Registered PF_MCTP protocol family
Dez 11 21:57:26 macbox kernel: PCI: Using ACPI for IRQ routing
Dez 11 21:57:26 macbox kernel: PCI: pci_cache_line_size set to 64 bytes
Dez 11 21:57:26 macbox kernel: e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
Dez 11 21:57:26 macbox kernel: e820: reserve RAM buffer [mem 0x87eca810-0x87ffffff]
Dez 11 21:57:26 macbox kernel: e820: reserve RAM buffer [mem 0x87ecb190-0x87ffffff]
Dez 11 21:57:26 macbox kernel: e820: reserve RAM buffer [mem 0x8ad34000-0x8bffffff]
Dez 11 21:57:26 macbox kernel: e820: reserve RAM buffer [mem 0x8ad6c000-0x8bffffff]
Dez 11 21:57:26 macbox kernel: e820: reserve RAM buffer [mem 0x8ae30000-0x8bffffff]
Dez 11 21:57:26 macbox kernel: e820: reserve RAM buffer [mem 0x8aed1000-0x8bffffff]
Dez 11 21:57:26 macbox kernel: e820: reserve RAM buffer [mem 0x8afa2000-0x8bffffff]
Dez 11 21:57:26 macbox kernel: e820: reserve RAM buffer [mem 0x16fe00000-0x16fffffff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Dez 11 21:57:26 macbox kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Dez 11 21:57:26 macbox kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Dez 11 21:57:26 macbox kernel: vgaarb: loaded
Dez 11 21:57:26 macbox kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Dez 11 21:57:26 macbox kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Dez 11 21:57:26 macbox kernel: clocksource: Switched to clocksource tsc-early
Dez 11 21:57:26 macbox kernel: VFS: Disk quotas dquot_6.6.0
Dez 11 21:57:26 macbox kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dez 11 21:57:26 macbox kernel: AppArmor: AppArmor Filesystem Enabled
Dez 11 21:57:26 macbox kernel: pnp: PnP ACPI init
Dez 11 21:57:26 macbox kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:01: [io 0x1000-0x100f] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:01: [io 0x0400-0x047f] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:01: [io 0x0500-0x057f] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:03: [mem 0xfed1c000-0xfed1ffff] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:03: [mem 0xfed18000-0xfed18fff] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:03: [mem 0xfed19000-0xfed19fff] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:03: [mem 0xe0000000-0xefffffff] could not be reserved
Dez 11 21:57:26 macbox kernel: system 00:03: [mem 0xfed20000-0xfed3ffff] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:03: [mem 0xfed90000-0xfed93fff] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:03: [mem 0xfed45000-0xfed8ffff] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:03: [mem 0xff000000-0xffffffff] could not be reserved
Dez 11 21:57:26 macbox kernel: system 00:03: [mem 0xfee00000-0xfeefffff] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:04: [mem 0x20000000-0x201fffff] has been reserved
Dez 11 21:57:26 macbox kernel: system 00:04: [mem 0x40000000-0x401fffff] has been reserved
Dez 11 21:57:26 macbox kernel: pnp: PnP ACPI: found 5 devices
Dez 11 21:57:26 macbox kernel: pci 0000:00:02.0: assigning 5 device properties
Dez 11 21:57:26 macbox kernel: pci 0000:05:00.0: assigning 3 device properties
Dez 11 21:57:26 macbox kernel: pci 0000:00:1b.0: assigning 4 device properties
Dez 11 21:57:26 macbox kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Dez 11 21:57:26 macbox kernel: NET: Registered PF_INET protocol family
Dez 11 21:57:26 macbox kernel: IP idents hash table entries: 65536 (order: 7, 524288 bytes, linear)
Dez 11 21:57:26 macbox kernel: tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
Dez 11 21:57:26 macbox kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Dez 11 21:57:26 macbox kernel: TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
Dez 11 21:57:26 macbox kernel: TCP bind hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Dez 11 21:57:26 macbox kernel: TCP: Hash tables configured (established 32768 bind 32768)
Dez 11 21:57:26 macbox kernel: MPTCP token hash table entries: 4096 (order: 4, 98304 bytes, linear)
Dez 11 21:57:26 macbox kernel: UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
Dez 11 21:57:26 macbox kernel: UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
Dez 11 21:57:26 macbox kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dez 11 21:57:26 macbox kernel: NET: Registered PF_XDP protocol family
Dez 11 21:57:26 macbox kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
Dez 11 21:57:26 macbox kernel: pci 0000:04:00.0: bridge window [mem 0xa0700000-0xa07fffff]
Dez 11 21:57:26 macbox kernel: pci 0000:04:03.0: PCI bridge to [bus 06-36]
Dez 11 21:57:26 macbox kernel: pci 0000:04:03.0: bridge window [mem 0xa0800000-0xa08fffff]
Dez 11 21:57:26 macbox kernel: pci 0000:04:04.0: PCI bridge to [bus 37-67]
Dez 11 21:57:26 macbox kernel: pci 0000:04:04.0: bridge window [mem 0xa0900000-0xa09fffff]
Dez 11 21:57:26 macbox kernel: pci 0000:03:00.0: PCI bridge to [bus 04-67]
Dez 11 21:57:26 macbox kernel: pci 0000:03:00.0: bridge window [mem 0xa0700000-0xa09fffff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:01.0: PCI bridge to [bus 03-97]
Dez 11 21:57:26 macbox kernel: pci 0000:00:01.0: bridge window [io 0x3000-0x3fff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:01.0: bridge window [mem 0xa0700000-0xa49fffff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:01.0: bridge window [mem 0xa4a00000-0xa89fffff 64bit pref]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1c.0: bridge window [mem 0xa0500000-0xa05fffff]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1c.1: PCI bridge to [bus 02]
Dez 11 21:57:26 macbox kernel: pci 0000:00:1c.1: bridge window [mem 0xa0400000-0xa04fffff]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:00: resource 7 [mem 0x8fa00000-0xfeafffff window]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:03: resource 1 [mem 0xa0700000-0xa49fffff]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:03: resource 2 [mem 0xa4a00000-0xa89fffff 64bit pref]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:04: resource 1 [mem 0xa0700000-0xa09fffff]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:05: resource 1 [mem 0xa0700000-0xa07fffff]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:06: resource 1 [mem 0xa0800000-0xa08fffff]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:37: resource 1 [mem 0xa0900000-0xa09fffff]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:01: resource 1 [mem 0xa0500000-0xa05fffff]
Dez 11 21:57:26 macbox kernel: pci_bus 0000:02: resource 1 [mem 0xa0400000-0xa04fffff]
Dez 11 21:57:26 macbox kernel: PCI: CLS 256 bytes, default 64
Dez 11 21:57:26 macbox kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Dez 11 21:57:26 macbox kernel: software IO TLB: mapped [mem 0x000000008389d000-0x000000008789d000] (64MB)
Dez 11 21:57:26 macbox kernel: Trying to unpack rootfs image as initramfs...
Dez 11 21:57:26 macbox kernel: Initialise system trusted keyrings
Dez 11 21:57:26 macbox kernel: Key type blacklist registered
Dez 11 21:57:26 macbox kernel: workingset: timestamp_bits=41 max_order=20 bucket_order=0
Dez 11 21:57:26 macbox kernel: zbud: loaded
Dez 11 21:57:26 macbox kernel: integrity: Platform Keyring initialized
Dez 11 21:57:26 macbox kernel: integrity: Machine keyring initialized
Dez 11 21:57:26 macbox kernel: Key type asymmetric registered
Dez 11 21:57:26 macbox kernel: Asymmetric key parser 'x509' registered
Dez 11 21:57:26 macbox kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Dez 11 21:57:26 macbox kernel: io scheduler mq-deadline registered
Dez 11 21:57:26 macbox kernel: io scheduler kyber registered
Dez 11 21:57:26 macbox kernel: io scheduler bfq registered
Dez 11 21:57:26 macbox kernel: pcieport 0000:00:1c.0: enabling device (0000 -> 0002)
Dez 11 21:57:26 macbox kernel: pcieport 0000:04:03.0: enabling device (0000 -> 0002)
Dez 11 21:57:26 macbox kernel: pcieport 0000:04:04.0: enabling device (0000 -> 0002)
Dez 11 21:57:26 macbox kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Dez 11 21:57:26 macbox kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
Dez 11 21:57:26 macbox kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Dez 11 21:57:26 macbox kernel: ACPI: button: Lid Switch [LID0]
Dez 11 21:57:26 macbox kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Dez 11 21:57:26 macbox kernel: ACPI: button: Power Button [PWRB]
Dez 11 21:57:26 macbox kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Dez 11 21:57:26 macbox kernel: ACPI: button: Sleep Button [SLPB]
Dez 11 21:57:26 macbox kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Dez 11 21:57:26 macbox kernel: ACPI: button: Power Button [PWRF]
Dez 11 21:57:26 macbox kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Dez 11 21:57:26 macbox kernel: Non-volatile memory driver v1.3
Dez 11 21:57:26 macbox kernel: Linux agpgart interface v0.103
Dez 11 21:57:26 macbox kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Dez 11 21:57:26 macbox kernel: ACPI: bus type drm_connector registered
Dez 11 21:57:26 macbox kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Dez 11 21:57:26 macbox kernel: fbcon: Deferring console take-over
Dez 11 21:57:26 macbox kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Dez 11 21:57:26 macbox kernel: ahci 0000:00:1f.2: version 3.0
Dez 11 21:57:26 macbox kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1 impl SATA mode
Dez 11 21:57:26 macbox kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
Dez 11 21:57:26 macbox kernel: scsi host0: ahci
Dez 11 21:57:26 macbox kernel: scsi host1: ahci
Dez 11 21:57:26 macbox kernel: scsi host2: ahci
Dez 11 21:57:26 macbox kernel: scsi host3: ahci
Dez 11 21:57:26 macbox kernel: scsi host4: ahci
Dez 11 21:57:26 macbox kernel: scsi host5: ahci
Dez 11 21:57:26 macbox kernel: ata1: SATA max UDMA/133 abar m2048@0xa0606000 port 0xa0606100 irq 28
Dez 11 21:57:26 macbox kernel: ata2: DUMMY
Dez 11 21:57:26 macbox kernel: ata3: DUMMY
Dez 11 21:57:26 macbox kernel: ata4: DUMMY
Dez 11 21:57:26 macbox kernel: ata5: DUMMY
Dez 11 21:57:26 macbox kernel: ata6: DUMMY
Dez 11 21:57:26 macbox kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
Dez 11 21:57:26 macbox kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Dez 11 21:57:26 macbox kernel: uhci_hcd 0000:00:1a.0: detected 2 ports
Dez 11 21:57:26 macbox kernel: uhci_hcd 0000:00:1a.0: irq 21, io port 0x00002140
Dez 11 21:57:26 macbox kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
Dez 11 21:57:26 macbox kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dez 11 21:57:26 macbox kernel: usb usb1: Product: UHCI Host Controller
Dez 11 21:57:26 macbox kernel: usb usb1: Manufacturer: Linux 6.6.4-arch1-1 uhci_hcd
Dez 11 21:57:26 macbox kernel: usb usb1: SerialNumber: 0000:00:1a.0
Dez 11 21:57:26 macbox kernel: hub 1-0:1.0: USB hub found
Dez 11 21:57:26 macbox kernel: hub 1-0:1.0: 2 ports detected
Dez 11 21:57:26 macbox kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
Dez 11 21:57:26 macbox kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
Dez 11 21:57:26 macbox kernel: ehci-pci 0000:00:1d.7: debug port 2
Dez 11 21:57:26 macbox kernel: ehci-pci 0000:00:1d.7: irq 22, io mem 0xa0606800
Dez 11 21:57:26 macbox kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
Dez 11 21:57:26 macbox kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Dez 11 21:57:26 macbox kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dez 11 21:57:26 macbox kernel: usb usb2: Product: EHCI Host Controller
Dez 11 21:57:26 macbox kernel: usb usb2: Manufacturer: Linux 6.6.4-arch1-1 ehci_hcd
Dez 11 21:57:26 macbox kernel: usb usb2: SerialNumber: 0000:00:1d.7
Dez 11 21:57:26 macbox kernel: hub 2-0:1.0: USB hub found
Dez 11 21:57:26 macbox kernel: hub 2-0:1.0: 8 ports detected
Dez 11 21:57:26 macbox kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
Dez 11 21:57:26 macbox kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
Dez 11 21:57:26 macbox kernel: ehci-pci 0000:00:1a.7: debug port 2
Dez 11 21:57:26 macbox kernel: ehci-pci 0000:00:1a.7: irq 23, io mem 0xa0606c00
Dez 11 21:57:26 macbox kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
Dez 11 21:57:26 macbox kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Dez 11 21:57:26 macbox kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dez 11 21:57:26 macbox kernel: usb usb3: Product: EHCI Host Controller
Dez 11 21:57:26 macbox kernel: usb usb3: Manufacturer: Linux 6.6.4-arch1-1 ehci_hcd
Dez 11 21:57:26 macbox kernel: usb usb3: SerialNumber: 0000:00:1a.7
Dez 11 21:57:26 macbox kernel: hub 3-0:1.0: USB hub found
Dez 11 21:57:26 macbox kernel: hub 3-0:1.0: 6 ports detected
Dez 11 21:57:26 macbox kernel: hub 1-0:1.0: USB hub found
Dez 11 21:57:26 macbox kernel: hub 1-0:1.0: 2 ports detected
Dez 11 21:57:26 macbox kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
Dez 11 21:57:26 macbox kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
Dez 11 21:57:26 macbox kernel: uhci_hcd 0000:00:1d.0: detected 2 ports
Dez 11 21:57:26 macbox kernel: uhci_hcd 0000:00:1d.0: irq 19, io port 0x000020e0
Dez 11 21:57:26 macbox kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 6.06
Dez 11 21:57:26 macbox kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dez 11 21:57:26 macbox kernel: usb usb4: Product: UHCI Host Controller
Dez 11 21:57:26 macbox kernel: usb usb4: Manufacturer: Linux 6.6.4-arch1-1 uhci_hcd
Dez 11 21:57:26 macbox kernel: usb usb4: SerialNumber: 0000:00:1d.0
Dez 11 21:57:26 macbox kernel: hub 4-0:1.0: USB hub found
Dez 11 21:57:26 macbox kernel: hub 4-0:1.0: 2 ports detected
Dez 11 21:57:26 macbox kernel: usbcore: registered new interface driver usbserial_generic
Dez 11 21:57:26 macbox kernel: usbserial: USB Serial support registered for generic
Dez 11 21:57:26 macbox kernel: rtc_cmos 00:02: RTC can wake from S4
Dez 11 21:57:26 macbox kernel: rtc_cmos 00:02: registered as rtc0
Dez 11 21:57:26 macbox kernel: rtc_cmos 00:02: setting system clock to 2023-12-11T20:57:20 UTC (1702328240)
Dez 11 21:57:26 macbox kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
Dez 11 21:57:26 macbox kernel: intel_pstate: Intel P-state driver initializing
Dez 11 21:57:26 macbox kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dez 11 21:57:26 macbox kernel: hid: raw HID events driver (C) Jiri Kosina
Dez 11 21:57:26 macbox kernel: drop_monitor: Initializing network drop monitor service
Dez 11 21:57:26 macbox kernel: Initializing XFRM netlink socket
Dez 11 21:57:26 macbox kernel: NET: Registered PF_INET6 protocol family
Dez 11 21:57:26 macbox kernel: Freeing initrd memory: 21792K
Dez 11 21:57:26 macbox kernel: Segment Routing with IPv6
Dez 11 21:57:26 macbox kernel: RPL Segment Routing with IPv6
Dez 11 21:57:26 macbox kernel: In-situ OAM (IOAM) with IPv6
Dez 11 21:57:26 macbox kernel: NET: Registered PF_PACKET protocol family
Dez 11 21:57:26 macbox kernel: microcode: Microcode Update Driver: v2.2.
Dez 11 21:57:26 macbox kernel: IPI shorthand broadcast: enabled
Dez 11 21:57:26 macbox kernel: sched_clock: Marking stable (480477742, 1496719)->(490422776, -8448315)
Dez 11 21:57:26 macbox kernel: registered taskstats version 1
Dez 11 21:57:26 macbox kernel: Loading compiled-in X.509 certificates
Dez 11 21:57:26 macbox kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 193bd9d56605203a32bd04fa934315916b53f895'
Dez 11 21:57:26 macbox kernel: zswap: loaded using pool zstd/zsmalloc
Dez 11 21:57:26 macbox kernel: Key type .fscrypt registered
Dez 11 21:57:26 macbox kernel: Key type fscrypt-provisioning registered
Dez 11 21:57:26 macbox kernel: AppArmor: AppArmor sha1 policy hashing enabled
Dez 11 21:57:26 macbox kernel: PM: Magic number: 3:429:1003
Dez 11 21:57:26 macbox kernel: input input0: hash matches
Dez 11 21:57:26 macbox kernel: vc vcs: hash matches
Dez 11 21:57:26 macbox kernel: memory memory42: hash matches
Dez 11 21:57:26 macbox kernel: RAS: Correctable Errors collector initialized.
Dez 11 21:57:26 macbox kernel: clk: Disabling unused clocks
Dez 11 21:57:26 macbox kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Dez 11 21:57:26 macbox kernel: usb 3-1: new high-speed USB device number 2 using ehci-pci
Dez 11 21:57:26 macbox kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Dez 11 21:57:26 macbox kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Dez 11 21:57:26 macbox kernel: ata1.00: ATA-8: APPLE SSD SM128C, AXM09A1Q, max UDMA/133
Dez 11 21:57:26 macbox kernel: ata1.00: 236978176 sectors, multi 16: LBA48 NCQ (depth 32), AA
Dez 11 21:57:26 macbox kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0(SET FEATURES) filtered out
Dez 11 21:57:26 macbox kernel: ata1.00: configured for UDMA/133
Dez 11 21:57:26 macbox kernel: scsi 0:0:0:0: Direct-Access ATA APPLE SSD SM128C 9A1Q PQ: 0 ANSI: 5
Dez 11 21:57:26 macbox kernel: sd 0:0:0:0: [sda] 236978176 512-byte logical blocks: (121 GB/113 GiB)
Dez 11 21:57:26 macbox kernel: sd 0:0:0:0: [sda] Write Protect is off
Dez 11 21:57:26 macbox kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Dez 11 21:57:26 macbox kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dez 11 21:57:26 macbox kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Dez 11 21:57:26 macbox kernel: sda: sda1 sda2 sda3 sda4
Dez 11 21:57:26 macbox kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Dez 11 21:57:26 macbox kernel: Freeing unused decrypted memory: 2028K
Dez 11 21:57:26 macbox kernel: Freeing unused kernel image (initmem) memory: 3412K
Dez 11 21:57:26 macbox kernel: Write protecting the kernel read-only data: 30720k
Dez 11 21:57:26 macbox kernel: Freeing unused kernel image (rodata/data gap) memory: 1268K
Dez 11 21:57:26 macbox kernel: usb 2-1: New USB device found, idVendor=0424, idProduct=2513, bcdDevice= b.b3
Dez 11 21:57:26 macbox kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dez 11 21:57:26 macbox kernel: hub 2-1:1.0: USB hub found
Dez 11 21:57:26 macbox kernel: hub 2-1:1.0: 1 port detected
Dez 11 21:57:26 macbox kernel: usb 3-1: New USB device found, idVendor=0424, idProduct=2513, bcdDevice= b.b3
Dez 11 21:57:26 macbox kernel: usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dez 11 21:57:26 macbox kernel: hub 3-1:1.0: USB hub found
Dez 11 21:57:26 macbox kernel: hub 3-1:1.0: 3 ports detected
Dez 11 21:57:26 macbox kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Dez 11 21:57:26 macbox kernel: rodata_test: all tests were successful
Dez 11 21:57:26 macbox kernel: x86/mm: Checking user space page tables
Dez 11 21:57:26 macbox kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Dez 11 21:57:26 macbox kernel: Run /init as init process
Dez 11 21:57:26 macbox kernel: with arguments:
Dez 11 21:57:26 macbox kernel: /init
Dez 11 21:57:26 macbox kernel: with environment:
Dez 11 21:57:26 macbox kernel: HOME=/
Dez 11 21:57:26 macbox kernel: TERM=linux
Dez 11 21:57:26 macbox kernel: BOOT_IMAGE=/vmlinuz-linux
Dez 11 21:57:26 macbox kernel: usb 3-2: new high-speed USB device number 3 using ehci-pci
Dez 11 21:57:26 macbox kernel: usb 3-2: New USB device found, idVendor=05ac, idProduct=850a, bcdDevice= 6.46
Dez 11 21:57:26 macbox kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dez 11 21:57:26 macbox kernel: usb 3-2: Product: FaceTime Camera (Built-in)
Dez 11 21:57:26 macbox kernel: usb 3-2: Manufacturer: Apple Inc.
Dez 11 21:57:26 macbox kernel: usb 3-2: SerialNumber: CCGB8P02VRDL8LFX
Dez 11 21:57:26 macbox kernel: usb 3-1.1: new full-speed USB device number 4 using ehci-pci
Dez 11 21:57:26 macbox kernel: usb 3-1.1: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Dez 11 21:57:26 macbox kernel: usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dez 11 21:57:26 macbox kernel: usb 3-1.1: Product: BRCM20702 Hub
Dez 11 21:57:26 macbox kernel: usb 3-1.1: Manufacturer: Apple Inc.
Dez 11 21:57:26 macbox kernel: hub 3-1.1:1.0: USB hub found
Dez 11 21:57:26 macbox kernel: hub 3-1.1:1.0: 3 ports detected
Dez 11 21:57:26 macbox kernel: usb 3-1.2: new full-speed USB device number 5 using ehci-pci
Dez 11 21:57:26 macbox kernel: tsc: Refined TSC clocksource calibration: 1600.011 MHz
Dez 11 21:57:26 macbox kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x17102f5e1eb, max_idle_ns: 440795259997 ns
Dez 11 21:57:26 macbox kernel: clocksource: Switched to clocksource tsc
Dez 11 21:57:26 macbox kernel: usb 3-1.2: New USB device found, idVendor=05ac, idProduct=024a, bcdDevice= 2.09
Dez 11 21:57:26 macbox kernel: usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dez 11 21:57:26 macbox kernel: usb 3-1.2: Product: Apple Internal Keyboard / Trackpad
Dez 11 21:57:26 macbox kernel: usb 3-1.2: Manufacturer: Apple Inc.
Dez 11 21:57:26 macbox kernel: usbcore: registered new interface driver usbhid
Dez 11 21:57:26 macbox kernel: usbhid: USB HID core driver
Dez 11 21:57:26 macbox kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.0/0003:05AC:024A.0001/input/input4
Dez 11 21:57:26 macbox kernel: usb 3-1.1.1: new full-speed USB device number 6 using ehci-pci
Dez 11 21:57:26 macbox kernel: apple 0003:05AC:024A.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input0
Dez 11 21:57:26 macbox kernel: apple 0003:05AC:024A.0002: hidraw1: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:1a.7-1.2/input1
Dez 11 21:57:26 macbox kernel: usb 3-1.1.1: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
Dez 11 21:57:26 macbox kernel: usb 3-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dez 11 21:57:26 macbox kernel: input: HID 05ac:820a as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.1/3-1.1.1/3-1.1.1:1.0/0003:05AC:820A.0003/input/input5
Dez 11 21:57:26 macbox kernel: hid-generic 0003:05AC:820A.0003: input,hidraw2: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:1a.7-1.1.1/input0
Dez 11 21:57:26 macbox kernel: usb 3-1.1.2: new full-speed USB device number 7 using ehci-pci
Dez 11 21:57:26 macbox kernel: usb 3-1.1.2: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
Dez 11 21:57:26 macbox kernel: usb 3-1.1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dez 11 21:57:26 macbox kernel: input: HID 05ac:820b as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.1/3-1.1.2/3-1.1.2:1.0/0003:05AC:820B.0004/input/input6
Dez 11 21:57:26 macbox kernel: hid-generic 0003:05AC:820B.0004: input,hidraw3: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:1a.7-1.1.2/input0
Dez 11 21:57:26 macbox kernel: usb 3-1.1.3: new full-speed USB device number 8 using ehci-pci
Dez 11 21:57:26 macbox kernel: usb 3-1.1.3: New USB device found, idVendor=05ac, idProduct=821f, bcdDevice= 1.56
Dez 11 21:57:26 macbox kernel: usb 3-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dez 11 21:57:26 macbox kernel: usb 3-1.1.3: Product: Bluetooth USB Host Controller
Dez 11 21:57:26 macbox kernel: usb 3-1.1.3: Manufacturer: Apple Inc.
Dez 11 21:57:26 macbox kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Dez 11 21:57:26 macbox kernel: i915 0000:00:02.0: [drm] Skipping intel_backlight registration
Dez 11 21:57:26 macbox kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
Dez 11 21:57:26 macbox kernel: ACPI: video: Video Device [IGPU] (multi-head: yes rom: no post: no)
Dez 11 21:57:26 macbox kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
Dez 11 21:57:26 macbox kernel: acpi device:0c: registered as cooling_device4
Dez 11 21:57:26 macbox kernel: fbcon: i915drmfb (fb0) is primary device
Dez 11 21:57:26 macbox kernel: fbcon: Deferring console take-over
Dez 11 21:57:26 macbox kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Dez 11 21:57:26 macbox kernel: fbcon: Taking over console
Dez 11 21:57:26 macbox kernel: Console: switching to colour frame buffer device 170x48
Dez 11 21:57:26 macbox kernel: EXT4-fs (sda2): mounted filesystem dd68c04a-a427-4cf4-bfed-23cbf4a0a1ab r/w with ordered data mode. Quota mode: none.
Dez 11 21:57:26 macbox systemd[1]: systemd 255-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Dez 11 21:57:26 macbox systemd[1]: Detected architecture x86-64.
Dez 11 21:57:26 macbox systemd[1]: Hostname set to <macbox>.
Dez 11 21:57:26 macbox systemd[1]: bpf-lsm: LSM BPF program attached
Dez 11 21:57:26 macbox systemd[1]: Queued start job for default target Graphical Interface.
Dez 11 21:57:26 macbox systemd[1]: Created slice Slice /system/getty.
Dez 11 21:57:26 macbox systemd[1]: Created slice Slice /system/modprobe.
Dez 11 21:57:26 macbox systemd[1]: Created slice Slice /system/systemd-fsck.
Dez 11 21:57:26 macbox systemd[1]: Created slice User and Session Slice.
Dez 11 21:57:26 macbox systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Dez 11 21:57:26 macbox systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Dez 11 21:57:26 macbox systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Dez 11 21:57:26 macbox systemd[1]: Reached target Local Encrypted Volumes.
Dez 11 21:57:26 macbox systemd[1]: Reached target Login Prompts.
Dez 11 21:57:26 macbox systemd[1]: Reached target Local Integrity Protected Volumes.
Dez 11 21:57:26 macbox systemd[1]: Reached target Path Units.
Dez 11 21:57:26 macbox systemd[1]: Reached target Remote File Systems.
Dez 11 21:57:26 macbox systemd[1]: Reached target Slice Units.
Dez 11 21:57:26 macbox systemd[1]: Reached target Local Verity Protected Volumes.
Dez 11 21:57:26 macbox systemd[1]: Listening on Device-mapper event daemon FIFOs.
Dez 11 21:57:26 macbox systemd[1]: Listening on LVM2 poll daemon socket.
Dez 11 21:57:26 macbox systemd[1]: Listening on Process Core Dump Socket.
Dez 11 21:57:26 macbox systemd[1]: Listening on Journal Socket (/dev/log).
Dez 11 21:57:26 macbox systemd[1]: Listening on Journal Socket.
Dez 11 21:57:27 macbox systemd[1]: Listening on Userspace Out-Of-Memory (OOM) Killer Socket.
Dez 11 21:57:27 macbox systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dez 11 21:57:27 macbox systemd[1]: Listening on udev Control Socket.
Dez 11 21:57:27 macbox systemd[1]: Listening on udev Kernel Socket.
Dez 11 21:57:27 macbox systemd[1]: Mounting Huge Pages File System...
Dez 11 21:57:27 macbox systemd[1]: Mounting POSIX Message Queue File System...
Dez 11 21:57:27 macbox systemd[1]: Mounting Kernel Debug File System...
Dez 11 21:57:27 macbox systemd[1]: Mounting Kernel Trace File System...
Dez 11 21:57:27 macbox systemd[1]: Starting Create List of Static Device Nodes...
Dez 11 21:57:27 macbox systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Dez 11 21:57:27 macbox systemd[1]: Starting Load Kernel Module configfs...
Dez 11 21:57:27 macbox systemd[1]: Starting Load Kernel Module dm_mod...
Dez 11 21:57:27 macbox systemd[1]: Starting Load Kernel Module drm...
Dez 11 21:57:27 macbox systemd[1]: Starting Load Kernel Module fuse...
Dez 11 21:57:27 macbox systemd[1]: Starting Load Kernel Module loop...
Dez 11 21:57:27 macbox systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Dez 11 21:57:27 macbox systemd[1]: Starting Journal Service...
Dez 11 21:57:27 macbox systemd[1]: Starting Load Kernel Modules...
Dez 11 21:57:27 macbox systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dez 11 21:57:27 macbox systemd[1]: Starting Remount Root and Kernel File Systems...
Dez 11 21:57:27 macbox systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dez 11 21:57:27 macbox systemd[1]: Starting Coldplug All udev Devices...
Dez 11 21:57:27 macbox systemd[1]: Mounted Huge Pages File System.
Dez 11 21:57:27 macbox systemd[1]: Mounted POSIX Message Queue File System.
Dez 11 21:57:27 macbox systemd[1]: Mounted Kernel Debug File System.
Dez 11 21:57:27 macbox systemd[1]: Mounted Kernel Trace File System.
Dez 11 21:57:27 macbox kernel: device-mapper: uevent: version 1.0.3
Dez 11 21:57:27 macbox kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Dez 11 21:57:27 macbox kernel: loop: module loaded
Dez 11 21:57:27 macbox kernel: fuse: init (API version 7.39)
Dez 11 21:57:27 macbox systemd[1]: Finished Create List of Static Device Nodes.
Dez 11 21:57:27 macbox systemd[1]: modprobe@configfs.service: Deactivated successfully.
Dez 11 21:57:27 macbox systemd-journald[205]: Collecting audit messages is disabled.
Dez 11 21:57:27 macbox kernel: Asymmetric key parser 'pkcs8' registered
Dez 11 21:57:27 macbox systemd[1]: Finished Load Kernel Module configfs.
Dez 11 21:57:27 macbox systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Dez 11 21:57:27 macbox kernel: EXT4-fs (sda2): re-mounted dd68c04a-a427-4cf4-bfed-23cbf4a0a1ab r/w. Quota mode: none.
Dez 11 21:57:27 macbox systemd[1]: Finished Load Kernel Module dm_mod.
Dez 11 21:57:27 macbox systemd[1]: modprobe@drm.service: Deactivated successfully.
Dez 11 21:57:27 macbox systemd[1]: Finished Load Kernel Module drm.
Dez 11 21:57:27 macbox systemd[1]: modprobe@fuse.service: Deactivated successfully.
Dez 11 21:57:27 macbox systemd[1]: Finished Load Kernel Module fuse.
Dez 11 21:57:27 macbox systemd[1]: modprobe@loop.service: Deactivated successfully.
Dez 11 21:57:27 macbox systemd[1]: Finished Load Kernel Module loop.
Dez 11 21:57:27 macbox systemd[1]: Finished Load Kernel Modules.
Dez 11 21:57:27 macbox systemd[1]: Finished Remount Root and Kernel File Systems.
Dez 11 21:57:27 macbox systemd-journald[205]: Journal started
Dez 11 21:57:27 macbox systemd-journald[205]: Runtime Journal (/run/log/journal/7a531f0d6af84b1192b906e659914c27) is 8.0M, max 191.6M, 183.6M free.
Dez 11 21:57:26 macbox systemd-modules-load[206]: Inserted module 'crypto_user'
Dez 11 21:57:26 macbox systemd-modules-load[206]: Inserted module 'pkcs8_key_parser'
Dez 11 21:57:27 macbox systemd[1]: Started Journal Service.
Dez 11 21:57:27 macbox systemd[1]: Mounting FUSE Control File System...
Dez 11 21:57:27 macbox systemd[1]: Mounting Kernel Configuration File System...
Dez 11 21:57:27 macbox systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Dez 11 21:57:27 macbox systemd[1]: Starting Flush Journal to Persistent Storage...
Dez 11 21:57:27 macbox systemd[1]: Starting Load/Save OS Random Seed...
Dez 11 21:57:27 macbox systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Dez 11 21:57:27 macbox systemd[1]: Starting Apply Kernel Variables...
Dez 11 21:57:27 macbox systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Dez 11 21:57:27 macbox systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dez 11 21:57:27 macbox systemd[1]: Mounted FUSE Control File System.
Dez 11 21:57:27 macbox systemd[1]: Mounted Kernel Configuration File System.
Dez 11 21:57:27 macbox systemd-journald[205]: Time spent on flushing to /var/log/journal/7a531f0d6af84b1192b906e659914c27 is 27.857ms for 872 entries.
Dez 11 21:57:27 macbox systemd-journald[205]: System Journal (/var/log/journal/7a531f0d6af84b1192b906e659914c27) is 518.9M, max 4.0G, 3.4G free.
Dez 11 21:57:27 macbox systemd-journald[205]: Received client request to flush runtime journal.
Dez 11 21:57:27 macbox systemd-journald[205]: File /var/log/journal/7a531f0d6af84b1192b906e659914c27/system.journal corrupted or uncleanly shut down, renaming and replacing.
Dez 11 21:57:27 macbox kernel: random: crng init done
Dez 11 21:57:27 macbox systemd-random-seed[227]: Kernel entropy pool is not initialized yet, waiting until it is.
Dez 11 21:57:27 macbox systemd[1]: Finished Apply Kernel Variables.
Dez 11 21:57:27 macbox systemd[1]: Starting CLI Netfilter Manager...
Dez 11 21:57:27 macbox systemd[1]: Finished Coldplug All udev Devices.
Dez 11 21:57:27 macbox systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Dez 11 21:57:27 macbox systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Dez 11 21:57:27 macbox systemd[1]: Starting Create Static Device Nodes in /dev...
Dez 11 21:57:27 macbox systemd[1]: Finished Load/Save OS Random Seed.
Dez 11 21:57:27 macbox systemd[1]: Finished Flush Journal to Persistent Storage.
Dez 11 21:57:27 macbox systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Dez 11 21:57:27 macbox systemd[1]: Finished Create Static Device Nodes in /dev.
Dez 11 21:57:27 macbox systemd[1]: Reached target Preparation for Local File Systems.
Dez 11 21:57:27 macbox systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Dez 11 21:57:27 macbox systemd[1]: Starting Rule-based Manager for Device Events and Files...
Dez 11 21:57:27 macbox systemd-udevd[272]: Using default interface naming scheme 'v255'.
Dez 11 21:57:27 macbox systemd[1]: Started Rule-based Manager for Device Events and Files.
Dez 11 21:57:27 macbox systemd[1]: Finished CLI Netfilter Manager.
Dez 11 21:57:27 macbox mtp-probe[333]: checking bus 3, device 7: "/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.1/3-1.1.2"
Dez 11 21:57:27 macbox mtp-probe[331]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2"
Dez 11 21:57:27 macbox mtp-probe[333]: bus: 3, device: 7 was not an MTP device
Dez 11 21:57:27 macbox mtp-probe[331]: bus: 3, device: 5 was not an MTP device
Dez 11 21:57:27 macbox mtp-probe[332]: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.1/3-1.1.1"
Dez 11 21:57:27 macbox mtp-probe[332]: bus: 3, device: 6 was not an MTP device
Dez 11 21:57:27 macbox kernel: usbcore: registered new device driver apple-mfi-fastcharge
Dez 11 21:57:27 macbox kernel: mousedev: PS/2 mouse device common for all mice
Dez 11 21:57:27 macbox kernel: smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Dez 11 21:57:27 macbox systemd[1]: Created slice Slice /system/systemd-backlight.
Dez 11 21:57:27 macbox mtp-probe[346]: checking bus 3, device 8: "/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.1/3-1.1.3"
Dez 11 21:57:27 macbox systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Dez 11 21:57:27 macbox mtp-probe[350]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:1a.7/usb3/3-2"
Dez 11 21:57:27 macbox mtp-probe[350]: bus: 3, device: 3 was not an MTP device
Dez 11 21:57:27 macbox systemd[1]: Found device APPLE_SSD_SM128C 4.
Dez 11 21:57:27 macbox systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Dez 11 21:57:27 macbox systemd[1]: Found device APPLE_SSD_SM128C 1.
Dez 11 21:57:27 macbox systemd[1]: Found device APPLE_SSD_SM128C 3.
Dez 11 21:57:28 macbox kernel: input: bcm5974 as /devices/pci0000:00/0000:00:1a.7/usb3/3-1/3-1.2/3-1.2:1.2/input/input8
Dez 11 21:57:28 macbox kernel: usbcore: registered new interface driver bcm5974
Dez 11 21:57:28 macbox kernel: mc: Linux media interface: v0.10
Dez 11 21:57:28 macbox kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20230628/utaddress-204)
Dez 11 21:57:28 macbox kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Dez 11 21:57:28 macbox kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20230628/utaddress-204)
Dez 11 21:57:28 macbox kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Dez 11 21:57:28 macbox kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20230628/utaddress-204)
Dez 11 21:57:28 macbox kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Dez 11 21:57:28 macbox kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20230628/utaddress-204)
Dez 11 21:57:28 macbox kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
Dez 11 21:57:28 macbox kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Dez 11 21:57:28 macbox mtp-probe[346]: bus: 3, device: 8 was not an MTP device
Dez 11 21:57:28 macbox systemd[1]: Activating swap /dev/sda3...
Dez 11 21:57:28 macbox systemd[1]: Mounting /boot...
Dez 11 21:57:28 macbox kernel: Adding 8388604k swap on /dev/sda3. Priority:-2 extents:1 across:8388604k SS
Dez 11 21:57:28 macbox systemd[1]: Starting File System Check on /dev/sda4...
Dez 11 21:57:28 macbox systemd[1]: Activated swap /dev/sda3.
Dez 11 21:57:28 macbox systemd[1]: Reached target Swaps.
Dez 11 21:57:28 macbox kernel: i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
Dez 11 21:57:28 macbox kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Dez 11 21:57:28 macbox kernel: i2c i2c-10: 2/2 memory slots populated (from DMI)
Dez 11 21:57:28 macbox systemd[1]: Mounting Temporary Directory /tmp...
Dez 11 21:57:28 macbox systemd[1]: Mounted Temporary Directory /tmp.
Dez 11 21:57:28 macbox systemd-fsck[365]: /dev/sda4: Wird bereinigt verwaister Inode (uid=55555, gid=55555, mode=0100644, size=8082)
Dez 11 21:57:28 macbox systemd-fsck[365]: /dev/sda4: Wird bereinigt verwaister Inode (uid=55555, gid=55555, mode=0100600, size=64)
Dez 11 21:57:28 macbox systemd-fsck[365]: /dev/sda4: Wird bereinigt verwaister Inode (uid=55555, gid=55555, mode=0100644, size=32768)
Dez 11 21:57:28 macbox kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Dez 11 21:57:28 macbox kernel: FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Dez 11 21:57:28 macbox systemd[1]: Mounted /boot.
Dez 11 21:57:28 macbox systemd-fsck[365]: /dev/sda4Eigenschaften des primären Superblocks unterscheiden sich von der Datensicherung, Prüfung erzwungen.
Dez 11 21:57:28 macbox kernel: ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Dez 11 21:57:28 macbox systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Dez 11 21:57:28 macbox systemd[1]: Starting Load Kernel Module dm_mod...
Dez 11 21:57:28 macbox systemd[1]: Starting Load Kernel Module loop...
Dez 11 21:57:28 macbox systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Dez 11 21:57:28 macbox systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Dez 11 21:57:28 macbox systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dez 11 21:57:28 macbox systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Dez 11 21:57:28 macbox systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dez 11 21:57:28 macbox systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dez 11 21:57:28 macbox systemd[1]: Starting Virtual Console Setup...
Dez 11 21:57:28 macbox systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Dez 11 21:57:28 macbox systemd[1]: Finished Load Kernel Module dm_mod.
Dez 11 21:57:28 macbox systemd[1]: modprobe@loop.service: Deactivated successfully.
Dez 11 21:57:28 macbox kernel: Bluetooth: Core ver 2.22
Dez 11 21:57:28 macbox kernel: NET: Registered PF_BLUETOOTH protocol family
Dez 11 21:57:28 macbox kernel: Bluetooth: HCI device and connection manager initialized
Dez 11 21:57:28 macbox kernel: Bluetooth: HCI socket layer initialized
Dez 11 21:57:28 macbox kernel: Bluetooth: L2CAP socket layer initialized
Dez 11 21:57:28 macbox kernel: Bluetooth: SCO socket layer initialized
Dez 11 21:57:28 macbox kernel: iTCO_vendor_support: vendor-support=0
Dez 11 21:57:28 macbox systemd[1]: Finished Load Kernel Module loop.
Dez 11 21:57:28 macbox kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Dez 11 21:57:28 macbox kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Dez 11 21:57:28 macbox kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Dez 11 21:57:28 macbox kernel: cfg80211: failed to load regulatory.db
Dez 11 21:57:28 macbox kernel: videodev: Linux video capture interface: v2.00
Dez 11 21:57:28 macbox systemd[1]: Finished Virtual Console Setup.
Dez 11 21:57:28 macbox systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Dez 11 21:57:28 macbox kernel: iTCO_wdt iTCO_wdt.1.auto: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Dez 11 21:57:28 macbox kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Dez 11 21:57:28 macbox kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Dez 11 21:57:28 macbox kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Dez 11 21:57:28 macbox kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Dez 11 21:57:28 macbox kernel: cryptd: max_cpu_qlen set to 1000
Dez 11 21:57:28 macbox kernel: AVX version of gcm_enc/dec engaged.
Dez 11 21:57:28 macbox kernel: AES CTR mode by8 optimization enabled
Dez 11 21:57:28 macbox kernel: applesmc: key=362 fan=1 temp=25 index=24 acc=0 lux=2 kbd=1
Dez 11 21:57:28 macbox kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Dez 11 21:57:28 macbox kernel: usbcore: registered new interface driver btusb
Dez 11 21:57:28 macbox kernel: snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
Dez 11 21:57:28 macbox kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Dez 11 21:57:28 macbox systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight...
Dez 11 21:57:28 macbox kernel: usb 3-2: Found UVC 1.00 device FaceTime Camera (Built-in) (05ac:850a)
Dez 11 21:57:28 macbox kernel: usb 3-1.1.1: USB disconnect, device number 6
Dez 11 21:57:28 macbox kernel: usbcore: registered new interface driver uvcvideo
Dez 11 21:57:28 macbox kernel: snd_hda_codec_cirrus hdaudioC0D0: autoconfig for CS4206: line_outs=1 (0xb/0x0/0x0/0x0/0x0) type:speaker
Dez 11 21:57:28 macbox kernel: snd_hda_codec_cirrus hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Dez 11 21:57:28 macbox kernel: snd_hda_codec_cirrus hdaudioC0D0: hp_outs=1 (0x9/0x0/0x0/0x0/0x0)
Dez 11 21:57:28 macbox kernel: snd_hda_codec_cirrus hdaudioC0D0: mono: mono_out=0x0
Dez 11 21:57:28 macbox kernel: snd_hda_codec_cirrus hdaudioC0D0: inputs:
Dez 11 21:57:28 macbox kernel: snd_hda_codec_cirrus hdaudioC0D0: Mic=0xd
Dez 11 21:57:28 macbox systemd[1]: Starting Load Kernel Module dm_mod...
Dez 11 21:57:28 macbox systemd[1]: Starting Load Kernel Module loop...
Dez 11 21:57:28 macbox systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Dez 11 21:57:28 macbox systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Dez 11 21:57:28 macbox systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dez 11 21:57:28 macbox systemd[1]: Starting Load/Save RF Kill Switch Status...
Dez 11 21:57:28 macbox systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Dez 11 21:57:28 macbox systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dez 11 21:57:28 macbox systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dez 11 21:57:28 macbox kernel: Bluetooth: hci0: BCM: chip id 63 build 1821
Dez 11 21:57:28 macbox kernel: Bluetooth: hci0: BCM: product 05ac:821f
Dez 11 21:57:28 macbox kernel: Bluetooth: hci0: BCM: features 0x07
Dez 11 21:57:28 macbox kernel: Bluetooth: hci0: Apple Bluetooth Device
Dez 11 21:57:28 macbox systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight.
Dez 11 21:57:28 macbox systemd[1]: Started Load/Save RF Kill Switch Status.
Dez 11 21:57:28 macbox kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
Dez 11 21:57:28 macbox systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Dez 11 21:57:28 macbox systemd-fsck[365]: /dev/sda4: Orphan file (Inode 12) Block 26 is not clean.
Dez 11 21:57:28 macbox systemd-fsck[365]: BEREINIGT.
Dez 11 21:57:28 macbox systemd[1]: Finished Load Kernel Module dm_mod.
Dez 11 21:57:28 macbox systemd[1]: modprobe@loop.service: Deactivated successfully.
Dez 11 21:57:28 macbox kernel: wl: loading out-of-tree module taints kernel.
Dez 11 21:57:28 macbox kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Dez 11 21:57:28 macbox kernel: Disabling lock debugging due to kernel taint
Dez 11 21:57:28 macbox kernel: wl: module verification failed: signature and/or required key missing - tainting kernel
Dez 11 21:57:28 macbox kernel: wl: module license taints kernel.
Dez 11 21:57:28 macbox systemd[1]: Finished Load Kernel Module loop.
Dez 11 21:57:28 macbox systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Dez 11 21:57:28 macbox systemd-fsck[365]: /dev/sda4: 15626/3571712 Dateien (0.9% nicht zusammenhängend), 559709/14286336 Blöcke
Dez 11 21:57:28 macbox kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
Dez 11 21:57:28 macbox kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
Dez 11 21:57:28 macbox kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
Dez 11 21:57:28 macbox systemd[1]: Finished File System Check on /dev/sda4.
Dez 11 21:57:28 macbox systemd[1]: Reached target Sound Card.
Dez 11 21:57:28 macbox kernel: wlan0: Broadcom BCM4353 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
Dez 11 21:57:28 macbox kernel:
Dez 11 21:57:28 macbox systemd[1]: Mounting /home...
Dez 11 21:57:28 macbox kernel: EXT4-fs (sda4): mounted filesystem df72e69e-1a9c-48dc-8d42-ee1a2ed371b7 r/w with ordered data mode. Quota mode: none.
Dez 11 21:57:28 macbox systemd[1]: Mounted /home.
Dez 11 21:57:28 macbox systemd[1]: Reached target Local File Systems.
Dez 11 21:57:28 macbox systemd[1]: Listening on System Extension Image Management (Varlink).
Dez 11 21:57:28 macbox systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Dez 11 21:57:28 macbox systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Dez 11 21:57:28 macbox systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Dez 11 21:57:28 macbox systemd[1]: Starting Create Volatile Files and Directories...
Dez 11 21:57:28 macbox kernel: usb 3-1.1.2: USB disconnect, device number 7
Dez 11 21:57:29 macbox kernel: intel_rapl_common: Found RAPL domain package
Dez 11 21:57:29 macbox kernel: intel_rapl_common: Found RAPL domain core
Dez 11 21:57:29 macbox kernel: intel_rapl_common: Found RAPL domain uncore
Dez 11 21:57:29 macbox systemd[1]: Finished Create Volatile Files and Directories.
Dez 11 21:57:29 macbox systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Dez 11 21:57:29 macbox systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Dez 11 21:57:29 macbox systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Dez 11 21:57:29 macbox systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Dez 11 21:57:29 macbox systemd[1]: Starting Userspace Out-Of-Memory (OOM) Killer...
Dez 11 21:57:29 macbox systemd[1]: Starting Network Time Synchronization...
Dez 11 21:57:29 macbox systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Dez 11 21:57:29 macbox systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Dez 11 21:57:29 macbox systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Dez 11 21:57:29 macbox systemd[1]: Started Userspace Out-Of-Memory (OOM) Killer.
Dez 11 21:57:29 macbox systemd[1]: Started Network Time Synchronization.
Dez 11 21:57:29 macbox systemd[1]: Reached target System Initialization.
Dez 11 21:57:29 macbox systemd[1]: Started Daily Cleanup of Temporary Directories.
Dez 11 21:57:29 macbox systemd[1]: Reached target System Time Set.
Dez 11 21:57:29 macbox systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Dez 11 21:57:29 macbox systemd[1]: Started Daily man-db regeneration.
Dez 11 21:57:29 macbox systemd[1]: Started Refresh Pacman mirrorlist weekly with Reflector..
Dez 11 21:57:29 macbox systemd[1]: Started Daily verification of password and group files.
Dez 11 21:57:29 macbox systemd[1]: Started Daily locate database update.
Dez 11 21:57:29 macbox systemd[1]: Reached target Timer Units.
Dez 11 21:57:29 macbox systemd[1]: Listening on D-Bus System Message Bus Socket.
Dez 11 21:57:29 macbox systemd[1]: Reached target Socket Units.
Dez 11 21:57:29 macbox systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dez 11 21:57:29 macbox systemd[1]: Reached target Basic System.
Dez 11 21:57:29 macbox systemd[1]: Starting Bluetooth service...
Dez 11 21:57:29 macbox systemd[1]: Starting D-Bus System Message Bus...
Dez 11 21:57:29 macbox systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Dez 11 21:57:29 macbox systemd[1]: Started DNSCrypt-proxy client.
Dez 11 21:57:29 macbox systemd[1]: Reached target Host and Network Name Lookups.
Dez 11 21:57:29 macbox systemd[1]: Starting IIO Sensor Proxy service...
Dez 11 21:57:29 macbox systemd[1]: Starting Wireless service...
Dez 11 21:57:29 macbox systemd[1]: Starting User Login Management...
Dez 11 21:57:29 macbox systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dez 11 21:57:29 macbox dhcpcd[431]: dhcpcd-10.0.5 starting
Dez 11 21:57:29 macbox dhcpcd[436]: dev: loaded udev
Dez 11 21:57:29 macbox dhcpcd[436]: DUID 00:01:00:01:2c:ec:0b:31:60:c5:47:08:44:5e
Dez 11 21:57:29 macbox dbus-daemon[430]: dbus[430]: Unknown group "netdev" in message bus configuration file
Dez 11 21:57:29 macbox dbus-daemon[430]: dbus[430]: Unknown group "netdev" in message bus configuration file
Dez 11 21:57:29 macbox systemd[1]: Started D-Bus System Message Bus.
Dez 11 21:57:29 macbox bluetoothd[429]: Bluetooth daemon 5.70
Dez 11 21:57:29 macbox kernel: 8021q: 802.1Q VLAN Support v1.8
Dez 11 21:57:29 macbox kernel: NET: Registered PF_ALG protocol family
Dez 11 21:57:29 macbox dbus-daemon[430]: [system] Activating systemd to hand-off: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=433 comm="/usr/lib/iio-sensor-proxy")
Dez 11 21:57:29 macbox dbus-daemon[430]: [system] Successfully activated service 'org.freedesktop.systemd1'
Dez 11 21:57:29 macbox bluetoothd[429]: Starting SDP server
Dez 11 21:57:29 macbox systemd[1]: Started Bluetooth service.
Dez 11 21:57:29 macbox systemd[1]: Reached target Bluetooth Support.
Dez 11 21:57:29 macbox bluetoothd[429]: src/plugin.c:plugin_init() System does not support csip plugin
Dez 11 21:57:29 macbox bluetoothd[429]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Dez 11 21:57:29 macbox bluetoothd[429]: src/plugin.c:plugin_init() System does not support micp plugin
Dez 11 21:57:29 macbox bluetoothd[429]: src/plugin.c:plugin_init() System does not support vcp plugin
Dez 11 21:57:29 macbox bluetoothd[429]: src/plugin.c:plugin_init() System does not support mcp plugin
Dez 11 21:57:29 macbox bluetoothd[429]: src/plugin.c:plugin_init() System does not support bass plugin
Dez 11 21:57:29 macbox bluetoothd[429]: src/plugin.c:plugin_init() System does not support bap plugin
Dez 11 21:57:29 macbox kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Dez 11 21:57:29 macbox kernel: Bluetooth: BNEP filters: protocol multicast
Dez 11 21:57:29 macbox kernel: Bluetooth: BNEP socket layer initialized
Dez 11 21:57:29 macbox bluetoothd[429]: Bluetooth management interface 1.22 initialized
Dez 11 21:57:29 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=429 comm="/usr/lib/bluetooth/bluetoothd")
Dez 11 21:57:29 macbox kernel: Bluetooth: MGMT ver 1.22
Dez 11 21:57:29 macbox systemd[1]: Starting Authorization Manager...
Dez 11 21:57:29 macbox systemd[1]: Starting Hostname Service...
Dez 11 21:57:29 macbox systemd-logind[435]: New seat seat0.
Dez 11 21:57:29 macbox dhcpcd[459]: /usr/lib/dhcpcd/dhcpcd-run-hooks: line 132: /etc/resolv.conf: Operation not permitted
Dez 11 21:57:29 macbox dhcpcd[463]: chmod: changing permissions of '/etc/resolv.conf': Operation not permitted
Dez 11 21:57:29 macbox systemd-logind[435]: Watching system buttons on /dev/input/event3 (Power Button)
Dez 11 21:57:29 macbox systemd-logind[435]: Watching system buttons on /dev/input/event1 (Power Button)
Dez 11 21:57:29 macbox systemd-logind[435]: Watching system buttons on /dev/input/event0 (Lid Switch)
Dez 11 21:57:29 macbox systemd-logind[435]: Watching system buttons on /dev/input/event2 (Sleep Button)
Dez 11 21:57:29 macbox systemd-logind[435]: Watching system buttons on /dev/input/event4 (Apple Inc. Apple Internal Keyboard / Trackpad)
Dez 11 21:57:29 macbox dhcpcd[436]: no interfaces have a carrier
Dez 11 21:57:29 macbox systemd[1]: Started User Login Management.
Dez 11 21:57:29 macbox dhcpcd[436]: wlan0: waiting for carrier
Dez 11 21:57:29 macbox dhcpcd[436]: wlan0: carrier acquired
Dez 11 21:57:29 macbox dhcpcd[436]: wlan0: IAID 47:08:44:5e
Dez 11 21:57:29 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:29] [NOTICE] dnscrypt-proxy 2.1.5
Dez 11 21:57:29 macbox dhcpcd[436]: wlan0: adding address fe80::daaf:6819:fa9e:ce4f
Dez 11 21:57:29 macbox dbus-daemon[430]: [system] Successfully activated service 'org.freedesktop.hostname1'
Dez 11 21:57:29 macbox systemd[1]: Started Hostname Service.
Dez 11 21:57:29 macbox polkitd[447]: Started polkitd version 123
Dez 11 21:57:29 macbox polkitd[447]: Loading rules from directory /etc/polkit-1/rules.d
Dez 11 21:57:29 macbox polkitd[447]: Loading rules from directory /usr/share/polkit-1/rules.d
Dez 11 21:57:29 macbox polkitd[447]: Finished loading, compiling and executing 8 rules
Dez 11 21:57:29 macbox dbus-daemon[430]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Dez 11 21:57:29 macbox systemd[1]: Started Authorization Manager.
Dez 11 21:57:29 macbox polkitd[447]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Dez 11 21:57:29 macbox systemd[1]: Started IIO Sensor Proxy service.
Dez 11 21:57:29 macbox iwd[434]: Wireless daemon version 2.10
Dez 11 21:57:29 macbox systemd[1]: Started Wireless service.
Dez 11 21:57:29 macbox systemd[1]: Reached target Network.
Dez 11 21:57:29 macbox systemd[1]: Reached target Network is Online.
Dez 11 21:57:29 macbox iwd[434]: station: Network configuration is disabled.
Dez 11 21:57:29 macbox iwd[434]: Wiphy: 0, Name: phy0
Dez 11 21:57:29 macbox iwd[434]: Permanent Address: 00:00:00:00:00:00
Dez 11 21:57:29 macbox iwd[434]: 2.4GHz Band:
Dez 11 21:57:29 macbox iwd[434]: Bitrates (non-HT):
Dez 11 21:57:29 macbox iwd[434]: 1.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 2.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 5.5 Mbps
Dez 11 21:57:29 macbox iwd[434]: 11.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 6.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 9.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 12.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 18.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 24.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 36.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 48.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 54.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 5GHz Band:
Dez 11 21:57:29 macbox iwd[434]: Bitrates (non-HT):
Dez 11 21:57:29 macbox iwd[434]: 6.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 9.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 12.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 18.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 24.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 36.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 48.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: 54.0 Mbps
Dez 11 21:57:29 macbox iwd[434]: Ciphers: BIP-CMAC-128 CCMP-128 TKIP
Dez 11 21:57:29 macbox iwd[434]: Supported iftypes: ad-hoc station
Dez 11 21:57:29 macbox iwd[434]: DEL_INTERFACE failed: Operation not supported
Dez 11 21:57:29 macbox iwd[434]: Could not register frame watch type 00d0: -95
Dez 11 21:57:29 macbox dhcpcd[436]: wlan0: carrier lost
Dez 11 21:57:29 macbox iwd[434]: Could not register frame watch type 00d0: -95
Dez 11 21:57:29 macbox iwd[434]: Could not register frame watch type 00d0: -95
Dez 11 21:57:29 macbox iwd[434]: Could not register frame watch type 00d0: -95
Dez 11 21:57:29 macbox iwd[434]: Could not register frame watch type 00b0: -95
Dez 11 21:57:29 macbox iwd[434]: Could not register frame watch type 00d0: -95
Dez 11 21:57:29 macbox iwd[434]: Could not register frame watch type 00d0: -95
Dez 11 21:57:29 macbox iwd[434]: Could not register frame watch type 00d0: -95
Dez 11 21:57:29 macbox iwd[434]: Could not register frame watch type 00d0: -95
Dez 11 21:57:29 macbox iwd[434]: Could not register frame watch type 00d0: -95
Dez 11 21:57:29 macbox systemd[1]: Starting Permit User Sessions...
Dez 11 21:57:29 macbox dhcpcd[551]: /usr/lib/dhcpcd/dhcpcd-run-hooks: line 132: /etc/resolv.conf: Operation not permitted
Dez 11 21:57:29 macbox dhcpcd[553]: chmod: changing permissions of '/etc/resolv.conf': Operation not permitted
Dez 11 21:57:29 macbox dhcpcd[436]: wlan0: deleting address fe80::daaf:6819:fa9e:ce4f
Dez 11 21:57:29 macbox dhcpcd[436]: wlan0: carrier acquired
Dez 11 21:57:29 macbox dhcpcd[436]: wlan0: IAID 47:08:44:5e
Dez 11 21:57:29 macbox dhcpcd[436]: wlan0: adding address fe80::daaf:6819:fa9e:ce4f
Dez 11 21:57:29 macbox systemd[1]: Finished Permit User Sessions.
Dez 11 21:57:29 macbox systemd[1]: Reached target Multi-User System.
Dez 11 21:57:29 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:29] [NOTICE] Network not available yet -- waiting...
Dez 11 21:57:29 macbox systemd[1]: Starting GNOME Display Manager...
Dez 11 21:57:29 macbox systemd[1]: Started GNOME Display Manager.
Dez 11 21:57:29 macbox systemd[1]: Reached target Graphical Interface.
Dez 11 21:57:29 macbox systemd[1]: Startup finished in 6.086s (kernel) + 3.611s (userspace) = 9.698s.
Dez 11 21:57:29 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.9' (uid=0 pid=557 comm="/usr/bin/gdm")
Dez 11 21:57:29 macbox systemd[1]: Reached target User and Group Name Lookups.
Dez 11 21:57:29 macbox systemd[1]: Starting Accounts Service...
Dez 11 21:57:29 macbox accounts-daemon[562]: started daemon version 23.13.0
Dez 11 21:57:29 macbox dbus-daemon[430]: [system] Successfully activated service 'org.freedesktop.Accounts'
Dez 11 21:57:29 macbox systemd[1]: Started Accounts Service.
Dez 11 21:57:29 macbox systemd[1]: Created slice User Slice of UID 120.
Dez 11 21:57:29 macbox systemd[1]: Starting User Runtime Directory /run/user/120...
Dez 11 21:57:29 macbox systemd-logind[435]: New session 1 of user gdm.
Dez 11 21:57:30 macbox systemd[1]: Finished User Runtime Directory /run/user/120.
Dez 11 21:57:30 macbox dhcpcd[436]: wlan0: soliciting an IPv6 router
Dez 11 21:57:30 macbox systemd[1]: Starting User Manager for UID 120...
Dez 11 21:57:30 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.13' (uid=0 pid=575 comm="(systemd)")
Dez 11 21:57:30 macbox dbus-daemon[430]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Dez 11 21:57:30 macbox (systemd)[575]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Dez 11 21:57:30 macbox (systemd)[575]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by gdm(uid=0)
Dez 11 21:57:30 macbox systemd[575]: Queued start job for default target Main User Target.
Dez 11 21:57:30 macbox systemd[575]: Created slice User Application Slice.
Dez 11 21:57:30 macbox systemd[575]: Reached target Paths.
Dez 11 21:57:30 macbox systemd[575]: Reached target Timers.
Dez 11 21:57:30 macbox systemd[575]: Starting D-Bus User Message Bus Socket...
Dez 11 21:57:30 macbox systemd[575]: Listening on GnuPG network certificate management daemon.
Dez 11 21:57:30 macbox systemd[575]: Listening on GCR ssh-agent wrapper.
Dez 11 21:57:30 macbox systemd[575]: Listening on GNOME Keyring daemon.
Dez 11 21:57:30 macbox systemd[575]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dez 11 21:57:30 macbox systemd[575]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dez 11 21:57:30 macbox systemd[575]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dez 11 21:57:30 macbox systemd[575]: Listening on GnuPG cryptographic agent and passphrase cache.
Dez 11 21:57:30 macbox systemd[575]: Listening on GnuPG public key management service.
Dez 11 21:57:30 macbox systemd[575]: Listening on p11-kit server.
Dez 11 21:57:30 macbox systemd[575]: Listening on PipeWire Multimedia System Sockets.
Dez 11 21:57:30 macbox systemd[575]: Listening on Sound System.
Dez 11 21:57:30 macbox systemd[575]: Listening on D-Bus User Message Bus Socket.
Dez 11 21:57:30 macbox systemd[575]: Reached target Sockets.
Dez 11 21:57:30 macbox systemd[575]: Reached target Basic System.
Dez 11 21:57:30 macbox systemd[1]: Started User Manager for UID 120.
Dez 11 21:57:30 macbox systemd[575]: Starting Update XDG user dir configuration...
Dez 11 21:57:30 macbox systemd[1]: Started Session 1 of User gdm.
Dez 11 21:57:30 macbox systemd[575]: Finished Update XDG user dir configuration.
Dez 11 21:57:30 macbox systemd[575]: Reached target Main User Target.
Dez 11 21:57:30 macbox systemd[575]: Startup finished in 332ms.
Dez 11 21:57:30 macbox systemd[575]: Created slice User Core Session Slice.
Dez 11 21:57:30 macbox systemd[575]: Starting D-Bus User Message Bus...
Dez 11 21:57:30 macbox systemd[575]: Started D-Bus User Message Bus.
Dez 11 21:57:30 macbox dbus-daemon[588]: [session uid=120 pid=588] Successfully activated service 'org.freedesktop.systemd1'
Dez 11 21:57:30 macbox dhcpcd[436]: wlan0: rebinding lease of 192.168.2.172
Dez 11 21:57:30 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=120 pid=592 comm="/usr/lib/gnome-session-binary --autostart /usr/sha")
Dez 11 21:57:30 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Dez 11 21:57:30 macbox gnome-session[592]: gnome-session-binary[592]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Fehler beim Aufruf von StartServiceByName für org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Dez 11 21:57:30 macbox gnome-session-binary[592]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Fehler beim Aufruf von StartServiceByName für org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Dez 11 21:57:31 macbox gnome-shell[606]: Running GNOME Shell (using mutter 45.2) as a Wayland display server
Dez 11 21:57:31 macbox gnome-shell[606]: Failed to make thread 'KMS thread' realtime scheduled: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.RealtimeKit1" does not exist
Dez 11 21:57:31 macbox gnome-shell[606]: Device '/dev/dri/card1' prefers shadow buffer
Dez 11 21:57:31 macbox gnome-shell[606]: Added device '/dev/dri/card1' (i915) using atomic mode setting.
Dez 11 21:57:31 macbox gnome-shell[606]: Created gbm renderer for '/dev/dri/card1'
Dez 11 21:57:31 macbox gnome-shell[606]: Boot VGA GPU /dev/dri/card1 selected as primary
Dez 11 21:57:31 macbox gnome-shell[606]: Obtained a high priority EGL context
Dez 11 21:57:31 macbox gnome-shell[606]: Obtained a high priority EGL context
Dez 11 21:57:32 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=606 comm="/usr/bin/gnome-shell")
Dez 11 21:57:32 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Successfully activated service 'org.a11y.Bus'
Dez 11 21:57:32 macbox gnome-shell[606]: Using public X11 display :1024, (using :1025 for managed services)
Dez 11 21:57:32 macbox gnome-shell[606]: Using Wayland display name 'wayland-0'
Dez 11 21:57:32 macbox kernel: gnome-shell[606]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Dez 11 21:57:32 macbox /usr/lib/gdm-wayland-session[639]: dbus-daemon[639]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=606 comm="/usr/bin/gnome-shell")
Dez 11 21:57:32 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.17' (uid=120 pid=606 comm="/usr/bin/gnome-shell")
Dez 11 21:57:32 macbox /usr/lib/gdm-wayland-session[639]: dbus-daemon[639]: Successfully activated service 'org.a11y.atspi.Registry'
Dez 11 21:57:32 macbox /usr/lib/gdm-wayland-session[644]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Dez 11 21:57:32 macbox systemd[1]: Starting Manage, Install and Generate Color Profiles...
Dez 11 21:57:32 macbox dbus-daemon[430]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Dez 11 21:57:32 macbox systemd[1]: Started Manage, Install and Generate Color Profiles.
Dez 11 21:57:32 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.20' (uid=967 pid=657 comm="/usr/lib/colord-sane")
Dez 11 21:57:32 macbox dbus-daemon[430]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Dez 11 21:57:33 macbox iwd[434]: CMD_SET_CQM failed: Operation not supported
Dez 11 21:57:33 macbox gnome-shell[606]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Dez 11 21:57:33 macbox gnome-shell[606]: Will monitor session 1
Dez 11 21:57:33 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.17' (uid=120 pid=606 comm="/usr/bin/gnome-shell")
Dez 11 21:57:33 macbox systemd[1]: Starting Locale Service...
Dez 11 21:57:33 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Activating service name='org.gnome.Shell.Screencast' requested by ':1.3' (uid=120 pid=606 comm="/usr/bin/gnome-shell")
Dez 11 21:57:33 macbox dbus-daemon[430]: [system] Successfully activated service 'org.freedesktop.locale1'
Dez 11 21:57:33 macbox systemd[1]: Started Locale Service.
Dez 11 21:57:33 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=120 pid=606 comm="/usr/bin/gnome-shell")
Dez 11 21:57:33 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Dez 11 21:57:33 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.17' (uid=120 pid=606 comm="/usr/bin/gnome-shell")
Dez 11 21:57:33 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=606 comm="/usr/bin/gnome-shell")
Dez 11 21:57:33 macbox systemd[1]: Starting Daemon for power management...
Dez 11 21:57:33 macbox gnome-shell[606]: Extension apps-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:33 macbox gnome-shell[606]: Extension auto-move-windows@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:33 macbox gnome-shell[606]: Extension drive-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:33 macbox gnome-shell[606]: Extension launch-new-instance@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:33 macbox gnome-shell[606]: Extension light-style@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:33 macbox gnome-shell[606]: Extension native-window-placement@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:33 macbox gnome-shell[606]: Extension places-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:33 macbox gnome-shell[606]: Extension screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:33 macbox gnome-shell[606]: Extension user-theme@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:33 macbox gnome-shell[606]: Extension window-list@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:33 macbox gnome-shell[606]: Extension windowsNavigator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:33 macbox gnome-shell[606]: Extension workspace-indicator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[606]: Window manager warning: Failed to parse saved session file: Datei »/var/lib/gdm/.config/mutter/sessions/101a2cb5e721096dbf170232825082680100000005920000.ms« konnte nicht geöffnet werden: Datei oder Verzeichnis nicht gefunden
Dez 11 21:57:33 macbox gnome-shell[606]: Failed to launch ibus-daemon: Kindprozess »ibus-daemon« konnte nicht ausgeführt werden (Datei oder Verzeichnis nicht gefunden)
Dez 11 21:57:33 macbox polkitd[447]: Registered Authentication Agent for unix-session:1 (system bus name :1.17 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8)
Dez 11 21:57:33 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Successfully activated service 'org.gnome.Shell.Notifications'
Dez 11 21:57:33 macbox gnome-shell[606]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Dez 11 21:57:33 macbox kernel: rfkill: input handler disabled
Dez 11 21:57:33 macbox dbus-daemon[430]: [system] Successfully activated service 'org.freedesktop.UPower'
Dez 11 21:57:33 macbox systemd[1]: Started Daemon for power management.
Dez 11 21:57:33 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Activating service name='org.freedesktop.systemd1' requested by ':1.9' (uid=120 pid=696 comm="/usr/lib/gsd-sharing")
Dez 11 21:57:33 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Dez 11 21:57:33 macbox gsd-sharing[696]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Dez 11 21:57:33 macbox gsd-sharing[696]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Dez 11 21:57:33 macbox systemd[1]: systemd-rfkill.service: Deactivated successfully.
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86CameraAccessEnable
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86CameraAccessDisable
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86CameraAccessToggle
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86NextElement
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86PreviousElement
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86AutopilotEngageToggle
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86MarkWaypoint
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86Sos
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86NavChart
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86FishingChart
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86SingleRangeRadar
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86DualRangeRadar
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86RadarOverlay
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86TraditionalSonar
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86ClearvuSonar
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86SidevuSonar
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: > Warning: Could not resolve keysym XF86NavInfo
Dez 11 21:57:33 macbox org.gnome.Shell.desktop[824]: Errors from xkbcomp are not fatal to the X server
Dez 11 21:57:33 macbox gnome-shell[606]: No permission to control network connections: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.NetworkManager.network-control is not registered
Dez 11 21:57:34 macbox systemd[575]: Started PipeWire Multimedia Service.
Dez 11 21:57:34 macbox systemd[575]: Started PipeWire Media Session Manager.
Dez 11 21:57:34 macbox systemd[575]: Starting Sound Service...
Dez 11 21:57:34 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service' requested by ':1.17' (uid=120 pid=606 comm="/usr/bin/gnome-shell")
Dez 11 21:57:34 macbox systemd[1]: Starting Location Lookup Service...
Dez 11 21:57:34 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.30' (uid=120 pid=841 comm="/usr/bin/pipewire")
Dez 11 21:57:34 macbox systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Dez 11 21:57:34 macbox dbus-daemon[430]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Dez 11 21:57:34 macbox systemd[1]: Started RealtimeKit Scheduling Policy Service.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Successfully called chroot.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Successfully dropped privileges.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Successfully limited resources.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Running.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 0 threads of 0 processes of 0 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 0 threads of 0 processes of 0 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Canary thread running.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Watchdog thread running.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 0 threads of 0 processes of 0 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 0 threads of 0 processes of 0 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 0 threads of 0 processes of 0 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 0 threads of 0 processes of 0 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Successfully made thread 841 of process 841 owned by '120' high priority at nice level -11.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 1 threads of 1 processes of 1 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Successfully made thread 850 of process 841 owned by '120' RT at priority 20.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 2 threads of 1 processes of 1 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Successfully made thread 849 of process 842 owned by '120' RT at priority 20.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 3 threads of 2 processes of 1 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Successfully made thread 843 of process 843 owned by '120' high priority at nice level -11.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 4 threads of 3 processes of 1 users.
Dez 11 21:57:34 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.36' (uid=965 pid=844 comm="/usr/lib/geoclue")
Dez 11 21:57:34 macbox dbus-daemon[430]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
Dez 11 21:57:34 macbox geoclue[844]: Failed to connect to avahi service: Daemon not running
Dez 11 21:57:34 macbox systemd[1]: Started Location Lookup Service.
Dez 11 21:57:34 macbox dbus-daemon[430]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
Dez 11 21:57:34 macbox gnome-shell[606]: Failed to launch ibus-daemon: Kindprozess »ibus-daemon« konnte nicht ausgeführt werden (Datei oder Verzeichnis nicht gefunden)
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Unsupported maximum keycode 708, clipping.
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > X11 cannot support keycodes above 255.
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86CameraAccessEnable
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86CameraAccessDisable
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86CameraAccessToggle
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86NextElement
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86PreviousElement
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86AutopilotEngageToggle
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86MarkWaypoint
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86Sos
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86NavChart
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86FishingChart
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86SingleRangeRadar
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86DualRangeRadar
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86RadarOverlay
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86TraditionalSonar
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86ClearvuSonar
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86SidevuSonar
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: > Warning: Could not resolve keysym XF86NavInfo
Dez 11 21:57:34 macbox org.gnome.Shell.desktop[868]: Errors from xkbcomp are not fatal to the X server
Dez 11 21:57:34 macbox gnome-session-binary[592]: Entering running state
Dez 11 21:57:34 macbox xbrlapi.desktop[890]: openConnection: connect: Datei oder Verzeichnis nicht gefunden
Dez 11 21:57:34 macbox xbrlapi.desktop[890]: Kann nicht mit Braillegerätedienst brltty via :0 verbinden
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 4 threads of 3 processes of 1 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Successfully made thread 894 of process 843 owned by '120' RT at priority 5.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 5 threads of 3 processes of 1 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 5 threads of 3 processes of 1 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Successfully made thread 896 of process 843 owned by '120' RT at priority 5.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 6 threads of 3 processes of 1 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 6 threads of 3 processes of 1 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 6 threads of 3 processes of 1 users.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Successfully made thread 620 of process 606 owned by '120' RT at priority 20.
Dez 11 21:57:34 macbox rtkit-daemon[847]: Supervising 7 threads of 4 processes of 1 users.
Dez 11 21:57:34 macbox systemd[575]: Started Sound Service.
Dez 11 21:57:34 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Successfully activated service 'org.gnome.Shell.Screencast'
Dez 11 21:57:34 macbox gsd-media-keys[732]: Failed to grab accelerator for keybinding settings:hibernate
Dez 11 21:57:34 macbox gsd-media-keys[732]: Failed to grab accelerator for keybinding settings:playback-repeat
Dez 11 21:57:34 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Activating service name='org.gnome.ScreenSaver' requested by ':1.23' (uid=120 pid=775 comm="/usr/lib/gsd-power")
Dez 11 21:57:34 macbox /usr/lib/gdm-wayland-session[591]: dbus-daemon[591]: [session uid=120 pid=591] Successfully activated service 'org.gnome.ScreenSaver'
Dez 11 21:57:35 macbox gnome-shell[606]: Registering session with GDM
Dez 11 21:57:35 macbox dhcpcd[436]: wlan0: Router Advertisement from fe80::1
Dez 11 21:57:35 macbox dhcpcd[436]: wlan0: adding address 2003:e4:973a:15f8:50fd:edb5:e81f:79e5/64
Dez 11 21:57:35 macbox dhcpcd[436]: wlan0: adding route to 2003:e4:973a:15f8::/64
Dez 11 21:57:35 macbox dhcpcd[436]: wlan0: requesting DHCPv6 information
Dez 11 21:57:35 macbox dhcpcd[436]: wlan0: adding default route via fe80::1
Dez 11 21:57:35 macbox dhcpcd[436]: wlan0: DHCP lease expired
Dez 11 21:57:35 macbox dhcpcd[436]: wlan0: DHCP lease expired
Dez 11 21:57:35 macbox dhcpcd[925]: /usr/lib/dhcpcd/dhcpcd-run-hooks: line 132: /etc/resolv.conf: Operation not permitted
Dez 11 21:57:35 macbox dhcpcd[927]: chmod: changing permissions of '/etc/resolv.conf': Operation not permitted
Dez 11 21:57:35 macbox dhcpcd[436]: wlan0: soliciting a DHCP lease
Dez 11 21:57:35 macbox dhcpcd[436]: wlan0: offered 192.168.2.172 from 192.168.2.1 Speedport_Smart_4_Typ_A_010139.3.4.001.0
Dez 11 21:57:35 macbox dhcpcd[436]: wlan0: probing address 192.168.2.172/24
Dez 11 21:57:36 macbox dhcpcd[436]: wlan0: REPLY6 received from fe80::1
Dez 11 21:57:36 macbox dhcpcd[436]: wlan0: refresh in 86400 seconds
Dez 11 21:57:36 macbox dhcpcd[943]: /usr/lib/dhcpcd/dhcpcd-run-hooks: line 132: /etc/resolv.conf: Operation not permitted
Dez 11 21:57:36 macbox dhcpcd[945]: chmod: changing permissions of '/etc/resolv.conf': Operation not permitted
Dez 11 21:57:37 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.44' (uid=0 pid=952 comm="gdm-session-worker [pam/gdm-password]")
Dez 11 21:57:37 macbox dbus-daemon[430]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Dez 11 21:57:37 macbox dhcpcd[976]: /usr/lib/dhcpcd/dhcpcd-run-hooks: line 132: /etc/resolv.conf: Operation not permitted
Dez 11 21:57:37 macbox dhcpcd[978]: chmod: changing permissions of '/etc/resolv.conf': Operation not permitted
Dez 11 21:57:39 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:86:dd SRC=2a01:04f8:0272:5154:0000:0000:0000:0000 DST=2003:00e4:973a:15f8:50fd:edb5:e81f:79e5 LEN=1492 TC=0 HOPLIMIT=58 FLOWLBL=444789 PROTO=TCP SPT=443 DPT=56682 WINDOW=1030 RES=0x00 ACK URGP=0
Dez 11 21:57:40 macbox dhcpcd[436]: wlan0: leased 192.168.2.172 for 1814400 seconds
Dez 11 21:57:40 macbox dhcpcd[436]: wlan0: adding route to 192.168.2.0/24
Dez 11 21:57:40 macbox dhcpcd[436]: wlan0: adding default route via 192.168.2.1
Dez 11 21:57:40 macbox dhcpcd[1004]: /usr/lib/dhcpcd/dhcpcd-run-hooks: line 132: /etc/resolv.conf: Operation not permitted
Dez 11 21:57:40 macbox dhcpcd[1006]: chmod: changing permissions of '/etc/resolv.conf': Operation not permitted
Dez 11 21:57:40 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:40] [NOTICE] Network connectivity detected
Dez 11 21:57:40 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:40] [NOTICE] Now listening to 127.0.0.1:53 [UDP]
Dez 11 21:57:40 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:40] [NOTICE] Now listening to 127.0.0.1:53 [TCP]
Dez 11 21:57:40 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:40] [NOTICE] Now listening to [::1]:53 [UDP]
Dez 11 21:57:40 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:40] [NOTICE] Now listening to [::1]:53 [TCP]
Dez 11 21:57:40 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:40] [NOTICE] Source [public-resolvers] loaded
Dez 11 21:57:40 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:40] [NOTICE] Source [relays] loaded
Dez 11 21:57:40 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:40] [NOTICE] Firefox workaround initialized
Dez 11 21:57:40 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:40] [NOTICE] [brahma-world] OK (DoH) - rtt: 51ms
Dez 11 21:57:41 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:41] [NOTICE] [dns.digitalsize.net] OK (DoH) - rtt: 21ms
Dez 11 21:57:41 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:41] [NOTICE] Sorted latencies:
Dez 11 21:57:41 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:41] [NOTICE] - 21ms dns.digitalsize.net
Dez 11 21:57:41 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:41] [NOTICE] - 51ms brahma-world
Dez 11 21:57:41 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:41] [NOTICE] Server with the lowest initial latency: dns.digitalsize.net (rtt: 21ms)
Dez 11 21:57:41 macbox dnscrypt-proxy[432]: [2023-12-11 21:57:41] [NOTICE] dnscrypt-proxy is ready - live servers: 2
Dez 11 21:57:43 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=46583 DF PROTO=TCP SPT=53787 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 21:57:43 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=40772 DF PROTO=TCP SPT=55300 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 21:57:43 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=1577 DF PROTO=TCP SPT=54160 DPT=443 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 21:57:43 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=24915 DF PROTO=TCP SPT=58360 DPT=8081 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 21:57:43 macbox gdm-password][952]: gkr-pam: unable to locate daemon control file
Dez 11 21:57:43 macbox gdm-password][952]: gkr-pam: stashed password to try later in open session
Dez 11 21:57:44 macbox gdm-password][952]: pam_unix(gdm-password:session): session opened for user christian(uid=55555) by christian(uid=0)
Dez 11 21:57:44 macbox systemd[1]: Created slice User Slice of UID 55555.
Dez 11 21:57:44 macbox systemd[1]: Starting User Runtime Directory /run/user/55555...
Dez 11 21:57:44 macbox systemd-logind[435]: New session 3 of user christian.
Dez 11 21:57:44 macbox systemd[1]: Finished User Runtime Directory /run/user/55555.
Dez 11 21:57:44 macbox systemd[1]: Starting User Manager for UID 55555...
Dez 11 21:57:44 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.47' (uid=0 pid=1019 comm="(systemd)")
Dez 11 21:57:44 macbox dbus-daemon[430]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Dez 11 21:57:44 macbox (systemd)[1019]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[christian] ruser=[<unknown>] rhost=[<unknown>]
Dez 11 21:57:44 macbox (systemd)[1019]: pam_unix(systemd-user:session): session opened for user christian(uid=55555) by christian(uid=0)
Dez 11 21:57:44 macbox systemd[1019]: Queued start job for default target Main User Target.
Dez 11 21:57:44 macbox systemd-journald[205]: File /var/log/journal/7a531f0d6af84b1192b906e659914c27/user-55555.journal corrupted or uncleanly shut down, renaming and replacing.
Dez 11 21:57:44 macbox systemd[1019]: Created slice User Application Slice.
Dez 11 21:57:44 macbox systemd[1019]: Reached target Paths.
Dez 11 21:57:44 macbox systemd[1019]: Reached target Timers.
Dez 11 21:57:44 macbox systemd[1019]: Starting D-Bus User Message Bus Socket...
Dez 11 21:57:44 macbox systemd[1019]: Listening on GnuPG network certificate management daemon.
Dez 11 21:57:44 macbox systemd[1019]: Listening on GCR ssh-agent wrapper.
Dez 11 21:57:44 macbox systemd[1019]: Listening on GNOME Keyring daemon.
Dez 11 21:57:44 macbox systemd[1019]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dez 11 21:57:44 macbox systemd[1019]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dez 11 21:57:44 macbox systemd[1019]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dez 11 21:57:44 macbox systemd[1019]: Listening on GnuPG cryptographic agent and passphrase cache.
Dez 11 21:57:44 macbox systemd[1019]: Listening on GnuPG public key management service.
Dez 11 21:57:44 macbox systemd[1019]: Listening on p11-kit server.
Dez 11 21:57:44 macbox systemd[1019]: Listening on PipeWire Multimedia System Sockets.
Dez 11 21:57:44 macbox systemd[1019]: Listening on Sound System.
Dez 11 21:57:44 macbox systemd[1019]: Listening on D-Bus User Message Bus Socket.
Dez 11 21:57:44 macbox systemd[1019]: Reached target Sockets.
Dez 11 21:57:44 macbox systemd[1019]: Reached target Basic System.
Dez 11 21:57:44 macbox systemd[1]: Started User Manager for UID 55555.
Dez 11 21:57:44 macbox systemd[1019]: Starting Update XDG user dir configuration...
Dez 11 21:57:44 macbox systemd[1]: Started Session 3 of User christian.
Dez 11 21:57:44 macbox systemd[1019]: Started GNOME Keyring daemon.
Dez 11 21:57:44 macbox systemd[1019]: Finished Update XDG user dir configuration.
Dez 11 21:57:44 macbox systemd[1019]: Reached target Main User Target.
Dez 11 21:57:44 macbox systemd[1019]: Startup finished in 253ms.
Dez 11 21:57:44 macbox gnome-keyring-daemon[1030]: GNOME_KEYRING_CONTROL=/run/user/55555/keyring
Dez 11 21:57:44 macbox systemd[1019]: Created slice User Core Session Slice.
Dez 11 21:57:44 macbox systemd[1019]: Starting D-Bus User Message Bus...
Dez 11 21:57:44 macbox systemd[1019]: Started D-Bus User Message Bus.
Dez 11 21:57:44 macbox gdm-password][952]: gkr-pam: unlocked login keyring
Dez 11 21:57:44 macbox kernel: rfkill: input handler enabled
Dez 11 21:57:44 macbox gsd-power[775]: Release of light sensors failed: GDBus.Error:org.freedesktop.DBus.Error.AccessDenied: Not Authorized: Sensor claim not allowed
Dez 11 21:57:44 macbox /usr/lib/gdm-wayland-session[1073]: tput: No value for $TERM and no -T specified
Dez 11 21:57:44 macbox /usr/lib/gdm-wayland-session[1074]: tput: No value for $TERM and no -T specified
Dez 11 21:57:44 macbox /usr/lib/gdm-wayland-session[1075]: tput: No value for $TERM and no -T specified
Dez 11 21:57:44 macbox /usr/lib/gdm-wayland-session[1076]: tput: No value for $TERM and no -T specified
Dez 11 21:57:44 macbox /usr/lib/gdm-wayland-session[1077]: tput: No value for $TERM and no -T specified
Dez 11 21:57:44 macbox /usr/lib/gdm-wayland-session[1078]: tput: No value for $TERM and no -T specified
Dez 11 21:57:44 macbox /usr/lib/gdm-wayland-session[1079]: tput: No value for $TERM and no -T specified
Dez 11 21:57:44 macbox /usr/lib/gdm-wayland-session[1080]: tput: No value for $TERM and no -T specified
Dez 11 21:57:44 macbox systemd[1019]: Created slice Slice /app/gnome-session-manager.
Dez 11 21:57:44 macbox systemd[1019]: Reached target GNOME Wayland Session.
Dez 11 21:57:44 macbox systemd[1019]: Reached target Session services which should run early before the graphical session is brought up.
Dez 11 21:57:44 macbox systemd[1019]: Reached target GNOME Shell.
Dez 11 21:57:44 macbox systemd[1019]: Starting Monitor Session leader for GNOME Session...
Dez 11 21:57:44 macbox systemd[1019]: Started Monitor Session leader for GNOME Session.
Dez 11 21:57:44 macbox systemd[1019]: Reached target Tasks to be run before GNOME Session starts.
Dez 11 21:57:44 macbox systemd[1019]: Starting GNOME Session Manager (session: gnome)...
Dez 11 21:57:45 macbox gnome-keyring-daemon[1030]: The PKCS#11 component was already initialized
Dez 11 21:57:45 macbox gnome-keyring-d[1030]: The PKCS#11 component was already initialized
Dez 11 21:57:45 macbox gnome-keyring-ssh.desktop[1117]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/55555/keyring
Dez 11 21:57:45 macbox gnome-keyring-ssh.desktop[1117]: SSH_AUTH_SOCK=/run/user/55555/keyring/ssh
Dez 11 21:57:45 macbox gnome-keyring-daemon[1117]: discover_other_daemon: 1
Dez 11 21:57:45 macbox gnome-keyring-d[1030]: The Secret Service was already initialized
Dez 11 21:57:45 macbox gnome-keyring-pkcs11.desktop[1120]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/55555/keyring
Dez 11 21:57:45 macbox gnome-keyring-pkcs11.desktop[1120]: SSH_AUTH_SOCK=/run/user/55555/keyring/ssh
Dez 11 21:57:45 macbox gnome-keyring-secrets.desktop[1121]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/55555/keyring
Dez 11 21:57:45 macbox gnome-keyring-secrets.desktop[1121]: SSH_AUTH_SOCK=/run/user/55555/keyring/ssh
Dez 11 21:57:45 macbox gnome-keyring-daemon[1030]: The Secret Service was already initialized
Dez 11 21:57:45 macbox systemd[1019]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1112.scope: Couldn't move process 1112 to requested cgroup '/user.slice/user-55555.slice/user@55555.service/app.slice/app-gnome-gnome\x2dkeyring\x2dpkcs11-1112.scope': No such process
Dez 11 21:57:45 macbox gnome-keyring-daemon[1121]: discover_other_daemon: 1
Dez 11 21:57:45 macbox systemd[1019]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1112.scope: Failed to add PIDs to scope's control group: No such process
Dez 11 21:57:45 macbox gnome-keyring-daemon[1120]: discover_other_daemon: 1
Dez 11 21:57:45 macbox systemd[1019]: app-gnome-gnome\x2dkeyring\x2dpkcs11-1112.scope: Failed with result 'resources'.
Dez 11 21:57:45 macbox systemd[1019]: Failed to start Application launched by gnome-session-binary.
Dez 11 21:57:45 macbox systemd[1019]: app-gnome-gnome\x2dkeyring\x2dsecrets-1115.scope: PID 1115 vanished before we could move it to target cgroup '/user.slice/user-55555.slice/user@55555.service/app.slice/app-gnome-gnome\x2dkeyring\x2dsecrets-1115.scope', skipping: No such process
Dez 11 21:57:45 macbox systemd[1019]: app-gnome-gnome\x2dkeyring\x2dsecrets-1115.scope: No PIDs left to attach to the scope's control group, refusing.
Dez 11 21:57:45 macbox systemd[1019]: app-gnome-gnome\x2dkeyring\x2dsecrets-1115.scope: Failed with result 'resources'.
Dez 11 21:57:45 macbox systemd[1019]: Failed to start Application launched by gnome-session-binary.
Dez 11 21:57:45 macbox systemd[1019]: app-gnome-gnome\x2dkeyring\x2dssh-1109.scope: PID 1109 vanished before we could move it to target cgroup '/user.slice/user-55555.slice/user@55555.service/app.slice/app-gnome-gnome\x2dkeyring\x2dssh-1109.scope', skipping: No such process
Dez 11 21:57:45 macbox systemd[1019]: app-gnome-gnome\x2dkeyring\x2dssh-1109.scope: No PIDs left to attach to the scope's control group, refusing.
Dez 11 21:57:45 macbox systemd[1019]: app-gnome-gnome\x2dkeyring\x2dssh-1109.scope: Failed with result 'resources'.
Dez 11 21:57:45 macbox systemd[1019]: Failed to start Application launched by gnome-session-binary.
Dez 11 21:57:45 macbox systemd[1019]: Started GNOME Session Manager (session: gnome).
Dez 11 21:57:45 macbox systemd[1019]: Reached target GNOME Session Manager is ready.
Dez 11 21:57:45 macbox systemd[1019]: Starting GNOME Shell on Wayland...
Dez 11 21:57:45 macbox systemd[1019]: GNOME Shell on X11 was skipped because of an unmet condition check (ConditionEnvironment=XDG_SESSION_TYPE=x11).
Dez 11 21:57:45 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.11' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:45 macbox systemd[1019]: Starting Virtual filesystem service...
Dez 11 21:57:45 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gtk.vfs.Daemon'
Dez 11 21:57:45 macbox systemd[1019]: Started Virtual filesystem service.
Dez 11 21:57:45 macbox gnome-shell[1125]: Running GNOME Shell (using mutter 45.2) as a Wayland display server
Dez 11 21:57:45 macbox rtkit-daemon[847]: Supervising 7 threads of 4 processes of 1 users.
Dez 11 21:57:45 macbox rtkit-daemon[847]: Supervising 7 threads of 4 processes of 1 users.
Dez 11 21:57:45 macbox rtkit-daemon[847]: Successfully made thread 1150 of process 1125 owned by '55555' RT at priority 20.
Dez 11 21:57:45 macbox rtkit-daemon[847]: Supervising 8 threads of 5 processes of 2 users.
Dez 11 21:57:45 macbox gnome-shell[1125]: Made thread 'KMS thread' realtime scheduled
Dez 11 21:57:45 macbox gnome-shell[1125]: Device '/dev/dri/card1' prefers shadow buffer
Dez 11 21:57:45 macbox gnome-shell[1125]: Added device '/dev/dri/card1' (i915) using atomic mode setting.
Dez 11 21:57:45 macbox gnome-shell[1125]: Created gbm renderer for '/dev/dri/card1'
Dez 11 21:57:45 macbox gnome-shell[1125]: Boot VGA GPU /dev/dri/card1 selected as primary
Dez 11 21:57:45 macbox gnome-shell[1125]: Obtained a high priority EGL context
Dez 11 21:57:45 macbox gnome-shell[1125]: Obtained a high priority EGL context
Dez 11 21:57:45 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.14' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:45 macbox systemd[1019]: Starting Accessibility services bus...
Dez 11 21:57:45 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.a11y.Bus'
Dez 11 21:57:45 macbox systemd[1019]: Started Accessibility services bus.
Dez 11 21:57:45 macbox gnome-shell[1125]: Using public X11 display :0, (using :1 for managed services)
Dez 11 21:57:45 macbox gnome-shell[1125]: Using Wayland display name 'wayland-0'
Dez 11 21:57:45 macbox at-spi-bus-launcher[1185]: dbus-daemon[1185]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:45 macbox at-spi-bus-launcher[1185]: dbus-daemon[1185]: Successfully activated service 'org.a11y.atspi.Registry'
Dez 11 21:57:45 macbox at-spi-bus-launcher[1188]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Dez 11 21:57:46 macbox gnome-shell[1125]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Dez 11 21:57:46 macbox gnome-shell[1125]: Will monitor session 3
Dez 11 21:57:46 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating service name='org.gnome.Shell.Screencast' requested by ':1.11' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:46 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.11' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:46 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating service name='org.gnome.Shell.CalendarServer' requested by ':1.11' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:46 macbox systemd[1019]: Starting sandboxed app permission store...
Dez 11 21:57:46 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Dez 11 21:57:46 macbox systemd[1019]: Started sandboxed app permission store.
Dez 11 21:57:46 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating via systemd: service name='org.gnome.evolution.dataserver.Sources5' unit='evolution-source-registry.service' requested by ':1.20' (uid=55555 pid=1205 comm="/usr/lib/gnome-shell-calendar-server")
Dez 11 21:57:46 macbox systemd[1019]: Starting Evolution source registry...
Dez 11 21:57:46 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating service name='org.gnome.Shell.Notifications' requested by ':1.11' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:46 macbox gnome-shell[1125]: Extension user-theme@gnome-shell-extensions.gcampax.github.com already installed in /home/christian/.local/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com will not be loaded
Dez 11 21:57:46 macbox gnome-shell[1125]: Could not issue 'GetUnit' systemd call
Dez 11 21:57:46 macbox systemd[1019]: Started GNOME Shell on Wayland.
Dez 11 21:57:46 macbox systemd[1019]: Reached target GNOME Session is initialized.
Dez 11 21:57:46 macbox systemd[1019]: GNOME session X11 services is inactive.
Dez 11 21:57:46 macbox systemd[1019]: Dependency failed for GNOME XSettings service.
Dez 11 21:57:46 macbox systemd[1019]: org.gnome.SettingsDaemon.XSettings.service: Job org.gnome.SettingsDaemon.XSettings.service/start failed with result 'dependency'.
Dez 11 21:57:46 macbox systemd[1019]: gnome-session-x11-services-ready.target: Job gnome-session-x11-services-ready.target/verify-active failed with result 'dependency'.
Dez 11 21:57:46 macbox systemd[1019]: Reached target GNOME Session (session: gnome).
Dez 11 21:57:46 macbox systemd[1019]: Reached target GNOME XSettings target.
Dez 11 21:57:46 macbox systemd[1019]: Starting Signal initialization done to GNOME Session Manager...
Dez 11 21:57:46 macbox gnome-shell[1125]: Failed to launch ibus-daemon: Kindprozess »ibus-daemon« konnte nicht ausgeführt werden (Datei oder Verzeichnis nicht gefunden)
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME accessibility service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME color management service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME date & time service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME maintenance of expirable data service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME keyboard configuration service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME keyboard shortcuts service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME power management service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME printer notifications service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME RFKill support service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME FreeDesktop screensaver service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME file sharing service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME smartcard service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME sound sample caching service...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME USB protection service...
Dez 11 21:57:46 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.55' (uid=55555 pid=1264 comm="/usr/lib/gsd-disk-utility-notify")
Dez 11 21:57:46 macbox gnome-session-binary[1102]: Entering running state
Dez 11 21:57:46 macbox systemd[1]: Starting Disk Manager...
Dez 11 21:57:46 macbox systemd[1019]: Starting GNOME Wacom tablet support service...
Dez 11 21:57:47 macbox udisksd[1290]: udisks daemon version 2.10.1 starting
Dez 11 21:57:47 macbox systemd[1019]: Finished Signal initialization done to GNOME Session Manager.
Dez 11 21:57:47 macbox systemd[1019]: Started Application launched by gnome-session-binary.
Dez 11 21:57:47 macbox systemd[1019]: Started Application launched by gnome-session-binary.
Dez 11 21:57:47 macbox systemd[1019]: Started Application launched by gnome-session-binary.
Dez 11 21:57:47 macbox systemd[1019]: Started GNOME FreeDesktop screensaver service.
Dez 11 21:57:47 macbox systemd[1019]: Reached target GNOME FreeDesktop screensaver target.
Dez 11 21:57:47 macbox systemd[1019]: Started GNOME accessibility service.
Dez 11 21:57:47 macbox systemd[1019]: Reached target GNOME accessibility target.
Dez 11 21:57:47 macbox systemd[1019]: Started GNOME printer notifications service.
Dez 11 21:57:47 macbox systemd[1019]: Reached target GNOME printer notifications target.
Dez 11 21:57:47 macbox dbus-daemon[430]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Dez 11 21:57:47 macbox systemd[1]: Started Disk Manager.
Dez 11 21:57:47 macbox udisksd[1290]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Dez 11 21:57:47 macbox systemd[1019]: Started GNOME maintenance of expirable data service.
Dez 11 21:57:47 macbox systemd[1019]: Reached target GNOME maintenance of expirable data target.
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gnome.Shell.Notifications'
Dez 11 21:57:47 macbox systemd[1019]: Started GNOME USB protection service.
Dez 11 21:57:47 macbox systemd[1019]: Reached target GNOME USB protection target.
Dez 11 21:57:47 macbox systemd[1019]: Started GNOME smartcard service.
Dez 11 21:57:47 macbox systemd[1019]: Reached target GNOME smartcard target.
Dez 11 21:57:47 macbox kernel: rfkill: input handler disabled
Dez 11 21:57:47 macbox systemd[1019]: Started GNOME RFKill support service.
Dez 11 21:57:47 macbox systemd[1019]: Reached target GNOME RFKill support target.
Dez 11 21:57:47 macbox systemd[1019]: Started GNOME date & time service.
Dez 11 21:57:47 macbox systemd[1019]: Reached target GNOME date & time target.
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating service name='org.gnome.OnlineAccounts' requested by ':1.21' (uid=55555 pid=1218 comm="/usr/lib/evolution-source-registry")
Dez 11 21:57:47 macbox systemd[1019]: Started GNOME sound sample caching service.
Dez 11 21:57:47 macbox systemd[1019]: Reached target GNOME sound sample caching target.
Dez 11 21:57:47 macbox systemd[1019]: Started GNOME file sharing service.
Dez 11 21:57:47 macbox systemd[1019]: Reached target GNOME file sharing target.
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating service name='org.gnome.ScreenSaver' requested by ':1.30' (uid=55555 pid=1275 comm="/usr/lib/gsd-usb-protection")
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gnome.evolution.dataserver.Sources5'
Dez 11 21:57:47 macbox systemd[1019]: Started Evolution source registry.
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating via systemd: service name='org.gnome.evolution.dataserver.Calendar8' unit='evolution-calendar-factory.service' requested by ':1.20' (uid=55555 pid=1205 comm="/usr/lib/gnome-shell-calendar-server")
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gnome.Shell.CalendarServer'
Dez 11 21:57:47 macbox systemd[1019]: Starting Evolution calendar service...
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gnome.ScreenSaver'
Dez 11 21:57:47 macbox goa-daemon[1358]: goa-daemon version 3.48.0 starting
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating service name='org.gnome.Identity' requested by ':1.44' (uid=55555 pid=1358 comm="/usr/lib/goa-daemon")
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gnome.OnlineAccounts'
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gnome.Identity'
Dez 11 21:57:47 macbox gsd-usb-protect[1275]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.usbguard1 was not provided by any .service files
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gnome.evolution.dataserver.Calendar8'
Dez 11 21:57:47 macbox systemd[1019]: Started Evolution calendar service.
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating via systemd: service name='org.gnome.evolution.dataserver.AddressBook10' unit='evolution-addressbook-factory.service' requested by ':1.43' (uid=55555 pid=1404 comm="/usr/lib/evolution-calendar-factory")
Dez 11 21:57:47 macbox systemd[1019]: Starting Evolution address book service...
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gnome.evolution.dataserver.AddressBook10'
Dez 11 21:57:47 macbox systemd[1019]: Started Evolution address book service.
Dez 11 21:57:47 macbox gnome-shell[1125]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.11' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:47 macbox systemd[1019]: Starting Virtual filesystem service - disk device monitor...
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Dez 11 21:57:47 macbox systemd[1019]: Started Virtual filesystem service - disk device monitor.
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating via systemd: service name='org.gtk.vfs.GoaVolumeMonitor' unit='gvfs-goa-volume-monitor.service' requested by ':1.11' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:47 macbox systemd[1019]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gtk.vfs.GoaVolumeMonitor'
Dez 11 21:57:47 macbox systemd[1019]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Dez 11 21:57:47 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating via systemd: service name='org.gtk.vfs.MTPVolumeMonitor' unit='gvfs-mtp-volume-monitor.service' requested by ':1.11' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:48 macbox systemd[1019]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Dez 11 21:57:48 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gtk.vfs.MTPVolumeMonitor'
Dez 11 21:57:48 macbox systemd[1019]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Dez 11 21:57:48 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating via systemd: service name='org.gtk.vfs.GPhoto2VolumeMonitor' unit='gvfs-gphoto2-volume-monitor.service' requested by ':1.11' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:48 macbox systemd[1019]: Starting Virtual filesystem service - digital camera monitor...
Dez 11 21:57:48 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gtk.vfs.GPhoto2VolumeMonitor'
Dez 11 21:57:48 macbox systemd[1019]: Started Virtual filesystem service - digital camera monitor.
Dez 11 21:57:48 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating via systemd: service name='org.gtk.vfs.AfcVolumeMonitor' unit='gvfs-afc-volume-monitor.service' requested by ':1.11' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:48 macbox systemd[1019]: Starting Virtual filesystem service - Apple File Conduit monitor...
Dez 11 21:57:48 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gtk.vfs.AfcVolumeMonitor'
Dez 11 21:57:48 macbox systemd[1019]: Started Virtual filesystem service - Apple File Conduit monitor.
Dez 11 21:57:48 macbox polkitd[447]: Registered Authentication Agent for unix-session:3 (system bus name :1.52 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8)
Dez 11 21:57:48 macbox gnome-shell[1125]: loading default theme (Adwaita)
Dez 11 21:57:48 macbox systemd[1019]: Started PipeWire Multimedia Service.
Dez 11 21:57:48 macbox systemd[1019]: Started PipeWire Media Session Manager.
Dez 11 21:57:48 macbox systemd[1019]: Starting Sound Service...
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 8 threads of 5 processes of 2 users.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 8 threads of 5 processes of 2 users.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 8 threads of 5 processes of 2 users.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Successfully made thread 1480 of process 1480 owned by '55555' high priority at nice level -11.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 9 threads of 6 processes of 2 users.
Dez 11 21:57:48 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.11' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:48 macbox rtkit-daemon[847]: Successfully made thread 1485 of process 1480 owned by '55555' RT at priority 20.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 10 threads of 6 processes of 2 users.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 10 threads of 6 processes of 2 users.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 10 threads of 6 processes of 2 users.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 10 threads of 6 processes of 2 users.
Dez 11 21:57:48 macbox systemd[1019]: Starting Virtual filesystem metadata service...
Dez 11 21:57:48 macbox rtkit-daemon[847]: Successfully made thread 1487 of process 1481 owned by '55555' RT at priority 20.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 11 threads of 7 processes of 2 users.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Successfully made thread 1482 of process 1482 owned by '55555' high priority at nice level -11.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 12 threads of 8 processes of 2 users.
Dez 11 21:57:48 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gtk.vfs.Metadata'
Dez 11 21:57:48 macbox systemd[1019]: Started Virtual filesystem metadata service.
Dez 11 21:57:48 macbox gnome-shell[1125]: No permission to control network connections: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.NetworkManager.network-control is not registered
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 12 threads of 8 processes of 2 users.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Successfully made thread 1498 of process 1482 owned by '55555' RT at priority 5.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 13 threads of 8 processes of 2 users.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 13 threads of 8 processes of 2 users.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Successfully made thread 1500 of process 1482 owned by '55555' RT at priority 5.
Dez 11 21:57:48 macbox rtkit-daemon[847]: Supervising 14 threads of 8 processes of 2 users.
Dez 11 21:57:48 macbox systemd[1019]: Started Sound Service.
Dez 11 21:57:48 macbox pulseaudio[1482]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Dez 11 21:57:48 macbox kernel: Bluetooth: RFCOMM TTY layer initialized
Dez 11 21:57:48 macbox kernel: Bluetooth: RFCOMM socket layer initialized
Dez 11 21:57:48 macbox kernel: Bluetooth: RFCOMM ver 1.11
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/ldac_hq
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/ldac_sq
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/ldac_mq
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSink/aptx_hd
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/aptx_hd
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSink/aptx
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/aptx
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Dez 11 21:57:48 macbox bluetoothd[429]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Dez 11 21:57:48 macbox gnome-shell[1125]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Dez 11 21:57:48 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'org.gnome.Shell.Screencast'
Dez 11 21:57:48 macbox systemd[1019]: Started GNOME keyboard configuration service.
Dez 11 21:57:48 macbox systemd[1019]: Reached target GNOME keyboard configuration target.
Dez 11 21:57:48 macbox systemd[1019]: Started GNOME color management service.
Dez 11 21:57:48 macbox systemd[1019]: Reached target GNOME color management target.
Dez 11 21:57:49 macbox systemd[1019]: Started GNOME Wacom tablet support service.
Dez 11 21:57:49 macbox systemd[1019]: Reached target GNOME Wacom tablet support target.
Dez 11 21:57:49 macbox systemd[1019]: Started GNOME power management service.
Dez 11 21:57:49 macbox systemd[1019]: Reached target GNOME power management target.
Dez 11 21:57:49 macbox systemd[1019]: Started GNOME keyboard shortcuts service.
Dez 11 21:57:49 macbox systemd[1019]: Reached target GNOME keyboard shortcuts target.
Dez 11 21:57:49 macbox systemd[1019]: Reached target GNOME Session.
Dez 11 21:57:49 macbox systemd[1019]: Reached target GNOME Wayland Session (session: gnome).
Dez 11 21:57:49 macbox systemd[1019]: Reached target Current graphical user session.
Dez 11 21:57:49 macbox rtkit-daemon[847]: Successfully made thread 1150 of process 1125 owned by '55555' high priority at nice level 0.
Dez 11 21:57:49 macbox rtkit-daemon[847]: Supervising 14 threads of 8 processes of 2 users.
Dez 11 21:57:49 macbox rtkit-daemon[847]: Supervising 13 threads of 7 processes of 2 users.
Dez 11 21:57:49 macbox rtkit-daemon[847]: Supervising 13 threads of 7 processes of 2 users.
Dez 11 21:57:49 macbox rtkit-daemon[847]: Successfully made thread 1150 of process 1125 owned by '55555' RT at priority 20.
Dez 11 21:57:49 macbox rtkit-daemon[847]: Supervising 14 threads of 8 processes of 2 users.
Dez 11 21:57:49 macbox gsd-media-keys[1255]: Failed to grab accelerator for keybinding settings:hibernate
Dez 11 21:57:49 macbox gsd-media-keys[1255]: Failed to grab accelerator for keybinding settings:playback-repeat
Dez 11 21:57:49 macbox gnome-shell[1125]: GNOME Shell started at Mon Dec 11 2023 21:57:46 GMT+0100 (Mitteleuropäische Normalzeit)
Dez 11 21:57:49 macbox gnome-shell[1125]: Registering session with GDM
Dez 11 21:57:49 macbox gnome-shell[606]: Shutting down GNOME Shell
Dez 11 21:57:49 macbox systemd-logind[435]: Session 1 logged out. Waiting for processes to exit.
Dez 11 21:57:49 macbox gnome-shell[1125]: Error checking authorization for action id org.freedesktop.NetworkManager.network-control: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.NetworkManager.network-control is not registered
Dez 11 21:57:49 macbox gnome-shell[1125]: Error checking authorization for action id org.freedesktop.NetworkManager.network-control: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.NetworkManager.network-control is not registered
Dez 11 21:57:49 macbox polkitd[447]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.17, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8) (disconnected from bus)
Dez 11 21:57:49 macbox gnome-shell[1125]: Error checking authorization for action id org.freedesktop.NetworkManager.network-control: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.NetworkManager.network-control is not registered
Dez 11 21:57:49 macbox systemd[1]: session-1.scope: Deactivated successfully.
Dez 11 21:57:49 macbox systemd[1]: session-1.scope: Consumed 6.498s CPU time.
Dez 11 21:57:49 macbox gdm[557]: Gdm: Child process -584 was already dead.
Dez 11 21:57:49 macbox systemd-logind[435]: Removed session 1.
Dez 11 21:57:49 macbox gnome-shell[1125]: Error checking authorization for action id org.freedesktop.NetworkManager.network-control: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.NetworkManager.network-control is not registered
Dez 11 21:57:49 macbox gnome-shell[1125]: Error checking authorization for action id org.freedesktop.NetworkManager.network-control: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.NetworkManager.network-control is not registered
Dez 11 21:57:51 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=94.130.135.203 DST=192.168.2.172 LEN=122 TOS=0x00 PREC=0x00 TTL=58 ID=58228 DF PROTO=TCP SPT=443 DPT=52666 WINDOW=505 RES=0x00 ACK PSH FIN URGP=0
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/firefox.profile
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/whitelist-usr-share-common.inc
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/firefox-common.profile
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/disable-common.inc
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/disable-devel.inc
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/disable-exec.inc
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/disable-interpreters.inc
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/disable-proc.inc
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/disable-programs.inc
Dez 11 21:57:51 macbox systemd[1019]: Started Application launched by gnome-shell.
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/whitelist-common.inc
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/whitelist-run-common.inc
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/whitelist-runuser-common.inc
Dez 11 21:57:51 macbox firefox.desktop[1580]: Reading profile /etc/firejail/whitelist-var-common.inc
Dez 11 21:57:51 macbox firefox.desktop[1580]: Seccomp list in: !chroot, check list: @default-keep, prelist: unknown,
Dez 11 21:57:51 macbox firefox.desktop[1580]: Parent pid 1580, child pid 1586
Dez 11 21:57:51 macbox firefox.desktop[1586]: Warning: An abstract unix socket for session D-BUS might still be available. Use --net or remove unix from --protocol set.
Dez 11 21:57:51 macbox firefox.desktop[1589]: Warning: cleaning all supplementary groups
Dez 11 21:57:51 macbox firefox.desktop[1586]: Warning: /sbin directory link was not blacklisted
Dez 11 21:57:51 macbox firefox.desktop[1586]: Warning: /usr/sbin directory link was not blacklisted
Dez 11 21:57:51 macbox firefox.desktop[1590]: Warning: cleaning all supplementary groups
Dez 11 21:57:51 macbox firefox.desktop[1591]: Seccomp list in: !chroot, check list: @default-keep, prelist: unknown,
Dez 11 21:57:51 macbox firefox.desktop[1586]: Warning: cleaning all supplementary groups
Dez 11 21:57:51 macbox firefox.desktop[1593]: Warning: Replacing profile instead of stacking it. It is a legacy behavior that can result in relaxation of the protection. It is here as a temporary measure to unbreak the software that has been broken by switching to the stacking behavior.
Dez 11 21:57:51 macbox firefox.desktop[1593]: Warning: Cannot confine the application using AppArmor.
Dez 11 21:57:51 macbox firefox.desktop[1593]: Maybe firejail-default AppArmor profile is not loaded into the kernel.
Dez 11 21:57:51 macbox firefox.desktop[1593]: As root, run "aa-enforce firejail-default" to load it.
Dez 11 21:57:51 macbox firefox.desktop[1593]: Child process initialized in 273.99 ms
Dez 11 21:57:51 macbox kernel: audit: type=1400 audit(1702328271.901:2): apparmor="DENIED" operation="change_onexec" class="file" info="label not found" error=-2 profile="unconfined" name="firejail-default" pid=1593 comm="firejail"
Dez 11 21:57:53 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=157.90.124.62 DST=192.168.2.172 LEN=115 TOS=0x00 PREC=0x00 TTL=54 ID=60610 DF PROTO=TCP SPT=443 DPT=38536 WINDOW=505 RES=0x00 ACK PSH FIN URGP=0
Dez 11 21:57:54 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Activating service name='com.gexperts.Tilix' requested by ':1.11' (uid=55555 pid=1125 comm="/usr/bin/gnome-shell")
Dez 11 21:57:54 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=34.107.243.93 DST=192.168.2.172 LEN=113 TOS=0x00 PREC=0x00 TTL=124 ID=62315 PROTO=TCP SPT=443 DPT=50712 WINDOW=285 RES=0x00 ACK PSH FIN URGP=0
Dez 11 21:57:54 macbox dbus-daemon[1040]: [session uid=55555 pid=1040] Successfully activated service 'com.gexperts.Tilix'
Dez 11 21:57:54 macbox systemd[1019]: Started VTE child process 1724 launched by tilix process 1712.
Dez 11 21:57:54 macbox gnome-shell[1125]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed
Dez 11 21:57:59 macbox systemd[1]: Stopping User Manager for UID 120...
Dez 11 21:57:59 macbox systemd[575]: Activating special unit Exit the Session...
Dez 11 21:57:59 macbox systemd[575]: Stopped target Main User Target.
Dez 11 21:57:59 macbox systemd[575]: Stopping D-Bus User Message Bus...
Dez 11 21:57:59 macbox systemd[575]: Stopping PipeWire Media Session Manager...
Dez 11 21:57:59 macbox systemd[575]: Stopped D-Bus User Message Bus.
Dez 11 21:57:59 macbox systemd-timesyncd[425]: Contacted time server [2003:a:87f:c37c::5]:123 (2.arch.pool.ntp.org).
Dez 11 21:57:59 macbox systemd-timesyncd[425]: Initial clock synchronization to Mon 2023-12-11 21:57:59.547965 CET.
Dez 11 21:57:59 macbox systemd[575]: Stopped PipeWire Media Session Manager.
Dez 11 21:57:59 macbox systemd[575]: Stopping PipeWire Multimedia Service...
Dez 11 21:57:59 macbox systemd[575]: Stopped PipeWire Multimedia Service.
Dez 11 21:57:59 macbox systemd[575]: Removed slice User Core Session Slice.
Dez 11 21:57:59 macbox systemd[575]: Stopped target Basic System.
Dez 11 21:57:59 macbox systemd[575]: Stopped target Paths.
Dez 11 21:57:59 macbox systemd[575]: Stopped target Sockets.
Dez 11 21:57:59 macbox systemd[575]: Stopped target Timers.
Dez 11 21:57:59 macbox systemd[575]: Closed D-Bus User Message Bus Socket.
Dez 11 21:57:59 macbox systemd[575]: Closed GnuPG network certificate management daemon.
Dez 11 21:57:59 macbox systemd[575]: Closed GCR ssh-agent wrapper.
Dez 11 21:57:59 macbox systemd[575]: Closed GNOME Keyring daemon.
Dez 11 21:57:59 macbox systemd[575]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dez 11 21:57:59 macbox systemd[575]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Dez 11 21:57:59 macbox systemd[575]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Dez 11 21:57:59 macbox systemd[575]: Closed GnuPG cryptographic agent and passphrase cache.
Dez 11 21:57:59 macbox systemd[575]: Closed GnuPG public key management service.
Dez 11 21:57:59 macbox systemd[575]: Closed p11-kit server.
Dez 11 21:57:59 macbox systemd[575]: Closed PipeWire Multimedia System Sockets.
Dez 11 21:57:59 macbox systemd[575]: Closed Sound System.
Dez 11 21:57:59 macbox systemd[575]: Removed slice User Application Slice.
Dez 11 21:57:59 macbox systemd[575]: Reached target Shutdown.
Dez 11 21:57:59 macbox systemd[575]: Finished Exit the Session.
Dez 11 21:57:59 macbox systemd[575]: Reached target Exit the Session.
Dez 11 21:57:59 macbox (sd-pam)[576]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Dez 11 21:57:59 macbox systemd[1]: user@120.service: Deactivated successfully.
Dez 11 21:57:59 macbox systemd[1]: Stopped User Manager for UID 120.
Dez 11 21:57:59 macbox systemd[1]: Stopping User Runtime Directory /run/user/120...
Dez 11 21:57:59 macbox systemd[1]: run-user-120.mount: Deactivated successfully.
Dez 11 21:57:59 macbox systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
Dez 11 21:57:59 macbox systemd[1]: Stopped User Runtime Directory /run/user/120.
Dez 11 21:57:59 macbox systemd[1]: Removed slice User Slice of UID 120.
Dez 11 21:57:59 macbox systemd[1]: user-120.slice: Consumed 7.194s CPU time.
Dez 11 21:58:01 macbox firefox.desktop[1593]: [Parent 7, Main Thread] WARNING: Failed to call GetIdletime(): GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown
Dez 11 21:58:01 macbox firefox.desktop[1593]: : 'glib warning', file /build/firefox/src/firefox-120.0.1/toolkit/xre/nsSigHandlers.cpp:187
Dez 11 21:58:01 macbox firefox[1593]: Failed to call GetIdletime(): GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown
Dez 11 21:58:02 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=17054 DF PROTO=TCP SPT=53892 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 21:58:02 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=58035 DF PROTO=TCP SPT=55405 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 21:58:02 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=3702 DF PROTO=TCP SPT=54265 DPT=443 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 21:58:02 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=8681 DF PROTO=TCP SPT=58465 DPT=8081 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 21:58:07 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.79' (uid=0 pid=2112 comm="sudo journalctl -b -1")
Dez 11 21:58:07 macbox dbus-daemon[430]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Dez 11 21:58:07 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=157.90.124.62 DST=192.168.2.172 LEN=115 TOS=0x00 PREC=0x00 TTL=54 ID=60611 DF PROTO=TCP SPT=443 DPT=38536 WINDOW=505 RES=0x00 ACK PSH FIN URGP=0
Dez 11 21:58:08 macbox dhcpcd[2127]: /usr/lib/dhcpcd/dhcpcd-run-hooks: line 132: /etc/resolv.conf: Operation not permitted
Dez 11 21:58:08 macbox dhcpcd[2129]: chmod: changing permissions of '/etc/resolv.conf': Operation not permitted
Dez 11 21:58:09 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=34.107.243.93 DST=192.168.2.172 LEN=113 TOS=0x00 PREC=0x00 TTL=60 ID=62316 PROTO=TCP SPT=443 DPT=50712 WINDOW=285 RES=0x00 ACK PSH FIN URGP=0
Dez 11 21:58:11 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:86:dd SRC=2a01:04f8:0272:5154:0000:0000:0000:0000 DST=2003:00e4:973a:15f8:50fd:edb5:e81f:79e5 LEN=1492 TC=0 HOPLIMIT=58 FLOWLBL=444789 PROTO=TCP SPT=443 DPT=56682 WINDOW=1030 RES=0x00 ACK URGP=0
Dez 11 21:58:13 macbox sudo[2112]: christian : TTY=pts/0 ; PWD=/home/christian ; USER=root ; COMMAND=/usr/bin/journalctl -b -1
Dez 11 21:58:13 macbox sudo[2112]: pam_unix(sudo:session): session opened for user root(uid=0) by christian(uid=55555)
Dez 11 21:58:16 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=58116 DF PROTO=2
Dez 11 21:58:17 macbox sudo[2112]: pam_unix(sudo:session): session closed for user root
Dez 11 21:58:19 macbox systemd[1]: systemd-localed.service: Deactivated successfully.
Dez 11 21:58:19 macbox systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dez 11 21:58:20 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.80' (uid=0 pid=2143 comm="sudo journalctl -b -1 -e")
Dez 11 21:58:20 macbox dbus-daemon[430]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Dez 11 21:58:20 macbox sudo[2143]: christian : TTY=pts/0 ; PWD=/home/christian ; USER=root ; COMMAND=/usr/bin/journalctl -b -1 -e
Dez 11 21:58:20 macbox sudo[2143]: pam_unix(sudo:session): session opened for user root(uid=0) by christian(uid=55555)
Dez 11 21:58:21 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=52824 DF PROTO=TCP SPT=53996 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 21:58:21 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=46576 DF PROTO=TCP SPT=55509 DPT=8080 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 21:58:34 macbox geoclue[844]: Service not used for 60 seconds. Shutting down..
Dez 11 21:58:34 macbox systemd[1]: geoclue.service: Deactivated successfully.
Dez 11 21:58:40 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=26597 DF PROTO=TCP SPT=54100 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 21:58:43 macbox dhcpcd[2164]: /usr/lib/dhcpcd/dhcpcd-run-hooks: line 132: /etc/resolv.conf: Operation not permitted
Dez 11 21:58:43 macbox dhcpcd[2166]: chmod: changing permissions of '/etc/resolv.conf': Operation not permitted
Dez 11 21:58:43 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:86:dd SRC=2a01:04f8:0272:5154:0000:0000:0000:0000 DST=2003:00e4:973a:15f8:50fd:edb5:e81f:79e5 LEN=1492 TC=0 HOPLIMIT=58 FLOWLBL=444789 PROTO=TCP SPT=443 DPT=56682 WINDOW=1030 RES=0x00 ACK URGP=0
Dez 11 21:58:51 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=24849 DF PROTO=2
Dez 11 21:58:54 macbox sudo[2143]: pam_unix(sudo:session): session closed for user root
Dez 11 21:59:09 macbox dhcpcd[2184]: /usr/lib/dhcpcd/dhcpcd-run-hooks: line 132: /etc/resolv.conf: Operation not permitted
Dez 11 21:59:09 macbox dhcpcd[2186]: chmod: changing permissions of '/etc/resolv.conf': Operation not permitted
Dez 11 21:59:12 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.81' (uid=0 pid=2188 comm="sudo journalctl -b")
Dez 11 21:59:12 macbox dbus-daemon[430]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Dez 11 21:59:12 macbox sudo[2188]: christian : TTY=pts/0 ; PWD=/home/christian ; USER=root ; COMMAND=/usr/bin/journalctl -b
Dez 11 21:59:12 macbox sudo[2188]: pam_unix(sudo:session): session opened for user root(uid=0) by christian(uid=55555)
Dez 11 21:59:12 macbox sudo[2188]: pam_unix(sudo:session): session closed for user root
Dez 11 21:59:16 macbox gnome-shell[1125]: libinput error: event8 - bcm5974: kernel bug: Touch jump detected and discarded.
Dez 11 21:59:16 macbox gnome-shell[1125]: See https://wayland.freedesktop.org/libinput/doc/1.24.0/touchpad-jumping-cursors.html for details
Dez 11 21:59:18 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=7709 DF PROTO=TCP SPT=54311 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 21:59:26 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=224.0.0.1 LEN=36 TOS=0x00 PREC=0x00 TTL=1 ID=57561 DF PROTO=2
Dez 11 21:59:41 macbox dbus-daemon[430]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.82' (uid=0 pid=2196 comm="sudo pacman -Syu")
Dez 11 21:59:41 macbox dbus-daemon[430]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Dez 11 21:59:41 macbox sudo[2196]: christian : TTY=pts/0 ; PWD=/home/christian ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Dez 11 21:59:41 macbox sudo[2196]: pam_unix(sudo:session): session opened for user root(uid=0) by christian(uid=55555)
Dez 11 21:59:49 macbox dhcpcd[2214]: /usr/lib/dhcpcd/dhcpcd-run-hooks: line 132: /etc/resolv.conf: Operation not permitted
Dez 11 21:59:49 macbox dhcpcd[2216]: chmod: changing permissions of '/etc/resolv.conf': Operation not permitted
Dez 11 21:59:56 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=6128 DF PROTO=TCP SPT=54521 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 22:00:15 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=36353 DF PROTO=TCP SPT=54625 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 22:00:16 macbox dhcpcd[2232]: /usr/lib/dhcpcd/dhcpcd-run-hooks: line 132: /etc/resolv.conf: Operation not permitted
Dez 11 22:00:16 macbox dhcpcd[2234]: chmod: changing permissions of '/etc/resolv.conf': Operation not permitted
Dez 11 22:00:34 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=6557 DF PROTO=TCP SPT=54729 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0
Dez 11 22:00:53 macbox kernel: [UFW BLOCK] IN=wlan0 OUT= MAC=60:c5:47:08:44:5e:a4:ce:da:3f:9e:5c:08:00 SRC=192.168.2.1 DST=192.168.2.172 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=55961 DF PROTO=TCP SPT=54835 DPT=80 WINDOW=29200 RES=0x00 SYN URGP=0 this is lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core Processor Family DRAM Controller [8086:0104] (rev 09)
Subsystem: Apple Inc. 2nd Generation Core Processor Family DRAM Controller [106b:00ea]
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [8086:0101] (rev 09)
Subsystem: Apple Inc. Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port [106b:00ea]
Kernel driver in use: pcieport
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0116] (rev 09)
Subsystem: Apple Inc. 2nd Generation Core Processor Family Integrated Graphics Controller [106b:00ea]
Kernel driver in use: i915
Kernel modules: i915
00:16.0 Communication controller [0780]: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 [8086:1c3a] (rev 04)
Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011] [8086:7270]
Kernel driver in use: mei_me
Kernel modules: mei_me
00:1a.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Universal Host Controller #5 [8086:1c2c] (rev 05)
Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011] [8086:7270]
Kernel driver in use: uhci_hcd
00:1a.7 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 [8086:1c2d] (rev 05)
Subsystem: Intel Corporation Server Board S1200BT Family / Apple MacBook Pro 8,1/8,2 [8086:7270]
Kernel driver in use: ehci-pci
00:1b.0 Audio device [0403]: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller [8086:1c20] (rev 05)
Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011] [8086:7270]
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:1c.0 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 [8086:1c10] (rev b5)
Subsystem: Intel Corporation Server Board S1200BTS / Apple MacBook Pro 8,1/8,2 [8086:7270]
Kernel driver in use: pcieport
00:1c.1 PCI bridge [0604]: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 [8086:1c12] (rev b5)
Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011] [8086:7270]
Kernel driver in use: pcieport
00:1d.0 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Universal Host Controller #1 [8086:1c27] (rev 05)
Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011] [8086:7270]
Kernel driver in use: uhci_hcd
00:1d.7 USB controller [0c03]: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 [8086:1c26] (rev 05)
Subsystem: Intel Corporation Server Board S1200BT Family / Apple MacBook Pro 8,1/8,2 [8086:7270]
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge [0601]: Intel Corporation QS67 Express Chipset LPC Controller [8086:1c4d] (rev 05)
Subsystem: Intel Corporation QS67 Express Chipset LPC Controller [8086:7270]
Kernel driver in use: lpc_ich
Kernel modules: lpc_ich
00:1f.2 SATA controller [0106]: Intel Corporation 6 Series/C200 Series Chipset Family 6 port Mobile SATA AHCI Controller [8086:1c03] (rev 05)
Subsystem: Intel Corporation Apple MacBookPro8,2 [Core i7, 15", 2011] [8086:7270]
Kernel driver in use: ahci
00:1f.3 SMBus [0c05]: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller [8086:1c22] (rev 05)
Subsystem: Intel Corporation Server Board S1200BT Family / Apple MacBook Pro 8,1/8,2 [8086:7270]
Kernel driver in use: i801_smbus
Kernel modules: i2c_i801
02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43224 802.11a/b/g/n [14e4:4353] (rev 01)
Subsystem: Apple Inc. AirPort Extreme [106b:00e9]
Kernel driver in use: wl
Kernel modules: bcma, wl
03:00.0 PCI bridge [0604]: Intel Corporation DSL2310 Thunderbolt Controller [Eagle Ridge 2C 2011] [8086:151a] (rev 01)
Kernel driver in use: pcieport
04:00.0 PCI bridge [0604]: Intel Corporation DSL2310 Thunderbolt Controller [Eagle Ridge 2C 2011] [8086:151a] (rev 01)
Kernel driver in use: pcieport
04:03.0 PCI bridge [0604]: Intel Corporation DSL2310 Thunderbolt Controller [Eagle Ridge 2C 2011] [8086:151a] (rev 01)
Kernel driver in use: pcieport
04:04.0 PCI bridge [0604]: Intel Corporation DSL2310 Thunderbolt Controller [Eagle Ridge 2C 2011] [8086:151a] (rev 01)
Kernel driver in use: pcieport
05:00.0 System peripheral [0880]: Intel Corporation DSL2310 Thunderbolt Controller [Eagle Ridge 2C 2011] [8086:151a] (rev 01)
Subsystem: Device [2222:1111]thanks for your help btw really apprechiated king regards,
Kalmu
Offline
Broadcom chips don't work out of the box…
The matter is not whether there's an in-tree driver, but that the general situation around broadcom chips is complete fubar. It's the worst possible chip to have.
Which is the kernel module for brcmsmac?
modinfo brcmsmacFtr pointing out that you're (now) btw. using
Kernel driver in use: wlThere're no obvious wifi issues in that journal, but
Dez 11 21:57:37 macbox dhcpcd[976]: /usr/lib/dhcpcd/dhcpcd-run-hooks: line 132: /etc/resolv.conf: Operation not permitted
Dez 11 21:57:37 macbox dhcpcd[978]: chmod: changing permissions of '/etc/resolv.conf': Operation not permittedWhat are the symptoms of "my system crash"?
Did you reboot the system w/ the power button?
Offline
the resolv.conf is immuatable since I use dnscryp-proxy and it gets overwritten if I do not
the freeze is complete system not even the caps lock light is changing when pressing caps lock, so all I can do is press powerbutton
Offline
https://wiki.archlinux.org/title/Keyboa … el_(SysRq)
The powerbutton kills the journal, so we're not gonna catch the crash.
If the sysrq doesn't work either (you've to activate it!) you could try to keep a terminal running "dmesg -w" in sight and hopefully still get some errors there.
Offline
alright I could complete a system update and with the new kernel I did not experience a crash yet. did some downloading but could not test exessivly since i am at my girlfriends and she gets annoyed
will check tomorrow more detailed if crash still happens thanks for your help though
Offline
I have also been unable to repro the issue with kernel 6.6.6. The changelog implies this was a somewhat widespread issue, though it might have been worse on Broadcom chips
Offline
Ok I still had a freeze with b43 driver and the wl driver dmesg -w did not yield any entry
BUT I did finally realize I might not have loaded brcmsmac module but instead the b43 module before, so I made sure i load brcmsmac module by blacklisting b43 module and wl module in /etc/modprobe.d/blacklist.conf and did a 10 Gig download afterards and had no freeze, so I guess we can close this topic now thanks for your help though guys really love this community for all they do is help.
kind regards chris
Offline