You are not logged in.
Hi all,
I've Arch Linux and Windows 10 on the same machine on different SSDs. Windows gets a constant ping to google.com of around 50, while under Arch the same ping fluctuates between 50 and 200 with an average of about 100. A ping to the router from Linux is between 4 and 100. No packet loss on either system. There is significant lag when loading websites under Linux. It doesn't matter if I use a wired connection or Wifi.
I'm lost and need help debugging this.
Endut! Hoch Hech!
Offline
Make sure and double check fast-boot is disabled on Windows. https://wiki.archlinux.org/title/Dual_b … ibernation
Other than that more details would be fine, which method are you using to establish a connection which hardware and drivers are we talking exactly?
Offline
Thank you. My problem is, that I did that Arch installation a decade ago and I forgot all the details and how to troubleshoot, since almost everything was working fine for years. So I might need help to gather the information you need.
The network issue appeared a month ago, when I switched from a cellphone hotspot to Starlink and I first attributed the problems to obstructions of Starlinks wiev, but yesterday I moved to a location without obstructions and had time to compare the performance between Arch and Windows.
Just disabled fastboot on Windows, no difference.
I'm using Network Manager and wpa_supplicant, RTL8192EE PCIe Wireless Network Adapter with rtl8192ee driver. But I have the same issues when using RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller (rev 15). So I would rule out any driver problems.
Endut! Hoch Hech!
Offline
starlink is irrelevant if if affects a local host (your router)
I did that Arch installation a decade ago and I forgot all the details
Please post the output of
find /etc/systemd -type l -exec test -f {} \; -print | awk -F'/' '{ printf ("%-40s | %s\n", $(NF-0), $(NF-1)) }' | sort -f
Offline
avahi-daemon.service | multi-user.target.wants
avahi-daemon.socket | sockets.target.wants
cups.path | multi-user.target.wants
cups.socket | sockets.target.wants
dbus-org.freedesktop.Avahi.service | system
dbus-org.freedesktop.nm-dispatcher.service | system
dbus-org.freedesktop.resolve1.service | system
dbus-org.freedesktop.timesync1.service | system
devmon@ak.service | multi-user.target.wants
display-manager.service | system
gcr-ssh-agent.socket | sockets.target.wants
getty@tty1.service | getty.target.wants
haveged.service | multi-user.target.wants
NetworkManager.service | multi-user.target.wants
NetworkManager-wait-online.service | network-online.target.wants
nfs-client.target | multi-user.target.wants
nfs-client.target | remote-fs.target.wants
ntpd.service | multi-user.target.wants
p11-kit-server.socket | sockets.target.wants
pamac-cleancache.timer | timers.target.wants
pipewire-session-manager.service | user
pipewire.socket | sockets.target.wants
preload.service | multi-user.target.wants
pulseaudio.socket | sockets.target.wants
remote-fs.target | multi-user.target.wants
rpcbind.service | multi-user.target.wants
rpc-statd.service | multi-user.target.wants
serviio.service | multi-user.target.wants
systemd-resolved.service | sysinit.target.wants
systemd-timesyncd.service | sysinit.target.wants
wireplumber.service | pipewire.service.wants
xdg-user-dirs-update.service | default.target.wants
Endut! Hoch Hech!
Offline
NM + resolved, maybe stop serviio and nfs to make sure there's no side-load.
Then check whether "ping -nc10 _gateway" performs better than "ping -c10 _gateway" and post the results
Offline
I don't know what you mean by that:
NM + resolved,
I stopped Serviio and nfs-client via systemctl stop and got these results:
[ak@kassel ~]$ ping -nc10 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) Bytes an Daten.
64 Bytes von 192.168.1.1: icmp_seq=1 ttl=64 Zeit=61.6 ms
64 Bytes von 192.168.1.1: icmp_seq=2 ttl=64 Zeit=83.8 ms
64 Bytes von 192.168.1.1: icmp_seq=3 ttl=64 Zeit=106 ms
64 Bytes von 192.168.1.1: icmp_seq=4 ttl=64 Zeit=26.0 ms
64 Bytes von 192.168.1.1: icmp_seq=5 ttl=64 Zeit=48.2 ms
64 Bytes von 192.168.1.1: icmp_seq=6 ttl=64 Zeit=70.8 ms
64 Bytes von 192.168.1.1: icmp_seq=7 ttl=64 Zeit=93.5 ms
64 Bytes von 192.168.1.1: icmp_seq=8 ttl=64 Zeit=13.5 ms
64 Bytes von 192.168.1.1: icmp_seq=9 ttl=64 Zeit=35.5 ms
64 Bytes von 192.168.1.1: icmp_seq=10 ttl=64 Zeit=58.2 ms
--- 192.168.1.1 ping-Statistik ---
10 Pakete übertragen, 10 empfangen, 0% packet loss, time 9015ms
rtt min/avg/max/mdev = 13.452/59.691/105.862/28.241 ms
[ak@kassel ~]$ ping -c10 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) Bytes an Daten.
64 Bytes von 192.168.1.1: icmp_seq=1 ttl=64 Zeit=44.6 ms
64 Bytes von 192.168.1.1: icmp_seq=2 ttl=64 Zeit=23.9 ms
64 Bytes von 192.168.1.1: icmp_seq=3 ttl=64 Zeit=45.9 ms
64 Bytes von 192.168.1.1: icmp_seq=4 ttl=64 Zeit=49.9 ms
64 Bytes von 192.168.1.1: icmp_seq=5 ttl=64 Zeit=91.8 ms
64 Bytes von 192.168.1.1: icmp_seq=6 ttl=64 Zeit=12.4 ms
64 Bytes von 192.168.1.1: icmp_seq=7 ttl=64 Zeit=34.8 ms
64 Bytes von 192.168.1.1: icmp_seq=8 ttl=64 Zeit=57.2 ms
64 Bytes von 192.168.1.1: icmp_seq=9 ttl=64 Zeit=79.7 ms
64 Bytes von 192.168.1.1: icmp_seq=10 ttl=64 Zeit=102 ms
--- 192.168.1.1 ping-Statistik ---
10 Pakete übertragen, 10 empfangen, 0% packet loss, time 9013ms
rtt min/avg/max/mdev = 12.363/54.204/101.883/27.509 ms
Endut! Hoch Hech!
Offline
I don't know what you mean
That's how you configure your network.
The responsenses are all over the place, regardless of the reverse lookup.
And they're, quite frankly, abysmal - what is the gateway?
For a local router on rj45 you'd expect response times in fractions of ms, more "0.5" ms average, not "50ms"
ip a
ip r
and please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
to provide an oversight of the situation.
Offline
Yes, they are terrible. That's why I need help ;-).
The gateway is the Starlink router 192.168.1.1.
The log:
Feb 16 09:50:20 kassel kernel: Linux version 6.7.4-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Mon, 05 Feb 2024 22:07:49 +0000
Feb 16 09:50:20 kassel kernel: Command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda1 rw initrd=../amd-ucode.img,../initramfs-linux.img
Feb 16 09:50:20 kassel kernel: BIOS-provided physical RAM map:
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009cfefff] usable
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x0000000009cff000-0x0000000009ffffff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000ca113fff] usable
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000ca114000-0x00000000ca416fff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000ca417000-0x00000000ca452fff] ACPI data
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000ca453000-0x00000000cab01fff] ACPI NVS
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000cab02000-0x00000000cb9fefff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000cb9ff000-0x00000000ccffffff] usable
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000cd000000-0x00000000cfffffff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x0000000100000000-0x000000042f33ffff] usable
Feb 16 09:50:20 kassel kernel: BIOS-e820: [mem 0x000000042f340000-0x000000042fffffff] reserved
Feb 16 09:50:20 kassel kernel: NX (Execute Disable) protection: active
Feb 16 09:50:20 kassel kernel: APIC: Static calls initialized
Feb 16 09:50:20 kassel kernel: SMBIOS 3.3.0 present.
Feb 16 09:50:20 kassel kernel: DMI: System manufacturer System Product Name/PRIME B450M-A, BIOS 2409 12/02/2020
Feb 16 09:50:20 kassel kernel: tsc: Fast TSC calibration using PIT
Feb 16 09:50:20 kassel kernel: tsc: Detected 3692.912 MHz processor
Feb 16 09:50:20 kassel kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Feb 16 09:50:20 kassel kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Feb 16 09:50:20 kassel kernel: last_pfn = 0x42f340 max_arch_pfn = 0x400000000
Feb 16 09:50:20 kassel kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 20), built from 9 variable MTRRs
Feb 16 09:50:20 kassel kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Feb 16 09:50:20 kassel kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
Feb 16 09:50:20 kassel kernel: last_pfn = 0xcd000 max_arch_pfn = 0x400000000
Feb 16 09:50:20 kassel kernel: Using GB pages for direct mapping
Feb 16 09:50:20 kassel kernel: RAMDISK: [mem 0x7e052000-0x7fffffff]
Feb 16 09:50:20 kassel kernel: ACPI: Early table checksum verification disabled
Feb 16 09:50:20 kassel kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
Feb 16 09:50:20 kassel kernel: ACPI: XSDT 0x00000000CA451728 0000B4 (v01 ALASKA A M I 01072009 AMI 01000013)
Feb 16 09:50:20 kassel kernel: ACPI: FACP 0x00000000CA445000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Feb 16 09:50:20 kassel kernel: ACPI: DSDT 0x00000000CA439000 00B6A9 (v02 ALASKA A M I 01072009 INTL 20120913)
Feb 16 09:50:20 kassel kernel: ACPI: FACS 0x00000000CAAE7000 000040
Feb 16 09:50:20 kassel kernel: ACPI: SSDT 0x00000000CA44B000 005419 (v02 AMD MYRTLE 00000002 MSFT 04000000)
Feb 16 09:50:20 kassel kernel: ACPI: SSDT 0x00000000CA447000 003BD7 (v01 AMD AMD AOD 00000001 INTL 20120913)
Feb 16 09:50:20 kassel kernel: ACPI: SSDT 0x00000000CA446000 000094 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
Feb 16 09:50:20 kassel kernel: ACPI: FIDT 0x00000000CA438000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Feb 16 09:50:20 kassel kernel: ACPI: FPDT 0x00000000CA423000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
Feb 16 09:50:20 kassel kernel: ACPI: MCFG 0x00000000CA436000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
Feb 16 09:50:20 kassel kernel: ACPI: HPET 0x00000000CA435000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
Feb 16 09:50:20 kassel kernel: ACPI: IVRS 0x00000000CA432000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000000)
Feb 16 09:50:20 kassel kernel: ACPI: SSDT 0x00000000CA430000 00119C (v02 AMD AmdTable 00000001 AMD 00000001)
Feb 16 09:50:20 kassel kernel: ACPI: CRAT 0x00000000CA42F000 000810 (v01 AMD AmdTable 00000001 AMD 00000001)
Feb 16 09:50:20 kassel kernel: ACPI: CDIT 0x00000000CA42E000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
Feb 16 09:50:20 kassel kernel: ACPI: SSDT 0x00000000CA42D000 00022A (v01 AMD MYRTLEGP 00000001 INTL 20120913)
Feb 16 09:50:20 kassel kernel: ACPI: SSDT 0x00000000CA42B000 0010AC (v01 AMD MYRTLEPX 00000001 INTL 20120913)
Feb 16 09:50:20 kassel kernel: ACPI: SSDT 0x00000000CA42A000 00052C (v01 AMD MYRTLEOI 00000001 INTL 20120913)
Feb 16 09:50:20 kassel kernel: ACPI: SSDT 0x00000000CA426000 00381A (v01 AMD MYRTLE 00000001 INTL 20120913)
Feb 16 09:50:20 kassel kernel: ACPI: SSDT 0x00000000CA425000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
Feb 16 09:50:20 kassel kernel: ACPI: APIC 0x00000000CA424000 00015E (v03 ALASKA A M I 01072009 AMI 00010013)
Feb 16 09:50:20 kassel kernel: ACPI: Reserving FACP table memory at [mem 0xca445000-0xca445113]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving DSDT table memory at [mem 0xca439000-0xca4446a8]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving FACS table memory at [mem 0xcaae7000-0xcaae703f]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving SSDT table memory at [mem 0xca44b000-0xca450418]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving SSDT table memory at [mem 0xca447000-0xca44abd6]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving SSDT table memory at [mem 0xca446000-0xca446093]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving FIDT table memory at [mem 0xca438000-0xca43809b]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving FPDT table memory at [mem 0xca423000-0xca423043]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving MCFG table memory at [mem 0xca436000-0xca43603b]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving HPET table memory at [mem 0xca435000-0xca435037]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving IVRS table memory at [mem 0xca432000-0xca4320cf]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving SSDT table memory at [mem 0xca430000-0xca43119b]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving CRAT table memory at [mem 0xca42f000-0xca42f80f]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving CDIT table memory at [mem 0xca42e000-0xca42e028]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving SSDT table memory at [mem 0xca42d000-0xca42d229]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving SSDT table memory at [mem 0xca42b000-0xca42c0ab]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving SSDT table memory at [mem 0xca42a000-0xca42a52b]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving SSDT table memory at [mem 0xca426000-0xca429819]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving SSDT table memory at [mem 0xca425000-0xca4250be]
Feb 16 09:50:20 kassel kernel: ACPI: Reserving APIC table memory at [mem 0xca424000-0xca42415d]
Feb 16 09:50:20 kassel kernel: No NUMA configuration found
Feb 16 09:50:20 kassel kernel: Faking a node at [mem 0x0000000000000000-0x000000042f33ffff]
Feb 16 09:50:20 kassel kernel: NODE_DATA(0) allocated [mem 0x42f33b000-0x42f33ffff]
Feb 16 09:50:20 kassel kernel: Zone ranges:
Feb 16 09:50:20 kassel kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Feb 16 09:50:20 kassel kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Feb 16 09:50:20 kassel kernel: Normal [mem 0x0000000100000000-0x000000042f33ffff]
Feb 16 09:50:20 kassel kernel: Device empty
Feb 16 09:50:20 kassel kernel: Movable zone start for each node
Feb 16 09:50:20 kassel kernel: Early memory node ranges
Feb 16 09:50:20 kassel kernel: node 0: [mem 0x0000000000001000-0x000000000009cfff]
Feb 16 09:50:20 kassel kernel: node 0: [mem 0x0000000000100000-0x0000000009cfefff]
Feb 16 09:50:20 kassel kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Feb 16 09:50:20 kassel kernel: node 0: [mem 0x000000000a20b000-0x000000000affffff]
Feb 16 09:50:20 kassel kernel: node 0: [mem 0x000000000b020000-0x00000000ca113fff]
Feb 16 09:50:20 kassel kernel: node 0: [mem 0x00000000cb9ff000-0x00000000ccffffff]
Feb 16 09:50:20 kassel kernel: node 0: [mem 0x0000000100000000-0x000000042f33ffff]
Feb 16 09:50:20 kassel kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000042f33ffff]
Feb 16 09:50:20 kassel kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Feb 16 09:50:20 kassel kernel: On node 0, zone DMA: 99 pages in unavailable ranges
Feb 16 09:50:20 kassel kernel: On node 0, zone DMA32: 769 pages in unavailable ranges
Feb 16 09:50:20 kassel kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
Feb 16 09:50:20 kassel kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Feb 16 09:50:20 kassel kernel: On node 0, zone DMA32: 6379 pages in unavailable ranges
Feb 16 09:50:20 kassel kernel: On node 0, zone Normal: 12288 pages in unavailable ranges
Feb 16 09:50:20 kassel kernel: On node 0, zone Normal: 3264 pages in unavailable ranges
Feb 16 09:50:20 kassel kernel: ACPI: PM-Timer IO Port: 0x808
Feb 16 09:50:20 kassel kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Feb 16 09:50:20 kassel kernel: IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
Feb 16 09:50:20 kassel kernel: IOAPIC[1]: apic_id 10, version 33, address 0xfec01000, GSI 24-55
Feb 16 09:50:20 kassel kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 16 09:50:20 kassel kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Feb 16 09:50:20 kassel kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Feb 16 09:50:20 kassel kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Feb 16 09:50:20 kassel kernel: smpboot: Allowing 32 CPUs, 24 hotplug CPUs
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0x09cff000-0x09ffffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xca114000-0xca416fff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xca417000-0xca452fff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xca453000-0xcab01fff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xcab02000-0xcb9fefff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xcd000000-0xcfffffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xf7ffffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfe9fffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
Feb 16 09:50:20 kassel kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Feb 16 09:50:20 kassel kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Feb 16 09:50:20 kassel kernel: Booting paravirtualized kernel on bare hardware
Feb 16 09:50:20 kassel kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Feb 16 09:50:20 kassel kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Feb 16 09:50:20 kassel kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Feb 16 09:50:20 kassel kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Feb 16 09:50:20 kassel kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Feb 16 09:50:20 kassel kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
Feb 16 09:50:20 kassel kernel: Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sda1 rw initrd=../amd-ucode.img,../initramfs-linux.img
Feb 16 09:50:20 kassel kernel: Unknown kernel command line parameters "BOOT_IMAGE=../vmlinuz-linux", will be passed to user space.
Feb 16 09:50:20 kassel kernel: random: crng init done
Feb 16 09:50:20 kassel kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Feb 16 09:50:20 kassel kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Feb 16 09:50:20 kassel kernel: printk: log_buf_len min size: 131072 bytes
Feb 16 09:50:20 kassel kernel: printk: log_buf_len: 262144 bytes
Feb 16 09:50:20 kassel kernel: printk: early log buf free: 118048(90%)
Feb 16 09:50:20 kassel kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Feb 16 09:50:20 kassel kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Feb 16 09:50:20 kassel kernel: Fallback order for Node 0: 0
Feb 16 09:50:20 kassel kernel: Built 1 zonelists, mobility grouping on. Total pages: 4106124
Feb 16 09:50:20 kassel kernel: Policy zone: Normal
Feb 16 09:50:20 kassel kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Feb 16 09:50:20 kassel kernel: software IO TLB: area num 32.
Feb 16 09:50:20 kassel kernel: Memory: 16242360K/16685844K available (16384K kernel code, 2141K rwdata, 13232K rodata, 3432K init, 3776K bss, 443224K reserved, 0K cma-reserved)
Feb 16 09:50:20 kassel kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Feb 16 09:50:20 kassel kernel: ftrace: allocating 49270 entries in 193 pages
Feb 16 09:50:20 kassel kernel: ftrace: allocated 193 pages with 3 groups
Feb 16 09:50:20 kassel kernel: Dynamic Preempt: full
Feb 16 09:50:20 kassel kernel: rcu: Preemptible hierarchical RCU implementation.
Feb 16 09:50:20 kassel kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Feb 16 09:50:20 kassel kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Feb 16 09:50:20 kassel kernel: Trampoline variant of Tasks RCU enabled.
Feb 16 09:50:20 kassel kernel: Rude variant of Tasks RCU enabled.
Feb 16 09:50:20 kassel kernel: Tracing variant of Tasks RCU enabled.
Feb 16 09:50:20 kassel kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Feb 16 09:50:20 kassel kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Feb 16 09:50:20 kassel kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Feb 16 09:50:20 kassel kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Feb 16 09:50:20 kassel kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Feb 16 09:50:20 kassel kernel: Console: colour VGA+ 80x25
Feb 16 09:50:20 kassel kernel: printk: legacy console [tty0] enabled
Feb 16 09:50:20 kassel kernel: ACPI: Core revision 20230628
Feb 16 09:50:20 kassel kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Feb 16 09:50:20 kassel kernel: APIC: Switch to symmetric I/O mode setup
Feb 16 09:50:20 kassel kernel: AMD-Vi: Using global IVHD EFR:0x4f77ef22294ada, EFR2:0x0
Feb 16 09:50:20 kassel kernel: APIC: Switched APIC routing to: physical flat
Feb 16 09:50:20 kassel kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Feb 16 09:50:20 kassel kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a765ccec77, max_idle_ns: 881590977822 ns
Feb 16 09:50:20 kassel kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7388.56 BogoMIPS (lpj=12309706)
Feb 16 09:50:20 kassel kernel: SVM disabled (by BIOS) in MSR_VM_CR
Feb 16 09:50:20 kassel kernel: AMD Zen1 DIV0 bug detected. Disable SMT for full protection.
Feb 16 09:50:20 kassel kernel: LVT offset 1 assigned for vector 0xf9
Feb 16 09:50:20 kassel kernel: LVT offset 2 assigned for vector 0xf4
Feb 16 09:50:20 kassel kernel: process: using mwait in idle threads
Feb 16 09:50:20 kassel kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Feb 16 09:50:20 kassel kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Feb 16 09:50:20 kassel kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Feb 16 09:50:20 kassel kernel: Spectre V2 : Mitigation: Retpolines
Feb 16 09:50:20 kassel kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Feb 16 09:50:20 kassel kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Feb 16 09:50:20 kassel kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Feb 16 09:50:20 kassel kernel: RETBleed: Mitigation: untrained return thunk
Feb 16 09:50:20 kassel kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Feb 16 09:50:20 kassel kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Feb 16 09:50:20 kassel kernel: Speculative Return Stack Overflow: Mitigation: Safe RET
Feb 16 09:50:20 kassel kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Feb 16 09:50:20 kassel kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Feb 16 09:50:20 kassel kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Feb 16 09:50:20 kassel kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Feb 16 09:50:20 kassel kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Feb 16 09:50:20 kassel kernel: Freeing SMP alternatives memory: 40K
Feb 16 09:50:20 kassel kernel: pid_max: default: 32768 minimum: 301
Feb 16 09:50:20 kassel kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Feb 16 09:50:20 kassel kernel: landlock: Up and running.
Feb 16 09:50:20 kassel kernel: Yama: becoming mindful.
Feb 16 09:50:20 kassel kernel: LSM support for eBPF active
Feb 16 09:50:20 kassel kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Feb 16 09:50:20 kassel kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Feb 16 09:50:20 kassel kernel: smpboot: CPU0: AMD Ryzen 5 PRO 3400G with Radeon Vega Graphics (family: 0x17, model: 0x18, stepping: 0x1)
Feb 16 09:50:20 kassel kernel: RCU Tasks: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Feb 16 09:50:20 kassel kernel: RCU Tasks Rude: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Feb 16 09:50:20 kassel kernel: RCU Tasks Trace: Setting shift to 5 and lim to 1 rcu_task_cb_adjust=1.
Feb 16 09:50:20 kassel kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Feb 16 09:50:20 kassel kernel: ... version: 0
Feb 16 09:50:20 kassel kernel: ... bit width: 48
Feb 16 09:50:20 kassel kernel: ... generic registers: 6
Feb 16 09:50:20 kassel kernel: ... value mask: 0000ffffffffffff
Feb 16 09:50:20 kassel kernel: ... max period: 00007fffffffffff
Feb 16 09:50:20 kassel kernel: ... fixed-purpose events: 0
Feb 16 09:50:20 kassel kernel: ... event mask: 000000000000003f
Feb 16 09:50:20 kassel kernel: signal: max sigframe size: 1776
Feb 16 09:50:20 kassel kernel: rcu: Hierarchical SRCU implementation.
Feb 16 09:50:20 kassel kernel: rcu: Max phase no-delay instances is 1000.
Feb 16 09:50:20 kassel kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Feb 16 09:50:20 kassel kernel: smp: Bringing up secondary CPUs ...
Feb 16 09:50:20 kassel kernel: smpboot: x86: Booting SMP configuration:
Feb 16 09:50:20 kassel kernel: .... node #0, CPUs: #1 #2 #3
Feb 16 09:50:20 kassel kernel: __common_interrupt: 1.55 No irq handler for vector
Feb 16 09:50:20 kassel kernel: __common_interrupt: 2.55 No irq handler for vector
Feb 16 09:50:20 kassel kernel: __common_interrupt: 3.55 No irq handler for vector
Feb 16 09:50:20 kassel kernel: #4 #5 #6 #7
Feb 16 09:50:20 kassel kernel: __common_interrupt: 4.55 No irq handler for vector
Feb 16 09:50:20 kassel kernel: __common_interrupt: 5.55 No irq handler for vector
Feb 16 09:50:20 kassel kernel: __common_interrupt: 6.55 No irq handler for vector
Feb 16 09:50:20 kassel kernel: __common_interrupt: 7.55 No irq handler for vector
Feb 16 09:50:20 kassel kernel: smp: Brought up 1 node, 8 CPUs
Feb 16 09:50:20 kassel kernel: smpboot: Max logical packages: 4
Feb 16 09:50:20 kassel kernel: smpboot: Total of 8 processors activated (59110.53 BogoMIPS)
Feb 16 09:50:20 kassel kernel: devtmpfs: initialized
Feb 16 09:50:20 kassel kernel: x86/mm: Memory block size: 128MB
Feb 16 09:50:20 kassel kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
Feb 16 09:50:20 kassel kernel: ACPI: PM: Registering ACPI NVS region [mem 0xca453000-0xcab01fff] (7008256 bytes)
Feb 16 09:50:20 kassel kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Feb 16 09:50:20 kassel kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Feb 16 09:50:20 kassel kernel: pinctrl core: initialized pinctrl subsystem
Feb 16 09:50:20 kassel kernel: PM: RTC time: 12:50:12, date: 2024-02-16
Feb 16 09:50:20 kassel kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Feb 16 09:50:20 kassel kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Feb 16 09:50:20 kassel kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb 16 09:50:20 kassel kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb 16 09:50:20 kassel kernel: audit: initializing netlink subsys (disabled)
Feb 16 09:50:20 kassel kernel: audit: type=2000 audit(1708087812.173:1): state=initialized audit_enabled=0 res=1
Feb 16 09:50:20 kassel kernel: thermal_sys: Registered thermal governor 'fair_share'
Feb 16 09:50:20 kassel kernel: thermal_sys: Registered thermal governor 'bang_bang'
Feb 16 09:50:20 kassel kernel: thermal_sys: Registered thermal governor 'step_wise'
Feb 16 09:50:20 kassel kernel: thermal_sys: Registered thermal governor 'user_space'
Feb 16 09:50:20 kassel kernel: thermal_sys: Registered thermal governor 'power_allocator'
Feb 16 09:50:20 kassel kernel: cpuidle: using governor ladder
Feb 16 09:50:20 kassel kernel: cpuidle: using governor menu
Feb 16 09:50:20 kassel kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb 16 09:50:20 kassel kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Feb 16 09:50:20 kassel kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as E820 entry
Feb 16 09:50:20 kassel kernel: PCI: Using configuration type 1 for base access
Feb 16 09:50:20 kassel kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Feb 16 09:50:20 kassel kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Feb 16 09:50:20 kassel kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Feb 16 09:50:20 kassel kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Feb 16 09:50:20 kassel kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Feb 16 09:50:20 kassel kernel: ACPI: Added _OSI(Module Device)
Feb 16 09:50:20 kassel kernel: ACPI: Added _OSI(Processor Device)
Feb 16 09:50:20 kassel kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 16 09:50:20 kassel kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb 16 09:50:20 kassel kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP0.VGA], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 16 09:50:20 kassel kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 16 09:50:20 kassel kernel: ACPI: Skipping parse of AML opcode: Device (0x5B82)
Feb 16 09:50:20 kassel kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GPP0.HDAU], AE_ALREADY_EXISTS (20230628/dswload2-326)
Feb 16 09:50:20 kassel kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230628/psobject-220)
Feb 16 09:50:20 kassel kernel: ACPI: Skipping parse of AML opcode: Device (0x5B82)
Feb 16 09:50:20 kassel kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Feb 16 09:50:20 kassel kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Feb 16 09:50:20 kassel kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Feb 16 09:50:20 kassel kernel: ACPI: Interpreter enabled
Feb 16 09:50:20 kassel kernel: ACPI: PM: (supports S0 S3 S4 S5)
Feb 16 09:50:20 kassel kernel: ACPI: Using IOAPIC for interrupt routing
Feb 16 09:50:20 kassel kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb 16 09:50:20 kassel kernel: PCI: Using E820 reservations for host bridge windows
Feb 16 09:50:20 kassel kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Feb 16 09:50:20 kassel kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Feb 16 09:50:20 kassel kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Feb 16 09:50:20 kassel kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
Feb 16 09:50:20 kassel kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
Feb 16 09:50:20 kassel kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Feb 16 09:50:20 kassel kernel: PCI host bridge to bus 0000:00
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec2ffff window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Feb 16 09:50:20 kassel kernel: pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
Feb 16 09:50:20 kassel kernel: pci 0000:00:00.2: [1022:15d1] type 00 class 0x080600
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.1: [1022:15d3] type 01 class 0x060400
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.2: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.6: [1022:15d3] type 01 class 0x060400
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.6: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Feb 16 09:50:20 kassel kernel: pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
Feb 16 09:50:20 kassel kernel: pci 0000:00:08.1: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Feb 16 09:50:20 kassel kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: [1002:67df] type 00 class 0x030000
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: reg 0x20: [io 0xf000-0xf0ff]
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: reg 0x24: [mem 0xfcf00000-0xfcf3ffff]
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfcf40000-0xfcf5ffff pref]
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: supports D1 D2
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.1: [1002:aaf0] type 00 class 0x040300
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfcf60000-0xfcf63fff 64bit]
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.1: supports D1 D2
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.0: [1022:43d5] type 00 class 0x0c0330
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfcda0000-0xfcda7fff 64bit]
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.0: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.1: [1022:43c8] type 00 class 0x010601
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.1: reg 0x24: [mem 0xfcd80000-0xfcd9ffff]
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.1: reg 0x30: [mem 0xfcd00000-0xfcd7ffff pref]
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.1: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.1: PME# supported from D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.2: [1022:43c6] type 01 class 0x060400
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.2: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.2: PME# supported from D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.2: PCI bridge to [bus 02-08]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.2: bridge window [io 0xd000-0xefff]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.2: bridge window [mem 0xfcb00000-0xfcdfffff]
Feb 16 09:50:20 kassel kernel: pci 0000:03:00.0: [1022:43c7] type 01 class 0x060400
Feb 16 09:50:20 kassel kernel: pci 0000:03:00.0: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:03:04.0: [1022:43c7] type 01 class 0x060400
Feb 16 09:50:20 kassel kernel: pci 0000:03:04.0: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:03:04.0: PME# supported from D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:03:05.0: [1022:43c7] type 01 class 0x060400
Feb 16 09:50:20 kassel kernel: pci 0000:03:05.0: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:03:05.0: PME# supported from D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:03:06.0: [1022:43c7] type 01 class 0x060400
Feb 16 09:50:20 kassel kernel: pci 0000:03:06.0: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:03:06.0: PME# supported from D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:03:07.0: [1022:43c7] type 01 class 0x060400
Feb 16 09:50:20 kassel kernel: pci 0000:03:07.0: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:03:07.0: PME# supported from D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.2: PCI bridge to [bus 03-08]
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.2: bridge window [io 0xd000-0xefff]
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.2: bridge window [mem 0xfcb00000-0xfccfffff]
Feb 16 09:50:20 kassel kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Feb 16 09:50:20 kassel kernel: pci 0000:03:04.0: PCI bridge to [bus 05]
Feb 16 09:50:20 kassel kernel: pci 0000:03:05.0: PCI bridge to [bus 06]
Feb 16 09:50:20 kassel kernel: pci 0000:07:00.0: [10ec:818b] type 00 class 0x028000
Feb 16 09:50:20 kassel kernel: pci 0000:07:00.0: reg 0x10: [io 0xe000-0xe0ff]
Feb 16 09:50:20 kassel kernel: pci 0000:07:00.0: reg 0x18: [mem 0xfcc00000-0xfcc03fff 64bit]
Feb 16 09:50:20 kassel kernel: pci 0000:07:00.0: supports D1 D2
Feb 16 09:50:20 kassel kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:03:06.0: PCI bridge to [bus 07]
Feb 16 09:50:20 kassel kernel: pci 0000:03:06.0: bridge window [io 0xe000-0xefff]
Feb 16 09:50:20 kassel kernel: pci 0000:03:06.0: bridge window [mem 0xfcc00000-0xfccfffff]
Feb 16 09:50:20 kassel kernel: pci 0000:08:00.0: [10ec:8168] type 00 class 0x020000
Feb 16 09:50:20 kassel kernel: pci 0000:08:00.0: reg 0x10: [io 0xd000-0xd0ff]
Feb 16 09:50:20 kassel kernel: pci 0000:08:00.0: reg 0x18: [mem 0xfcb04000-0xfcb04fff 64bit]
Feb 16 09:50:20 kassel kernel: pci 0000:08:00.0: reg 0x20: [mem 0xfcb00000-0xfcb03fff 64bit]
Feb 16 09:50:20 kassel kernel: pci 0000:08:00.0: supports D1 D2
Feb 16 09:50:20 kassel kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:03:07.0: PCI bridge to [bus 08]
Feb 16 09:50:20 kassel kernel: pci 0000:03:07.0: bridge window [io 0xd000-0xdfff]
Feb 16 09:50:20 kassel kernel: pci 0000:03:07.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Feb 16 09:50:20 kassel kernel: pci 0000:09:00.0: [2646:2263] type 00 class 0x010802
Feb 16 09:50:20 kassel kernel: pci 0000:09:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.6: PCI bridge to [bus 09]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.6: bridge window [mem 0xfce00000-0xfcefffff]
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.0: [1022:145a] type 00 class 0x130000
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.0: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.2: [1022:15df] type 00 class 0x108000
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.2: reg 0x18: [mem 0xfc900000-0xfc9fffff]
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.2: reg 0x24: [mem 0xfca08000-0xfca09fff]
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.2: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.3: [1022:15e0] type 00 class 0x0c0330
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.3: reg 0x10: [mem 0xfc800000-0xfc8fffff 64bit]
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.3: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.3: PME# supported from D0 D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.4: [1022:15e1] type 00 class 0x0c0330
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.4: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.4: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.4: PME# supported from D0 D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.6: [1022:15e3] type 00 class 0x040300
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.6: reg 0x10: [mem 0xfca00000-0xfca07fff]
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.6: enabling Extended Tags
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.6: PME# supported from D0 D3hot D3cold
Feb 16 09:50:20 kassel kernel: pci 0000:00:08.1: PCI bridge to [bus 0a]
Feb 16 09:50:20 kassel kernel: pci 0000:00:08.1: bridge window [mem 0xfc700000-0xfcafffff]
Feb 16 09:50:20 kassel kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Feb 16 09:50:20 kassel kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Feb 16 09:50:20 kassel kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Feb 16 09:50:20 kassel kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Feb 16 09:50:20 kassel kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Feb 16 09:50:20 kassel kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Feb 16 09:50:20 kassel kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Feb 16 09:50:20 kassel kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Feb 16 09:50:20 kassel kernel: iommu: Default domain type: Translated
Feb 16 09:50:20 kassel kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Feb 16 09:50:20 kassel kernel: SCSI subsystem initialized
Feb 16 09:50:20 kassel kernel: libata version 3.00 loaded.
Feb 16 09:50:20 kassel kernel: ACPI: bus type USB registered
Feb 16 09:50:20 kassel kernel: usbcore: registered new interface driver usbfs
Feb 16 09:50:20 kassel kernel: usbcore: registered new interface driver hub
Feb 16 09:50:20 kassel kernel: usbcore: registered new device driver usb
Feb 16 09:50:20 kassel kernel: pps_core: LinuxPPS API ver. 1 registered
Feb 16 09:50:20 kassel kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Feb 16 09:50:20 kassel kernel: PTP clock support registered
Feb 16 09:50:20 kassel kernel: EDAC MC: Ver: 3.0.0
Feb 16 09:50:20 kassel kernel: NetLabel: Initializing
Feb 16 09:50:20 kassel kernel: NetLabel: domain hash size = 128
Feb 16 09:50:20 kassel kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Feb 16 09:50:20 kassel kernel: NetLabel: unlabeled traffic allowed by default
Feb 16 09:50:20 kassel kernel: mctp: management component transport protocol core
Feb 16 09:50:20 kassel kernel: NET: Registered PF_MCTP protocol family
Feb 16 09:50:20 kassel kernel: PCI: Using ACPI for IRQ routing
Feb 16 09:50:20 kassel kernel: PCI: pci_cache_line_size set to 64 bytes
Feb 16 09:50:20 kassel kernel: e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
Feb 16 09:50:20 kassel kernel: e820: reserve RAM buffer [mem 0x09cff000-0x0bffffff]
Feb 16 09:50:20 kassel kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Feb 16 09:50:20 kassel kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Feb 16 09:50:20 kassel kernel: e820: reserve RAM buffer [mem 0xca114000-0xcbffffff]
Feb 16 09:50:20 kassel kernel: e820: reserve RAM buffer [mem 0xcd000000-0xcfffffff]
Feb 16 09:50:20 kassel kernel: e820: reserve RAM buffer [mem 0x42f340000-0x42fffffff]
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Feb 16 09:50:20 kassel kernel: vgaarb: loaded
Feb 16 09:50:20 kassel kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Feb 16 09:50:20 kassel kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Feb 16 09:50:20 kassel kernel: clocksource: Switched to clocksource tsc-early
Feb 16 09:50:20 kassel kernel: VFS: Disk quotas dquot_6.6.0
Feb 16 09:50:20 kassel kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 16 09:50:20 kassel kernel: pnp: PnP ACPI init
Feb 16 09:50:20 kassel kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:01: [mem 0x1000000000000 window] could not be reserved
Feb 16 09:50:20 kassel kernel: system 00:03: [io 0x0300-0x030f] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:03: [io 0x0230-0x023f] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:03: [io 0x0290-0x029f] has been reserved
Feb 16 09:50:20 kassel kernel: pnp 00:04: [dma 0 disabled]
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x040b] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x04d6] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x0c00-0x0c01] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x0c14] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x0c50-0x0c51] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x0c52] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x0c6c] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x0c6f] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x0cd8-0x0cdf] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x0800-0x089f] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x0b00-0x0b0f] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x0b20-0x0b3f] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x0900-0x090f] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [io 0x0910-0x091f] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
Feb 16 09:50:20 kassel kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Feb 16 09:50:20 kassel kernel: pnp: PnP ACPI: found 6 devices
Feb 16 09:50:20 kassel kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Feb 16 09:50:20 kassel kernel: NET: Registered PF_INET protocol family
Feb 16 09:50:20 kassel kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Feb 16 09:50:20 kassel kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Feb 16 09:50:20 kassel kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Feb 16 09:50:20 kassel kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Feb 16 09:50:20 kassel kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Feb 16 09:50:20 kassel kernel: TCP: Hash tables configured (established 131072 bind 65536)
Feb 16 09:50:20 kassel kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Feb 16 09:50:20 kassel kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Feb 16 09:50:20 kassel kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Feb 16 09:50:20 kassel kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Feb 16 09:50:20 kassel kernel: NET: Registered PF_XDP protocol family
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.1: bridge window [io 0xf000-0xffff]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
Feb 16 09:50:20 kassel kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Feb 16 09:50:20 kassel kernel: pci 0000:03:04.0: PCI bridge to [bus 05]
Feb 16 09:50:20 kassel kernel: pci 0000:03:05.0: PCI bridge to [bus 06]
Feb 16 09:50:20 kassel kernel: pci 0000:03:06.0: PCI bridge to [bus 07]
Feb 16 09:50:20 kassel kernel: pci 0000:03:06.0: bridge window [io 0xe000-0xefff]
Feb 16 09:50:20 kassel kernel: pci 0000:03:06.0: bridge window [mem 0xfcc00000-0xfccfffff]
Feb 16 09:50:20 kassel kernel: pci 0000:03:07.0: PCI bridge to [bus 08]
Feb 16 09:50:20 kassel kernel: pci 0000:03:07.0: bridge window [io 0xd000-0xdfff]
Feb 16 09:50:20 kassel kernel: pci 0000:03:07.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.2: PCI bridge to [bus 03-08]
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.2: bridge window [io 0xd000-0xefff]
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.2: bridge window [mem 0xfcb00000-0xfccfffff]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.2: PCI bridge to [bus 02-08]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.2: bridge window [io 0xd000-0xefff]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.2: bridge window [mem 0xfcb00000-0xfcdfffff]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.6: PCI bridge to [bus 09]
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.6: bridge window [mem 0xfce00000-0xfcefffff]
Feb 16 09:50:20 kassel kernel: pci 0000:00:08.1: PCI bridge to [bus 0a]
Feb 16 09:50:20 kassel kernel: pci 0000:00:08.1: bridge window [mem 0xfc700000-0xfcafffff]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfec2ffff window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:01: resource 0 [io 0xf000-0xffff]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:02: resource 0 [io 0xd000-0xefff]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:02: resource 1 [mem 0xfcb00000-0xfcdfffff]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xefff]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:03: resource 1 [mem 0xfcb00000-0xfccfffff]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:07: resource 0 [io 0xe000-0xefff]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:07: resource 1 [mem 0xfcc00000-0xfccfffff]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:08: resource 0 [io 0xd000-0xdfff]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:08: resource 1 [mem 0xfcb00000-0xfcbfffff]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:09: resource 1 [mem 0xfce00000-0xfcefffff]
Feb 16 09:50:20 kassel kernel: pci_bus 0000:0a: resource 1 [mem 0xfc700000-0xfcafffff]
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.3: extending delay after power-on from D3hot to 20 msec
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.4: extending delay after power-on from D3hot to 20 msec
Feb 16 09:50:20 kassel kernel: PCI: CLS 64 bytes, default 64
Feb 16 09:50:20 kassel kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.0: Adding to iommu group 0
Feb 16 09:50:20 kassel kernel: Trying to unpack rootfs image as initramfs...
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.1: Adding to iommu group 1
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.2: Adding to iommu group 2
Feb 16 09:50:20 kassel kernel: pci 0000:00:01.6: Adding to iommu group 3
Feb 16 09:50:20 kassel kernel: pci 0000:00:08.0: Adding to iommu group 4
Feb 16 09:50:20 kassel kernel: pci 0000:00:08.1: Adding to iommu group 4
Feb 16 09:50:20 kassel kernel: pci 0000:00:14.0: Adding to iommu group 5
Feb 16 09:50:20 kassel kernel: pci 0000:00:14.3: Adding to iommu group 5
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.0: Adding to iommu group 6
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.1: Adding to iommu group 6
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.2: Adding to iommu group 6
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.3: Adding to iommu group 6
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.4: Adding to iommu group 6
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.5: Adding to iommu group 6
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.6: Adding to iommu group 6
Feb 16 09:50:20 kassel kernel: pci 0000:00:18.7: Adding to iommu group 6
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.0: Adding to iommu group 7
Feb 16 09:50:20 kassel kernel: pci 0000:01:00.1: Adding to iommu group 7
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.0: Adding to iommu group 8
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.1: Adding to iommu group 8
Feb 16 09:50:20 kassel kernel: pci 0000:02:00.2: Adding to iommu group 8
Feb 16 09:50:20 kassel kernel: pci 0000:03:00.0: Adding to iommu group 8
Feb 16 09:50:20 kassel kernel: pci 0000:03:04.0: Adding to iommu group 8
Feb 16 09:50:20 kassel kernel: pci 0000:03:05.0: Adding to iommu group 8
Feb 16 09:50:20 kassel kernel: pci 0000:03:06.0: Adding to iommu group 8
Feb 16 09:50:20 kassel kernel: pci 0000:03:07.0: Adding to iommu group 8
Feb 16 09:50:20 kassel kernel: pci 0000:07:00.0: Adding to iommu group 8
Feb 16 09:50:20 kassel kernel: pci 0000:08:00.0: Adding to iommu group 8
Feb 16 09:50:20 kassel kernel: pci 0000:09:00.0: Adding to iommu group 9
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.0: Adding to iommu group 4
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.2: Adding to iommu group 4
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.3: Adding to iommu group 4
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.4: Adding to iommu group 4
Feb 16 09:50:20 kassel kernel: pci 0000:0a:00.6: Adding to iommu group 4
Feb 16 09:50:20 kassel kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Feb 16 09:50:20 kassel kernel: pci 0000:00:00.2: PCI INT A: not connected
Feb 16 09:50:20 kassel kernel: AMD-Vi: Extended features (0x4f77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Feb 16 09:50:20 kassel kernel: AMD-Vi: Interrupt remapping enabled
Feb 16 09:50:20 kassel kernel: Freeing initrd memory: 32440K
Feb 16 09:50:20 kassel kernel: AMD-Vi: Virtual APIC enabled
Feb 16 09:50:20 kassel kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Feb 16 09:50:20 kassel kernel: software IO TLB: mapped [mem 0x00000000c6114000-0x00000000ca114000] (64MB)
Feb 16 09:50:20 kassel kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Feb 16 09:50:20 kassel kernel: Initialise system trusted keyrings
Feb 16 09:50:20 kassel kernel: Key type blacklist registered
Feb 16 09:50:20 kassel kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Feb 16 09:50:20 kassel kernel: zbud: loaded
Feb 16 09:50:20 kassel kernel: integrity: Platform Keyring initialized
Feb 16 09:50:20 kassel kernel: integrity: Machine keyring initialized
Feb 16 09:50:20 kassel kernel: Key type asymmetric registered
Feb 16 09:50:20 kassel kernel: Asymmetric key parser 'x509' registered
Feb 16 09:50:20 kassel kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Feb 16 09:50:20 kassel kernel: io scheduler mq-deadline registered
Feb 16 09:50:20 kassel kernel: io scheduler kyber registered
Feb 16 09:50:20 kassel kernel: io scheduler bfq registered
Feb 16 09:50:20 kassel kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 26
Feb 16 09:50:20 kassel kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 27
Feb 16 09:50:20 kassel kernel: pcieport 0000:00:01.6: AER: enabled with IRQ 28
Feb 16 09:50:20 kassel kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 16 09:50:20 kassel kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Feb 16 09:50:20 kassel kernel: ACPI: button: Power Button [PWRB]
Feb 16 09:50:20 kassel kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Feb 16 09:50:20 kassel kernel: ACPI: button: Power Button [PWRF]
Feb 16 09:50:20 kassel kernel: Monitor-Mwait will be used to enter C-1 state
Feb 16 09:50:20 kassel kernel: ACPI: \_PR_.C000: Found 2 idle states
Feb 16 09:50:20 kassel kernel: ACPI: \_PR_.C002: Found 2 idle states
Feb 16 09:50:20 kassel kernel: ACPI: \_PR_.C004: Found 2 idle states
Feb 16 09:50:20 kassel kernel: ACPI: \_PR_.C006: Found 2 idle states
Feb 16 09:50:20 kassel kernel: ACPI: \_PR_.C001: Found 2 idle states
Feb 16 09:50:20 kassel kernel: ACPI: \_PR_.C003: Found 2 idle states
Feb 16 09:50:20 kassel kernel: ACPI: \_PR_.C005: Found 2 idle states
Feb 16 09:50:20 kassel kernel: ACPI: \_PR_.C007: Found 2 idle states
Feb 16 09:50:20 kassel kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb 16 09:50:20 kassel kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Feb 16 09:50:20 kassel kernel: Non-volatile memory driver v1.3
Feb 16 09:50:20 kassel kernel: Linux agpgart interface v0.103
Feb 16 09:50:20 kassel kernel: ACPI: bus type drm_connector registered
Feb 16 09:50:20 kassel kernel: ahci 0000:02:00.1: version 3.0
Feb 16 09:50:20 kassel kernel: ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
Feb 16 09:50:20 kassel kernel: ahci 0000:02:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
Feb 16 09:50:20 kassel kernel: ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Feb 16 09:50:20 kassel kernel: scsi host0: ahci
Feb 16 09:50:20 kassel kernel: scsi host1: ahci
Feb 16 09:50:20 kassel kernel: scsi host2: ahci
Feb 16 09:50:20 kassel kernel: scsi host3: ahci
Feb 16 09:50:20 kassel kernel: scsi host4: ahci
Feb 16 09:50:20 kassel kernel: scsi host5: ahci
Feb 16 09:50:20 kassel kernel: scsi host6: ahci
Feb 16 09:50:20 kassel kernel: scsi host7: ahci
Feb 16 09:50:20 kassel kernel: ata1: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80100 irq 39 lpm-pol 0
Feb 16 09:50:20 kassel kernel: ata2: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80180 irq 39 lpm-pol 0
Feb 16 09:50:20 kassel kernel: ata3: DUMMY
Feb 16 09:50:20 kassel kernel: ata4: DUMMY
Feb 16 09:50:20 kassel kernel: ata5: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80300 irq 39 lpm-pol 0
Feb 16 09:50:20 kassel kernel: ata6: SATA max UDMA/133 abar m131072@0xfcd80000 port 0xfcd80380 irq 39 lpm-pol 0
Feb 16 09:50:20 kassel kernel: ata7: DUMMY
Feb 16 09:50:20 kassel kernel: ata8: DUMMY
Feb 16 09:50:20 kassel kernel: usbcore: registered new interface driver usbserial_generic
Feb 16 09:50:20 kassel kernel: usbserial: USB Serial support registered for generic
Feb 16 09:50:20 kassel kernel: rtc_cmos 00:02: RTC can wake from S4
Feb 16 09:50:20 kassel kernel: rtc_cmos 00:02: registered as rtc0
Feb 16 09:50:20 kassel kernel: rtc_cmos 00:02: setting system clock to 2024-02-16T12:50:12 UTC (1708087812)
Feb 16 09:50:20 kassel kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Feb 16 09:50:20 kassel kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
Feb 16 09:50:20 kassel kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 16 09:50:20 kassel kernel: hid: raw HID events driver (C) Jiri Kosina
Feb 16 09:50:20 kassel kernel: drop_monitor: Initializing network drop monitor service
Feb 16 09:50:20 kassel kernel: Initializing XFRM netlink socket
Feb 16 09:50:20 kassel kernel: NET: Registered PF_INET6 protocol family
Feb 16 09:50:20 kassel kernel: Segment Routing with IPv6
Feb 16 09:50:20 kassel kernel: RPL Segment Routing with IPv6
Feb 16 09:50:20 kassel kernel: In-situ OAM (IOAM) with IPv6
Feb 16 09:50:20 kassel kernel: NET: Registered PF_PACKET protocol family
Feb 16 09:50:20 kassel kernel: microcode: Current revision: 0x08108109
Feb 16 09:50:20 kassel kernel: IPI shorthand broadcast: enabled
Feb 16 09:50:20 kassel kernel: sched_clock: Marking stable (722102826, 2334464)->(738384997, -13947707)
Feb 16 09:50:20 kassel kernel: registered taskstats version 1
Feb 16 09:50:20 kassel kernel: Loading compiled-in X.509 certificates
Feb 16 09:50:20 kassel kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 553b349fb3dbbbaeb942811a6a1d06d37191fc59'
Feb 16 09:50:20 kassel kernel: zswap: loaded using pool zstd/zsmalloc
Feb 16 09:50:20 kassel kernel: Key type .fscrypt registered
Feb 16 09:50:20 kassel kernel: Key type fscrypt-provisioning registered
Feb 16 09:50:20 kassel kernel: PM: Magic number: 12:237:835
Feb 16 09:50:20 kassel kernel: RAS: Correctable Errors collector initialized.
Feb 16 09:50:20 kassel kernel: clk: Disabling unused clocks
Feb 16 09:50:20 kassel kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Feb 16 09:50:20 kassel kernel: ata1.00: supports DRM functions and may not be fully accessible
Feb 16 09:50:20 kassel kernel: ata1.00: ATA-10: CT1000MX500SSD1, M3CR023, max UDMA/133
Feb 16 09:50:20 kassel kernel: ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Feb 16 09:50:20 kassel kernel: ata1.00: Features: Trust Dev-Sleep
Feb 16 09:50:20 kassel kernel: ata1.00: supports DRM functions and may not be fully accessible
Feb 16 09:50:20 kassel kernel: ata1.00: configured for UDMA/133
Feb 16 09:50:20 kassel kernel: scsi 0:0:0:0: Direct-Access ATA CT1000MX500SSD1 023 PQ: 0 ANSI: 5
Feb 16 09:50:20 kassel kernel: sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Feb 16 09:50:20 kassel kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Feb 16 09:50:20 kassel kernel: sd 0:0:0:0: [sda] Write Protect is off
Feb 16 09:50:20 kassel kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 16 09:50:20 kassel kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 16 09:50:20 kassel kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Feb 16 09:50:20 kassel kernel: sda: sda1
Feb 16 09:50:20 kassel kernel: sd 0:0:0:0: [sda] supports TCG Opal
Feb 16 09:50:20 kassel kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Feb 16 09:50:20 kassel kernel: ata2: SATA link down (SStatus 0 SControl 300)
Feb 16 09:50:20 kassel kernel: tsc: Refined TSC clocksource calibration: 3696.270 MHz
Feb 16 09:50:20 kassel kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a8f261b2f7, max_idle_ns: 881590946886 ns
Feb 16 09:50:20 kassel kernel: clocksource: Switched to clocksource tsc
Feb 16 09:50:20 kassel kernel: ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Feb 16 09:50:20 kassel kernel: ata5.00: ATAPI: TSSTcorp CDDVDW SH-224DB, SB00, max UDMA/100
Feb 16 09:50:20 kassel kernel: ata5.00: configured for UDMA/100
Feb 16 09:50:20 kassel kernel: scsi 4:0:0:0: CD-ROM TSSTcorp CDDVDW SH-224DB SB00 PQ: 0 ANSI: 5
Feb 16 09:50:20 kassel kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Feb 16 09:50:20 kassel kernel: ata6.00: ATA-10: WDC WD60EZAZ-00SF3B0, 80.00A80, max UDMA/133
Feb 16 09:50:20 kassel kernel: ata6.00: 11721045168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Feb 16 09:50:20 kassel kernel: ata6.00: Features: NCQ-prio
Feb 16 09:50:20 kassel kernel: ata6.00: configured for UDMA/133
Feb 16 09:50:20 kassel kernel: scsi 5:0:0:0: Direct-Access ATA WDC WD60EZAZ-00S 0A80 PQ: 0 ANSI: 5
Feb 16 09:50:20 kassel kernel: sd 5:0:0:0: [sdb] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
Feb 16 09:50:20 kassel kernel: sd 5:0:0:0: [sdb] 4096-byte physical blocks
Feb 16 09:50:20 kassel kernel: sd 5:0:0:0: [sdb] Write Protect is off
Feb 16 09:50:20 kassel kernel: sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Feb 16 09:50:20 kassel kernel: sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 16 09:50:20 kassel kernel: sd 5:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
Feb 16 09:50:20 kassel kernel: sdb: sdb1
Feb 16 09:50:20 kassel kernel: sd 5:0:0:0: [sdb] Attached SCSI disk
Feb 16 09:50:20 kassel kernel: Freeing unused decrypted memory: 2028K
Feb 16 09:50:20 kassel kernel: Freeing unused kernel image (initmem) memory: 3432K
Feb 16 09:50:20 kassel kernel: Write protecting the kernel read-only data: 30720k
Feb 16 09:50:20 kassel kernel: Freeing unused kernel image (rodata/data gap) memory: 1104K
Feb 16 09:50:20 kassel kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 16 09:50:20 kassel kernel: rodata_test: all tests were successful
Feb 16 09:50:20 kassel kernel: Run /init as init process
Feb 16 09:50:20 kassel kernel: with arguments:
Feb 16 09:50:20 kassel kernel: /init
Feb 16 09:50:20 kassel kernel: with environment:
Feb 16 09:50:20 kassel kernel: HOME=/
Feb 16 09:50:20 kassel kernel: TERM=linux
Feb 16 09:50:20 kassel kernel: BOOT_IMAGE=../vmlinuz-linux
Feb 16 09:50:20 kassel kernel: clocksource: timekeeping watchdog on CPU4: Marking clocksource 'tsc' as unstable because the skew is too large:
Feb 16 09:50:20 kassel kernel: clocksource: 'hpet' wd_nsec: 506872102 wd_now: 22ced7e wd_last: 1be2ff0 mask: ffffffff
Feb 16 09:50:20 kassel kernel: clocksource: 'tsc' cs_nsec: 506432106 cs_now: 13df46c79d cs_last: 136fb3b333 mask: ffffffffffffffff
Feb 16 09:50:20 kassel kernel: clocksource: Clocksource 'tsc' skewed -439996 ns (0 ms) over watchdog 'hpet' interval of 506872102 ns (506 ms)
Feb 16 09:50:20 kassel kernel: clocksource: 'tsc' is current clocksource.
Feb 16 09:50:20 kassel kernel: tsc: Marking TSC unstable due to clocksource watchdog
Feb 16 09:50:20 kassel kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
Feb 16 09:50:20 kassel kernel: sched_clock: Marking unstable (2666750317, 2334331)<-(2683032604, -13947707)
Feb 16 09:50:20 kassel kernel: clocksource: Checking clocksource tsc synchronization from CPU 3 to CPUs 0-2.
Feb 16 09:50:20 kassel kernel: clocksource: Switched to clocksource hpet
Feb 16 09:50:20 kassel kernel: ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
Feb 16 09:50:20 kassel kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input2
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
Feb 16 09:50:20 kassel kernel: nvme 0000:09:00.0: platform quirk: setting simple suspend
Feb 16 09:50:20 kassel kernel: nvme nvme0: pci function 0000:09:00.0
Feb 16 09:50:20 kassel kernel: nvme nvme0: missing or invalid SUBNQN field.
Feb 16 09:50:20 kassel kernel: nvme nvme0: 15/0/0 default/read/poll queues
Feb 16 09:50:20 kassel kernel: nvme0n1: p1 p2 p3 p4
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Feb 16 09:50:20 kassel kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
Feb 16 09:50:20 kassel kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 16 09:50:20 kassel kernel: usb usb1: Product: xHCI Host Controller
Feb 16 09:50:20 kassel kernel: usb usb1: Manufacturer: Linux 6.7.4-arch1-1 xhci-hcd
Feb 16 09:50:20 kassel kernel: usb usb1: SerialNumber: 0000:02:00.0
Feb 16 09:50:20 kassel kernel: hub 1-0:1.0: USB hub found
Feb 16 09:50:20 kassel kernel: hub 1-0:1.0: 10 ports detected
Feb 16 09:50:20 kassel kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Feb 16 09:50:20 kassel kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
Feb 16 09:50:20 kassel kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 16 09:50:20 kassel kernel: usb usb2: Product: xHCI Host Controller
Feb 16 09:50:20 kassel kernel: usb usb2: Manufacturer: Linux 6.7.4-arch1-1 xhci-hcd
Feb 16 09:50:20 kassel kernel: usb usb2: SerialNumber: 0000:02:00.0
Feb 16 09:50:20 kassel kernel: hub 2-0:1.0: USB hub found
Feb 16 09:50:20 kassel kernel: hub 2-0:1.0: 4 ports detected
Feb 16 09:50:20 kassel kernel: sr 4:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Feb 16 09:50:20 kassel kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:0a:00.3: xHCI Host Controller
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:0a:00.3: new USB bus registered, assigned bus number 3
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:0a:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000840000410
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:0a:00.3: xHCI Host Controller
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:0a:00.3: new USB bus registered, assigned bus number 4
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:0a:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Feb 16 09:50:20 kassel kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
Feb 16 09:50:20 kassel kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 16 09:50:20 kassel kernel: usb usb3: Product: xHCI Host Controller
Feb 16 09:50:20 kassel kernel: usb usb3: Manufacturer: Linux 6.7.4-arch1-1 xhci-hcd
Feb 16 09:50:20 kassel kernel: usb usb3: SerialNumber: 0000:0a:00.3
Feb 16 09:50:20 kassel kernel: hub 3-0:1.0: USB hub found
Feb 16 09:50:20 kassel kernel: hub 3-0:1.0: 4 ports detected
Feb 16 09:50:20 kassel kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Feb 16 09:50:20 kassel kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
Feb 16 09:50:20 kassel kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 16 09:50:20 kassel kernel: usb usb4: Product: xHCI Host Controller
Feb 16 09:50:20 kassel kernel: usb usb4: Manufacturer: Linux 6.7.4-arch1-1 xhci-hcd
Feb 16 09:50:20 kassel kernel: usb usb4: SerialNumber: 0000:0a:00.3
Feb 16 09:50:20 kassel kernel: hub 4-0:1.0: USB hub found
Feb 16 09:50:20 kassel kernel: hub 4-0:1.0: 4 ports detected
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:0a:00.4: xHCI Host Controller
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:0a:00.4: new USB bus registered, assigned bus number 5
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:0a:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000840000410
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:0a:00.4: xHCI Host Controller
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:0a:00.4: new USB bus registered, assigned bus number 6
Feb 16 09:50:20 kassel kernel: xhci_hcd 0000:0a:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Feb 16 09:50:20 kassel kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.07
Feb 16 09:50:20 kassel kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 16 09:50:20 kassel kernel: usb usb5: Product: xHCI Host Controller
Feb 16 09:50:20 kassel kernel: usb usb5: Manufacturer: Linux 6.7.4-arch1-1 xhci-hcd
Feb 16 09:50:20 kassel kernel: usb usb5: SerialNumber: 0000:0a:00.4
Feb 16 09:50:20 kassel kernel: hub 5-0:1.0: USB hub found
Feb 16 09:50:20 kassel kernel: hub 5-0:1.0: 1 port detected
Feb 16 09:50:20 kassel kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Feb 16 09:50:20 kassel kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.07
Feb 16 09:50:20 kassel kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 16 09:50:20 kassel kernel: usb usb6: Product: xHCI Host Controller
Feb 16 09:50:20 kassel kernel: usb usb6: Manufacturer: Linux 6.7.4-arch1-1 xhci-hcd
Feb 16 09:50:20 kassel kernel: usb usb6: SerialNumber: 0000:0a:00.4
Feb 16 09:50:20 kassel kernel: hub 6-0:1.0: USB hub found
Feb 16 09:50:20 kassel kernel: hub 6-0:1.0: 1 port detected
Feb 16 09:50:20 kassel kernel: sr 4:0:0:0: Attached scsi CD-ROM sr0
Feb 16 09:50:20 kassel kernel: usb 1-5: new high-speed USB device number 2 using xhci_hcd
Feb 16 09:50:20 kassel kernel: usb 5-1: new low-speed USB device number 2 using xhci_hcd
Feb 16 09:50:20 kassel kernel: usb 3-4: new low-speed USB device number 2 using xhci_hcd
Feb 16 09:50:20 kassel kernel: usb 5-1: New USB device found, idVendor=1bcf, idProduct=0005, bcdDevice= 0.14
Feb 16 09:50:20 kassel kernel: usb 5-1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Feb 16 09:50:20 kassel kernel: usb 5-1: Product: USB Optical Mouse
Feb 16 09:50:20 kassel kernel: usb 1-5: New USB device found, idVendor=05e3, idProduct=0745, bcdDevice= 9.03
Feb 16 09:50:20 kassel kernel: usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=2
Feb 16 09:50:20 kassel kernel: usb 1-5: Product: USB Storage
Feb 16 09:50:20 kassel kernel: usb 1-5: SerialNumber: 000000000903
Feb 16 09:50:20 kassel kernel: usb 3-4: New USB device found, idVendor=046a, idProduct=b090, bcdDevice= 1.03
Feb 16 09:50:20 kassel kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 16 09:50:20 kassel kernel: usb 3-4: Product: USB keyboard
Feb 16 09:50:20 kassel kernel: usb 3-4: Manufacturer: Cherry
Feb 16 09:50:20 kassel kernel: usb-storage 1-5:1.0: USB Mass Storage device detected
Feb 16 09:50:20 kassel kernel: scsi host8: usb-storage 1-5:1.0
Feb 16 09:50:20 kassel kernel: usbcore: registered new interface driver usb-storage
Feb 16 09:50:20 kassel kernel: usbcore: registered new interface driver uas
Feb 16 09:50:20 kassel kernel: input: USB Optical Mouse as /devices/pci0000:00/0000:00:08.1/0000:0a:00.4/usb5/5-1/5-1:1.0/0003:1BCF:0005.0001/input/input3
Feb 16 09:50:20 kassel kernel: hid-generic 0003:1BCF:0005.0001: input,hidraw0: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:0a:00.4-1/input0
Feb 16 09:50:20 kassel kernel: [drm] amdgpu kernel modesetting enabled.
Feb 16 09:50:20 kassel kernel: input: Cherry USB keyboard as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/usb3/3-4/3-4:1.0/0003:046A:B090.0002/input/input4
Feb 16 09:50:20 kassel kernel: amdgpu: Virtual CRAT table created for CPU
Feb 16 09:50:20 kassel kernel: amdgpu: Topology: Add CPU node
Feb 16 09:50:20 kassel kernel: [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1462:0x3418 0xE7).
Feb 16 09:50:20 kassel kernel: [drm] register mmio base: 0xFCF00000
Feb 16 09:50:20 kassel kernel: [drm] register mmio size: 262144
Feb 16 09:50:20 kassel kernel: [drm] add ip block number 0 <vi_common>
Feb 16 09:50:20 kassel kernel: [drm] add ip block number 1 <gmc_v8_0>
Feb 16 09:50:20 kassel kernel: [drm] add ip block number 2 <tonga_ih>
Feb 16 09:50:20 kassel kernel: [drm] add ip block number 3 <gfx_v8_0>
Feb 16 09:50:20 kassel kernel: [drm] add ip block number 4 <sdma_v3_0>
Feb 16 09:50:20 kassel kernel: [drm] add ip block number 5 <powerplay>
Feb 16 09:50:20 kassel kernel: [drm] add ip block number 6 <dm>
Feb 16 09:50:20 kassel kernel: [drm] add ip block number 7 <uvd_v6_0>
Feb 16 09:50:20 kassel kernel: [drm] add ip block number 8 <vce_v3_0>
Feb 16 09:50:20 kassel kernel: amdgpu 0000:01:00.0: No more image in the PCI ROM
Feb 16 09:50:20 kassel kernel: amdgpu 0000:01:00.0: amdgpu: Fetched VBIOS from ROM BAR
Feb 16 09:50:20 kassel kernel: amdgpu: ATOM BIOS: xxx-xxx-xxx
Feb 16 09:50:20 kassel kernel: [drm] UVD is enabled in VM mode
Feb 16 09:50:20 kassel kernel: [drm] UVD ENC is enabled in VM mode
Feb 16 09:50:20 kassel kernel: [drm] VCE enabled in VM mode
Feb 16 09:50:20 kassel kernel: amdgpu 0000:01:00.0: vgaarb: deactivate vga console
Feb 16 09:50:20 kassel kernel: Console: switching to colour dummy device 80x25
Feb 16 09:50:20 kassel kernel: amdgpu 0000:01:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Feb 16 09:50:20 kassel kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Feb 16 09:50:20 kassel kernel: amdgpu 0000:01:00.0: amdgpu: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
Feb 16 09:50:20 kassel kernel: amdgpu 0000:01:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
Feb 16 09:50:20 kassel kernel: [drm] Detected VRAM RAM=8192M, BAR=256M
Feb 16 09:50:20 kassel kernel: [drm] RAM width 256bits GDDR5
Feb 16 09:50:20 kassel kernel: [drm] amdgpu: 8192M of VRAM memory ready
Feb 16 09:50:20 kassel kernel: [drm] amdgpu: 7950M of GTT memory ready.
Feb 16 09:50:20 kassel kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Feb 16 09:50:20 kassel kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F400900000).
Feb 16 09:50:20 kassel kernel: [drm] Chained IB support enabled!
Feb 16 09:50:20 kassel kernel: amdgpu: hwmgr_sw_init smu backed is polaris10_smu
Feb 16 09:50:20 kassel kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16
Feb 16 09:50:20 kassel kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3
Feb 16 09:50:20 kassel kernel: hid-generic 0003:046A:B090.0002: input,hidraw1: USB HID v1.11 Keyboard [Cherry USB keyboard] on usb-0000:0a:00.3-4/input0
Feb 16 09:50:20 kassel kernel: input: Cherry USB keyboard System Control as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/usb3/3-4/3-4:1.1/0003:046A:B090.0003/input/input5
Feb 16 09:50:20 kassel kernel: input: Cherry USB keyboard Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/usb3/3-4/3-4:1.1/0003:046A:B090.0003/input/input6
Feb 16 09:50:20 kassel kernel: hid-generic 0003:046A:B090.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Cherry USB keyboard] on usb-0000:0a:00.3-4/input1
Feb 16 09:50:20 kassel kernel: usbcore: registered new interface driver usbhid
Feb 16 09:50:20 kassel kernel: usbhid: USB HID core driver
Feb 16 09:50:20 kassel kernel: [drm] Display Core v3.2.259 initialized on DCE 11.2
Feb 16 09:50:20 kassel kernel: [drm] UVD and UVD ENC initialized successfully.
Feb 16 09:50:20 kassel kernel: [drm] VCE initialized successfully.
Feb 16 09:50:20 kassel kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Feb 16 09:50:20 kassel kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Feb 16 09:50:20 kassel kernel: amdgpu: Virtual CRAT table created for GPU
Feb 16 09:50:20 kassel kernel: amdgpu: Topology: Add dGPU node [0x67df:0x1002]
Feb 16 09:50:20 kassel kernel: kfd kfd: amdgpu: added device 1002:67df
Feb 16 09:50:20 kassel kernel: amdgpu 0000:01:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 9, active_cu_number 36
Feb 16 09:50:20 kassel kernel: amdgpu 0000:01:00.0: amdgpu: Using BACO for runtime pm
Feb 16 09:50:20 kassel kernel: [drm] Initialized amdgpu 3.57.0 20150101 for 0000:01:00.0 on minor 0
Feb 16 09:50:20 kassel kernel: fbcon: amdgpudrmfb (fb0) is primary device
Feb 16 09:50:20 kassel kernel: Console: switching to colour frame buffer device 240x67
Feb 16 09:50:20 kassel kernel: amdgpu 0000:01:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Feb 16 09:50:20 kassel kernel: EXT4-fs (sda1): mounted filesystem e3c16894-bed8-4ab6-9c73-dd93a7320d26 r/w with ordered data mode. Quota mode: none.
Feb 16 09:50:20 kassel kernel: scsi 8:0:0:0: Direct-Access Generic STORAGE DEVICE 0903 PQ: 0 ANSI: 6
Feb 16 09:50:20 kassel kernel: sd 8:0:0:0: [sdc] Media removed, stopped polling
Feb 16 09:50:20 kassel kernel: sd 8:0:0:0: [sdc] Attached SCSI removable disk
Feb 16 09:50:20 kassel systemd[1]: systemd 255.3-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)
Feb 16 09:50:20 kassel systemd[1]: Detected architecture x86-64.
Feb 16 09:50:20 kassel systemd[1]: Hostname set to <kassel>.
Feb 16 09:50:20 kassel systemd[1]: bpf-lsm: LSM BPF program attached
Feb 16 09:50:20 kassel systemd[1]: Queued start job for default target Graphical Interface.
Feb 16 09:50:20 kassel systemd[1]: Created slice Slice /system/devmon.
Feb 16 09:50:20 kassel systemd[1]: Created slice Slice /system/dirmngr.
Feb 16 09:50:20 kassel systemd[1]: Created slice Slice /system/getty.
Feb 16 09:50:20 kassel systemd[1]: Created slice Slice /system/gpg-agent.
Feb 16 09:50:20 kassel systemd[1]: Created slice Slice /system/gpg-agent-browser.
Feb 16 09:50:20 kassel systemd[1]: Created slice Slice /system/gpg-agent-extra.
Feb 16 09:50:20 kassel systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Feb 16 09:50:20 kassel systemd[1]: Created slice Slice /system/keyboxd.
Feb 16 09:50:20 kassel systemd[1]: Created slice Slice /system/modprobe.
Feb 16 09:50:20 kassel systemd[1]: Created slice Slice /system/systemd-fsck.
Feb 16 09:50:20 kassel systemd[1]: Created slice User and Session Slice.
Feb 16 09:50:20 kassel systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 16 09:50:20 kassel systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Feb 16 09:50:20 kassel systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Feb 16 09:50:20 kassel systemd[1]: Expecting device /dev/disk/by-uuid/843d066e-67d6-4487-9a92-d5009280cdfd...
Feb 16 09:50:20 kassel systemd[1]: Reached target Local Encrypted Volumes.
Feb 16 09:50:20 kassel systemd[1]: Reached target Login Prompts.
Feb 16 09:50:20 kassel systemd[1]: Reached target Local Integrity Protected Volumes.
Feb 16 09:50:20 kassel systemd[1]: Reached target Slice Units.
Feb 16 09:50:20 kassel systemd[1]: Reached target Swaps.
Feb 16 09:50:20 kassel systemd[1]: Reached target System Time Set.
Feb 16 09:50:20 kassel systemd[1]: Reached target Local Verity Protected Volumes.
Feb 16 09:50:20 kassel systemd[1]: Listening on Device-mapper event daemon FIFOs.
Feb 16 09:50:20 kassel systemd[1]: Listening on LVM2 poll daemon socket.
Feb 16 09:50:20 kassel systemd[1]: Listening on RPCbind Server Activation Socket.
Feb 16 09:50:20 kassel systemd[1]: Reached target RPC Port Mapper.
Feb 16 09:50:20 kassel systemd[1]: Listening on Process Core Dump Socket.
Feb 16 09:50:20 kassel systemd[1]: Listening on Journal Socket (/dev/log).
Feb 16 09:50:20 kassel systemd[1]: Listening on Journal Socket.
Feb 16 09:50:20 kassel systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 16 09:50:20 kassel systemd[1]: Listening on udev Control Socket.
Feb 16 09:50:20 kassel systemd[1]: Listening on udev Kernel Socket.
Feb 16 09:50:20 kassel systemd[1]: Mounting Huge Pages File System...
Feb 16 09:50:20 kassel systemd[1]: Mounting POSIX Message Queue File System...
Feb 16 09:50:20 kassel systemd[1]: Mounting Kernel Debug File System...
Feb 16 09:50:20 kassel systemd[1]: Mounting Kernel Trace File System...
Feb 16 09:50:20 kassel systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Feb 16 09:50:20 kassel systemd[1]: Mounting Temporary Directory /tmp...
Feb 16 09:50:20 kassel systemd[1]: Kernel Module supporting RPCSEC_GSS was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
Feb 16 09:50:20 kassel systemd[1]: Starting Create List of Static Device Nodes...
Feb 16 09:50:20 kassel systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Feb 16 09:50:20 kassel systemd[1]: Starting Load Kernel Module configfs...
Feb 16 09:50:20 kassel systemd[1]: Starting Load Kernel Module dm_mod...
Feb 16 09:50:20 kassel systemd[1]: Starting Load Kernel Module drm...
Feb 16 09:50:20 kassel systemd[1]: Starting Load Kernel Module fuse...
Feb 16 09:50:20 kassel systemd[1]: Starting Load Kernel Module loop...
Feb 16 09:50:20 kassel systemd[1]: Starting RPC Bind...
Feb 16 09:50:20 kassel systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Feb 16 09:50:20 kassel systemd[1]: Starting Load Kernel Modules...
Feb 16 09:50:20 kassel systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 16 09:50:20 kassel systemd[1]: Starting Remount Root and Kernel File Systems...
Feb 16 09:50:20 kassel systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 16 09:50:20 kassel systemd[1]: Starting Coldplug All udev Devices...
Feb 16 09:50:20 kassel systemd[1]: Mounted Huge Pages File System.
Feb 16 09:50:20 kassel systemd[1]: Mounted POSIX Message Queue File System.
Feb 16 09:50:20 kassel systemd[1]: Mounted Kernel Debug File System.
Feb 16 09:50:20 kassel systemd[1]: Mounted Kernel Trace File System.
Feb 16 09:50:20 kassel systemd[1]: Mounted Temporary Directory /tmp.
Feb 16 09:50:20 kassel kernel: loop: module loaded
Feb 16 09:50:20 kassel kernel: device-mapper: uevent: version 1.0.3
Feb 16 09:50:20 kassel kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Feb 16 09:50:20 kassel kernel: fuse: init (API version 7.39)
Feb 16 09:50:20 kassel systemd[1]: Finished Create List of Static Device Nodes.
Feb 16 09:50:20 kassel kernel: EXT4-fs (sda1): re-mounted e3c16894-bed8-4ab6-9c73-dd93a7320d26 r/w. Quota mode: none.
Feb 16 09:50:20 kassel systemd[1]: modprobe@configfs.service: Deactivated successfully.
Feb 16 09:50:20 kassel kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Feb 16 09:50:20 kassel kernel: sr 4:0:0:0: Attached scsi generic sg1 type 5
Feb 16 09:50:20 kassel kernel: sd 5:0:0:0: Attached scsi generic sg2 type 0
Feb 16 09:50:20 kassel kernel: sd 8:0:0:0: Attached scsi generic sg3 type 0
Feb 16 09:50:20 kassel kernel: i2c_dev: i2c /dev entries driver
Feb 16 09:50:20 kassel systemd[1]: Finished Load Kernel Module configfs.
Feb 16 09:50:20 kassel systemd[1]: Started RPC Bind.
Feb 16 09:50:20 kassel systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Feb 16 09:50:20 kassel kernel: vboxdrv: loading out-of-tree module taints kernel.
Feb 16 09:50:20 kassel kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Feb 16 09:50:20 kassel kernel: vboxdrv: Found 8 processor cores/threads
Feb 16 09:50:20 kassel systemd[1]: Finished Load Kernel Module dm_mod.
Feb 16 09:50:20 kassel systemd[1]: modprobe@drm.service: Deactivated successfully.
Feb 16 09:50:20 kassel kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3693064114 Hz
Feb 16 09:50:20 kassel kernel: vboxdrv: Successfully loaded version 7.0.14 r161095 (interface 0x00330004)
Feb 16 09:50:20 kassel kernel: VBoxNetAdp: Successfully started.
Feb 16 09:50:20 kassel kernel: VBoxNetFlt: Successfully started.
Feb 16 09:50:20 kassel systemd[1]: Finished Load Kernel Module drm.
Feb 16 09:50:20 kassel systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Feb 16 09:50:20 kassel systemd[1]: modprobe@fuse.service: Deactivated successfully.
Feb 16 09:50:20 kassel systemd[1]: Finished Load Kernel Module fuse.
Feb 16 09:50:20 kassel systemd[1]: modprobe@loop.service: Deactivated successfully.
Feb 16 09:50:20 kassel systemd[1]: Finished Load Kernel Module loop.
Feb 16 09:50:20 kassel systemd[1]: Finished Load Kernel Modules.
Feb 16 09:50:20 kassel systemd[1]: Finished Remount Root and Kernel File Systems.
Feb 16 09:50:20 kassel systemd[1]: Finished Coldplug All udev Devices.
Feb 16 09:50:20 kassel systemd[1]: Mounting FUSE Control File System...
Feb 16 09:50:20 kassel systemd[1]: Mounting Kernel Configuration File System...
Feb 16 09:50:20 kassel systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Feb 16 09:50:20 kassel systemd[1]: Starting Load/Save OS Random Seed...
Feb 16 09:50:20 kassel systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Feb 16 09:50:20 kassel systemd[1]: Starting Apply Kernel Variables...
Feb 16 09:50:20 kassel systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Feb 16 09:50:20 kassel systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 16 09:50:20 kassel systemd[1]: Mounted FUSE Control File System.
Feb 16 09:50:20 kassel systemd[1]: Mounted Kernel Configuration File System.
Feb 16 09:50:20 kassel systemd[1]: Finished Load/Save OS Random Seed.
Feb 16 09:50:20 kassel systemd[1]: Finished Apply Kernel Variables.
Feb 16 09:50:20 kassel systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Feb 16 09:50:20 kassel systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Feb 16 09:50:20 kassel systemd[1]: Starting Create Static Device Nodes in /dev...
Feb 16 09:50:20 kassel systemd[1]: Finished Create Static Device Nodes in /dev.
Feb 16 09:50:20 kassel systemd[1]: Reached target Preparation for Local File Systems.
Feb 16 09:50:20 kassel systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Feb 16 09:50:20 kassel systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionKernelVersion=<5.6).
Feb 16 09:50:20 kassel systemd[1]: Starting Journal Service...
Feb 16 09:50:20 kassel systemd[1]: Starting Rule-based Manager for Device Events and Files...
Feb 16 09:50:20 kassel systemd-journald[315]: Collecting audit messages is disabled.
Feb 16 09:50:20 kassel systemd[1]: Started Rule-based Manager for Device Events and Files.
Feb 16 09:50:20 kassel systemd-journald[315]: Journal started
Feb 16 09:50:20 kassel systemd-journald[315]: Runtime Journal (/run/log/journal/1937ca354f064071b7ca3649853df8ed) is 8.0M, max 795.0M, 787.0M free.
Feb 16 09:50:19 kassel systemd-modules-load[297]: Inserted module 'crypto_user'
Feb 16 09:50:19 kassel systemd-modules-load[297]: Inserted module 'sg'
Feb 16 09:50:19 kassel systemd-modules-load[297]: Inserted module 'i2c_dev'
Feb 16 09:50:19 kassel systemd-modules-load[297]: Inserted module 'vboxdrv'
Feb 16 09:50:19 kassel systemd-modules-load[297]: Inserted module 'vboxnetadp'
Feb 16 09:50:19 kassel systemd-modules-load[297]: Inserted module 'vboxnetflt'
Feb 16 09:50:20 kassel systemd-udevd[316]: Using default interface naming scheme 'v255'.
Feb 16 09:50:20 kassel systemd[1]: Started Journal Service.
Feb 16 09:50:20 kassel mtp-probe[394]: checking bus 5, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:0a:00.4/usb5/5-1"
Feb 16 09:50:20 kassel mtp-probe[393]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-5"
Feb 16 09:50:20 kassel mtp-probe[394]: bus: 5, device: 2 was not an MTP device
Feb 16 09:50:20 kassel mtp-probe[393]: bus: 1, device: 2 was not an MTP device
Feb 16 09:50:20 kassel mtp-probe[392]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:0a:00.3/usb3/3-4"
Feb 16 09:50:20 kassel mtp-probe[392]: bus: 3, device: 2 was not an MTP device
Feb 16 09:50:20 kassel systemd[1]: Found device WDC_WD60EZAZ-00SF3B0 1.
Feb 16 09:50:20 kassel kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Feb 16 09:50:20 kassel kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Feb 16 09:50:20 kassel kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Feb 16 09:50:20 kassel kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Feb 16 09:50:20 kassel kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Feb 16 09:50:20 kassel kernel: ccp 0000:0a:00.2: ccp enabled
Feb 16 09:50:20 kassel kernel: ccp 0000:0a:00.2: tee enabled
Feb 16 09:50:20 kassel kernel: ccp 0000:0a:00.2: psp enabled
Feb 16 09:50:20 kassel kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Feb 16 09:50:20 kassel kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Feb 16 09:50:20 kassel systemd[1]: Starting File System Check on /dev/disk/by-uuid/843d066e-67d6-4487-9a92-d5009280cdfd...
Feb 16 09:50:20 kassel systemd[1]: Starting Flush Journal to Persistent Storage...
Feb 16 09:50:20 kassel kernel: cryptd: max_cpu_qlen set to 1000
Feb 16 09:50:20 kassel kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Feb 16 09:50:20 kassel kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Feb 16 09:50:20 kassel kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Feb 16 09:50:20 kassel kernel: i8042: PNP: No PS/2 controller found.
Feb 16 09:50:20 kassel systemd-journald[315]: Time spent on flushing to /var/log/journal/1937ca354f064071b7ca3649853df8ed is 133.027ms for 1084 entries.
Feb 16 09:50:20 kassel systemd-journald[315]: System Journal (/var/log/journal/1937ca354f064071b7ca3649853df8ed) is 520.0M, max 4.0G, 3.4G free.
Feb 16 09:50:20 kassel systemd-journald[315]: Received client request to flush runtime journal.
Feb 16 09:50:20 kassel kernel: r8169 0000:08:00.0 eth0: RTL8168h/8111h, d4:5d:64:05:15:46, XID 541, IRQ 88
Feb 16 09:50:20 kassel kernel: r8169 0000:08:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Feb 16 09:50:20 kassel systemd-journald[315]: /var/log/journal/1937ca354f064071b7ca3649853df8ed/system.journal: Realtime clock jumped backwards relative to last journal entry, rotating.
Feb 16 09:50:20 kassel systemd-journald[315]: Rotating system journal.
Feb 16 09:50:20 kassel kernel: mousedev: PS/2 mouse device common for all mice
Feb 16 09:50:20 kassel kernel: r8169 0000:08:00.0 enp8s0: renamed from eth0
Feb 16 09:50:20 kassel kernel: AVX2 version of gcm_enc/dec engaged.
Feb 16 09:50:20 kassel kernel: AES CTR mode by8 optimization enabled
Feb 16 09:50:20 kassel kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Feb 16 09:50:20 kassel kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Feb 16 09:50:20 kassel kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Feb 16 09:50:20 kassel kernel: asus_wmi: ASUS WMI generic driver loaded
Feb 16 09:50:20 kassel kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Feb 16 09:50:20 kassel kernel: cfg80211: failed to load regulatory.db
Feb 16 09:50:20 kassel kernel: asus_wmi: Initialization: 0x0
Feb 16 09:50:20 kassel kernel: asus_wmi: BIOS WMI version: 0.9
Feb 16 09:50:20 kassel kernel: asus_wmi: SFUN value: 0x0
Feb 16 09:50:20 kassel kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Feb 16 09:50:20 kassel kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input8
Feb 16 09:50:20 kassel kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Feb 16 09:50:20 kassel kernel: snd_hda_intel 0000:01:00.1: Force to non-snoop mode
Feb 16 09:50:20 kassel systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Feb 16 09:50:20 kassel systemd-fsck[456]: /dev/sdb1: sauber, 874184/183144448 Dateien, 1389819691/1465130240 Blöcke
Feb 16 09:50:20 kassel systemd[1]: Starting Virtual Console Setup...
Feb 16 09:50:20 kassel kernel: snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Feb 16 09:50:20 kassel systemd[1]: Finished Flush Journal to Persistent Storage.
Feb 16 09:50:20 kassel kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input9
Feb 16 09:50:20 kassel kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input10
Feb 16 09:50:20 kassel kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input11
Feb 16 09:50:20 kassel kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input12
Feb 16 09:50:20 kassel kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input13
Feb 16 09:50:20 kassel kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input14
Feb 16 09:50:20 kassel kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Feb 16 09:50:20 kassel kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Feb 16 09:50:20 kassel kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Feb 16 09:50:20 kassel kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Feb 16 09:50:20 kassel kernel: snd_hda_codec_realtek hdaudioC1D0: dig-out=0x11/0x0
Feb 16 09:50:20 kassel kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Feb 16 09:50:20 kassel kernel: snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
Feb 16 09:50:20 kassel kernel: snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
Feb 16 09:50:20 kassel kernel: snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
Feb 16 09:50:20 kassel kernel: MCE: In-kernel MCE decoding enabled.
Feb 16 09:50:20 kassel kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.6/sound/card1/input15
Feb 16 09:50:20 kassel kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.6/sound/card1/input16
Feb 16 09:50:20 kassel kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0a:00.6/sound/card1/input17
Feb 16 09:50:20 kassel kernel: input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0a:00.6/sound/card1/input18
Feb 16 09:50:20 kassel kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0a:00.6/sound/card1/input19
Feb 16 09:50:20 kassel systemd[1]: Finished File System Check on /dev/disk/by-uuid/843d066e-67d6-4487-9a92-d5009280cdfd.
Feb 16 09:50:20 kassel kernel: rtl8192ee: Using firmware rtlwifi/rtl8192eefw.bin
Feb 16 09:50:20 kassel kernel: ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
Feb 16 09:50:20 kassel kernel: rtlwifi: rtlwifi: wireless switch is on
Feb 16 09:50:20 kassel systemd[1]: Finished Virtual Console Setup.
Feb 16 09:50:20 kassel kernel: rtl8192ee 0000:07:00.0 wlp7s0: renamed from wlan0
Feb 16 09:50:20 kassel kernel: intel_rapl_common: Found RAPL domain package
Feb 16 09:50:20 kassel kernel: intel_rapl_common: Found RAPL domain core
Feb 16 09:50:20 kassel systemd[1]: Mounting /mnt/sdb...
Feb 16 09:50:20 kassel systemd[1]: Starting Load Kernel Module dm_mod...
Feb 16 09:50:20 kassel systemd[1]: Starting Load Kernel Module loop...
Feb 16 09:50:20 kassel systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Feb 16 09:50:20 kassel systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Feb 16 09:50:20 kassel systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 16 09:50:20 kassel systemd[1]: Starting Load/Save RF Kill Switch Status...
Feb 16 09:50:20 kassel systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Feb 16 09:50:20 kassel systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 16 09:50:20 kassel systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 16 09:50:20 kassel systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Feb 16 09:50:20 kassel systemd[1]: Finished Load Kernel Module dm_mod.
Feb 16 09:50:20 kassel systemd[1]: Started Load/Save RF Kill Switch Status.
Feb 16 09:50:20 kassel systemd[1]: modprobe@loop.service: Deactivated successfully.
Feb 16 09:50:20 kassel systemd[1]: Finished Load Kernel Module loop.
Feb 16 09:50:20 kassel systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Feb 16 09:50:20 kassel systemd[1]: Mounted /mnt/sdb.
Feb 16 09:50:20 kassel kernel: EXT4-fs (sdb1): mounted filesystem 843d066e-67d6-4487-9a92-d5009280cdfd r/w with ordered data mode. Quota mode: none.
Feb 16 09:50:20 kassel systemd[1]: Reached target Local File Systems.
Feb 16 09:50:20 kassel systemd[1]: Listening on System Extension Image Management (Varlink).
Feb 16 09:50:20 kassel systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Feb 16 09:50:20 kassel systemd[1]: Starting Set Up Additional Binary Formats...
Feb 16 09:50:20 kassel systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Feb 16 09:50:20 kassel systemd[1]: Starting Create Volatile Files and Directories...
Feb 16 09:50:20 kassel systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 528 (systemd-binfmt)
Feb 16 09:50:20 kassel systemd[1]: Mounting Arbitrary Executable File Formats File System...
Feb 16 09:50:20 kassel systemd[1]: Mounted Arbitrary Executable File Formats File System.
Feb 16 09:50:20 kassel systemd[1]: Finished Set Up Additional Binary Formats.
Feb 16 09:50:21 kassel systemd[1]: Finished Create Volatile Files and Directories.
Feb 16 09:50:21 kassel systemd[1]: Mounting RPC Pipe File System...
Feb 16 09:50:21 kassel systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 16 09:50:21 kassel systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 16 09:50:21 kassel systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Feb 16 09:50:21 kassel systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Feb 16 09:50:21 kassel systemd[1]: Starting Network Name Resolution...
Feb 16 09:50:21 kassel systemd[1]: Starting Network Time Synchronization...
Feb 16 09:50:21 kassel systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Feb 16 09:50:21 kassel systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Feb 16 09:50:21 kassel systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Feb 16 12:46:48 kassel systemd-timesyncd[538]: System clock time unset or jumped backwards, restored from recorded timestamp: Fri 2024-02-16 12:46:48 -03
Feb 16 12:46:48 kassel systemd[1]: Started Network Time Synchronization.
Feb 16 12:46:48 kassel kernel: RPC: Registered named UNIX socket transport module.
Feb 16 12:46:48 kassel kernel: RPC: Registered udp transport module.
Feb 16 12:46:48 kassel kernel: RPC: Registered tcp transport module.
Feb 16 12:46:48 kassel kernel: RPC: Registered tcp-with-tls transport module.
Feb 16 12:46:48 kassel kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Feb 16 12:46:48 kassel systemd-resolved[537]: Positive Trust Anchors:
Feb 16 12:46:48 kassel systemd-resolved[537]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Feb 16 12:46:48 kassel systemd-resolved[537]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa corp home internal intranet lan local private test
Feb 16 12:46:48 kassel systemd[1]: Mounted RPC Pipe File System.
Feb 16 12:46:48 kassel systemd[1]: Reached target rpc_pipefs.target.
Feb 16 12:46:49 kassel systemd-resolved[537]: Using system hostname 'kassel'.
Feb 16 12:46:49 kassel systemd[1]: Started Network Name Resolution.
Feb 16 12:46:49 kassel systemd[1]: Reached target Host and Network Name Lookups.
Feb 16 12:46:49 kassel systemd[1]: Reached target System Initialization.
Feb 16 12:46:49 kassel systemd[1]: Started CUPS Scheduler.
Feb 16 12:46:49 kassel systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Feb 16 12:46:49 kassel systemd[1]: Started Daily rotation of log files.
Feb 16 12:46:49 kassel systemd[1]: Started Daily man-db regeneration.
Feb 16 12:46:49 kassel systemd[1]: Started Monthly clean packages cache.
Feb 16 12:46:49 kassel systemd[1]: Started Daily verification of password and group files.
Feb 16 12:46:49 kassel systemd[1]: Started Daily Cleanup of Temporary Directories.
Feb 16 12:46:49 kassel systemd[1]: Started Daily locate database update.
Feb 16 12:46:49 kassel systemd[1]: Reached target Path Units.
Feb 16 12:46:49 kassel systemd[1]: Reached target Timer Units.
Feb 16 12:46:49 kassel systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Feb 16 12:46:49 kassel systemd[1]: Listening on CUPS Scheduler.
Feb 16 12:46:49 kassel systemd[1]: Listening on D-Bus System Message Bus Socket.
Feb 16 12:46:49 kassel systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Feb 16 12:46:49 kassel systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Feb 16 12:46:49 kassel systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Feb 16 12:46:49 kassel systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Feb 16 12:46:49 kassel systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Feb 16 12:46:49 kassel systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Feb 16 12:46:49 kassel systemd[1]: Reached target Socket Units.
Feb 16 12:46:49 kassel systemd[1]: Starting D-Bus System Message Bus...
Feb 16 12:46:49 kassel systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 16 12:46:49 kassel dbus-broker-launch[547]: Looking up NSS user entry for 'pulse'...
Feb 16 12:46:49 kassel dbus-broker-launch[547]: NSS returned no entry for 'pulse'
Feb 16 12:46:49 kassel dbus-broker-launch[547]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Feb 16 12:46:49 kassel systemd[1]: Started D-Bus System Message Bus.
Feb 16 12:46:49 kassel systemd[1]: Reached target Basic System.
Feb 16 12:46:49 kassel systemd[1]: Starting Network Manager...
Feb 16 12:46:49 kassel systemd[1]: Starting Save/Restore Sound Card State...
Feb 16 12:46:49 kassel systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Feb 16 12:46:49 kassel systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Feb 16 12:46:49 kassel dbus-broker-launch[547]: Ready
Feb 16 12:46:49 kassel systemd[1]: Started devmon Service.
Feb 16 12:46:49 kassel systemd[1]: Started Adaptive readahead daemon.
Feb 16 12:46:49 kassel systemd[1]: Starting User Login Management...
Feb 16 12:46:49 kassel systemd[1]: Finished Save/Restore Sound Card State.
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.2099] NetworkManager (version 1.44.2-3) is starting... (boot:9cc1ab8e-45e4-4474-8ef3-9164006acea8)
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.2100] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Feb 16 12:46:49 kassel avahi-daemon[551]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
Feb 16 12:46:49 kassel systemd[1]: Reached target Sound Card.
Feb 16 12:46:49 kassel avahi-daemon[551]: Successfully dropped root privileges.
Feb 16 12:46:49 kassel avahi-daemon[551]: avahi-daemon 0.8 starting up.
Feb 16 12:46:49 kassel avahi-daemon[551]: Successfully called chroot().
Feb 16 12:46:49 kassel systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Feb 16 12:46:49 kassel avahi-daemon[551]: Successfully dropped remaining capabilities.
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.2235] manager[0x590625461f70]: monitoring kernel firmware directory '/lib/firmware'.
Feb 16 12:46:49 kassel avahi-daemon[551]: No service file found in /etc/avahi/services.
Feb 16 12:46:49 kassel systemd-logind[554]: New seat seat0.
Feb 16 12:46:49 kassel avahi-daemon[551]: *** WARNING: Detected another IPv4 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
Feb 16 12:46:49 kassel avahi-daemon[551]: *** WARNING: Detected another IPv6 mDNS stack running on this host. This makes mDNS unreliable and is thus not recommended. ***
Feb 16 12:46:49 kassel avahi-daemon[551]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Feb 16 12:46:49 kassel avahi-daemon[551]: New relevant interface lo.IPv6 for mDNS.
Feb 16 12:46:49 kassel avahi-daemon[551]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Feb 16 12:46:49 kassel avahi-daemon[551]: New relevant interface lo.IPv4 for mDNS.
Feb 16 12:46:49 kassel avahi-daemon[551]: Network interface enumeration completed.
Feb 16 12:46:49 kassel avahi-daemon[551]: Registering new address record for ::1 on lo.*.
Feb 16 12:46:49 kassel avahi-daemon[551]: Registering new address record for 127.0.0.1 on lo.IPv4.
Feb 16 12:46:49 kassel systemd-logind[554]: Watching system buttons on /dev/input/event1 (Power Button)
Feb 16 12:46:49 kassel systemd[1]: Starting Hostname Service...
Feb 16 12:46:49 kassel systemd-logind[554]: Watching system buttons on /dev/input/event0 (Power Button)
Feb 16 12:46:49 kassel systemd-logind[554]: Watching system buttons on /dev/input/event4 (Cherry USB keyboard)
Feb 16 12:46:49 kassel systemd-logind[554]: Watching system buttons on /dev/input/event5 (Cherry USB keyboard System Control)
Feb 16 12:46:49 kassel systemd[1]: Started User Login Management.
Feb 16 12:46:49 kassel systemd[1]: Started Hostname Service.
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.2922] hostname: hostname: using hostnamed
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.2922] hostname: static hostname changed from (none) to "kassel"
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.2929] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.2942] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.2/0000:03:06.0/0000:07:00.0/ieee80211/phy0/rfkill0) (driver rtl8192ee)
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.2944] manager[0x590625461f70]: rfkill: Wi-Fi hardware radio set enabled
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.2944] manager[0x590625461f70]: rfkill: WWAN hardware radio set enabled
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3069] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3372] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3384] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3399] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3432] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3459] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3462] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3462] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3463] manager: Networking is enabled by state file
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3469] settings: Loaded settings plugin: keyfile (internal)
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3530] dhcp: init: Using DHCP client 'internal'
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3532] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3541] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3544] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3548] device (lo): Activation: starting connection 'lo' (1d52c1a2-ac66-40e7-97f2-6cea856549c2)
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3557] manager: (enp8s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.3558] device (enp8s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 16 12:46:49 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 12:46:49 kassel kernel: Generic FE-GE Realtek PHY r8169-0-800:00: attached PHY driver (mii_bus:phy_addr=r8169-0-800:00, irq=MAC)
Feb 16 12:46:49 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.5754] device (wlp7s0): driver supports Access Point (AP) mode
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.5765] manager: (wlp7s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Feb 16 12:46:49 kassel kernel: r8169 0000:08:00.0 enp8s0: Link is Down
Feb 16 12:46:49 kassel NetworkManager[549]: <info> [1708098409.5770] device (wlp7s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 16 12:46:50 kassel avahi-daemon[551]: Server startup complete. Host name is kassel.local. Local service cookie is 2848062602.
Feb 16 12:46:50 kassel NetworkManager[549]: <info> [1708098410.7081] device (wlp7s0): set-hw-addr: set MAC address to 02:38:51:C6:92:A2 (scanning)
Feb 16 12:46:51 kassel devmon[552]: device: [/dev/sr0]
Feb 16 12:46:51 kassel devmon[552]: systeminternal: [0]
Feb 16 12:46:51 kassel devmon[552]: usage: []
Feb 16 12:46:51 kassel devmon[552]: type: []
Feb 16 12:46:51 kassel devmon[552]: label: []
Feb 16 12:46:51 kassel devmon[552]: ismounted: [0]
Feb 16 12:46:51 kassel devmon[552]: nopolicy: [0]
Feb 16 12:46:51 kassel devmon[552]: hasmedia: [0]
Feb 16 12:46:51 kassel devmon[552]: opticaldisc: [1]
Feb 16 12:46:51 kassel devmon[552]: numaudiotracks: [0]
Feb 16 12:46:51 kassel devmon[552]: blank: [0]
Feb 16 12:46:51 kassel devmon[552]: media: []
Feb 16 12:46:51 kassel devmon[552]: partition: [0]
Feb 16 12:46:51 kassel systemd-journald[315]: /var/log/journal/1937ca354f064071b7ca3649853df8ed/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Feb 16 12:46:51 kassel wpa_supplicant[1467]: Successfully initialized wpa_supplicant
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.2950] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Feb 16 12:46:51 kassel systemd[1]: Started Network Manager.
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.3017] ovsdb: disconnected from ovsdb
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.3019] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.3022] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.3024] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.3035] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.3075] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.3078] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.3082] device (lo): Activation: successful, device activated.
Feb 16 12:46:51 kassel systemd[1]: Starting Network Manager Wait Online...
Feb 16 12:46:51 kassel systemd[1]: Starting WPA supplicant...
Feb 16 12:46:51 kassel systemd[1]: Started WPA supplicant.
Feb 16 12:46:51 kassel systemd[1]: Reached target Network.
Feb 16 12:46:51 kassel systemd[1]: Starting CUPS Scheduler...
Feb 16 12:46:51 kassel systemd[1]: Starting GSSAPI Proxy Daemon...
Feb 16 12:46:51 kassel systemd[1]: Starting Network Time Service...
Feb 16 12:46:51 kassel systemd[1]: Started Serviio.
Feb 16 12:46:51 kassel serviio[1617]: /etc/profile.d/jre.sh: Zeile 3: append_path: Kommando nicht gefunden.
Feb 16 12:46:51 kassel ntpd[1587]: ntpd 4.2.8p17@1.4004-o Tue Jun 6 14:05:47 UTC 2023 (1): Starting
Feb 16 12:46:51 kassel ntpd[1587]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Feb 16 12:46:51 kassel ntpd[1587]: ----------------------------------------------------
Feb 16 12:46:51 kassel ntpd[1587]: ntp-4 is maintained by Network Time Foundation,
Feb 16 12:46:51 kassel ntpd[1587]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Feb 16 12:46:51 kassel ntpd[1587]: corporation. Support and training for ntp-4 are
Feb 16 12:46:51 kassel ntpd[1587]: available at https://www.nwtime.org/support
Feb 16 12:46:51 kassel ntpd[1587]: ----------------------------------------------------
Feb 16 12:46:51 kassel ntpd[1587]: DEBUG behavior is enabled - a violation of any
Feb 16 12:46:51 kassel ntpd[1587]: diagnostic assertion will cause ntpd to abort
Feb 16 12:46:51 kassel ntpd[1626]: proto: precision = 2.305 usec (-19)
Feb 16 12:46:51 kassel ntpd[1626]: basedate set to 2023-05-25
Feb 16 12:46:51 kassel ntpd[1626]: gps base set to 2023-05-28 (week 2264)
Feb 16 12:46:51 kassel ntpd[1626]: initial drift restored to -3.773000
Feb 16 12:46:51 kassel ntpd[1626]: Listen and drop on 0 v6wildcard [::]:123
Feb 16 12:46:51 kassel ntpd[1626]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Feb 16 12:46:51 kassel ntpd[1626]: Listen normally on 2 lo 127.0.0.1:123
Feb 16 12:46:51 kassel ntpd[1626]: Listen normally on 3 lo [::1]:123
Feb 16 12:46:51 kassel ntpd[1626]: Listening on routing socket on fd #20 for interface updates
Feb 16 12:46:51 kassel ntpd[1626]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Feb 16 12:46:51 kassel ntpd[1626]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Feb 16 12:46:51 kassel systemd-resolved[537]: Switching to fallback DNS server 1.1.1.1#cloudflare-dns.com.
Feb 16 12:46:51 kassel systemd[1]: Started Network Time Service.
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.4824] device (wlp7s0): supplicant interface state: internal-starting -> disconnected
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.4827] Wi-Fi P2P device controlled by interface wlp7s0 created
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.4830] manager: (p2p-dev-wlp7s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.4832] device (p2p-dev-wlp7s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.4838] device (wlp7s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Feb 16 12:46:51 kassel NetworkManager[549]: <info> [1708098411.4844] device (p2p-dev-wlp7s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Feb 16 12:46:51 kassel systemd[1]: Started GSSAPI Proxy Daemon.
Feb 16 12:46:51 kassel systemd[1]: RPC security service for NFS client and server was skipped because of an unmet condition check (ConditionPathExists=/etc/krb5.keytab).
Feb 16 12:46:51 kassel systemd[1]: Reached target NFS client services.
Feb 16 12:46:51 kassel systemd[1]: Reached target Preparation for Remote File Systems.
Feb 16 12:46:51 kassel systemd[1]: Reached target Remote File Systems.
Feb 16 12:46:51 kassel systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 16 12:46:51 kassel systemd[1]: Starting Permit User Sessions...
Feb 16 12:46:51 kassel systemd[1]: Starting Manage, Install and Generate Color Profiles...
Feb 16 12:46:51 kassel systemd[1]: Finished Permit User Sessions.
Feb 16 12:46:51 kassel systemd[1]: Reached target Multi-User System.
Feb 16 12:46:51 kassel systemd[1]: Starting Light Display Manager...
Feb 16 12:46:51 kassel systemd[1]: Started Light Display Manager.
Feb 16 12:46:51 kassel systemd[1]: Reached target Graphical Interface.
Feb 16 12:46:51 kassel systemd[1]: Reached target User and Group Name Lookups.
Feb 16 12:46:51 kassel systemd[1]: Starting Accounts Service...
Feb 16 12:46:51 kassel systemd[1]: Started Manage, Install and Generate Color Profiles.
Feb 16 12:46:51 kassel systemd[1]: Starting Authorization Manager...
Feb 16 12:46:51 kassel polkitd[2042]: Started polkitd version 124
Feb 16 12:46:51 kassel polkitd[2042]: Loading rules from directory /etc/polkit-1/rules.d
Feb 16 12:46:51 kassel polkitd[2042]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 16 12:46:51 kassel systemd[1]: Started CUPS Scheduler.
Feb 16 12:46:51 kassel polkitd[2042]: Finished loading, compiling and executing 8 rules
Feb 16 12:46:51 kassel polkitd[2042]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Feb 16 12:46:51 kassel systemd[1]: Started Authorization Manager.
Feb 16 12:46:51 kassel accounts-daemon[1894]: started daemon version 23.13.0
Feb 16 12:46:51 kassel systemd[1]: Started Accounts Service.
Feb 16 12:46:53 kassel lightdm[3991]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=620) by (uid=0)
Feb 16 12:46:53 kassel systemd[1]: systemd-rfkill.service: Deactivated successfully.
Feb 16 12:46:53 kassel systemd-logind[554]: New session c1 of user lightdm.
Feb 16 12:46:53 kassel systemd[1]: Created slice User Slice of UID 620.
Feb 16 12:46:53 kassel systemd[1]: Starting User Runtime Directory /run/user/620...
Feb 16 12:46:53 kassel systemd[1]: Finished User Runtime Directory /run/user/620.
Feb 16 12:46:53 kassel systemd[1]: Starting User Manager for UID 620...
Feb 16 12:46:53 kassel dbus-broker-launch[547]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Feb 16 12:46:53 kassel (systemd)[4157]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Feb 16 12:46:53 kassel (systemd)[4157]: pam_unix(systemd-user:session): session opened for user lightdm(uid=620) by lightdm(uid=0)
Feb 16 12:46:54 kassel systemd[4157]: Queued start job for default target Main User Target.
Feb 16 12:46:54 kassel systemd[4157]: Created slice User Application Slice.
Feb 16 12:46:54 kassel systemd[4157]: Reached target Paths.
Feb 16 12:46:54 kassel systemd[4157]: Reached target Timers.
Feb 16 12:46:54 kassel systemd[4157]: Starting D-Bus User Message Bus Socket...
Feb 16 12:46:54 kassel systemd[4157]: Listening on GnuPG network certificate management daemon.
Feb 16 12:46:54 kassel systemd[4157]: Listening on GCR ssh-agent wrapper.
Feb 16 12:46:54 kassel systemd[4157]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 16 12:46:54 kassel systemd[4157]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 16 12:46:54 kassel systemd[4157]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 16 12:46:54 kassel systemd[4157]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 16 12:46:54 kassel systemd[4157]: Listening on GnuPG public key management service.
Feb 16 12:46:54 kassel systemd[4157]: Listening on p11-kit server.
Feb 16 12:46:54 kassel systemd[4157]: Listening on PipeWire Multimedia System Sockets.
Feb 16 12:46:54 kassel systemd[4157]: Listening on Sound System.
Feb 16 12:46:54 kassel systemd[4157]: Listening on D-Bus User Message Bus Socket.
Feb 16 12:46:54 kassel systemd[4157]: Reached target Sockets.
Feb 16 12:46:54 kassel systemd[4157]: Reached target Basic System.
Feb 16 12:46:54 kassel systemd[1]: Started User Manager for UID 620.
Feb 16 12:46:54 kassel systemd[4157]: Starting Update XDG user dir configuration...
Feb 16 12:46:54 kassel systemd[1]: Started Session c1 of User lightdm.
Feb 16 12:46:54 kassel systemd[4157]: Finished Update XDG user dir configuration.
Feb 16 12:46:54 kassel systemd[4157]: Reached target Main User Target.
Feb 16 12:46:54 kassel systemd[4157]: Startup finished in 254ms.
Feb 16 12:46:54 kassel systemd[4157]: Created slice User Core Session Slice.
Feb 16 12:46:54 kassel systemd[4157]: Starting D-Bus User Message Bus...
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Service file '/usr/share//dbus-1/services/org.gnome.Caribou.Antler.service' is not named after the D-Bus name 'org.gnome.Caribou.Keyboard'.
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service'
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service' is not named after the D-Bus name 'org.xfce.Notifyd'.
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Feb 16 12:46:54 kassel systemd[4157]: Started D-Bus User Message Bus.
Feb 16 12:46:54 kassel dbus-broker-launch[4177]: Ready
Feb 16 12:46:54 kassel systemd[4157]: Starting Accessibility services bus...
Feb 16 12:46:54 kassel systemd[4157]: Started Accessibility services bus.
Feb 16 12:46:54 kassel at-spi-bus-launcher[4186]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Feb 16 12:46:54 kassel at-spi-bus-launcher[4186]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Feb 16 12:46:54 kassel dbus-broker-launch[4186]: Ready
Feb 16 12:46:54 kassel serviio[1624]: Starting the Simple [HTTP/1.1] server on port 23423
Feb 16 12:46:54 kassel serviio[1624]: Starting org.serviio.webconsole.rest.WebConsoleRestletApplication application
Feb 16 12:46:54 kassel serviio[1624]: Starting org.serviio.ui.ApiRestletApplication application
Feb 16 12:46:54 kassel systemd[4157]: Starting Virtual filesystem service...
Feb 16 12:46:54 kassel serviio[1624]: Starting the Simple [HTTP/1.1] server on port 23424
Feb 16 12:46:54 kassel serviio[1624]: Starting org.serviio.upnp.service.contentdirectory.rest.ContentDirectoryRestletApplication application
Feb 16 12:46:54 kassel serviio[1624]: Starting org.serviio.mediabrowser.rest.MediaBrowserRestletApplication application
Feb 16 12:46:54 kassel systemd[4157]: Started Virtual filesystem service.
Feb 16 12:46:54 kassel systemd[4157]: Created slice Slice /app/dbus-:1.4-org.a11y.atspi.Registry.
Feb 16 12:46:54 kassel systemd[4157]: Started dbus-:1.4-org.a11y.atspi.Registry@0.service.
Feb 16 12:46:54 kassel at-spi2-registryd[4218]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Feb 16 12:46:56 kassel NetworkManager[549]: <info> [1708098416.0442] manager: startup complete
Feb 16 12:46:56 kassel systemd[1]: Finished Network Manager Wait Online.
Feb 16 12:46:56 kassel systemd[1]: Reached target Network is Online.
Feb 16 12:46:56 kassel systemd[1]: Starting Notify NFS peers of a restart...
Feb 16 12:46:56 kassel systemd[1]: Starting NFS status monitor for NFSv2/3 locking....
Feb 16 12:46:56 kassel sm-notify[4227]: Version 2.6.4 starting
Feb 16 12:46:56 kassel rpc.statd[4230]: Version 2.6.4 starting
Feb 16 12:46:56 kassel rpc.statd[4230]: Flags: TI-RPC
Feb 16 12:46:56 kassel systemd[1]: Started Notify NFS peers of a restart.
Feb 16 12:46:56 kassel systemd[1]: Started NFS status monitor for NFSv2/3 locking..
Feb 16 12:46:56 kassel systemd[1]: Startup finished in 6.663s (kernel) + 9.962s (userspace) = 16.625s.
Feb 16 12:46:59 kassel systemd[1]: Stopping Session c1 of User lightdm...
Feb 16 12:46:59 kassel lightdm[3991]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Feb 16 12:46:59 kassel systemd[1]: session-c1.scope: Deactivated successfully.
Feb 16 12:46:59 kassel systemd[1]: Stopped Session c1 of User lightdm.
Feb 16 12:46:59 kassel systemd[1]: session-c1.scope: Consumed 1.394s CPU time.
Feb 16 12:46:59 kassel lightdm[4217]: pam_unix(lightdm:session): session opened for user ak(uid=1000) by ak(uid=0)
Feb 16 12:46:59 kassel systemd-logind[554]: Removed session c1.
Feb 16 12:46:59 kassel NetworkManager[549]: <info> [1708098419.3599] policy: auto-activating connection 'Starlink' (f9f5fc08-b6c0-4b6d-a72f-62882ed3195a)
Feb 16 12:46:59 kassel NetworkManager[549]: <info> [1708098419.3607] device (wlp7s0): Activation: starting connection 'Starlink' (f9f5fc08-b6c0-4b6d-a72f-62882ed3195a)
Feb 16 12:46:59 kassel NetworkManager[549]: <info> [1708098419.3609] device (wlp7s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 16 12:46:59 kassel NetworkManager[549]: <info> [1708098419.3612] manager: NetworkManager state is now CONNECTING
Feb 16 12:46:59 kassel systemd-logind[554]: New session 2 of user ak.
Feb 16 12:46:59 kassel systemd[1]: Created slice User Slice of UID 1000.
Feb 16 12:46:59 kassel systemd[1]: Starting User Runtime Directory /run/user/1000...
Feb 16 12:46:59 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 12:46:59 kassel systemd[1]: Finished User Runtime Directory /run/user/1000.
Feb 16 12:46:59 kassel systemd[1]: Starting User Manager for UID 1000...
Feb 16 12:46:59 kassel (systemd)[4244]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[ak] ruser=[<unknown>] rhost=[<unknown>]
Feb 16 12:46:59 kassel (systemd)[4244]: pam_unix(systemd-user:session): session opened for user ak(uid=1000) by ak(uid=0)
Feb 16 12:46:59 kassel systemd-xdg-autostart-generator[4252]: Exec binary 'radeon-profile' does not exist: No such file or directory
Feb 16 12:46:59 kassel systemd-xdg-autostart-generator[4252]: /home/ak/.config/autostart/Radeon-Profile.desktop: not generating unit, executable specified in Exec= does not exist.
Feb 16 12:46:59 kassel systemd[4244]: Queued start job for default target Main User Target.
Feb 16 12:46:59 kassel systemd[4244]: Created slice User Application Slice.
Feb 16 12:46:59 kassel systemd[4244]: Reached target Paths.
Feb 16 12:46:59 kassel systemd[4244]: Reached target Timers.
Feb 16 12:46:59 kassel systemd[4244]: Starting D-Bus User Message Bus Socket...
Feb 16 12:46:59 kassel systemd[4244]: Listening on GnuPG network certificate management daemon.
Feb 16 12:46:59 kassel systemd[4244]: Listening on GCR ssh-agent wrapper.
Feb 16 12:46:59 kassel systemd[4244]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 16 12:46:59 kassel systemd[4244]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 16 12:46:59 kassel systemd[4244]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 16 12:46:59 kassel systemd[4244]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 16 12:46:59 kassel systemd[4244]: Listening on GnuPG public key management service.
Feb 16 12:46:59 kassel systemd[4244]: Listening on p11-kit server.
Feb 16 12:46:59 kassel systemd[4244]: Listening on PipeWire Multimedia System Sockets.
Feb 16 12:46:59 kassel systemd[4244]: Listening on Sound System.
Feb 16 12:46:59 kassel systemd[4244]: Listening on D-Bus User Message Bus Socket.
Feb 16 12:46:59 kassel systemd[4244]: Reached target Sockets.
Feb 16 12:46:59 kassel systemd[4244]: Reached target Basic System.
Feb 16 12:46:59 kassel systemd[1]: Started User Manager for UID 1000.
Feb 16 12:46:59 kassel systemd[4244]: Starting Update XDG user dir configuration...
Feb 16 12:46:59 kassel systemd[1]: Started Session 2 of User ak.
Feb 16 12:46:59 kassel systemd[4244]: Finished Update XDG user dir configuration.
Feb 16 12:46:59 kassel systemd[4244]: Reached target Main User Target.
Feb 16 12:46:59 kassel systemd[4244]: Startup finished in 311ms.
Feb 16 12:46:59 kassel systemd[4244]: Created slice User Core Session Slice.
Feb 16 12:46:59 kassel systemd[4244]: Starting D-Bus User Message Bus...
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Service file '/usr/share//dbus-1/services/org.gnome.Caribou.Antler.service' is not named after the D-Bus name 'org.gnome.Caribou.Keyboard'.
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Ignoring duplicate name 'org.freedesktop.Notifications' in service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service'
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service' is not named after the D-Bus name 'org.xfce.Notifyd'.
Feb 16 12:46:59 kassel systemd[4244]: Started D-Bus User Message Bus.
Feb 16 12:46:59 kassel dbus-broker-launch[4267]: Ready
Feb 16 12:47:00 kassel NetworkManager[549]: <info> [1708098420.1849] device (wlp7s0): set-hw-addr: reset MAC address to 30:DE:4B:BE:B4:CD (preserve)
Feb 16 12:47:00 kassel systemd[4244]: Reloading requested from client PID 4257 ('startplasma-x11')...
Feb 16 12:47:00 kassel systemd[4244]: Reloading...
Feb 16 12:47:00 kassel systemd-xdg-autostart-generator[4278]: Exec binary 'radeon-profile' does not exist: No such file or directory
Feb 16 12:47:00 kassel systemd-xdg-autostart-generator[4278]: /home/ak/.config/autostart/Radeon-Profile.desktop: not generating unit, executable specified in Exec= does not exist.
Feb 16 12:47:00 kassel systemd[4244]: Reloading finished in 200 ms.
Feb 16 12:47:00 kassel systemd[4244]: /run/user/1000/systemd/generator.late/app-pamac\x2dtray@autostart.service:18: WorkingDirectory= path is not absolute, ignoring:
Feb 16 12:47:00 kassel systemd[4244]: Created slice User Background Tasks Slice.
Feb 16 12:47:00 kassel systemd[4244]: Reached target Session services which should run early before the graphical session is brought up.
Feb 16 12:47:00 kassel systemd[4244]: Starting KDE Config Module Initialization...
Feb 16 12:47:00 kassel systemd[4244]: Starting Baloo File Indexer Daemon...
Feb 16 12:47:00 kassel NetworkManager[549]: <info> [1708098420.7706] device (wlp7s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 16 12:47:00 kassel NetworkManager[549]: <info> [1708098420.7710] device (wlp7s0): Activation: (wifi) access point 'Starlink' has security, but secrets are required.
Feb 16 12:47:00 kassel NetworkManager[549]: <info> [1708098420.7711] device (wlp7s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Feb 16 12:47:00 kassel NetworkManager[549]: <info> [1708098420.7717] device (wlp7s0): supplicant interface state: disconnected -> interface_disabled
Feb 16 12:47:00 kassel NetworkManager[549]: <info> [1708098420.7717] device (p2p-dev-wlp7s0): supplicant management interface state: disconnected -> interface_disabled
Feb 16 12:47:00 kassel NetworkManager[549]: <warn> [1708098420.7719] device (wlp7s0): no secrets: No agents were available for this request.
Feb 16 12:47:00 kassel NetworkManager[549]: <info> [1708098420.7719] device (wlp7s0): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
Feb 16 12:47:00 kassel NetworkManager[549]: <info> [1708098420.7723] manager: NetworkManager state is now DISCONNECTED
Feb 16 12:47:00 kassel systemd[4244]: Starting Portal service...
Feb 16 12:47:00 kassel systemd[4244]: Started Baloo File Indexer Daemon.
Feb 16 12:47:00 kassel systemd[4244]: Starting flatpak document portal service...
Feb 16 12:47:00 kassel systemd[1]: Starting Disk Manager...
Feb 16 12:47:00 kassel systemd[4244]: Starting sandboxed app permission store...
Feb 16 12:47:00 kassel kcminit_startup[4301]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
Feb 16 12:47:00 kassel udisksd[4314]: udisks daemon version 2.10.1 starting
Feb 16 12:47:00 kassel systemd[4244]: Started sandboxed app permission store.
Feb 16 12:47:00 kassel systemd[4244]: Started flatpak document portal service.
Feb 16 12:47:00 kassel NetworkManager[549]: <info> [1708098420.9678] device (wlp7s0): set-hw-addr: set MAC address to 86:A3:6A:25:37:55 (scanning)
Feb 16 12:47:01 kassel kcminit_startup[4335]: /usr/bin/xrdb: "Xcursor.size" on line 3 overrides entry on line 1
Feb 16 12:47:01 kassel kcminit_startup[4301]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Feb 16 12:47:01 kassel kcminit_startup[4301]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Feb 16 12:47:01 kassel systemd[4244]: Started KDE Config Module Initialization.
Feb 16 12:47:01 kassel systemd[4244]: Starting KDE Daemon...
Feb 16 12:47:01 kassel systemd[4244]: Starting KDE Session Management Server...
Feb 16 12:47:01 kassel systemd[4244]: Starting KDE Window Manager...
Feb 16 12:47:01 kassel systemd[1]: Started Disk Manager.
Feb 16 12:47:01 kassel udisksd[4314]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Feb 16 12:47:01 kassel systemd[1]: Starting Daemon for power management...
Feb 16 12:47:01 kassel systemd[4244]: Started KDE Daemon.
Feb 16 12:47:01 kassel ksmserver[4341]: Qt: Session management error: networkIdsList argument is NULL
Feb 16 12:47:01 kassel systemd[1]: Started Daemon for power management.
Feb 16 12:47:01 kassel systemd[4244]: Starting KDE Configuration Module Initialization (Phase 1)...
Feb 16 12:47:01 kassel systemd[4244]: Starting KDE Global Shortcuts Server...
Feb 16 12:47:01 kassel kcminit_startup[4301]: Initializing "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Feb 16 12:47:01 kassel kcminit_startup[4301]: kcm_touchpad: Using X11 backend
Feb 16 12:47:01 kassel systemd[4244]: Finished KDE Configuration Module Initialization (Phase 1).
Feb 16 12:47:01 kassel systemd[4244]: Started KDE Global Shortcuts Server.
Feb 16 12:47:01 kassel baloo_file[4303]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
Feb 16 12:47:01 kassel baloo_file[4303]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.35'
Feb 16 12:47:01 kassel ksmserver[4341]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.14'
Feb 16 12:47:01 kassel systemd[4244]: Started KDE Session Management Server.
Feb 16 12:47:01 kassel systemd[4244]: Starting KDE Plasma Workspace...
Feb 16 12:47:01 kassel systemd[4244]: Started KDE Window Manager.
Feb 16 12:47:01 kassel NetworkManager[549]: <warn> [1708098421.5548] device (wlp7s0): Activation: failed for connection 'Starlink'
Feb 16 12:47:01 kassel NetworkManager[549]: <info> [1708098421.5554] device (wlp7s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Feb 16 12:47:01 kassel NetworkManager[549]: <info> [1708098421.5663] device (wlp7s0): supplicant interface state: interface_disabled -> inactive
Feb 16 12:47:01 kassel NetworkManager[549]: <info> [1708098421.5663] device (p2p-dev-wlp7s0): supplicant management interface state: interface_disabled -> inactive
Feb 16 12:47:01 kassel kded5[4340]: Installing the delayed initialization callback.
Feb 16 12:47:01 kassel systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Feb 16 12:47:01 kassel kernel: warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Feb 16 12:47:01 kassel systemd[1]: Started RealtimeKit Scheduling Policy Service.
Feb 16 12:47:01 kassel rtkit-daemon[4398]: Successfully called chroot.
Feb 16 12:47:01 kassel rtkit-daemon[4398]: Successfully dropped privileges.
Feb 16 12:47:01 kassel rtkit-daemon[4398]: Successfully limited resources.
Feb 16 12:47:01 kassel rtkit-daemon[4398]: Running.
Feb 16 12:47:01 kassel rtkit-daemon[4398]: Canary thread running.
Feb 16 12:47:01 kassel rtkit-daemon[4398]: Watchdog thread running.
Feb 16 12:47:01 kassel rtkit-daemon[4398]: Supervising 0 threads of 0 processes of 0 users.
Feb 16 12:47:01 kassel rtkit-daemon[4398]: Supervising 0 threads of 0 processes of 0 users.
Feb 16 12:47:01 kassel rtkit-daemon[4398]: Supervising 0 threads of 0 processes of 0 users.
Feb 16 12:47:01 kassel kwin_x11[4342]: OpenGL vendor string: AMD
Feb 16 12:47:01 kassel kwin_x11[4342]: OpenGL renderer string: AMD Radeon RX 580 Series (radeonsi, polaris10, LLVM 16.0.6, DRM 3.57, 6.7.4-arch1-1)
Feb 16 12:47:01 kassel kwin_x11[4342]: OpenGL version string: 4.6 (Compatibility Profile) Mesa 23.3.5-arch1.1
Feb 16 12:47:01 kassel kwin_x11[4342]: OpenGL shading language version string: 4.60
Feb 16 12:47:01 kassel kwin_x11[4342]: Driver: Unknown
Feb 16 12:47:01 kassel kwin_x11[4342]: GPU class: Unknown
Feb 16 12:47:01 kassel kwin_x11[4342]: OpenGL version: 4.6
Feb 16 12:47:01 kassel kwin_x11[4342]: GLSL version: 4.60
Feb 16 12:47:01 kassel kwin_x11[4342]: Mesa version: 23.3.5
Feb 16 12:47:01 kassel kwin_x11[4342]: X server version: 1.21.1
Feb 16 12:47:01 kassel kwin_x11[4342]: Linux kernel version: 6.7.4
Feb 16 12:47:01 kassel kwin_x11[4342]: Requires strict binding: yes
Feb 16 12:47:01 kassel kwin_x11[4342]: GLSL shaders: yes
Feb 16 12:47:01 kassel kwin_x11[4342]: Texture NPOT support: yes
Feb 16 12:47:01 kassel kwin_x11[4342]: Virtual Machine: no
Feb 16 12:47:01 kassel plasmashell[4394]: Checking screens: available: (QScreen(0x59556bf2dc30, name="HDMI-A-1")) redundant: QHash() fake: QSet() all: (QScreen(0x59556bf2dc30, name="HDMI-A-1"))
Feb 16 12:47:01 kassel plasmashell[4394]: Checking screens: available: (QScreen(0x59556bf2dc30, name="HDMI-A-1")) redundant: QHash() fake: QSet() all: (QScreen(0x59556bf2dc30, name="HDMI-A-1"))
Feb 16 12:47:01 kassel systemd[4244]: Starting KActivityManager Activity manager Service...
Feb 16 12:47:01 kassel systemd[4244]: Starting User preferences database...
Feb 16 12:47:01 kassel systemd[4244]: Started User preferences database.
Feb 16 12:47:01 kassel systemd[4244]: Started KDE Plasma Workspace.
Feb 16 12:47:01 kassel systemd[4244]: Reached target KDE Plasma Workspace Core.
Feb 16 12:47:01 kassel systemd[4244]: Started Proxies GTK DBus menus to a Plasma readable format.
Feb 16 12:47:01 kassel systemd[4244]: Starting KDE PolicyKit Authentication Agent...
Feb 16 12:47:01 kassel systemd[4244]: Starting Powerdevil...
Feb 16 12:47:01 kassel systemd[4244]: Starting Xdg Desktop Portal For KDE...
Feb 16 12:47:01 kassel systemd[4244]: Started Handle legacy xembed system tray icons.
Feb 16 12:47:01 kassel systemd[4244]: Started KActivityManager Activity manager Service.
Feb 16 12:47:02 kassel systemd[1]: Created slice Slice /system/dbus-:1.3-org.kde.powerdevil.discretegpuhelper.
Feb 16 12:47:02 kassel plasmashell[4394]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Feb 16 12:47:02 kassel plasmashell[4394]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Feb 16 12:47:02 kassel plasmashell[4394]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Feb 16 12:47:02 kassel plasmashell[4394]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Feb 16 12:47:02 kassel systemd[1]: Started dbus-:1.3-org.kde.powerdevil.discretegpuhelper@0.service.
Feb 16 12:47:02 kassel systemd[4244]: Started KDE PolicyKit Authentication Agent.
Feb 16 12:47:02 kassel systemd[4244]: Started Xdg Desktop Portal For KDE.
Feb 16 12:47:02 kassel polkit-kde-authentication-agent-1[4446]: New PolkitAgentListener 0x5efd2b395ef0
Feb 16 12:47:02 kassel polkit-kde-authentication-agent-1[4446]: Adding new listener PolkitQt1::Agent::Listener(0x71ebdc011eb0) for 0x5efd2b395ef0
Feb 16 12:47:02 kassel polkit-kde-authentication-agent-1[4446]: Listener online
Feb 16 12:47:02 kassel polkitd[2042]: Registered Authentication Agent for unix-session:2 (system bus name :1.42 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8)
Feb 16 12:47:02 kassel polkit-kde-authentication-agent-1[4446]: Authentication agent result: true
Feb 16 12:47:02 kassel plasmashell[4394]: kf.plasma.quick: Applet preload policy set to 1
Feb 16 12:47:02 kassel systemd[1]: Created slice Slice /system/dbus-:1.3-org.kde.powerdevil.chargethresholdhelper.
Feb 16 12:47:02 kassel systemd[1]: Started dbus-:1.3-org.kde.powerdevil.chargethresholdhelper@0.service.
Feb 16 12:47:02 kassel systemd[4244]: Started PipeWire Multimedia Service.
Feb 16 12:47:02 kassel systemd[4244]: Started Multimedia Service Session Manager.
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Supervising 0 threads of 0 processes of 0 users.
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Supervising 0 threads of 0 processes of 0 users.
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Supervising 0 threads of 0 processes of 0 users.
Feb 16 12:47:02 kassel systemd[4244]: Starting Track hardware statistics...
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Successfully made thread 4499 of process 4499 owned by '1000' high priority at nice level -11.
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Supervising 1 threads of 1 processes of 1 users.
Feb 16 12:47:02 kassel systemd[1]: Created slice Slice /system/dbus-:1.3-org.kde.powerdevil.backlighthelper.
Feb 16 12:47:02 kassel systemd[1]: Started dbus-:1.3-org.kde.powerdevil.backlighthelper@0.service.
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Successfully made thread 4509 of process 4499 owned by '1000' RT at priority 20.
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Supervising 2 threads of 1 processes of 1 users.
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Supervising 2 threads of 1 processes of 1 users.
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Supervising 2 threads of 1 processes of 1 users.
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Supervising 2 threads of 1 processes of 1 users.
Feb 16 12:47:02 kassel systemd[4244]: Started Portal service.
Feb 16 12:47:02 kassel backlighthelper[4513]: org.kde.powerdevil: no kernel backlight interface found
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Successfully made thread 4500 of process 4500 owned by '1000' high priority at nice level -11.
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Supervising 3 threads of 2 processes of 1 users.
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Successfully made thread 4511 of process 4500 owned by '1000' RT at priority 20.
Feb 16 12:47:02 kassel rtkit-daemon[4398]: Supervising 4 threads of 2 processes of 1 users.
Feb 16 12:47:02 kassel org_kde_powerdevil[4447]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Feb 16 12:47:02 kassel ksystemstats[4503]: Loaded plugin "ksystemstats_plugin_network" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_network.so"
Feb 16 12:47:02 kassel ksystemstats[4503]: Loaded plugin "ksystemstats_plugin_memory" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_memory.so"
Feb 16 12:47:02 kassel NetworkManager[549]: <info> [1708098422.4026] audit: op="statistics" interface="enp8s0" ifindex=2 args="500" pid=4503 uid=1000 result="success"
Feb 16 12:47:02 kassel NetworkManager[549]: <info> [1708098422.4110] audit: op="statistics" interface="wlp7s0" ifindex=3 args="500" pid=4503 uid=1000 result="success"
Feb 16 12:47:02 kassel ksystemstats[4503]: Loaded plugin "ksystemstats_plugin_disk" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_disk.so"
Feb 16 12:47:02 kassel ksystemstats[4503]: kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "Fan %1" msgid_plural: "" msgctxt: "@title %1 is a number"
Feb 16 12:47:02 kassel ksystemstats[4503]: Loaded plugin "ksystemstats_plugin_gpu" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_gpu.so"
Feb 16 12:47:02 kassel ksystemstats[4503]: Loaded plugin "ksystemstats_plugin_power" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_power.so"
Feb 16 12:47:02 kassel ksystemstats[4503]: Loaded plugin "ksystemstats_plugin_osinfo" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_osinfo.so"
Feb 16 12:47:02 kassel ksystemstats[4503]: Loaded plugin "ksystemstats_plugin_lmsensors" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_lmsensors.so"
Feb 16 12:47:02 kassel ksystemstats[4503]: Loaded plugin "ksystemstats_plugin_cpu" from file "/usr/lib/qt/plugins/ksystemstats/ksystemstats_plugin_cpu.so"
Feb 16 12:47:02 kassel systemd[4244]: Started Track hardware statistics.
Feb 16 12:47:02 kassel org_kde_powerdevil[4447]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Feb 16 12:47:02 kassel org_kde_powerdevil[4447]: ddca_get_display_info_list2 called before ddca_init2() or ddca_init()
Feb 16 12:47:02 kassel libddcutil[4447]: Initializing libddcutil. ddcutil version: 2.1.3, shared library: /usr/lib/libddcutil.so.5.1.2
Feb 16 12:47:02 kassel NetworkManager[549]: <info> [1708098422.4490] audit: op="statistics" interface="wlp7s0" ifindex=3 args="500" pid=4503 uid=1000 result="success"
Feb 16 12:47:02 kassel wireplumber[4500]: [0:00:22.937631181] [4500] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Feb 16 12:47:02 kassel wireplumber[4500]: [0:00:22.937655974] [4500] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Feb 16 12:47:02 kassel wireplumber[4500]: [0:00:22.937708285] [4500] INFO Camera camera_manager.cpp:284 libcamera v0.2.0
Feb 16 12:47:02 kassel wireplumber[4500]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner
Feb 16 12:47:02 kassel kded5[4340]: kcm_touchpad: Using X11 backend
Feb 16 12:47:02 kassel NetworkManager[549]: <info> [1708098422.6297] agent-manager: agent[05c19fe3dbedecbc,:1.36/org.kde.plasma.networkmanagement/1000]: agent registered
Feb 16 12:47:02 kassel NetworkManager[549]: <info> [1708098422.6300] policy: auto-activating connection 'Starlink' (f9f5fc08-b6c0-4b6d-a72f-62882ed3195a)
Feb 16 12:47:02 kassel NetworkManager[549]: <info> [1708098422.6305] device (wlp7s0): Activation: starting connection 'Starlink' (f9f5fc08-b6c0-4b6d-a72f-62882ed3195a)
Feb 16 12:47:02 kassel NetworkManager[549]: <info> [1708098422.6307] device (wlp7s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 16 12:47:02 kassel NetworkManager[549]: <info> [1708098422.6309] manager: NetworkManager state is now CONNECTING
Feb 16 12:47:02 kassel NetworkManager[549]: <info> [1708098422.6580] device (wlp7s0): set-hw-addr: reset MAC address to 30:DE:4B:BE:B4:CD (preserve)
Feb 16 12:47:02 kassel kded5[4340]: Delayed initialization.
Feb 16 12:47:02 kassel kded5[4340]: Reloading the khotkeys configuration
Feb 16 12:47:02 kassel kded5[4340]: Version 2 File!
Feb 16 12:47:02 kassel kded5[4340]: true
Feb 16 12:47:02 kassel kded5[4340]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
Feb 16 12:47:02 kassel kded5[4340]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
Feb 16 12:47:02 kassel kded5[4340]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
Feb 16 12:47:02 kassel kded5[4340]:
Feb 16 12:47:02 kassel plasmashell[4394]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
Feb 16 12:47:02 kassel systemd[4244]: Starting KScreen...
Feb 16 12:47:02 kassel systemd[4244]: Started KScreen.
Feb 16 12:47:02 kassel libddcutil[4447]: busno=3, Feature 0xdd should not exist but ddc_get_nontable_vcp_value() succeeds, returning mh=0x00 ml=0x64 sh=0x00 sl=0x64
Feb 16 12:47:02 kassel plasmashell[4394]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
Feb 16 12:47:02 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Connected output 87 to CRTC 78
Feb 16 12:47:02 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Detected XRandR 1.6
Feb 16 12:47:02 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Event Base: 89
Feb 16 12:47:02 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Event Error: 147
Feb 16 12:47:03 kassel libddcutil[4447]: busno=3, Feature 0x41 should not exist but ddc_get_nontable_vcp_value() succeeds, returning mh=0x00 ml=0x64 sh=0x00 sl=0x64
Feb 16 12:47:03 kassel libddcutil[4447]: busno=3, Feature 0x00 should not exist but ddc_get_nontable_vcp_value() succeeds, returning mh=0x00 ml=0x64 sh=0x00 sl=0x64
Feb 16 12:47:03 kassel libddcutil[4447]: busno=3, All features that should not exist detected. Monitor does not indicate unsupported
Feb 16 12:47:03 kassel plasmashell[4394]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml:43:5: QML MouseArea: Cannot anchor to an item that isn't a parent or sibling.
Feb 16 12:47:03 kassel NetworkManager[549]: <info> [1708098423.2454] device (wlp7s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 16 12:47:03 kassel NetworkManager[549]: <info> [1708098423.2456] device (wlp7s0): Activation: (wifi) access point 'Starlink' has security, but secrets are required.
Feb 16 12:47:03 kassel NetworkManager[549]: <info> [1708098423.2456] device (wlp7s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Feb 16 12:47:03 kassel NetworkManager[549]: <info> [1708098423.2462] device (wlp7s0): supplicant interface state: inactive -> interface_disabled
Feb 16 12:47:03 kassel NetworkManager[549]: <info> [1708098423.2462] device (p2p-dev-wlp7s0): supplicant management interface state: inactive -> interface_disabled
Feb 16 12:47:03 kassel libddcutil[4447]: Library initialization complete.
Feb 16 12:47:03 kassel dbus-broker-launch[547]: Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
Feb 16 12:47:03 kassel kded5[4340]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner"
"Could not activate remote peer: activation request failed: unknown unit."
Feb 16 12:47:03 kassel NetworkManager[549]: <info> [1708098423.2791] device (wlp7s0): supplicant interface state: interface_disabled -> inactive
Feb 16 12:47:03 kassel NetworkManager[549]: <info> [1708098423.2791] device (p2p-dev-wlp7s0): supplicant management interface state: interface_disabled -> inactive
Feb 16 12:47:03 kassel plasmashell[4394]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
Feb 16 12:47:03 kassel kded5[4340]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Feb 16 12:47:03 kassel kioslave5[4561]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Feb 16 12:47:03 kassel systemd[4244]: Created slice Slice /app/dbus-:1.2-org.kde.kwalletd5.
Feb 16 12:47:03 kassel systemd[4244]: Started dbus-:1.2-org.kde.kwalletd5@0.service.
Feb 16 12:47:03 kassel plasmashell[4394]: qml: Reading resources from configuration: [{"sourceName":"lmsensors/k10temp-pci-00c3/Tctl","alias":"","overrideLimitTemperatures":false,"warningTemperature":70,"meltdownTemperature":90,"virtual":false,"childSourceObjects":{"lmsensors/amdgpu-pci-0100/edge":{"temperature":0},"lmsensors/amdgpu-pci-0100/power1":{"temperature":0},"lmsensors/amdgpu-pci-0100/vddgfx":{"temperature":0},"lmsensors/k10temp-pci-00c3/Tctl":{"temperature":0},"lmsensors/k10temp-pci-00c3/Tdie":{"temperature":0},"lmsensors/nvme-pci-0900/Composite":{"temperature":0},"udisks/CT1000MX500SSD1_1851E1DFB182":{"temperature":0},"udisks/Generic_STORAGE_DEVICE_000000000903":{"temperature":0},"udisks/KINGSTON_SA2000M8500G_50026B7683878137":{"temperature":0},"udisks/TSSTcorp_CDDVDW_SH_224DB_R95J68CD4001DB":{"temperature":0}}}]
Feb 16 12:47:03 kassel systemd[4244]: Starting Sound Service...
Feb 16 12:47:03 kassel rtkit-daemon[4398]: Successfully made thread 4585 of process 4585 owned by '1000' high priority at nice level -11.
Feb 16 12:47:03 kassel rtkit-daemon[4398]: Supervising 5 threads of 3 processes of 1 users.
Feb 16 12:47:03 kassel kded5[4340]: kscreen.kded: PowerDevil SuspendSession action not available!
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: XRandR::setConfig
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Requested screen size is QSize(3840, 2160)
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Needed CRTCs: 1
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Actions to perform:
Priorities: true
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Output 87
Old: "0"
New: "1"
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Change Screen Size: false
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Disable outputs: false
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Change outputs: false
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Enable outputs: false
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: RRSetOutputPrimary
New priority: 1
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: RRSetOutputPrimary
New priority: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: XRandR::setConfig done!
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Timestamp: 24165
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Output: 87
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Property: _KDE_SCREEN_INDEX
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: State (newValue, Deleted): 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Timestamp: 24165
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Output: 87
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Property: _KDE_SCREEN_INDEX
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: State (newValue, Deleted): 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: RRNotify_OutputChange
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Timestamp: 12189
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Output: 84
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: CRTC: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Mode: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Rotation: "Rotate_0"
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Connection: "Disconnected"
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Subpixel Order: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: RRNotify_OutputChange
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Timestamp: 12189
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Output: 87
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: CRTC: 78
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Mode: 90
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Rotation: "Rotate_0"
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Connection: "Connected"
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Subpixel Order: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: RRScreenChangeNotify
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Timestamp: 12189
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Config_timestamp: 12189
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Window: 44040197
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Root: 1370
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Rotation: "Rotate_0"
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Size ID: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Size: 3840 2160
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: SizeMM: 1016 571
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: RRNotify_OutputChange
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Timestamp: 12189
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Output: 84
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: CRTC: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Mode: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Rotation: "Rotate_0"
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Connection: "Disconnected"
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Subpixel Order: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: RRNotify_OutputChange
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Timestamp: 12189
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Output: 87
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: CRTC: 78
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Mode: 90
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Rotation: "Rotate_0"
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Connection: "Connected"
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xcb.helper: Subpixel Order: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: XRandROutput 84 update
m_connected: 1
m_crtc QObject(0x0)
CRTC: 0
MODE: 0
Connection: 1
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Output 84 : connected = false , enabled = false
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: XRandROutput 87 update
m_connected: 0
m_crtc XRandRCrtc(0x5ce819527930)
CRTC: 78
MODE: 90
Connection: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Output 87 : connected = true , enabled = true
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: XRandROutput 84 update
m_connected: 1
m_crtc QObject(0x0)
CRTC: 0
MODE: 0
Connection: 1
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Output 84 : connected = false , enabled = false
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: XRandROutput 87 update
m_connected: 0
m_crtc XRandRCrtc(0x5ce819527930)
CRTC: 78
MODE: 90
Connection: 0
Feb 16 12:47:03 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Output 87 : connected = true , enabled = true
Feb 16 12:47:03 kassel systemd[4244]: Started Powerdevil.
Feb 16 12:47:03 kassel systemd[4244]: Reached target KDE Plasma Workspace.
Feb 16 12:47:03 kassel systemd[4244]: Reached target Current graphical user session.
Feb 16 12:47:03 kassel systemd[4244]: Reached target plasma-workspace-x11.target.
Feb 16 12:47:03 kassel kwalletd5[4580]: Application ' "kded5" ' using kwallet without parent window!
Feb 16 12:47:03 kassel systemd[4244]: Starting AT-SPI D-Bus Bus...
Feb 16 12:47:03 kassel systemd[4244]: Starting Caribou...
Feb 16 12:47:03 kassel systemd[4244]: Starting Geoclue Demo agent...
Feb 16 12:47:03 kassel systemd[4244]: Starting GSettings Data Conversion...
Feb 16 12:47:03 kassel systemd[4244]: Starting Accessibility...
Feb 16 12:47:03 kassel systemd[4244]: Starting Klipper...
Feb 16 12:47:03 kassel systemd[4244]: Starting NetworkManager Applet...
Feb 16 12:47:03 kassel org_kde_powerdevil[4447]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Feb 16 12:47:03 kassel systemd[4244]: Starting pamac-tray...
Feb 16 12:47:03 kassel systemd[4244]: Starting Update Notifier...
Feb 16 12:47:03 kassel systemd[4244]: Starting PulseAudio Sound System...
Feb 16 12:47:03 kassel systemd[4244]: Starting xapp-sn-watcher...
Feb 16 12:47:03 kassel systemd[4244]: Starting Xfce Notification Daemon...
Feb 16 12:47:03 kassel systemd[4244]: Starting Power Manager...
Feb 16 12:47:03 kassel systemd[4244]: Starting PolicyKit Authentication Agent...
Feb 16 12:47:03 kassel systemd[4244]: Starting Xfce Settings Daemon...
Feb 16 12:47:03 kassel systemd[4244]: Starting KSplash "ready" Stage...
Feb 16 12:47:03 kassel systemd[4244]: Starting KDE Session Restoration...
Feb 16 12:47:03 kassel systemd[4244]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Feb 16 12:47:03 kassel systemd[4244]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Feb 16 12:47:03 kassel systemd[4244]: app-caribou\x2dautostart@autostart.service: Skipped due to 'exec-condition'.
Feb 16 12:47:03 kassel systemd[4244]: Condition check resulted in Caribou being skipped.
Feb 16 12:47:03 kassel systemd[4244]: app-gsettings\x2ddata\x2dconvert@autostart.service: Skipped due to 'exec-condition'.
Feb 16 12:47:03 kassel systemd[4244]: Condition check resulted in GSettings Data Conversion being skipped.
Feb 16 12:47:03 kassel systemd[4244]: app-nm\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Feb 16 12:47:03 kassel systemd[4244]: Condition check resulted in NetworkManager Applet being skipped.
Feb 16 12:47:03 kassel systemd[4244]: app-pamac\x2dtray\x2dbudgie@autostart.service: Skipped due to 'exec-condition'.
Feb 16 12:47:03 kassel systemd[4244]: Condition check resulted in Update Notifier being skipped.
Feb 16 12:47:03 kassel systemd[4244]: app-xfce4\x2dnotifyd@autostart.service: Skipped due to 'exec-condition'.
Feb 16 12:47:03 kassel systemd[4244]: Condition check resulted in Xfce Notification Daemon being skipped.
Feb 16 12:47:03 kassel systemd[4244]: app-xfce4\x2dpower\x2dmanager@autostart.service: Skipped due to 'exec-condition'.
Feb 16 12:47:03 kassel systemd[4244]: Condition check resulted in Power Manager being skipped.
Feb 16 12:47:03 kassel systemd[4244]: app-xfce\x2dpolkit\x2dgnome\x2dauthentication\x2dagent\x2d1@autostart.service: Skipped due to 'exec-condition'.
Feb 16 12:47:03 kassel systemd[4244]: Condition check resulted in PolicyKit Authentication Agent being skipped.
Feb 16 12:47:03 kassel org_kde_powerdevil[4447]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Feb 16 12:47:03 kassel systemd[4244]: app-xfsettingsd@autostart.service: Skipped due to 'exec-condition'.
Feb 16 12:47:03 kassel systemd[4244]: Condition check resulted in Xfce Settings Daemon being skipped.
Feb 16 12:47:03 kassel systemd[4244]: Started pamac-tray.
Feb 16 12:47:03 kassel systemd[4244]: Started Geoclue Demo agent.
Feb 16 12:47:03 kassel systemd[4244]: Started Accessibility.
Feb 16 12:47:03 kassel systemd[4244]: Started PulseAudio Sound System.
Feb 16 12:47:03 kassel systemd[4244]: app-klipper@autostart.service: Skipped due to 'exec-condition'.
Feb 16 12:47:03 kassel systemd[4244]: Condition check resulted in Klipper being skipped.
Feb 16 12:47:03 kassel systemd[4244]: Finished KSplash "ready" Stage.
Feb 16 12:47:03 kassel systemd[4244]: Finished KDE Session Restoration.
Feb 16 12:47:03 kassel systemd[4244]: Started xapp-sn-watcher.
Feb 16 12:47:03 kassel systemd[4244]: Reached target Startup of XDG autostart applications.
Feb 16 12:47:03 kassel systemd[4244]: Starting Virtual filesystem service...
Feb 16 12:47:03 kassel kaccess[4657]: Xlib XKB extension major= 1 minor= 0
Feb 16 12:47:04 kassel systemd[4244]: Started Virtual filesystem service.
Feb 16 12:47:04 kassel kwin_x11[4342]: kwin_core: XCB error: 152 (BadDamage), sequence: 2707, resource id: 18874406, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Feb 16 12:47:04 kassel rtkit-daemon[4398]: Supervising 5 threads of 3 processes of 1 users.
Feb 16 12:47:04 kassel systemd[4244]: Starting Accessibility services bus...
Feb 16 12:47:04 kassel rtkit-daemon[4398]: Successfully made thread 4706 of process 4585 owned by '1000' RT at priority 5.
Feb 16 12:47:04 kassel rtkit-daemon[4398]: Supervising 6 threads of 3 processes of 1 users.
Feb 16 12:47:04 kassel rtkit-daemon[4398]: Supervising 6 threads of 3 processes of 1 users.
Feb 16 12:47:04 kassel systemd[4244]: Started Accessibility services bus.
Feb 16 12:47:04 kassel at-spi-bus-launcher[4714]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Feb 16 12:47:04 kassel at-spi-bus-launcher[4714]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Feb 16 12:47:04 kassel dbus-broker-launch[4714]: Ready
Feb 16 12:47:04 kassel plasmashell[4394]: file:///usr/share/plasma/plasmoids/org.kde.kscreen/contents/ui/main.qml:30:5: Unable to assign [undefined] to bool
Feb 16 12:47:04 kassel rtkit-daemon[4398]: Successfully made thread 4713 of process 4585 owned by '1000' RT at priority 5.
Feb 16 12:47:04 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 12:47:04 kassel kded5[4340]: Registering ":1.45/StatusNotifierItem" to system tray
Feb 16 12:47:04 kassel xembedsniproxy[4449]: Container window visible, stack below
Feb 16 12:47:04 kassel kscreen_backend_launcher[4559]: kscreen.xrandr: Emitting configChanged()
Feb 16 12:47:04 kassel kded5[4340]: Service ":1.45" unregistered
Feb 16 12:47:04 kassel kded5[4340]: Registering ":1.46/StatusNotifierItem" to system tray
Feb 16 12:47:04 kassel xembedsniproxy[4449]: Container window visible, stack below
Feb 16 12:47:04 kassel systemd[4244]: Created slice Slice /app/dbus-:1.44-org.a11y.atspi.Registry.
Feb 16 12:47:04 kassel kaccess[4657]: X server XKB extension major= 1 minor= 0
Feb 16 12:47:04 kassel systemd[4244]: Started dbus-:1.44-org.a11y.atspi.Registry@0.service.
Feb 16 12:47:04 kassel systemd[4244]: Started Sound Service.
Feb 16 12:47:04 kassel at-spi2-registryd[4732]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Feb 16 12:47:04 kassel plasmashell[4394]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
Feb 16 12:47:04 kassel plasmashell[4394]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/ui/BarChart.qml:54:9: Unable to assign [undefined] to int
Feb 16 12:47:04 kassel plasmashell[4394]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Feb 16 12:47:04 kassel plasmashell[4394]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Feb 16 12:47:04 kassel plasmashell[4394]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml:325:17: QML Label: Binding loop detected for property "width"
Feb 16 12:47:04 kassel plasmashell[4394]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml:325:17: QML Label: Binding loop detected for property "width"
Feb 16 12:47:04 kassel plasmashell[4394]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderItemDelegate.qml:325:17: QML Label: Binding loop detected for property "width"
Feb 16 12:47:04 kassel plasmashell[4394]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Feb 16 12:47:04 kassel plasmashell[4394]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Feb 16 12:47:04 kassel plasmashell[4394]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Feb 16 12:47:04 kassel plasmashell[4394]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Feb 16 12:47:04 kassel plasmashell[4394]: libpng warning: iCCP: known incorrect sRGB profile
Feb 16 12:47:04 kassel plasmashell[4394]: libpng warning: iCCP: known incorrect sRGB profile
Feb 16 12:47:04 kassel plasmashell[4394]: libpng warning: iCCP: known incorrect sRGB profile
Feb 16 12:47:05 kassel kioslave5[4561]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
Feb 16 12:47:05 kassel plasmashell[4394]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Feb 16 12:47:05 kassel plasmashell[4394]: org.kde.plasma.pulseaudio: No object for name "alsa_output.pci-0000_0a_00.6.analog-stereo.monitor"
Feb 16 12:47:08 kassel kded5[4340]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Feb 16 12:47:08 kassel plasmashell[4394]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Feb 16 12:47:08 kassel NetworkManager[549]: <info> [1708098428.2715] device (wlp7s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Feb 16 12:47:08 kassel ksystemstats[4503]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Feb 16 12:47:08 kassel NetworkManager[549]: <info> [1708098428.2717] device (wlp7s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Feb 16 12:47:08 kassel NetworkManager[549]: <info> [1708098428.2719] device (wlp7s0): Activation: (wifi) connection 'Starlink' has security, and secrets exist. No new secrets needed.
Feb 16 12:47:08 kassel NetworkManager[549]: <info> [1708098428.2720] Config: added 'ssid' value 'Starlink'
Feb 16 12:47:08 kassel NetworkManager[549]: <info> [1708098428.2720] Config: added 'scan_ssid' value '1'
Feb 16 12:47:08 kassel NetworkManager[549]: <info> [1708098428.2720] Config: added 'bgscan' value 'simple:30:-70:86400'
Feb 16 12:47:08 kassel NetworkManager[549]: <info> [1708098428.2720] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Feb 16 12:47:08 kassel NetworkManager[549]: <info> [1708098428.2721] Config: added 'auth_alg' value 'OPEN'
Feb 16 12:47:08 kassel NetworkManager[549]: <info> [1708098428.2721] Config: added 'psk' value '<hidden>'
Feb 16 12:47:08 kassel NetworkManager[549]: <info> [1708098428.8623] device (wlp7s0): supplicant interface state: inactive -> scanning
Feb 16 12:47:08 kassel NetworkManager[549]: <info> [1708098428.8624] device (p2p-dev-wlp7s0): supplicant management interface state: inactive -> scanning
Feb 16 12:47:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:47:09 kassel systemd[1]: Stopping User Manager for UID 620...
Feb 16 12:47:09 kassel systemd[4157]: Activating special unit Exit the Session...
Feb 16 12:47:09 kassel systemd[4157]: Stopped target Main User Target.
Feb 16 12:47:09 kassel dbus-broker[4188]: Dispatched 20 messages @ 9(±12)μs / message.
Feb 16 12:47:09 kassel systemd[4157]: Stopping Accessibility services bus...
Feb 16 12:47:09 kassel systemd[4157]: Stopping dbus-:1.4-org.a11y.atspi.Registry@0.service...
Feb 16 12:47:09 kassel systemd[4157]: Stopping Virtual filesystem service...
Feb 16 12:47:09 kassel systemd[4157]: Stopped Accessibility services bus.
Feb 16 12:47:09 kassel systemd[1]: run-user-620-gvfs.mount: Deactivated successfully.
Feb 16 12:47:09 kassel systemd[4157]: Stopped Virtual filesystem service.
Feb 16 12:47:09 kassel systemd[4157]: Stopped dbus-:1.4-org.a11y.atspi.Registry@0.service.
Feb 16 12:47:09 kassel systemd[4157]: Removed slice Slice /app/dbus-:1.4-org.a11y.atspi.Registry.
Feb 16 12:47:09 kassel systemd[4157]: Stopped target Basic System.
Feb 16 12:47:09 kassel systemd[4157]: Stopped target Paths.
Feb 16 12:47:09 kassel systemd[4157]: Stopped target Sockets.
Feb 16 12:47:09 kassel systemd[4157]: Stopped target Timers.
Feb 16 12:47:09 kassel systemd[4157]: Closed GnuPG network certificate management daemon.
Feb 16 12:47:09 kassel systemd[4157]: Closed GCR ssh-agent wrapper.
Feb 16 12:47:09 kassel systemd[4157]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 16 12:47:09 kassel systemd[4157]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Feb 16 12:47:09 kassel systemd[4157]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Feb 16 12:47:09 kassel systemd[4157]: Closed GnuPG cryptographic agent and passphrase cache.
Feb 16 12:47:09 kassel systemd[4157]: Closed GnuPG public key management service.
Feb 16 12:47:09 kassel systemd[4157]: Closed p11-kit server.
Feb 16 12:47:09 kassel systemd[4157]: Closed PipeWire Multimedia System Sockets.
Feb 16 12:47:09 kassel systemd[4157]: Closed Sound System.
Feb 16 12:47:09 kassel dbus-broker[4178]: Dispatched 401 messages @ 4(±5)μs / message.
Feb 16 12:47:09 kassel systemd[4157]: Stopping D-Bus User Message Bus...
Feb 16 12:47:09 kassel systemd[4157]: Stopped D-Bus User Message Bus.
Feb 16 12:47:09 kassel systemd[4157]: Removed slice User Core Session Slice.
Feb 16 12:47:09 kassel systemd[4157]: Closed D-Bus User Message Bus Socket.
Feb 16 12:47:09 kassel systemd[4157]: Removed slice User Application Slice.
Feb 16 12:47:09 kassel systemd[4157]: Reached target Shutdown.
Feb 16 12:47:09 kassel systemd[4157]: Finished Exit the Session.
Feb 16 12:47:09 kassel systemd[4157]: Reached target Exit the Session.
Feb 16 12:47:09 kassel (sd-pam)[4159]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Feb 16 12:47:09 kassel systemd[1]: user@620.service: Deactivated successfully.
Feb 16 12:47:09 kassel systemd[1]: Stopped User Manager for UID 620.
Feb 16 12:47:09 kassel systemd[1]: Stopping User Runtime Directory /run/user/620...
Feb 16 12:47:09 kassel systemd[1]: run-user-620.mount: Deactivated successfully.
Feb 16 12:47:09 kassel systemd[1]: user-runtime-dir@620.service: Deactivated successfully.
Feb 16 12:47:09 kassel systemd[1]: Stopped User Runtime Directory /run/user/620.
Feb 16 12:47:09 kassel systemd[1]: Removed slice User Slice of UID 620.
Feb 16 12:47:09 kassel systemd[1]: user-620.slice: Consumed 1.885s CPU time.
Feb 16 12:47:09 kassel wpa_supplicant[1467]: wlp7s0: SME: Trying to authenticate with 26:78:7f:2f:6b:24 (SSID='Starlink' freq=2412 MHz)
Feb 16 12:47:09 kassel kernel: wlp7s0: 80 MHz not supported, disabling VHT
Feb 16 12:47:09 kassel NetworkManager[549]: <info> [1708098429.9263] device (wlp7s0): supplicant interface state: scanning -> authenticating
Feb 16 12:47:09 kassel kernel: wlp7s0: authenticate with 26:78:7f:2f:6b:24 (local address=30:de:4b:be:b4:cd)
Feb 16 12:47:09 kassel kernel: wlp7s0: send auth to 26:78:7f:2f:6b:24 (try 1/3)
Feb 16 12:47:09 kassel NetworkManager[549]: <info> [1708098429.9263] device (p2p-dev-wlp7s0): supplicant management interface state: scanning -> authenticating
Feb 16 12:47:09 kassel wpa_supplicant[1467]: wlp7s0: Trying to associate with 26:78:7f:2f:6b:24 (SSID='Starlink' freq=2412 MHz)
Feb 16 12:47:09 kassel NetworkManager[549]: <info> [1708098429.9293] device (wlp7s0): supplicant interface state: authenticating -> associating
Feb 16 12:47:09 kassel NetworkManager[549]: <info> [1708098429.9294] device (p2p-dev-wlp7s0): supplicant management interface state: authenticating -> associating
Feb 16 12:47:09 kassel kernel: wlp7s0: authenticated
Feb 16 12:47:09 kassel kernel: wlp7s0: associate with 26:78:7f:2f:6b:24 (try 1/3)
Feb 16 12:47:09 kassel kernel: wlp7s0: RX AssocResp from 26:78:7f:2f:6b:24 (capab=0x1431 status=0 aid=3)
Feb 16 12:47:09 kassel wpa_supplicant[1467]: wlp7s0: Associated with 26:78:7f:2f:6b:24
Feb 16 12:47:09 kassel wpa_supplicant[1467]: wlp7s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Feb 16 12:47:09 kassel kernel: wlp7s0: associated
Feb 16 12:47:09 kassel kernel: wlp7s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 26:78:7f:2f:6b:24
Feb 16 12:47:09 kassel NetworkManager[549]: <info> [1708098429.9605] device (wlp7s0): supplicant interface state: associating -> associated
Feb 16 12:47:09 kassel NetworkManager[549]: <info> [1708098429.9605] device (p2p-dev-wlp7s0): supplicant management interface state: associating -> associated
Feb 16 12:47:10 kassel NetworkManager[549]: <info> [1708098430.1591] device (wlp7s0): supplicant interface state: associated -> 4way_handshake
Feb 16 12:47:10 kassel NetworkManager[549]: <info> [1708098430.1592] device (p2p-dev-wlp7s0): supplicant management interface state: associated -> 4way_handshake
Feb 16 12:47:10 kassel wpa_supplicant[1467]: wlp7s0: WPA: Key negotiation completed with 26:78:7f:2f:6b:24 [PTK=CCMP GTK=CCMP]
Feb 16 12:47:10 kassel wpa_supplicant[1467]: wlp7s0: CTRL-EVENT-CONNECTED - Connection to 26:78:7f:2f:6b:24 completed [id=0 id_str=]
Feb 16 12:47:10 kassel wpa_supplicant[1467]: bgscan simple: Failed to enable signal strength monitoring
Feb 16 12:47:10 kassel NetworkManager[549]: <info> [1708098430.3550] device (wlp7s0): supplicant interface state: 4way_handshake -> completed
Feb 16 12:47:10 kassel NetworkManager[549]: <info> [1708098430.3550] device (wlp7s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Starlink"
Feb 16 12:47:10 kassel NetworkManager[549]: <info> [1708098430.3551] device (p2p-dev-wlp7s0): supplicant management interface state: 4way_handshake -> completed
Feb 16 12:47:10 kassel NetworkManager[549]: <info> [1708098430.3554] device (wlp7s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Feb 16 12:47:10 kassel NetworkManager[549]: <info> [1708098430.3564] dhcp4 (wlp7s0): activation: beginning transaction (timeout in 45 seconds)
Feb 16 12:47:10 kassel avahi-daemon[551]: Joining mDNS multicast group on interface wlp7s0.IPv6 with address fe80::a89:2e80:ac36:1f86.
Feb 16 12:47:10 kassel avahi-daemon[551]: New relevant interface wlp7s0.IPv6 for mDNS.
Feb 16 12:47:10 kassel avahi-daemon[551]: Registering new address record for fe80::a89:2e80:ac36:1f86 on wlp7s0.*.
Feb 16 12:47:12 kassel plasmashell[4394]: trying to show an empty dialog
Feb 16 12:47:12 kassel systemd[4244]: Started Chromium - Web-Browser.
Feb 16 12:47:12 kassel NetworkManager[549]: <info> [1708098432.4193] dhcp6 (wlp7s0): activation: beginning transaction (timeout in 45 seconds)
Feb 16 12:47:12 kassel NetworkManager[549]: <info> [1708098432.4200] policy: set 'Starlink' (wlp7s0) as default for IPv6 routing and DNS
Feb 16 12:47:12 kassel systemd-resolved[537]: wlp7s0: Bus client set default route setting: yes
Feb 16 12:47:12 kassel systemd-resolved[537]: wlp7s0: Bus client set DNS server list to: fd78:7f0f:6b24:10::1
Feb 16 12:47:12 kassel avahi-daemon[551]: Leaving mDNS multicast group on interface wlp7s0.IPv6 with address fe80::a89:2e80:ac36:1f86.
Feb 16 12:47:12 kassel avahi-daemon[551]: Joining mDNS multicast group on interface wlp7s0.IPv6 with address fd78:7f0f:6b24:10:74e6:bd71:2a1f:23ed.
Feb 16 12:47:12 kassel avahi-daemon[551]: Registering new address record for fd78:7f0f:6b24:10:74e6:bd71:2a1f:23ed on wlp7s0.*.
Feb 16 12:47:12 kassel avahi-daemon[551]: Withdrawing address record for fe80::a89:2e80:ac36:1f86 on wlp7s0.
Feb 16 12:47:12 kassel avahi-daemon[551]: Registering new address record for 2803:9810:4124:5710:863a:5239:5683:5bf6 on wlp7s0.*.
Feb 16 12:47:12 kassel NetworkManager[549]: <info> [1708098432.5225] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 12:47:12 kassel NetworkManager[549]: <info> [1708098432.5234] policy: set 'Starlink' (wlp7s0) as default for IPv4 routing and DNS
Feb 16 12:47:12 kassel systemd-resolved[537]: wlp7s0: Bus client set search domain list to: lan
Feb 16 12:47:12 kassel systemd-resolved[537]: wlp7s0: Bus client set DNS server list to: 192.168.1.1, fd78:7f0f:6b24:10::1
Feb 16 12:47:12 kassel avahi-daemon[551]: Joining mDNS multicast group on interface wlp7s0.IPv4 with address 192.168.1.44.
Feb 16 12:47:12 kassel avahi-daemon[551]: New relevant interface wlp7s0.IPv4 for mDNS.
Feb 16 12:47:12 kassel avahi-daemon[551]: Registering new address record for 192.168.1.44 on wlp7s0.IPv4.
Feb 16 12:47:12 kassel avahi-daemon[551]: Withdrawing address record for fd78:7f0f:6b24:10:74e6:bd71:2a1f:23ed on wlp7s0.
Feb 16 12:47:12 kassel avahi-daemon[551]: Withdrawing address record for 192.168.1.44 on wlp7s0.
Feb 16 12:47:12 kassel avahi-daemon[551]: Withdrawing address record for ::1 on lo.
Feb 16 12:47:12 kassel avahi-daemon[551]: Withdrawing address record for 127.0.0.1 on lo.
Feb 16 12:47:12 kassel avahi-daemon[551]: Host name conflict, retrying with kassel-2
Feb 16 12:47:12 kassel avahi-daemon[551]: Registering new address record for 2803:9810:4124:5710:863a:5239:5683:5bf6 on wlp7s0.*.
Feb 16 12:47:12 kassel avahi-daemon[551]: Registering new address record for fd78:7f0f:6b24:10:74e6:bd71:2a1f:23ed on wlp7s0.*.
Feb 16 12:47:12 kassel avahi-daemon[551]: Registering new address record for 192.168.1.44 on wlp7s0.IPv4.
Feb 16 12:47:12 kassel avahi-daemon[551]: Registering new address record for ::1 on lo.*.
Feb 16 12:47:12 kassel avahi-daemon[551]: Registering new address record for 127.0.0.1 on lo.IPv4.
Feb 16 12:47:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:47:12 kassel systemd[1]: dbus-:1.3-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
Feb 16 12:47:12 kassel NetworkManager[549]: <info> [1708098432.5509] device (wlp7s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Feb 16 12:47:12 kassel systemd[1]: dbus-:1.3-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
Feb 16 12:47:12 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 12:47:12 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 12:47:12 kassel NetworkManager[549]: <info> [1708098432.6546] device (wlp7s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Feb 16 12:47:12 kassel NetworkManager[549]: <info> [1708098432.6548] device (wlp7s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Feb 16 12:47:12 kassel NetworkManager[549]: <info> [1708098432.6551] manager: NetworkManager state is now CONNECTED_SITE
Feb 16 12:47:12 kassel NetworkManager[549]: <info> [1708098432.6556] device (wlp7s0): Activation: successful, device activated.
Feb 16 12:47:13 kassel dbus-broker-launch[547]: Activation request for 'org.bluez' failed: The systemd unit 'dbus-org.bluez.service' could not be found.
Feb 16 12:47:13 kassel plasmashell[4805]: [4805:4805:0216/124713.340667:ERROR:policy_logger.cc(157)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(161) Cloud management controller initialization aborted as CBCM is not enabled. Please use the `--enable-chrome-browser-cloud-management` command line flag to enable it if you are not using the official Google Chrome build.
Feb 16 12:47:13 kassel NetworkManager[549]: <info> [1708098433.4305] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb 16 12:47:13 kassel systemd[4244]: Created slice Slice /app/dbus-:1.2-org.freedesktop.Notifications.
Feb 16 12:47:13 kassel NetworkManager[549]: <info> [1708098433.5306] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 12:47:13 kassel avahi-daemon[551]: Registering new address record for 2803:9810:4124:5710::467 on wlp7s0.*.
Feb 16 12:47:13 kassel avahi-daemon[551]: Registering new address record for fd78:7f0f:6b24:10::467 on wlp7s0.*.
Feb 16 12:47:13 kassel systemd[1]: dbus-:1.3-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
Feb 16 12:47:13 kassel systemd[4244]: Started dbus-:1.2-org.freedesktop.Notifications@0.service.
Feb 16 12:47:14 kassel avahi-daemon[551]: Server startup complete. Host name is kassel-2.local. Local service cookie is 2848062602.
Feb 16 12:47:14 kassel plasmashell[4805]: [4805:4834:0216/124714.515763:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.StartServiceByName: object_path= /org/freedesktop/DBus: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Feb 16 12:47:15 kassel systemd-resolved[537]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 192.168.1.1.
Feb 16 12:47:15 kassel systemd-resolved[537]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 192.168.1.1.
Feb 16 12:47:18 kassel ntpd[1626]: Listen normally on 4 wlp7s0 192.168.1.44:123
Feb 16 12:47:18 kassel ntpd[1626]: Listen normally on 5 wlp7s0 [fd78:7f0f:6b24:10::467]:123
Feb 16 12:47:18 kassel ntpd[1626]: Listen normally on 6 wlp7s0 [2803:9810:4124:5710::467]:123
Feb 16 12:47:18 kassel ntpd[1626]: Listen normally on 7 wlp7s0 [2803:9810:4124:5710:863a:5239:5683:5bf6]:123
Feb 16 12:47:18 kassel ntpd[1626]: Listen normally on 8 wlp7s0 [fd78:7f0f:6b24:10:74e6:bd71:2a1f:23ed]:123
Feb 16 12:47:18 kassel ntpd[1626]: Listen normally on 9 wlp7s0 [fe80::a89:2e80:ac36:1f86%3]:123
Feb 16 12:47:18 kassel ntpd[1626]: new interface(s) found: waking up resolver
Feb 16 12:47:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:47:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:47:22 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 12:50:57 kassel systemd-resolved[537]: Clock change detected. Flushing caches.
Feb 16 12:50:57 kassel systemd-timesyncd[538]: Contacted time server [2804:2ea0::aaaa]:123 (2.arch.pool.ntp.org).
Feb 16 12:50:57 kassel systemd-timesyncd[538]: Initial clock synchronization to Fri 2024-02-16 12:50:57.778558 -03.
Feb 16 12:50:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:50:58 kassel systemd[4244]: Started Xfce-Terminal - Terminal-Programm.
Feb 16 12:50:58 kassel systemd[4244]: Created slice Slice /app/dbus-:1.2-org.xfce.Xfconf.
Feb 16 12:50:58 kassel systemd[4244]: Started dbus-:1.2-org.xfce.Xfconf@0.service.
Feb 16 12:50:58 kassel systemd[4244]: Started VTE child process 7423 launched by xfce4-terminal process 7412.
Feb 16 12:51:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:05 kassel systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 16 12:51:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:07 kassel pamac-tray[4637]: updates_checker.vala:70: check updates
Feb 16 12:51:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:18 kassel systemd[1]: Starting Pamac Daemon...
Feb 16 12:51:18 kassel systemd[1]: Started Pamac Daemon.
Feb 16 12:51:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:22 kassel plasmashell[4394]: file:///usr/lib/qt/qml/org/kde/plasma/core/private/DefaultToolTip.qml:69:13: QML Label: Binding loop detected for property "verticalAlignment"
Feb 16 12:51:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:26 kassel systemd[1]: pamac-daemon.service: Deactivated successfully.
Feb 16 12:51:26 kassel systemd[1]: pamac-daemon.service: Consumed 6.113s CPU time.
Feb 16 12:51:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:28 kassel systemd[4244]: Started Systemeinstellungen - Systemeinstellungen.
Feb 16 12:51:30 kassel systemsettings[9241]: file:///usr/lib/qt/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9: QML MouseArea: Binding loop detected for property "width"
Feb 16 12:51:30 kassel systemsettings[9241]: file:///usr/lib/qt/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9: QML MouseArea: Binding loop detected for property "width"
Feb 16 12:51:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:31 kassel systemsettings[9241]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
Feb 16 12:51:31 kassel ksystemstats[4503]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Feb 16 12:51:31 kassel plasmashell[4394]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Feb 16 12:51:31 kassel kded5[4340]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Feb 16 12:51:32 kassel systemsettings[9241]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Feb 16 12:51:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:46 kassel plasma_waitforname[4889]: org.kde.knotifications: WaitForName: Service was not registered within timeout
Feb 16 12:51:46 kassel systemd[4244]: dbus-:1.2-org.freedesktop.Notifications@0.service: Main process exited, code=exited, status=1/FAILURE
Feb 16 12:51:46 kassel systemd[4244]: dbus-:1.2-org.freedesktop.Notifications@0.service: Failed with result 'exit-code'.
Feb 16 12:51:47 kassel systemd[4244]: Started dbus-:1.2-org.freedesktop.Notifications@1.service.
Feb 16 12:51:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:51 kassel systemd[4244]: app-systemsettings-02f84cfba1594c16a2922edd4ae8e530.scope: Consumed 3.661s CPU time.
Feb 16 12:51:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:51:56 kassel plasmashell[4394]: trying to show an empty dialog
Feb 16 12:51:56 kassel NetworkManager[549]: <info> [1708098716.9887] audit: op="statistics" interface="wlp7s0" ifindex=3 args="2000" pid=4394 uid=1000 result="success"
Feb 16 12:51:57 kassel NetworkManager[549]: <info> [1708098717.0109] audit: op="statistics" interface="wlp7s0" ifindex=3 args="500" pid=4503 uid=1000 result="success"
Feb 16 12:51:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:52:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:52:01 kassel systemd[4244]: Started Systemeinstellungen - Systemeinstellungen.
Feb 16 12:52:02 kassel systemsettings[12400]: file:///usr/lib/qt/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9: QML MouseArea: Binding loop detected for property "width"
Feb 16 12:52:02 kassel systemsettings[12400]: file:///usr/lib/qt/qml/org/kde/kirigami.2/ScrollablePage.qml:200:9: QML MouseArea: Binding loop detected for property "width"
Feb 16 12:52:02 kassel plasmashell[4394]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Feb 16 12:52:02 kassel systemsettings[12400]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
Feb 16 12:52:02 kassel ksystemstats[4503]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Feb 16 12:52:02 kassel plasmashell[4394]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Feb 16 12:52:02 kassel kded5[4340]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Feb 16 12:52:02 kassel systemsettings[12400]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
Feb 16 12:52:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:52:07 kassel systemd[4244]: app-systemsettings-915f4ebfd8994ae7aefbb40c03f7928b.scope: Consumed 1.739s CPU time.
Feb 16 12:52:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:52:12 kassel pamac-tray[4637]: tray.vala:110: Zeitüberschreitung wurde erreicht
Feb 16 12:52:12 kassel pamac-tray[4637]: updates_checker.vala:100: 13 updates found
Feb 16 12:52:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:52:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:52:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:52:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:52:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:52:46 kassel plasma_waitforname[10791]: org.kde.knotifications: WaitForName: Service was not registered within timeout
Feb 16 12:52:46 kassel systemd[4244]: dbus-:1.2-org.freedesktop.Notifications@1.service: Main process exited, code=exited, status=1/FAILURE
Feb 16 12:52:46 kassel systemd[4244]: dbus-:1.2-org.freedesktop.Notifications@1.service: Failed with result 'exit-code'.
Feb 16 12:52:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:52 kassel NetworkManager[549]: <info> [1708098832.3232] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 12:53:52 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 12:53:52 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 12:53:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:53:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:54:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:54:02 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 12:54:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:54:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:54:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:54:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:54:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:54:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:54:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:54:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:55:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:55:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:55:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:55:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:55:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:55:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:55:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:55:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:55:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:55:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:56:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:56:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:56:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:56:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:56:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:56:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:56:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:56:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:56:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:56:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:56:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:56:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:41 kassel kwin_x11[4342]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Feb 16 12:57:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:53 kassel NetworkManager[549]: <info> [1708099073.0542] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 12:57:53 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 12:57:53 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 12:57:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:57:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:58:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:58:03 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 12:58:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:58:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:58:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:58:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:58:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:58:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:58:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:58:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:58:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:59:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:59:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:59:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:59:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 12:59:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:00:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:01:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:01:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:01:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:01:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:01:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:01:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:01:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:01:34 kassel plasmashell[4394]: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/ConfigOverlay.qml:310:17: QML SpinBox: Binding loop detected for property "implicitWidth"
Feb 16 13:01:34 kassel plasmashell[4394]: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/ConfigOverlay.qml:302:17: QML Heading: Binding loop detected for property "verticalAlignment"
Feb 16 13:01:34 kassel plasmashell[4394]: QQmlComponent: Component is not ready
Feb 16 13:01:34 kassel plasmashell[4394]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
Feb 16 13:01:34 kassel plasmashell[4394]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
Feb 16 13:01:34 kassel plasmashell[4394]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/panelconfiguration/ToolBar.qml:284:9: QML SpinBox: Binding loop detected for property "implicitWidth"
Feb 16 13:01:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:01:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:01:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:01:52 kassel kwin_x11[4342]: kwin_core: XCB error: 3 (BadWindow), sequence: 65458, resource id: 25166128, major code: 129 (SHAPE), minor code: 6 (Input)
Feb 16 13:01:52 kassel plasmashell[4394]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x59556d9478b0) QQmlContext(0x59556c61e050) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml")
Feb 16 13:01:52 kassel plasmashell[4394]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x59556d9478b0) QQmlContext(0x59556c61e050) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml")
Feb 16 13:01:52 kassel plasmashell[4394]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Feb 16 13:01:52 kassel plasmashell[4394]: qt.svg: Cannot open file '/usr/share/plasma/plasmoids/org.kde.thermalMonitor/contents/images/thermal-monitor.svg', because: No such file or directory
Feb 16 13:01:52 kassel plasmashell[4394]: qt.svg: Cannot open file '/usr/share/plasma/plasmoids/org.kde.thermalMonitor/contents/images/thermal-monitor.svg', because: No such file or directory
Feb 16 13:01:52 kassel plasmashell[4394]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
Feb 16 13:01:52 kassel plasmashell[4394]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
Feb 16 13:01:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:02:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:02:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:02:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:02:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:02:26 kassel NetworkManager[549]: <info> [1708099346.7802] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:02:26 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:02:26 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:02:27 kassel NetworkManager[549]: <info> [1708099347.5375] audit: op="statistics" interface="wlp7s0" ifindex=3 args="2000" pid=4394 uid=1000 result="success"
Feb 16 13:02:27 kassel NetworkManager[549]: <info> [1708099347.5470] audit: op="statistics" interface="wlp7s0" ifindex=3 args="500" pid=4503 uid=1000 result="success"
Feb 16 13:02:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:02:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:02:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:02:36 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:02:38 kassel plasmashell[4394]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Feb 16 13:02:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:02:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:03:56 kassel systemd[4244]: Started Xfce-Terminal - Terminal-Programm.
Feb 16 13:03:56 kassel systemd[4244]: Started VTE child process 65194 launched by xfce4-terminal process 7412.
Feb 16 13:04:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:04:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:04:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:04:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:04:19 kassel systemd[4244]: Started dbus-:1.2-org.xfce.Xfconf@1.service.
Feb 16 13:04:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:04:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:04:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:04:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:04:43 kassel xdg-desktop-portal-kde[4448]: xdp-kde-settings: Namespace "org.gnome.desktop.a11y.interface" is not supported
Feb 16 13:04:44 kassel systemd[1]: Starting Pamac Daemon...
Feb 16 13:04:44 kassel systemd[1]: Started Pamac Daemon.
Feb 16 13:04:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:04:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:04:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:04:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:05:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:05:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:05:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:05:14 kassel systemd[1]: Starting Cleanup of Temporary Directories...
Feb 16 13:05:14 kassel systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Feb 16 13:05:14 kassel systemd[1]: Finished Cleanup of Temporary Directories.
Feb 16 13:05:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:05:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:05:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:05:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:05:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:05:45 kassel NetworkManager[549]: <info> [1708099545.8306] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 13:05:45 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:05:45 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:05:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:05:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:05:55 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:05:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:06:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:06:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:06:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:06:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:06:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:06:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:06:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:06:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:06:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:06:55 kassel NetworkManager[549]: <info> [1708099615.1449] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:06:55 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:06:55 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:07:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:05 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:07:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:07:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:08:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:08:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:08:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:08:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:08:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:08:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:08:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:08:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:08:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:08:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:09:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:09:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:09:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:09:21 kassel NetworkManager[549]: <info> [1708099761.4761] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:09:21 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:09:21 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:09:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:09:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:09:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:09:31 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:09:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:09:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:09:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:09:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:09:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:10:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:10:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:10:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:10:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:10:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:10:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:10:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:10:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:10:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:11:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:12:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:13:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:13:07 kassel NetworkManager[549]: <info> [1708099987.4728] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:13:07 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:13:07 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:13:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:13:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:13:17 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:13:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:13:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:13:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:13:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:13:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:13:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:13:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:13:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:07 kassel systemd[1]: Starting Daily man-db regeneration...
Feb 16 13:14:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:27 kassel systemd[1]: man-db.service: Deactivated successfully.
Feb 16 13:14:27 kassel systemd[1]: Finished Daily man-db regeneration.
Feb 16 13:14:27 kassel systemd[1]: man-db.service: Consumed 17.535s CPU time.
Feb 16 13:14:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:14:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:15:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:16:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:16:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:16:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:16:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:16:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:16:25 kassel wpa_supplicant[1467]: wlp7s0: WPA: Group rekeying completed with 26:78:7f:2f:6b:24 [GTK=CCMP]
Feb 16 13:16:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:16:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:16:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:16:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:32 kassel NetworkManager[549]: <info> [1708100252.5758] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:17:32 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:17:32 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:17:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:42 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:17:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:17:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:18:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:19:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:45 kassel NetworkManager[549]: <info> [1708100445.8328] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 13:20:45 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:20:45 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:20:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:20:55 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:20:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:21:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:21:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:21:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:21:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:21:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:21:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:21:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:21:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:21:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:21:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:21:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:13 kassel NetworkManager[549]: <info> [1708100533.5859] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:22:13 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:22:13 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:22:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:23 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:22:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:22:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:23:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:23:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:23:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:23:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:23:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:23:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:23:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:23:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:23:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:23:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:23:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:23:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:24:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:25:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:25:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:25:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:25:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:25:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:25:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:25:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:25:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:25:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:25:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:26:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:26:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:26:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:26:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:26:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:26:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:26:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:26:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:26:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:26:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:05 kassel NetworkManager[549]: <info> [1708100825.8346] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:27:05 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:27:05 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:27:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:15 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:27:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:27:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:28:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:28:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:28:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:28:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:28:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:28:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:28:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:28:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:28:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:28:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:28:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:28:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:29:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:29:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:29:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:29:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:29:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:29:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:29:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:29:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:29:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:29:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:29:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:29:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:30:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:52 kassel NetworkManager[549]: <info> [1708101112.3539] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:31:52 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:31:52 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:31:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:31:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:02 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:32:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:32:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:33:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:19 kassel NetworkManager[549]: <info> [1708101259.7992] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:34:19 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:34:19 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:34:21 kassel kernel: wlp7s0: deauthenticated from 26:78:7f:2f:6b:24 (Reason: 3=DEAUTH_LEAVING)
Feb 16 13:34:21 kassel wpa_supplicant[1467]: wlp7s0: CTRL-EVENT-DISCONNECTED bssid=26:78:7f:2f:6b:24 reason=3
Feb 16 13:34:21 kassel wpa_supplicant[1467]: wlp7s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Feb 16 13:34:21 kassel NetworkManager[549]: <info> [1708101261.5208] device (wlp7s0): supplicant interface state: completed -> disconnected
Feb 16 13:34:21 kassel NetworkManager[549]: <info> [1708101261.5208] device (p2p-dev-wlp7s0): supplicant management interface state: completed -> disconnected
Feb 16 13:34:21 kassel NetworkManager[549]: <info> [1708101261.5776] device (wlp7s0): supplicant interface state: disconnected -> scanning
Feb 16 13:34:21 kassel NetworkManager[549]: <info> [1708101261.5776] device (p2p-dev-wlp7s0): supplicant management interface state: disconnected -> scanning
Feb 16 13:34:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:22 kassel wpa_supplicant[1467]: wlp7s0: SME: Trying to authenticate with 26:78:7f:2f:6b:24 (SSID='Starlink' freq=2412 MHz)
Feb 16 13:34:22 kassel kernel: wlp7s0: 80 MHz not supported, disabling VHT
Feb 16 13:34:22 kassel kernel: wlp7s0: authenticate with 26:78:7f:2f:6b:24 (local address=30:de:4b:be:b4:cd)
Feb 16 13:34:22 kassel kernel: wlp7s0: send auth to 26:78:7f:2f:6b:24 (try 1/3)
Feb 16 13:34:22 kassel NetworkManager[549]: <info> [1708101262.6414] device (wlp7s0): supplicant interface state: scanning -> authenticating
Feb 16 13:34:22 kassel NetworkManager[549]: <info> [1708101262.6415] device (p2p-dev-wlp7s0): supplicant management interface state: scanning -> authenticating
Feb 16 13:34:22 kassel wpa_supplicant[1467]: wlp7s0: Trying to associate with 26:78:7f:2f:6b:24 (SSID='Starlink' freq=2412 MHz)
Feb 16 13:34:22 kassel kernel: wlp7s0: authenticated
Feb 16 13:34:22 kassel kernel: wlp7s0: associate with 26:78:7f:2f:6b:24 (try 1/3)
Feb 16 13:34:22 kassel NetworkManager[549]: <info> [1708101262.6777] device (wlp7s0): supplicant interface state: authenticating -> associating
Feb 16 13:34:22 kassel NetworkManager[549]: <info> [1708101262.6777] device (p2p-dev-wlp7s0): supplicant management interface state: authenticating -> associating
Feb 16 13:34:22 kassel kernel: wlp7s0: RX AssocResp from 26:78:7f:2f:6b:24 (capab=0x1431 status=0 aid=3)
Feb 16 13:34:22 kassel wpa_supplicant[1467]: wlp7s0: Associated with 26:78:7f:2f:6b:24
Feb 16 13:34:22 kassel wpa_supplicant[1467]: wlp7s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Feb 16 13:34:22 kassel kernel: wlp7s0: associated
Feb 16 13:34:22 kassel NetworkManager[549]: <info> [1708101262.7187] device (wlp7s0): supplicant interface state: associating -> associated
Feb 16 13:34:22 kassel NetworkManager[549]: <info> [1708101262.7188] device (p2p-dev-wlp7s0): supplicant management interface state: associating -> associated
Feb 16 13:34:22 kassel kernel: wlp7s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 26:78:7f:2f:6b:24
Feb 16 13:34:22 kassel NetworkManager[549]: <info> [1708101262.8873] device (wlp7s0): supplicant interface state: associated -> 4way_handshake
Feb 16 13:34:22 kassel NetworkManager[549]: <info> [1708101262.8874] device (p2p-dev-wlp7s0): supplicant management interface state: associated -> 4way_handshake
Feb 16 13:34:23 kassel wpa_supplicant[1467]: wlp7s0: WPA: Key negotiation completed with 26:78:7f:2f:6b:24 [PTK=CCMP GTK=CCMP]
Feb 16 13:34:23 kassel wpa_supplicant[1467]: wlp7s0: CTRL-EVENT-CONNECTED - Connection to 26:78:7f:2f:6b:24 completed [id=0 id_str=]
Feb 16 13:34:23 kassel wpa_supplicant[1467]: bgscan simple: Failed to enable signal strength monitoring
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0198] device (wlp7s0): supplicant interface state: 4way_handshake -> completed
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0203] device (wlp7s0): ip:dhcp4: restarting
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0204] dhcp4 (wlp7s0): canceled DHCP transaction
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0204] dhcp4 (wlp7s0): activation: beginning transaction (timeout in 45 seconds)
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0204] dhcp4 (wlp7s0): state changed no lease
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0205] dhcp4 (wlp7s0): activation: beginning transaction (timeout in 45 seconds)
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0210] device (wlp7s0): ip:dhcp6: restarting
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0211] dhcp6 (wlp7s0): canceled DHCP transaction
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0211] dhcp6 (wlp7s0): activation: beginning transaction (timeout in 45 seconds)
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0211] dhcp6 (wlp7s0): state changed no lease
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0212] dhcp6 (wlp7s0): activation: beginning transaction (timeout in 45 seconds)
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0213] device (p2p-dev-wlp7s0): supplicant management interface state: 4way_handshake -> completed
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0959] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 13:34:24 kassel NetworkManager[549]: <info> [1708101264.1065] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:34:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:29 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:34:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:34:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:35:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:36:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:09 kassel kernel: perf: interrupt took too long (2506 > 2500), lowering kernel.perf_event_max_sample_rate to 79800
Feb 16 13:37:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:35 kassel plasmashell[4394]: kde.dataengine.mpris: "org.mpris.MediaPlayer2.chromium.instance4805" has an invalid URL for the mpris:artUrl entry of the "Metadata" property
Feb 16 13:37:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:37:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:38:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:38:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:38:09 kassel NetworkManager[549]: <info> [1708101489.1819] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:38:09 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:38:09 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:38:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:38:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:38:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:38:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:38:19 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:38:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:38:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:38:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:38:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:38:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:38:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:39:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:39:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:39:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:39:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:39:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:39:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:39:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:39:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:39:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:39:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:39:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:39:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:40:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:40:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:40:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:40:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:40:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:40:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:40:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:41:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:42:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:42:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:42:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:42:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:42:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:42:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:42:31 kassel NetworkManager[549]: <info> [1708101751.2151] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:42:31 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:42:31 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:42:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:42:41 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:42:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:43:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:43:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:43:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:43:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:43:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:43:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:43:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:43:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:43:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:44:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:44:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:44:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:44:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:44:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:44:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:44:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:44:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:44:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:44:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:44:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:45:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:46:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:46:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:46:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:46:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:46:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:46:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:46:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:46:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:46:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:46:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:46:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:46:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:47:10 kassel NetworkManager[549]: <info> [1708102030.7683] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:47:10 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:47:10 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:47:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:47:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:47:20 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:47:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:47:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:47:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:47:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:47:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:47:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:47:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:47:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:47:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:47:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:48:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:23 kassel NetworkManager[549]: <info> [1708102163.0782] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 13:49:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:49:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:49:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:49:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:49:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:37 kassel pamac-tray[4637]: updates_checker.vala:70: check updates
Feb 16 13:50:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:50:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:21 kassel systemd[1]: pamac-daemon.service: Deactivated successfully.
Feb 16 13:51:21 kassel systemd[1]: pamac-daemon.service: Consumed 6.188s CPU time.
Feb 16 13:51:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:22 kassel pamac-tray[4637]: updates_checker.vala:100: 13 updates found
Feb 16 13:51:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:50 kassel NetworkManager[549]: <info> [1708102310.3170] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:51:50 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:51:50 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:51:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:51:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:00 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:52:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:52:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:53:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:53:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:53:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:53:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:53:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:53:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:53:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:53:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:53:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:53:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:54:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:54:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:54:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:54:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:54:13 kassel NetworkManager[549]: <info> [1708102453.5358] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:54:13 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:54:13 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:54:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:54:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:54:23 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:54:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:54:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:54:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:54:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:55:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:55:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:55:16 kassel systemd[4244]: Started dbus-:1.2-org.xfce.Xfconf@2.service.
Feb 16 13:55:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:55:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:55:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:55:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:55:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:55:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:55:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:55:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:39 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:56:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:57:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:57:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:57:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:57:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:57:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:57:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:57:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:57:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:57:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:57:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:57:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:57:49 kassel NetworkManager[549]: <info> [1708102669.7549] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:57:49 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 13:57:49 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 13:57:59 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 13:58:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:58:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:58:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:58:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:58:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:58:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:58:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:58:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:58:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:58:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:58:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:58:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:15 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:27 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:30 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:33 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:36 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:42 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:45 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:48 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:49 kassel kwin_x11[4342]: kwin_core: XCB error: 3 (BadWindow), sequence: 3389, resource id: 58720294, major code: 129 (SHAPE), minor code: 6 (Input)
Feb 16 13:59:51 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:54 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 13:59:55 kassel plasmashell[4805]: [4805:4805:0216/135955.388982:ERROR:interface_endpoint_client.cc(707)] Message 0 rejected by interface blink.mojom.WidgetHost
Feb 16 13:59:57 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:00 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:03 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:06 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:09 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:11 kassel systemd[4244]: Starting Virtual filesystem metadata service...
Feb 16 14:00:11 kassel systemd[4244]: Started Virtual filesystem metadata service.
Feb 16 14:00:12 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:18 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:21 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:24 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:27 kassel systemd[4244]: app-xfce4\x2dterminal-9c9d20329e964a4fac74b112788c6e75.scope: Consumed 5.029s CPU time.
Feb 16 14:00:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:38 kassel kernel: perf: interrupt took too long (3141 > 3132), lowering kernel.perf_event_max_sample_rate to 63600
Feb 16 14:00:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:00:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:01:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:01 kassel NetworkManager[549]: <info> [1708102921.9412] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:02:01 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:02:01 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:02:02 kassel plasmashell[4394]: kde.dataengine.mpris: "org.mpris.MediaPlayer2.chromium.instance4805" has an invalid URL for the mpris:artUrl entry of the "Metadata" property
Feb 16 14:02:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:12 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:02:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:02:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:03:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:03:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:03:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:03:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:03:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:03:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:03:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:23 kassel NetworkManager[549]: <info> [1708103063.0267] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:04:23 kassel NetworkManager[549]: <info> [1708103063.0430] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 14:04:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:04:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:04:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:04:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:04:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:05:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:05:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:05:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:05:19 kassel kscreenlocker_greet[240735]: Qt: Session management error: networkIdsList argument is NULL
Feb 16 14:05:19 kassel kscreenlocker_greet[240735]: kf.kirigami: Failed to find a Kirigami platform plugin
Feb 16 14:05:19 kassel kscreenlocker_greet[240735]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/components/VirtualKeyboard.qml:8:1: module "QtQuick.VirtualKeyboard" is not installed
Feb 16 14:05:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:05:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:05:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:05:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:05:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:05:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:05:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:05:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:06:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:07:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:05 kassel NetworkManager[549]: <info> [1708103285.9402] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:08:05 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:08:06 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:08:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:16 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:08:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:08:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:09:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:10:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:11:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:11:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:11:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:11:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:11:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:11:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:11:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:11:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:11:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:11:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:11:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:12:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:12:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:12:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:12:14 kassel NetworkManager[549]: <info> [1708103534.2064] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:12:14 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:12:14 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:12:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:12:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:12:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:12:24 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:12:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:12:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:12:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:12:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:12:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:13:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:13:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:13:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:13:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:13:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:13:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:13:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:13:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:13:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:13:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:14:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:14:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:14:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:14:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:14:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:14:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:14:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:14:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:14:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:14:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:14:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:14:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:15:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:15:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:15:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:15:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:15:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:15:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:15:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:15:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:15:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:15:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:15:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:27 kassel wpa_supplicant[1467]: wlp7s0: WPA: Group rekeying completed with 26:78:7f:2f:6b:24 [GTK=CCMP]
Feb 16 14:16:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:16:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:07 kassel NetworkManager[549]: <info> [1708103827.8902] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:17:07 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:17:07 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:17:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:17 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:17:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:17:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:18:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:18:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:18:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:18:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:18:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:18:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:18:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:18:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:18:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:18:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:18:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:19:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:19:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:19:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:19:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:19:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:19:23 kassel NetworkManager[549]: <info> [1708103963.0604] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 14:19:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:19:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:19:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:19:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:19:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:19:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:19:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:19:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:19:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:19:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:20:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:51 kassel NetworkManager[549]: <info> [1708104111.4330] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:21:51 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:21:51 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:21:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:21:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:01 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:22:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:22:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:23:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:21 kassel NetworkManager[549]: <info> [1708104261.2428] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:24:21 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:24:21 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:24:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:31 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:24:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:24:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:25:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:25:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:25:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:25:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:25:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:25:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:25:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:25:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:26:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:26:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:26:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:26:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:26:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:26:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:26:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:26:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:26:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:26:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:26:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:26:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:27:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:28:12 kassel NetworkManager[549]: <info> [1708104492.2536] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:28:12 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:28:12 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:28:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:28:22 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:28:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:28:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:28:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:28:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:28:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:28:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:28:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:28:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:28:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:29:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:30:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:30:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:30:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:30:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:30:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:30:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:30:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:30:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:30:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:30:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:30:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:31:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:32:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:32:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:32:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:32:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:32:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:32:29 kassel NetworkManager[549]: <info> [1708104749.7840] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:32:29 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:32:29 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:32:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:32:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:32:39 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:32:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:32:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:32:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:32:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:33:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:34:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:34:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:34:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:34:23 kassel NetworkManager[549]: <info> [1708104863.0461] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 14:34:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:34:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:34:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:34:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:34:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:34:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:34:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:34:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:34:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:34:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:34:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:35:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:35:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:35:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:35:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:35:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:35:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:35:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:35:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:35:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:35:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:35:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:36:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:10 kassel NetworkManager[549]: <info> [1708105030.8852] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:37:10 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:37:10 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:37:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:20 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:37:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:37:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:38:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:38:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:38:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:38:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:38:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:38:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:38:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:38:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:38:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:38:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:38:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:38:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:39:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:40:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:41:53 kassel NetworkManager[549]: <info> [1708105313.5131] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:41:53 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:41:53 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:42:03 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:42:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:42:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:42:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:42:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:42:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:42:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:42:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:42:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:43:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:44:14 kassel NetworkManager[549]: <info> [1708105454.8263] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:44:14 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:44:14 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:44:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:44:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:44:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:44:24 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:44:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:44:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:44:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:44:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:44:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:45:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:45:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:45:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:45:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:45:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:45:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:45:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:45:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:45:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:45:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:45:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:46:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:50 kassel NetworkManager[549]: <info> [1708105670.2767] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:47:50 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:47:50 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:47:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:47:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:48:00 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:48:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:48:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:48:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:48:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:48:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:48:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:48:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:48:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:48:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:48:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:48:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:48:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:23 kassel NetworkManager[549]: <info> [1708105763.0612] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 14:49:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:49:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:49:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:49:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:49:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:50:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:22 kassel pamac-tray[4637]: updates_checker.vala:70: check updates
Feb 16 14:51:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:38 kassel systemd[1]: Starting Pamac Daemon...
Feb 16 14:51:38 kassel systemd[1]: Started Pamac Daemon.
Feb 16 14:51:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:53 kassel systemd[1]: pamac-daemon.service: Deactivated successfully.
Feb 16 14:51:53 kassel systemd[1]: pamac-daemon.service: Consumed 5.292s CPU time.
Feb 16 14:51:54 kassel pamac-tray[4637]: updates_checker.vala:100: 16 updates found
Feb 16 14:51:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:51:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:52:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:52:03 kassel NetworkManager[549]: <info> [1708105923.4113] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:52:03 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:52:03 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:52:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:52:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:52:13 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:52:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:52:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:52:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:52:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:52:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:52:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:52:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:52:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:52:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:53:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:31 kassel NetworkManager[549]: <info> [1708106071.5853] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:54:31 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:54:31 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:54:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:41 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:54:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:54:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:55:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:56:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:57:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:58:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:58:06 kassel NetworkManager[549]: <info> [1708106286.0106] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:58:06 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 14:58:06 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 14:58:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:58:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:58:16 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 14:58:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:58:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:58:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:58:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:58:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:58:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:58:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:58:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:58:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:59:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:59:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:59:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:59:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:59:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:59:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:59:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:59:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:59:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 14:59:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:00:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:01:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:24 kassel NetworkManager[549]: <info> [1708106544.5697] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:02:24 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:02:24 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:02:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:34 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:02:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:02:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:03:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:03:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:03:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:03:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:03:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:03:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:03:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:03:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:03:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:03:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:23 kassel NetworkManager[549]: <info> [1708106663.0324] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 15:04:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:04:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:04:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:04:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:04:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:05:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:05:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:05:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:05:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:05:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:05:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:05:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:05:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:05:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:05:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:05:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:05:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:06:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:06:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:06:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:06:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:06:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:06:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:06:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:06:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:06:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:06:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:06:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:06:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:01 kassel NetworkManager[549]: <info> [1708106821.1546] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:07:01 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:07:01 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:07:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:11 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:07:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:07:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:08:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:08:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:08:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:08:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:08:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:08:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:08:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:08:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:08:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:08:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:08:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:31 kassel NetworkManager[549]: <info> [1708106971.4839] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:09:31 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:09:31 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:09:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:41 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:09:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:09:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:10:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:11:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:12:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:13:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:13:14 kassel NetworkManager[549]: <info> [1708107194.5175] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:13:14 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:13:14 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:13:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:13:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:13:24 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:13:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:13:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:13:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:13:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:13:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:13:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:13:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:13:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:14:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:15:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:29 kassel wpa_supplicant[1467]: wlp7s0: WPA: Group rekeying completed with 26:78:7f:2f:6b:24 [GTK=CCMP]
Feb 16 15:16:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:16:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:17:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:17:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:17:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:17:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:17:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:17:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:17:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:17:38 kassel NetworkManager[549]: <info> [1708107458.6100] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:17:38 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:17:38 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:17:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:17:48 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:17:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:17:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:18:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:18:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:18:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:18:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:18:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:18:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:18:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:18:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:18:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:18:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:18:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:18:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:23 kassel NetworkManager[549]: <info> [1708107563.0613] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 15:19:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:19:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:19:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:19:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:19:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:20:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:21:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:12 kassel NetworkManager[549]: <info> [1708107732.1202] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:22:12 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:22:12 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:22:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:22 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:22:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:22:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:23:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:24:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:24:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:24:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:24:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:24:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:24:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:24:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:24:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:24:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:24:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:24:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:24:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:25:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:26:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:26:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:26:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:26:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:26:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:26:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:26:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:26:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:26:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:26:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:26:47 kassel NetworkManager[549]: <info> [1708108007.2671] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:26:47 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:26:47 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:26:57 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:26:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:27:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:27:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:27:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:27:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:27:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:27:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:27:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:27:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:27:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:28:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:28:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:28:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:28:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:28:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:28:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:28:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:28:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:28:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:28:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:28:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:28:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:16 kassel NetworkManager[549]: <info> [1708108156.7692] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:29:16 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:29:16 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:29:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:26 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:29:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:29:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:30:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:31:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:50 kassel NetworkManager[549]: <info> [1708108370.4757] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:32:50 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:32:50 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:32:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:32:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:33:00 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:33:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:33:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:33:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:33:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:33:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:33:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:33:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:33:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:33:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:33:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:33:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:34:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:34:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:34:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:34:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:34:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:34:23 kassel NetworkManager[549]: <info> [1708108463.0556] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 15:34:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:34:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:34:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:34:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:34:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:34:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:34:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:34:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:35:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:36:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:36:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:36:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:36:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:36:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:36:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:36:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:36:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:36:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:36:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:36:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:06 kassel NetworkManager[549]: <info> [1708108626.9866] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:37:07 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:37:07 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:37:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:17 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:37:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:37:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:38:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:39:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:40:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:41:55 kassel NetworkManager[549]: <info> [1708108915.1383] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:41:55 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:41:55 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:41:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:05 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:42:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:42:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:43:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:44:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:44:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:44:19 kassel NetworkManager[549]: <info> [1708109059.9308] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:44:19 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:44:19 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:44:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:44:29 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:44:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:44:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:44:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:44:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:44:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:44:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:45:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:45:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:45:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:45:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:45:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:45:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:45:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:45:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:45:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:46:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:46:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:46:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:46:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:46:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:46:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:46:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:46:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:46:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:47:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:47:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:47:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:47:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:47:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:47:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:47:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:47:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:47:57 kassel NetworkManager[549]: <info> [1708109277.4273] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:47:57 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:47:57 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:48:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:07 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:48:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:09 kassel systemd[4244]: Started Claws Mail - E-mail client.
Feb 16 15:48:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:17 kassel systemd-resolved[537]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 192.168.1.1.
Feb 16 15:48:17 kassel systemd-resolved[537]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 192.168.1.1.
Feb 16 15:48:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:31 kassel systemd-resolved[537]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server fd78:7f0f:6b24:10::1.
Feb 16 15:48:31 kassel systemd-resolved[537]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server fd78:7f0f:6b24:10::1.
Feb 16 15:48:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:48:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:23 kassel NetworkManager[549]: <info> [1708109363.0433] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 15:49:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:49:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:49:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:49:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:49:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:43 kassel plasmashell[4805]: [4805:4805:0216/155043.305016:ERROR:extension_host.cc(429)] Received EventAck for extension aapbdbdomjkkjkaonfhkkikfgjllcleb for an unknown event.
Feb 16 15:50:43 kassel plasmashell[4805]: [4805:4805:0216/155043.305350:ERROR:extension_host.cc(429)] Received EventAck for extension aapbdbdomjkkjkaonfhkkikfgjllcleb for an unknown event.
Feb 16 15:50:43 kassel plasmashell[4805]: [4805:4805:0216/155043.306102:ERROR:extension_host.cc(429)] Received EventAck for extension aapbdbdomjkkjkaonfhkkikfgjllcleb for an unknown event.
Feb 16 15:50:43 kassel plasmashell[4805]: [4805:4805:0216/155043.306188:ERROR:extension_host.cc(429)] Received EventAck for extension aapbdbdomjkkjkaonfhkkikfgjllcleb for an unknown event.
Feb 16 15:50:43 kassel plasmashell[4805]: [4805:4805:0216/155043.306390:ERROR:extension_host.cc(429)] Received EventAck for extension aapbdbdomjkkjkaonfhkkikfgjllcleb for an unknown event.
Feb 16 15:50:43 kassel plasmashell[4805]: [4805:4805:0216/155043.306479:ERROR:extension_host.cc(429)] Received EventAck for extension aapbdbdomjkkjkaonfhkkikfgjllcleb for an unknown event.
Feb 16 15:50:43 kassel plasmashell[4805]: [4805:4805:0216/155043.306703:ERROR:extension_host.cc(429)] Received EventAck for extension aapbdbdomjkkjkaonfhkkikfgjllcleb for an unknown event.
Feb 16 15:50:43 kassel plasmashell[4805]: [4805:4805:0216/155043.306780:ERROR:extension_host.cc(429)] Received EventAck for extension aapbdbdomjkkjkaonfhkkikfgjllcleb for an unknown event.
Feb 16 15:50:43 kassel plasmashell[4805]: [4805:4805:0216/155043.307025:ERROR:extension_host.cc(429)] Received EventAck for extension aapbdbdomjkkjkaonfhkkikfgjllcleb for an unknown event.
Feb 16 15:50:43 kassel plasmashell[4805]: [4805:4805:0216/155043.307093:ERROR:extension_host.cc(429)] Received EventAck for extension aapbdbdomjkkjkaonfhkkikfgjllcleb for an unknown event.
Feb 16 15:50:43 kassel plasmashell[4805]: [4805:4805:0216/155043.307296:ERROR:extension_host.cc(429)] Received EventAck for extension aapbdbdomjkkjkaonfhkkikfgjllcleb for an unknown event.
Feb 16 15:50:43 kassel plasmashell[4805]: [4805:4805:0216/155043.307359:ERROR:extension_host.cc(429)] Received EventAck for extension aapbdbdomjkkjkaonfhkkikfgjllcleb for an unknown event.
Feb 16 15:50:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:50:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:24 kassel systemd[4244]: Started Xfce-Terminal - Terminal-Programm.
Feb 16 15:51:24 kassel systemd[4244]: Started dbus-:1.2-org.xfce.Xfconf@3.service.
Feb 16 15:51:24 kassel systemd[4244]: Started VTE child process 621735 launched by xfce4-terminal process 621724.
Feb 16 15:51:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:51:54 kassel pamac-tray[4637]: updates_checker.vala:70: check updates
Feb 16 15:52:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:09 kassel NetworkManager[549]: <info> [1708109529.3856] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:52:09 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:52:09 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:52:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:13 kassel systemd[1]: Starting Pamac Daemon...
Feb 16 15:52:13 kassel systemd[1]: Started Pamac Daemon.
Feb 16 15:52:16 kassel polkitd[2042]: Registered Authentication Agent for unix-process:625340:1092315 (system bus name :1.140 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8)
Feb 16 15:52:16 kassel polkit-kde-authentication-agent-1[4446]: Listener adapter polkit_qt_listener_initiate_authentication
Feb 16 15:52:16 kassel polkit-kde-authentication-agent-1[4446]: GSimpleAsyncResult: 0x5efd2b0c2590
Feb 16 15:52:16 kassel polkit-kde-authentication-agent-1[4446]: polkit_qt_listener_initiate_authentication callback for 0x5efd2b395ef0
Feb 16 15:52:16 kassel polkit-kde-authentication-agent-1[4446]: Initiating authentication
Feb 16 15:52:16 kassel polkit-kde-authentication-agent-1[4446]: Message of action: "Legitimierung ist zum Stoppen von »serviio.service« notwendig."
Feb 16 15:52:16 kassel polkit-kde-authentication-agent-1[4446]: Action description has been found
Feb 16 15:52:16 kassel polkit-kde-authentication-agent-1[4446]: WinId of the dialog is 33554448 33554448
Feb 16 15:52:16 kassel polkit-kde-authentication-agent-1[4446]: WinId of the shown dialog is 33554448 33554448
Feb 16 15:52:16 kassel polkit-kde-authentication-agent-1[4446]: Trying again
Feb 16 15:52:16 kassel polkit-kde-authentication-agent-1[4446]: REQUEST
Feb 16 15:52:16 kassel polkit-kde-authentication-agent-1[4446]: Request: "Password: "
Feb 16 15:52:16 kassel polkit-kde-authentication-agent-1[4446]: "Password: "
Feb 16 15:52:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:18 kassel polkit-kde-authentication-agent-1[4446]: Dialog accepted
Feb 16 15:52:18 kassel polkit-kde-authentication-agent-1[4446]: COMPLETED
Feb 16 15:52:18 kassel polkit-kde-authentication-agent-1[4446]: Completed: true
Feb 16 15:52:18 kassel polkit-kde-authentication-agent-1[4446]: Finishing obtaining privileges
Feb 16 15:52:18 kassel polkit-kde-authentication-agent-1[4446]: Listener adapter polkit_qt_listener_initiate_authentication_finish
Feb 16 15:52:18 kassel polkit-kde-authentication-agent-1[4446]: polkit_qt_listener_initiate_authentication_finish callback for 0x5efd2b395ef0
Feb 16 15:52:18 kassel polkit-kde-authentication-agent-1[4446]: Finish obtain authorization: true
Feb 16 15:52:18 kassel polkitd[2042]: Operator of unix-session:2 successfully authenticated as unix-user:ak to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.139 [systemctl stop serviio] (owned by unix-user:ak)
Feb 16 15:52:18 kassel systemd[1]: Stopping Serviio...
Feb 16 15:52:19 kassel serviio[1624]: Exception in thread "Thread-17" java.lang.ExceptionInInitializerError
Feb 16 15:52:19 kassel serviio[1624]: at org.serviio.MediaServer$ShutdownHook.run(MediaServer.java:370)
Feb 16 15:52:19 kassel serviio[1624]: Caused by: java.lang.IllegalStateException: Shutdown in progress
Feb 16 15:52:19 kassel serviio[1624]: at java.lang.ApplicationShutdownHooks.add(ApplicationShutdownHooks.java:66)
Feb 16 15:52:19 kassel serviio[1624]: at java.lang.Runtime.addShutdownHook(Runtime.java:203)
Feb 16 15:52:19 kassel serviio[1624]: at org.apache.commons.jcs.engine.control.CompositeCacheManager.initialize(CompositeCacheManager.java:253)
Feb 16 15:52:19 kassel serviio[1624]: at org.apache.commons.jcs.engine.control.CompositeCacheManager.getInstance(CompositeCacheManager.java:185)
Feb 16 15:52:19 kassel serviio[1624]: at org.apache.commons.jcs.engine.control.CompositeCacheManager.getInstance(CompositeCacheManager.java:161)
Feb 16 15:52:19 kassel serviio[1624]: at org.apache.commons.jcs.JCS.getCacheManager(JCS.java:172)
Feb 16 15:52:19 kassel serviio[1624]: at org.apache.commons.jcs.JCS.getInstance(JCS.java:190)
Feb 16 15:52:19 kassel serviio[1624]: at org.serviio.cache.AbstractCacheDecorator.<init>(AbstractCacheDecorator.java:39)
Feb 16 15:52:19 kassel serviio[1624]: at org.serviio.upnp.service.contentdirectory.rest.resources.server.TokenCache.<init>(TokenCache.java:22)
Feb 16 15:52:19 kassel serviio[1624]: at org.serviio.upnp.service.contentdirectory.rest.resources.server.LoginServerResource.<clinit>(LoginServerResource.java:37)
Feb 16 15:52:19 kassel serviio[1624]: ... 1 more
Feb 16 15:52:19 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:52:19 kassel systemd[1]: serviio.service: Deactivated successfully.
Feb 16 15:52:19 kassel systemd[1]: Stopped Serviio.
Feb 16 15:52:19 kassel systemd[1]: serviio.service: Consumed 2min 3.067s CPU time.
Feb 16 15:52:19 kassel polkitd[2042]: Unregistered Authentication Agent for unix-process:625340:1092315 (system bus name :1.140, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8) (disconnected from bus)
Feb 16 15:52:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:25 kassel systemd[4244]: Started Xfce-Terminal - Terminal-Programm.
Feb 16 15:52:25 kassel systemd[4244]: Started VTE child process 625433 launched by xfce4-terminal process 621724.
Feb 16 15:52:26 kassel systemd[1]: pamac-daemon.service: Deactivated successfully.
Feb 16 15:52:26 kassel systemd[1]: pamac-daemon.service: Consumed 5.628s CPU time.
Feb 16 15:52:27 kassel pamac-tray[4637]: updates_checker.vala:100: 16 updates found
Feb 16 15:52:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:52:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:32 kassel kwin_x11[4342]: kwin_core: XCB error: 152 (BadDamage), sequence: 54421, resource id: 18972377, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Feb 16 15:53:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:53:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:54:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:55:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:56:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:02 kassel NetworkManager[549]: <info> [1708109822.0898] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:57:02 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:57:02 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:57:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:12 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:57:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:49 kassel polkitd[2042]: Registered Authentication Agent for unix-process:646688:1125641 (system bus name :1.146 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8)
Feb 16 15:57:49 kassel polkit-kde-authentication-agent-1[4446]: Listener adapter polkit_qt_listener_initiate_authentication
Feb 16 15:57:49 kassel polkit-kde-authentication-agent-1[4446]: GSimpleAsyncResult: 0x5efd2b495150
Feb 16 15:57:49 kassel polkit-kde-authentication-agent-1[4446]: polkit_qt_listener_initiate_authentication callback for 0x5efd2b395ef0
Feb 16 15:57:49 kassel polkit-kde-authentication-agent-1[4446]: Initiating authentication
Feb 16 15:57:49 kassel polkit-kde-authentication-agent-1[4446]: Message of action: "Legitimierung ist zum Stoppen von »nfs-client.service« notwendig."
Feb 16 15:57:49 kassel polkit-kde-authentication-agent-1[4446]: Action description has been found
Feb 16 15:57:49 kassel polkit-kde-authentication-agent-1[4446]: WinId of the dialog is 33554457 33554457
Feb 16 15:57:49 kassel polkit-kde-authentication-agent-1[4446]: WinId of the shown dialog is 33554457 33554457
Feb 16 15:57:49 kassel polkit-kde-authentication-agent-1[4446]: Trying again
Feb 16 15:57:49 kassel polkit-kde-authentication-agent-1[4446]: REQUEST
Feb 16 15:57:49 kassel polkit-kde-authentication-agent-1[4446]: Request: "Password: "
Feb 16 15:57:49 kassel polkit-kde-authentication-agent-1[4446]: "Password: "
Feb 16 15:57:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:57:51 kassel polkit-kde-authentication-agent-1[4446]: Dialog accepted
Feb 16 15:57:51 kassel polkit-kde-authentication-agent-1[4446]: COMPLETED
Feb 16 15:57:51 kassel polkit-kde-authentication-agent-1[4446]: Completed: true
Feb 16 15:57:51 kassel polkit-kde-authentication-agent-1[4446]: Finishing obtaining privileges
Feb 16 15:57:51 kassel polkit-kde-authentication-agent-1[4446]: Listener adapter polkit_qt_listener_initiate_authentication_finish
Feb 16 15:57:51 kassel polkit-kde-authentication-agent-1[4446]: polkit_qt_listener_initiate_authentication_finish callback for 0x5efd2b395ef0
Feb 16 15:57:51 kassel polkit-kde-authentication-agent-1[4446]: Finish obtain authorization: true
Feb 16 15:57:51 kassel polkitd[2042]: Operator of unix-session:2 successfully authenticated as unix-user:ak to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.145 [systemctl stop nfs-client] (owned by unix-user:ak)
Feb 16 15:57:51 kassel polkitd[2042]: Unregistered Authentication Agent for unix-process:unknown (system bus name :1.146, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8) (disconnected from bus)
Feb 16 15:57:51 kassel systemd[4244]: Started dbus-:1.2-org.xfce.Xfconf@4.service.
Feb 16 15:57:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:58:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:28 kassel polkitd[2042]: Registered Authentication Agent for unix-process:653218:1135570 (system bus name :1.150 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8)
Feb 16 15:59:28 kassel polkit-kde-authentication-agent-1[4446]: Listener adapter polkit_qt_listener_initiate_authentication
Feb 16 15:59:28 kassel polkit-kde-authentication-agent-1[4446]: GSimpleAsyncResult: 0x5efd2b4c13d0
Feb 16 15:59:28 kassel polkit-kde-authentication-agent-1[4446]: polkit_qt_listener_initiate_authentication callback for 0x5efd2b395ef0
Feb 16 15:59:28 kassel polkit-kde-authentication-agent-1[4446]: Initiating authentication
Feb 16 15:59:28 kassel polkit-kde-authentication-agent-1[4446]: Message of action: "Legitimierung ist zum Stoppen von »nfs-client.target« notwendig."
Feb 16 15:59:28 kassel polkit-kde-authentication-agent-1[4446]: Action description has been found
Feb 16 15:59:28 kassel polkit-kde-authentication-agent-1[4446]: WinId of the dialog is 33554464 33554464
Feb 16 15:59:28 kassel polkit-kde-authentication-agent-1[4446]: WinId of the shown dialog is 33554464 33554464
Feb 16 15:59:28 kassel polkit-kde-authentication-agent-1[4446]: Trying again
Feb 16 15:59:28 kassel polkit-kde-authentication-agent-1[4446]: REQUEST
Feb 16 15:59:28 kassel polkit-kde-authentication-agent-1[4446]: Request: "Password: "
Feb 16 15:59:28 kassel polkit-kde-authentication-agent-1[4446]: "Password: "
Feb 16 15:59:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:30 kassel polkit-kde-authentication-agent-1[4446]: Dialog accepted
Feb 16 15:59:30 kassel polkit-kde-authentication-agent-1[4446]: COMPLETED
Feb 16 15:59:30 kassel polkit-kde-authentication-agent-1[4446]: Completed: true
Feb 16 15:59:30 kassel polkit-kde-authentication-agent-1[4446]: Finishing obtaining privileges
Feb 16 15:59:30 kassel polkit-kde-authentication-agent-1[4446]: Listener adapter polkit_qt_listener_initiate_authentication_finish
Feb 16 15:59:30 kassel polkit-kde-authentication-agent-1[4446]: polkit_qt_listener_initiate_authentication_finish callback for 0x5efd2b395ef0
Feb 16 15:59:30 kassel polkit-kde-authentication-agent-1[4446]: Finish obtain authorization: true
Feb 16 15:59:30 kassel polkitd[2042]: Operator of unix-session:2 successfully authenticated as unix-user:ak to gain TEMPORARY authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.149 [systemctl stop nfs-client.target] (owned by unix-user:ak)
Feb 16 15:59:30 kassel systemd[1]: Stopped target NFS client services.
Feb 16 15:59:30 kassel polkitd[2042]: Unregistered Authentication Agent for unix-process:unknown (system bus name :1.150, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8) (disconnected from bus)
Feb 16 15:59:31 kassel NetworkManager[549]: <info> [1708109971.3875] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:59:31 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 15:59:31 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 15:59:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:41 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 15:59:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 15:59:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:00:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:00:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:00:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:00:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:00:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:00:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:00:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:00:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:00:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:00:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:00:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:01:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:02:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:03 kassel NetworkManager[549]: <info> [1708110183.7634] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:03:03 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:03:03 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:03:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:13 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:03:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:03:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:04:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:04:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:04:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:04:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:04:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:04:23 kassel NetworkManager[549]: <info> [1708110263.1481] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 16:04:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:04:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:04:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:04:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:04:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:04:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:04:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:04:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:05:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:06:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:17 kassel NetworkManager[549]: <info> [1708110437.8154] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:07:17 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:07:17 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:07:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:27 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:07:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:07:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:08:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:09:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:10:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:10:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:10:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:10:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:10:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:10:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:10:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:10:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:10:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:10:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:11:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:11:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:11:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:11:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:11:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:11:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:11:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:11:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:11:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:11:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:11:58 kassel NetworkManager[549]: <info> [1708110718.9024] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:11:58 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:11:58 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:12:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:08 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:12:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:12:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:13:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:14:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:14:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:14:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:14:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:14:17 kassel NetworkManager[549]: <info> [1708110857.9293] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:14:17 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:14:17 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:14:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:14:27 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:14:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:14:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:14:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:14:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:14:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:14:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:15:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:31 kassel wpa_supplicant[1467]: wlp7s0: WPA: Group rekeying completed with 26:78:7f:2f:6b:24 [GTK=CCMP]
Feb 16 16:16:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:16:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:17:52 kassel plasmashell[4394]: kde.dataengine.mpris: "org.mpris.MediaPlayer2.chromium.instance4805" has an invalid URL for the mpris:artUrl entry of the "Metadata" property
Feb 16 16:17:53 kassel plasmashell[4394]: kde.dataengine.mpris: "org.mpris.MediaPlayer2.chromium.instance4805" has an invalid URL for the mpris:artUrl entry of the "Metadata" property
Feb 16 16:17:53 kassel plasmashell[4394]: kde.dataengine.mpris: "org.mpris.MediaPlayer2.chromium.instance4805" has an invalid URL for the mpris:artUrl entry of the "Metadata" property
Feb 16 16:17:53 kassel plasmashell[4394]: kde.dataengine.mpris: "org.mpris.MediaPlayer2.chromium.instance4805" has an invalid URL for the mpris:artUrl entry of the "Metadata" property
Feb 16 16:17:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:09 kassel NetworkManager[549]: <info> [1708111089.7003] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:18:09 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:18:09 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:18:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:19 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:18:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:18:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:23 kassel NetworkManager[549]: <info> [1708111163.1266] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 16:19:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:19:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:19:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:19:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:19:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:20:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:21:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:29 kassel NetworkManager[549]: <info> [1708111349.1889] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:22:29 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:22:29 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:22:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:39 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:22:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:22:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:23:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:24:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:30 kassel systemd[4244]: Started dbus-:1.2-org.xfce.Xfconf@5.service.
Feb 16 16:25:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:25:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:52 kassel NetworkManager[549]: <info> [1708111612.7368] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:26:52 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:26:52 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:26:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:55 kassel plasmashell[4805]: [4805:4805:0216/162655.291869:ERROR:page_load_metrics_update_dispatcher.cc(179)] Invalid first_paint (unset) for first_image_paint 0.52 s
Feb 16 16:26:55 kassel plasmashell[4805]: [4805:4805:0216/162655.308779:ERROR:page_load_metrics_update_dispatcher.cc(179)] Invalid first_paint 0.669 s for first_image_paint 0.52 s
Feb 16 16:26:55 kassel plasmashell[4805]: [4805:4805:0216/162655.449876:ERROR:page_load_metrics_update_dispatcher.cc(179)] Invalid first_paint 0.669 s for first_image_paint 0.52 s
Feb 16 16:26:55 kassel plasmashell[4805]: [4805:4805:0216/162655.590580:ERROR:page_load_metrics_update_dispatcher.cc(179)] Invalid first_paint 0.669 s for first_image_paint 0.52 s
Feb 16 16:26:55 kassel plasmashell[4805]: [4805:4805:0216/162655.890110:ERROR:page_load_metrics_update_dispatcher.cc(179)] Invalid first_paint 0.669 s for first_image_paint 0.52 s
Feb 16 16:26:56 kassel plasmashell[4805]: [4805:4805:0216/162656.071897:ERROR:page_load_metrics_update_dispatcher.cc(179)] Invalid first_paint 0.669 s for first_image_paint 0.52 s
Feb 16 16:26:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:26:59 kassel plasmashell[4805]: [4805:4805:0216/162659.723130:ERROR:page_load_metrics_update_dispatcher.cc(179)] Invalid first_paint 0.669 s for first_image_paint 0.52 s
Feb 16 16:27:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:02 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:27:03 kassel plasmashell[4805]: [4805:4805:0216/162703.406456:ERROR:page_load_metrics_update_dispatcher.cc(179)] Invalid first_paint 0.669 s for first_image_paint 0.52 s
Feb 16 16:27:04 kassel plasmashell[4805]: [4805:4805:0216/162704.078259:ERROR:page_load_metrics_update_dispatcher.cc(179)] Invalid first_paint 0.669 s for first_image_paint 0.52 s
Feb 16 16:27:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:27:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:22 kassel claws-mail[610280]: ../glib/gobject/gsignal.c:2625: signal 'resource-request-starting' is invalid for instance '0x61c8e1fc6e00' of type 'WebKitWebView'
Feb 16 16:28:22 kassel claws-mail[610280]: ../glib/gobject/gsignal.c:2625: signal 'resource-load-failed' is invalid for instance '0x61c8e1fc6e00' of type 'WebKitWebView'
Feb 16 16:28:22 kassel WebKitWebProces[755599]: Initializing Fancy web process extension
Feb 16 16:28:22 kassel WebKitWebProces[755599]: Page 10 created for (null)
Feb 16 16:28:22 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:22 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:22 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 16:28:22 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:22 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:22 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:22 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:22 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 16:28:22 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:22 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://click.nexo.com/open.aspx?ffcb10-feb811747d620374-fe5c10767367077b7513-fe39117075640474711771-ff971676-fe23157272610675721078-ff3615717264&d=500015&bmt=0 => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/6272b8cc-8fdc-46b8-a8c3-6eabbd9a0814.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/ce4d1ba0-2134-4c6c-bf00-9609ea1725eb.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/113cb3b7-2bd7-4315-ae96-d11318b54bf2.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/6e287389-8ebb-4410-bae0-d330d977239c.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/83b6b0c6-431a-48d3-bd69-98176e066c2b.jpg => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/92c460b4-0efa-40b7-97cf-d9747580b98f.jpg => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/ebb7fa4d-d646-4cda-9771-89c8860bd082.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/3a4aad2b-9fe5-45ea-b964-490f43ea0bb4.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/781d73d0-0c79-493e-80d0-816b79c2445a.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/9bcb8179-d789-436f-8b8f-0371a62d7160.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.io/lib/fe39117075640474711771/m/2/946a7be7-2779-4d75-bfb6-cabbd1967174.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.io/lib/fe39117075640474711771/m/2/1903fd5f-c103-4f9f-b7ad-360f783db05d.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.io/lib/fe39117075640474711771/m/2/378fd542-a6b4-4159-bf75-5c7e675d00e9.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.io/lib/fe39117075640474711771/m/2/27278338-1081-42e8-b083-492ba0a03a5b.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/3/a1520243-89dd-46cc-b269-d03c4c849d09.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/3/43cd3a2a-1d07-4760-8b34-99f18cf9459b.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/11c5f7b2-6397-4b13-aa5a-5904b693efc4.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/3e984987-ed28-4e4d-aca4-db4eaab5cfab.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/c8565b87-4022-4594-b277-7f9a48065fdb.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/cc079209-bace-45e9-a19d-08e28787c577.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/a6e8788b-c9ab-4161-b72d-b8956e46401b.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/b2ebb5d9-bb55-4059-b81b-4761b0bf7e67.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/d584184f-b093-4945-b877-da72c64dc4e9.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/2f5db7fc-87d0-437e-ac02-0b9de954216a.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/3/835ecb90-3dce-4e41-8eaf-0f73e0abdd52.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/3/824c56dd-6472-4dc0-8359-dae68730e345.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/fce92ca9-4f6d-4a71-9d05-9cf2019ea7b1.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/70817f1a-a8db-41dd-8465-f4b397a1929d.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/e6836d78-9308-4284-bcf0-823195419d65.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/31e6e0fb-917e-4ba3-a272-281b38d6f901.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/d5684da4-8b70-40d5-932c-ec4176494952.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/017bd22f-4328-4f6d-9ea4-ffe7e761e513.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/0be5d218-8bec-42cf-aa1c-92c70b3504de.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/40805d04-a708-413b-a970-38b6b29655e4.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/c8339f18-ad81-41a1-8a83-996ce41b0ef4.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/f2ca5845-46de-496e-86ab-be04734ff2e6.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://nexo.com/assets/email/fonts/TTNorms-Regular.woff => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://nexo.com/assets/email/fonts/TTNorms-Bold.woff => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/bc557d02-214d-490e-a587-25369f9558c9.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://nexo.com/assets/email/fonts/TTNorms-Medium.woff => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:23 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:23 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:23 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:23 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:23 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:23 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:23 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:23 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:23 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.xx.fbcdn.net/rsrc.php/v3/yS/r/ZirYDPWh0YD.png => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://scontent.xx.fbcdn.net/v/t39.30808-1/399053960_3575659422695799_5507605192210440777_n.jpg?stp=dst-jpg_p100x100&_nc_cat=107&ccb=1-7&_nc_sid=2ec865&_nc_ohc=zUUUbeinrw0AX-5L8mf&_nc_ad=z-m&_nc_cid=0&_nc_ht=scontent.xx&oh=00_AfDp7FSPUIkbfmItWQFbfdu5FD1s069mQNfGUgqa6sLuUA&oe=65D49B34 => remote uri blocked
Feb 16 16:28:23 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.facebook.com/email_open_log_pic.php?mid=61183e64e0cd9G5b06bb7dbf30G611842fe40fabG2ac => remote uri blocked
Feb 16 16:28:24 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:24 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:24 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:24 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.xx.fbcdn.net/rsrc.php/v3/yS/r/ZirYDPWh0YD.png => remote uri blocked
Feb 16 16:28:24 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://scontent.xx.fbcdn.net/v/t39.30808-1/399053960_3575659422695799_5507605192210440777_n.jpg?stp=dst-jpg_p100x100&_nc_cat=107&ccb=1-7&_nc_sid=2ec865&_nc_ohc=zUUUbeinrw0AX-5L8mf&_nc_ad=z-m&_nc_cid=0&_nc_ht=scontent.xx&oh=00_AfDp7FSPUIkbfmItWQFbfdu5FD1s069mQNfGUgqa6sLuUA&oe=65D49B34 => remote uri blocked
Feb 16 16:28:24 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.facebook.com/email_open_log_pic.php?mid=61183e64e0cd9G5b06bb7dbf30G611842fe40fabG2ac => remote uri blocked
Feb 16 16:28:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:29 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:29 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:29 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:29 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:29 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:29 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:29 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:29 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:29 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:29 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:29 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:29 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:29 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 16:28:29 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:29 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:29 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:29 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:29 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 16:28:29 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:29 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:29 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:29 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://m.media-amazon.com/images/S/aplus-media-library-service-media/310cc31b-dd0b-4938-bee5-abaa12317d16.__CR0,0,1464,600_PT0_SX1464_V1___.jpg => remote uri blocked
Feb 16 16:28:29 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://simplexical.com/8O0g028o7l109074-1ke0b2821de0as0v8k60c00001 => remote uri blocked
Feb 16 16:28:30 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:30 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:30 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:30 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:30 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:30 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:30 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:30 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:30 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:30 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:30 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 16:28:30 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:30 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:30 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:30 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:30 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 16:28:30 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:30 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:30 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:30 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://hundredship.com/20/3863/13270/CwuqOEDvpJ.jpg => remote uri blocked
Feb 16 16:28:30 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://hundredship.com/20/3863/13270/UjIgly.jpg => remote uri blocked
Feb 16 16:28:30 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://hundredship.com/8O0g027okh109074-1ke0b2822m00i018f3l1a00001 => remote uri blocked
Feb 16 16:28:31 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:31 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:31 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:31 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:31 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:31 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:31 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:31 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:31 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:31 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:31 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 16:28:31 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:31 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:31 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:31 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:31 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 16:28:31 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:31 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:31 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:31 kassel WebKitWebProces[755599]: Filter page: about:blank request: cid:FWMAIL3c2f72736ea3d148f09b96ea377c9867 => local uri allowed
Feb 16 16:28:31 kassel WebKitWebProces[755599]: Filter page: about:blank request: cid:FWMAIL5988e8459f0a20989d30532cf94f225b => local uri allowed
Feb 16 16:28:31 kassel WebKitWebProces[755599]: Filter page: about:blank request: cid:FWMAIL03b5855985c34d8ec03ce565e91f38aa => local uri allowed
Feb 16 16:28:31 kassel WebKitWebProces[755599]: Filter page: about:blank request: cid:FWMAILbfe070ec276c4d059613669f2e53bbce => local uri allowed
Feb 16 16:28:31 kassel WebKitWebProces[755599]: Filter page: about:blank request: cid:FWMAIL42a0fd1868a3dd37e1abf0ceb99bf319 => local uri allowed
Feb 16 16:28:31 kassel WebKitWebProces[755599]: Filter page: about:blank request: cid:FWMAIL8339674cd00ca1bb3987b1e4d198394d => local uri allowed
Feb 16 16:28:31 kassel WebKitWebProces[755599]: Filter page: about:blank request: cid:FWMAILf66721548acbbff9cec75884120c5552 => local uri allowed
Feb 16 16:28:31 kassel WebKitWebProces[755599]: Filter page: about:blank request: cid:FWMAILa5c3bb5fdf5a32a8032c39ea60afdf07 => local uri allowed
Feb 16 16:28:31 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://t7042aa8b.emailsys1a.net/o/206/7304282/254/0/2439364/8404/9c790db0eb.gif => remote uri blocked
Feb 16 16:28:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 16:28:33 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:33 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:33 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:33 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:33 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:33 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://collengi.com/10/19125/53845/3.jpg => remote uri blocked
Feb 16 16:28:33 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://collengi.com/8O0g027odq109074-1ke0b2822m007s18f3l1a00001 => remote uri blocked
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 16:28:33 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:33 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:33 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:33 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:33 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 16:28:33 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:33 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:33 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:33 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://ostrauss.com/10/19125/53845/3.jpg => remote uri blocked
Feb 16 16:28:33 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://ostrauss.com/8O0g027o8m109074-1ke0b2822m00i018f3l1a00001 => remote uri blocked
Feb 16 16:28:34 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:34 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:34 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:34 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:34 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:34 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:34 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:34 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:34 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:34 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:34 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 16:28:34 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:34 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:34 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:34 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:34 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 16:28:34 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:34 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:34 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:34 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://files.embluemail.com/uo/29499/92019_slider_2.png => remote uri blocked
Feb 16 16:28:34 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://files.embluemail.com/uo/29499/920193_1.jpg => remote uri blocked
Feb 16 16:28:34 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://files.embluemail.com/uo/29499/whatsapp_image_2024-02-16_at_09_13_02_1.jpeg => remote uri blocked
Feb 16 16:28:34 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://files.embluemail.com/uo/29499/whatsapp_image_2024-02-16_at_09_13_02.jpeg => remote uri blocked
Feb 16 16:28:34 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://files.embluemail.com/uo/29499/whatsapp_image_2024-02-16_at_09_13_01.jpeg => remote uri blocked
Feb 16 16:28:34 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://files.embluemail.com/uo/29499/medio_ofertas_3.png => remote uri blocked
Feb 16 16:28:34 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://files.embluemail.com/editor_templates/ed/icon/fa_2.png => remote uri blocked
Feb 16 16:28:34 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://files.embluemail.com/editor_templates/ed/i/inst2.png => remote uri blocked
Feb 16 16:28:34 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://files.embluemail.com/editor_templates/ed/i/you_2.png => remote uri blocked
Feb 16 16:28:34 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://nts.embluemail.com/p/op?data=0vGgIYL%2FZVfI8616kYSs9NbNutDx5m22XoL74Ej7JJZPC6fBoyGYuU9BGQSgAhYQT9kNaTra5koLPNJhMbyUpQ%3D%3D!-!7h3dl5 => remote uri blocked
Feb 16 16:28:34 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://i.embluejet.com/ImagenesMoxie/emblue/images/logo.jpg => remote uri blocked
Feb 16 16:28:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:37 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:37 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:37 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:37 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:37 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:37 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:37 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:37 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:37 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:37 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:37 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:37 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:37 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 16:28:37 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:37 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:37 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:37 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:37 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 16:28:37 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:37 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://click.mail.lidl.de/open.aspx?ffcb10-fe9115757060037575-fe20167870620c7a751778-fe8b13737762077572-ff951175-fe23167371620d78731174-ff3410707462&d=500012&bmt=0 => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/f0bf566c-62b8-47c8-b2be-ab7816a06a9f.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/f791f02e-6839-44c0-a144-47249b84ec21.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/958fba9c-bc55-43d1-8da9-c77c00885adb.gif => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/f4419cd0-bfbe-4272-8711-b02c85b17476.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/958fba9c-bc55-43d1-8da9-c77c00885adb.gif => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/958fba9c-bc55-43d1-8da9-c77c00885adb.gif => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/dbb41e43-2069-46a3-ac80-73490634bb8c.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/958fba9c-bc55-43d1-8da9-c77c00885adb.gif => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/68d7b17b-d766-40d5-b432-e10e5203b518.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/958fba9c-bc55-43d1-8da9-c77c00885adb.gif => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/958fba9c-bc55-43d1-8da9-c77c00885adb.gif => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/fe3cc4b5-186a-4b93-b55e-c8525a5541eb.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/6fbe9d12bbce5ceabdbb25d6d9d1d056.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/bef8c9e1-c593-4887-9443-090980733d7e.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcpf65fc1ad3e3b43f4b9f0203777625399.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/2e787bfd-6047-4ad5-acc7-658d51f58f7a.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcpbf39fc35370f4d0592dd36378074955c.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/bc2e320b-4123-42a2-b42d-7d31188bc180.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcpe0d39afde8764c2bbd89d53bf11523d2.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/bc2e320b-4123-42a2-b42d-7d31188bc180.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/452d25e4-7a60-41dd-b39e-eb892d93af53.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/ad803771d6377787c4a2eb6bcc0af94b.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/2e787bfd-6047-4ad5-acc7-658d51f58f7a.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/5c30ae0314b085516d2ec2d2a715cad8.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/2e787bfd-6047-4ad5-acc7-658d51f58f7a.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/5d6d97cb1ae108d303559ea6bac763e7.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/bc2e320b-4123-42a2-b42d-7d31188bc180.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/a34de7ae1e9f950081dce85d90c33a40.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/2e787bfd-6047-4ad5-acc7-658d51f58f7a.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/07b142ae-c13d-42f3-9329-05aa29888713.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcp3f99c8814cdb43bb9c9aa7628e1bfdb3.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/f6a9ceaf-3d7e-4457-b798-e253e3653c6c.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcpf2b0f8906cb14adba37ab6b3756c0bef.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/2e787bfd-6047-4ad5-acc7-658d51f58f7a.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcp771955d7f64a45098c8112f6ffcce114.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcpf1470190274944bd8903c74bf1901549.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/bc2e320b-4123-42a2-b42d-7d31188bc180.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/b04383fa-2197-481c-841f-df811ec80b5c.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcp6cace57745474bb2891b5ba92cc7f9ca.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/2e787bfd-6047-4ad5-acc7-658d51f58f7a.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcp956562f1ba974e91a1a8aa13886faa77.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/bc2e320b-4123-42a2-b42d-7d31188bc180.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcp0d74c186e4ff4abbbccdc4e6969b597c.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/9178dff6-ecec-4a0c-939f-5fb048b63c56.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcp6da0046707e54037a6b56c51b3c8ec75.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/bc2e320b-4123-42a2-b42d-7d31188bc180.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/9/bcc29dc8-3379-439d-ba85-78905ddeef47.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcp58eb4f2954fa4d11bf6bd15034148dde.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/bc2e320b-4123-42a2-b42d-7d31188bc180.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcpd23a8a39b33b4e8ca341a087f4769165.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/f6a9ceaf-3d7e-4457-b798-e253e3653c6c.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcp4b4b6419313742859a30c0d5d85795e6.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/3cabd664-2b7b-4eea-a05f-4094ec9f8d7f.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.lidl.de/assets/gcp71c357b351a04f6f83b0fd41b21023f1.jpeg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/bef8c9e1-c593-4887-9443-090980733d7e.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/61c5e5d2-c25b-461b-91d2-8b37ae500d83.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/958fba9c-bc55-43d1-8da9-c77c00885adb.gif => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/8/8283bc91-af74-4bbd-9a72-4ef21c90e3a3.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/0cfeeafe-8517-45ab-9853-aec571b3515d.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/6abb3f37-cda2-4fa9-992a-580894f1a9d9.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/98a596b8-20cb-41ec-bd89-88fa101d87c0.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/6a4f80b8-d9a2-4829-8d65-04dc524f5beb.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/2ec8e7db-75a8-474c-b379-3fa94b50c66d.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/83072fb7-3a33-474b-80e2-017236f3392e.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/86c6edcc-a02c-4902-88e3-c0d406981c1d.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/958fba9c-bc55-43d1-8da9-c77c00885adb.gif => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/59550453-9c61-4279-a287-f78d7b22003d.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/958fba9c-bc55-43d1-8da9-c77c00885adb.gif => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/8/4711a35f-7a00-417e-980c-dff48b5d5f30.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/958fba9c-bc55-43d1-8da9-c77c00885adb.gif => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/f1b196cb-18af-4178-8823-0d8570e504fc.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/958fba9c-bc55-43d1-8da9-c77c00885adb.gif => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/01248457-78d5-4401-af9e-85cf396d2b47.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/3a19bd60-2edb-483d-b09a-217df7defec9.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/eff10f4c-b05c-46fd-a89e-9f3706243813.jpg => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/e072e8fe-c3c4-4209-91d1-5498ea5e3906.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/4b90da80-1627-49c8-94cf-b115101b7298.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/dbd75b28-1bce-4e37-82ec-53a1be6d17a7.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/0c138b7b-33ab-43ca-a99f-98cd9ec901f5.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/519904ce-cb50-4652-8601-6199cf01bf66.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/c7e65635-0bfa-43fb-8c07-91b3ba488a94.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/3dccd073-df65-42f3-805d-ea624ffcbe3f.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/a5701509-a177-4b0d-9100-46bb81b6d194.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/fca32d8d-df2d-49d7-a77f-7775e8de8a48.png => remote uri blocked
Feb 16 16:28:37 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.mail.lidl.de/lib/fe8b13737762077572/m/1/fca32d8d-df2d-49d7-a77f-7775e8de8a48.png => remote uri blocked
Feb 16 16:28:38 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:38 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:38 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:38 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:38 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:38 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:38 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:38 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:38 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:38 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:38 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:38 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:38 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 16:28:38 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:38 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:38 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:38 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:38 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 16:28:38 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:38 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:38 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:38 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://millteich.com/20/6729/48411/ChsDoPH.jpg => remote uri blocked
Feb 16 16:28:38 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://millteich.com/20/6729/48411/UPMCcDhtNo.jpg => remote uri blocked
Feb 16 16:28:38 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://millteich.com/8O0g026onq109074-1ke0b2822m007s1dsrbkh00001 => remote uri blocked
Feb 16 16:28:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:39 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:39 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:39 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:39 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:39 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:39 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:39 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:39 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:39 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:39 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:39 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 16:28:39 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:39 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:39 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:39 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:39 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 16:28:39 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:39 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://millteich.com/20/6729/48411/CBXzViTA.jpg => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://millteich.com/20/6729/48411/UONVpWPro.jpg => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: http://millteich.com/8O0g026o3i109074-1ke0b2822m00i01dsrbkh00001 => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:39 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:39 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:39 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:39 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:39 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:39 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:39 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:39 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:39 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:39 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 16:28:39 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:39 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:39 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 16:28:39 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 16:28:39 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 16:28:39 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:39 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://click.nexo.com/open.aspx?ffcb10-feb811747d620374-fe5c10767367077b7513-fe39117075640474711771-ff971676-fe23157272610675721078-ff3615717264&d=500015&bmt=0 => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/6272b8cc-8fdc-46b8-a8c3-6eabbd9a0814.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/ce4d1ba0-2134-4c6c-bf00-9609ea1725eb.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/113cb3b7-2bd7-4315-ae96-d11318b54bf2.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/6e287389-8ebb-4410-bae0-d330d977239c.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/83b6b0c6-431a-48d3-bd69-98176e066c2b.jpg => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/92c460b4-0efa-40b7-97cf-d9747580b98f.jpg => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/ebb7fa4d-d646-4cda-9771-89c8860bd082.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/3a4aad2b-9fe5-45ea-b964-490f43ea0bb4.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/781d73d0-0c79-493e-80d0-816b79c2445a.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/9bcb8179-d789-436f-8b8f-0371a62d7160.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.io/lib/fe39117075640474711771/m/2/946a7be7-2779-4d75-bfb6-cabbd1967174.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.io/lib/fe39117075640474711771/m/2/1903fd5f-c103-4f9f-b7ad-360f783db05d.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.io/lib/fe39117075640474711771/m/2/378fd542-a6b4-4159-bf75-5c7e675d00e9.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.io/lib/fe39117075640474711771/m/2/27278338-1081-42e8-b083-492ba0a03a5b.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/3/a1520243-89dd-46cc-b269-d03c4c849d09.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/3/43cd3a2a-1d07-4760-8b34-99f18cf9459b.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/11c5f7b2-6397-4b13-aa5a-5904b693efc4.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/3e984987-ed28-4e4d-aca4-db4eaab5cfab.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/c8565b87-4022-4594-b277-7f9a48065fdb.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/cc079209-bace-45e9-a19d-08e28787c577.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/a6e8788b-c9ab-4161-b72d-b8956e46401b.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/b2ebb5d9-bb55-4059-b81b-4761b0bf7e67.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/d584184f-b093-4945-b877-da72c64dc4e9.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/2f5db7fc-87d0-437e-ac02-0b9de954216a.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/3/835ecb90-3dce-4e41-8eaf-0f73e0abdd52.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/3/824c56dd-6472-4dc0-8359-dae68730e345.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/fce92ca9-4f6d-4a71-9d05-9cf2019ea7b1.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/70817f1a-a8db-41dd-8465-f4b397a1929d.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/e6836d78-9308-4284-bcf0-823195419d65.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/31e6e0fb-917e-4ba3-a272-281b38d6f901.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/d5684da4-8b70-40d5-932c-ec4176494952.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/017bd22f-4328-4f6d-9ea4-ffe7e761e513.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/0be5d218-8bec-42cf-aa1c-92c70b3504de.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/40805d04-a708-413b-a970-38b6b29655e4.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/c8339f18-ad81-41a1-8a83-996ce41b0ef4.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/f2ca5845-46de-496e-86ab-be04734ff2e6.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://nexo.com/assets/email/fonts/TTNorms-Regular.woff => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://nexo.com/assets/email/fonts/TTNorms-Bold.woff => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/bc557d02-214d-490e-a587-25369f9558c9.png => remote uri blocked
Feb 16 16:28:39 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://nexo.com/assets/email/fonts/TTNorms-Medium.woff => remote uri blocked
Feb 16 16:28:40 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:40 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:40 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:40 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:40 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:40 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:40 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:40 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:41 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:41 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:41 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:41 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:41 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 16:28:41 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 16:28:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:28:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:02 kassel systemd[4244]: Started Thunar-Dateiverwaltung - Dateiverwaltung.
Feb 16 16:29:02 kassel systemd[4244]: Starting Virtual filesystem service - disk device monitor...
Feb 16 16:29:02 kassel systemd[4244]: Started Virtual filesystem service - disk device monitor.
Feb 16 16:29:02 kassel systemd[4244]: Starting Virtual filesystem service - Apple File Conduit monitor...
Feb 16 16:29:02 kassel systemd[4244]: Started Virtual filesystem service - Apple File Conduit monitor.
Feb 16 16:29:02 kassel systemd[4244]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Feb 16 16:29:02 kassel systemd[4244]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Feb 16 16:29:02 kassel systemd[4244]: Starting Virtual filesystem service - digital camera monitor...
Feb 16 16:29:02 kassel systemd[4244]: Started Virtual filesystem service - digital camera monitor.
Feb 16 16:29:03 kassel systemd[4244]: Starting Thumbnailing service...
Feb 16 16:29:03 kassel tumblerd[757860]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.9: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
Feb 16 16:29:03 kassel tumblerd[757860]: Failed to load plugin "tumbler-ffmpeg-thumbnailer.so": libffmpegthumbnailer.so.4: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
Feb 16 16:29:03 kassel tumblerd[757860]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.7.so.0: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
Feb 16 16:29:03 kassel systemd[4244]: Started Thumbnailing service.
Feb 16 16:29:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:23 kassel NetworkManager[549]: <info> [1708111763.0931] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:29:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:29:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:29:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:30 kassel rtkit-daemon[4398]: Failed to look up client: No such file or directory
Feb 16 16:29:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:29:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:29:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:30:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:30:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:30:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:30:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:30:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:31:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:31:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:31:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:31:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:31:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:31:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:31:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:32:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:32:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:32:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:32:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:32:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:32:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:32:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:32:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:33:03 kassel NetworkManager[549]: <info> [1708111983.9463] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:33:04 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:33:04 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:33:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:33:14 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:33:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:33:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:33:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:33:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:33:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:33:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:33:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:34:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:34:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:34:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:34:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:34:23 kassel NetworkManager[549]: <info> [1708112063.1277] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 16:34:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:34:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:34:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:34:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:34:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:34:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:34:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:35:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:35:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:35:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:35:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:35:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:35:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:35:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:35:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:36:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:36:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:36:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:36:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:36:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:36:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:36:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:36:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:36:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:36:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:36:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:37:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:37:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:37:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:37:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:37:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:37:25 kassel NetworkManager[549]: <info> [1708112245.9374] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:37:25 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:37:25 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:37:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:37:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:37:35 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:37:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:37:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:37:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:37:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:38:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:38:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:38:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:38:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:38:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:38:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:38:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:39:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:39:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:39:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:39:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:39:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:39:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:39:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:39:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:40:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:40:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:40:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:40:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:40:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:40:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:40:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:40:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:40:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:40:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:41:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:41:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:41:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:41:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:41:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:41:56 kassel NetworkManager[549]: <info> [1708112516.7536] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:41:56 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:41:56 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:41:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:42:06 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:42:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:42:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:42:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:42:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:42:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:42:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:42:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:42:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:42:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:42:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:42:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:01 kassel smplayer.desktop[792134]: Das ist SMPlayer Version 23.12.0 (Revision 10207), ausgeführt auf Linux
Feb 16 16:43:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:43:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:18 kassel NetworkManager[549]: <info> [1708112658.6788] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:44:18 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:44:18 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:44:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:28 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:44:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:44:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:45:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:45:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:45:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:45:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:45:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:45:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:45:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:45:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:46:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:46:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:46:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:46:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:46:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:46:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:46:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:46:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:46:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:46:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:46:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:47:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:47:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:47:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:47:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:47:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:47:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:47:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:47:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:47:54 kassel kernel: perf: interrupt took too long (3939 > 3926), lowering kernel.perf_event_max_sample_rate to 50700
Feb 16 16:48:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:48:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:48:13 kassel NetworkManager[549]: <info> [1708112893.1078] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:48:13 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:48:13 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:48:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:48:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:48:23 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:48:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:48:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:48:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:49:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:49:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:49:23 kassel NetworkManager[549]: <info> [1708112963.1262] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 16:49:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:49:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:49:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:49:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:49:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:49:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:50:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:50:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:50:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:50:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:50:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:50:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:50:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:50:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:50:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:51:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:51:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:51:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:51:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:51:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:51:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:51:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:51:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:51:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:51:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:16 kassel NetworkManager[549]: <info> [1708113136.5737] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:52:16 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:52:16 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:52:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:26 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:52:27 kassel pamac-tray[4637]: updates_checker.vala:70: check updates
Feb 16 16:52:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:52:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:08 kassel systemd[1]: Starting Pamac Daemon...
Feb 16 16:53:08 kassel systemd[1]: Started Pamac Daemon.
Feb 16 16:53:14 kassel systemd[1]: pamac-daemon.service: Deactivated successfully.
Feb 16 16:53:15 kassel systemd[1]: pamac-daemon.service: Consumed 5.485s CPU time.
Feb 16 16:53:15 kassel pamac-tray[4637]: updates_checker.vala:100: 16 updates found
Feb 16 16:53:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:53:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:54:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:54:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:54:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:54:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:54:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:54:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:54:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:54:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:54:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:54:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:55:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:55:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:55:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:55:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:55:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:55:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:55:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:55:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:55:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:55:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:55:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:55:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:56:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:56:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:56:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:56:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:56:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:56:51 kassel NetworkManager[549]: <info> [1708113411.1982] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:56:51 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:56:51 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:56:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:56:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:57:01 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:57:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:57:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:57:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:57:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:57:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:57:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:57:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:57:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:58:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:58:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:58:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:58:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:58:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:58:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:58:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:58:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:58:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:58:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:59:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:59:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:59:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:59:17 kassel NetworkManager[549]: <info> [1708113557.4293] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:59:17 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 16:59:17 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 16:59:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:59:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:59:27 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 16:59:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:59:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:59:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:59:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:59:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 16:59:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:00:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:00:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:00:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:00:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:00:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:00:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:00:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:00:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:00:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:00:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:00:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:00:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:01:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:01:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:01:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:01:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:01:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:01:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:01:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:01:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:01:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:01:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:01:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:02:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:02:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:02:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:02:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:02:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:02:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:02:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:02:59 kassel NetworkManager[549]: <info> [1708113779.4287] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:02:59 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:02:59 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:03:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:03:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:03:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:03:09 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:03:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:03:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:03:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:03:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:03:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:03:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:03:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:03:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:03:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:04:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:04:23 kassel NetworkManager[549]: <info> [1708113863.0437] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 17:04:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:04:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:04:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:04:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:04:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:04:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:04:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:04:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:04:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:04:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:04:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:05:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:05:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:05:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:05:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:05:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:05:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:05:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:05:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:05:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:06:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:06:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:06:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:06:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:06:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:06:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:06:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:06:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:06:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:06:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:07:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:07:06 kassel NetworkManager[549]: <info> [1708114026.9260] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:07:06 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:07:06 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:07:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:07:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:07:16 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:07:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:07:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:07:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:07:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:07:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:07:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:07:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:08:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:08:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:08:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:08:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:08:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:08:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:09:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:09:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:09:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:09:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:09:29 kassel NetworkManager[549]: <info> [1708114169.2602] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:09:29 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:09:29 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:09:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:09:39 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:09:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:09:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:09:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:09:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:10:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:11:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:11:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:11:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:11:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:11:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:11:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:11:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:11:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:11:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:11:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:11:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:12:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:12:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:12:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:12:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:12:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:12:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:12:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:12:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:12:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:12:58 kassel NetworkManager[549]: <info> [1708114378.1533] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:12:58 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:12:58 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:13:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:13:08 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:13:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:13:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:13:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:13:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:13:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:13:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:13:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:13:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:14:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:14:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:14:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:14:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:14:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:14:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:14:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:14:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:14:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:14:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:15:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:15:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:15:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:15:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:15:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:15:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:15:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:15:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:16:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:16:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:16:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:16:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:16:33 kassel wpa_supplicant[1467]: wlp7s0: WPA: Group rekeying completed with 26:78:7f:2f:6b:24 [GTK=CCMP]
Feb 16 17:16:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:16:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:16:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:17:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:17:14 kassel NetworkManager[549]: <info> [1708114634.6623] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:17:14 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:17:14 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:17:24 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:17:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:17:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:18:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:18:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:18:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:18:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:18:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:18:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:18:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:18:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:18:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:19:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:19:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:19:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:19:23 kassel NetworkManager[549]: <info> [1708114763.0831] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 17:19:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:19:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:19:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:19:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:19:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:19:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:19:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:19:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:19:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:20:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:20:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:20:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:20:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:20:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:20:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:20:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:20:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:21:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:21:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:21:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:21:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:21:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:21:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:21:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:21:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:21:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:21:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:21:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:21:56 kassel NetworkManager[549]: <info> [1708114916.6709] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:21:56 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:21:56 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:22:06 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:22:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:22:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:22:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:22:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:22:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:22:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:22:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:22:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:23:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:23:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:23:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:23:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:23:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:23:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:23:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:23:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:23:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:24:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:24:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:24:17 kassel NetworkManager[549]: <info> [1708115057.8840] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:24:17 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:24:17 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:24:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:24:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:24:27 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:24:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:24:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:24:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:24:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:24:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:24:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:24 kassel smplayer.desktop[888027]: Das ist SMPlayer Version 23.12.0 (Revision 10207), ausgeführt auf Linux
Feb 16 17:25:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:25:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:26:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:26:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:26:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:26:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:26:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:26:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:27:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:27:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:27:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:27:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:27:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:27:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:27:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:27:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:27:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:27:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:28:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:28:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:28:13 kassel NetworkManager[549]: <info> [1708115293.2723] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:28:13 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:28:13 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:28:23 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:28:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:28:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:28:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:28:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:28:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:28:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:29:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:29:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:29:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:29:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:29:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:29:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:29:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:29:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:29:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:30:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:30:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:30:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:30:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:30:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:30:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:30:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:30:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:30:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:30:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:30:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:30:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:31:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:31:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:31:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:31:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:31:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:31:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:31:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:31:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:31:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:24 kassel NetworkManager[549]: <info> [1708115544.8203] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:32:24 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:32:24 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:32:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:34 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:32:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:32:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:33:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:33:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:33:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:33:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:33:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:33:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:34:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:34:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:34:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:34:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:34:23 kassel NetworkManager[549]: <info> [1708115663.0974] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 17:34:23 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:34:23 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:34:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:34:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:34:33 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:34:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:34:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:34:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:34:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:34:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:35:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:35:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:35:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:35:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:35:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:35:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:35:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:36:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:36:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:36:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:36:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:36:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:36:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:36:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:36:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:36:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:36:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:37:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:37:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:37:16 kassel NetworkManager[549]: <info> [1708115836.7683] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:37:16 kassel systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 16 17:37:16 kassel systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 16 17:37:26 kassel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 16 17:37:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:37:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:37:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:37:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:38:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:38:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:38:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:38:35 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:38:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:38:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:38:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:38:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:38:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:38:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:39:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:39:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:39:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:39:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:39:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:39:56 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 17:39:56 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:39:56 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:39:56 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:39:56 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:39:56 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 17:39:56 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:39:56 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:39:56 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 17:39:56 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://kartra.s3.amazonaws.com/internal/powered_by_kartra.png => remote uri blocked
Feb 16 17:39:56 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://alphamale20.krtra.com/o/TEF3bVwMj1a4/DG24 => remote uri blocked
Feb 16 17:39:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:39:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:39:59 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:39:59 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:39:59 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:39:59 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:39:59 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:39:59 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:39:59 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:39:59 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:39:59 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:39:59 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:39:59 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:39:59 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:39:59 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 17:39:59 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.xx.fbcdn.net/rsrc.php/v3/yy/r/NG4KFeMGDTs.png => remote uri blocked
Feb 16 17:39:59 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.xx.fbcdn.net/rsrc.php/v3/yu/r/uG4g9QU6i-H.png => remote uri blocked
Feb 16 17:39:59 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.xx.fbcdn.net/rsrc.php/v3/yW/r/lHaeBLrR4Gf.png => remote uri blocked
Feb 16 17:39:59 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://scontent.xx.fbcdn.net/v/t39.30808-6/350144230_766851481749222_6627516216115001719_n.jpg?stp=dst-jpg_p526x296&_nc_cat=101&ccb=1-7&_nc_sid=f22548&_nc_ohc=wky9rmz4YnEAX-weVr4&_nc_ad=z-m&_nc_cid=0&_nc_ht=scontent.xx&oh=00_AfCA1pCqlfj34xhFMrUGZZCMwFDB_mWb7Mh-lm-PQFkBVQ&oe=65D56D66 => remote uri blocked
Feb 16 17:39:59 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://scontent.xx.fbcdn.net/v/t39.30808-6/312822007_496004072541396_1096373493334917757_n.jpg?stp=c210.0.540.540a_dst-jpg&_nc_cat=105&ccb=1-7&_nc_sid=f22548&_nc_ohc=xi9fdq-B3cQAX9W2TRE&_nc_ad=z-m&_nc_cid=0&_nc_ht=scontent.xx&oh=00_AfA13J1LkZlaYaOBDsV6BHton3kKbJBfW8Uj_My9a1Us9A&oe=65D5515D => remote uri blocked
Feb 16 17:39:59 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://scontent.xx.fbcdn.net/v/t39.30808-6/379613616_825869172607712_709673518990536278_n.jpg?stp=c0.39.526.526a_dst-jpg_p526x296&_nc_cat=110&ccb=1-7&_nc_sid=f22548&_nc_ohc=wrMKRPjk0UgAX8jB4YZ&_nc_ad=z-m&_nc_cid=0&_nc_ht=scontent.xx&oh=00_AfCzYjDm9tlkVgRZEWRyrrfAG2ceaR3Z0Ht4fyPZNSvGcA&oe=65D4DE07 => remote uri blocked
Feb 16 17:39:59 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://scontent.xx.fbcdn.net/v/t39.30808-6/290972259_1727600090922690_8469660382602442088_n.jpg?stp=c116.0.322.322a_dst-jpg&_nc_cat=100&ccb=1-7&_nc_sid=f22548&_nc_ohc=1rd64jCzKdoAX8RK0FW&_nc_ad=z-m&_nc_cid=0&_nc_ht=scontent.xx&oh=00_AfBAMwP117T-4w259XrPf6UAROTJ34FYnZorbjhlPQk30A&oe=65D56489 => remote uri blocked
Feb 16 17:39:59 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://scontent.xx.fbcdn.net/v/t1.6435-9/146578617_1067684430395711_4464724802395789098_n.jpg?stp=c210.0.540.540a_dst-jpg_p180x540&_nc_cat=101&ccb=1-7&_nc_sid=f2fd11&_nc_ohc=36uSL3hyvfUAX9oCNhA&_nc_ad=z-m&_nc_cid=0&_nc_ht=scontent.xx&oh=00_AfCaqVa4-nQfhBYPr-VrWUR7m0DRcZxmSWfnFbJ4n9s-Cw&oe=65F71FD2 => remote uri blocked
Feb 16 17:39:59 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://scontent.xx.fbcdn.net/v/t39.30808-6/300807990_104462795722998_8966289106577545716_n.jpg?stp=c244.0.540.540a_dst-jpg_p180x540&_nc_cat=101&ccb=1-7&_nc_sid=f22548&_nc_ohc=4XbjB4XOCuYAX_D0622&_nc_ad=z-m&_nc_cid=0&_nc_ht=scontent.xx&oh=00_AfAU-aHd3IoDXhvOvu-9O68QkyfeSiPUWdKJkqQ3LqatNw&oe=65D49630 => remote uri blocked
Feb 16 17:39:59 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.facebook.com/email_open_log_pic.php?mid=61185448f14a6G5b06bb7dbf30G611858e251778G7c1 => remote uri blocked
Feb 16 17:40:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:11 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:12 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:12 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:12 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:12 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:12 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:12 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:12 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:12 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:12 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:12 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:12 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:12 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:12 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 17:40:12 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:12 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:12 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:12 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:12 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 17:40:12 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:12 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.linkedin.com/comm/dms/logo?badgeTheme=mercado&lipi=urn%3Ali%3Apage%3Aemail_email_job_alert_digest_01%3BVuNymZ5XTVyf2tCVKrmPqA%3D%3D&midSig=1OHy0pdpZtpr81&midToken=AQFGMd1cZs851g&trkEmail=eml-email_job_alert_digest_01-null-0-comms%7Ebadging%7Edynamic%7Eglimmer-null-7txqjf%7Elsp37vse%7E3g-null-null&trk=eml-email_job_alert_digest_01-null-0-comms%7Ebadging%7Edynamic%7Eglimmer&_sig=2woLY6Clhtpr81 => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/D4E0BAQHYCgYovUuPtQ/company-logo_100_100/0/1665755678957/oracle_logo?e=2147483647&v=beta&t=EpTB1kDOi9VFf6jT0BVXe8uOHLUk2FvyQpNPaiYwXnU => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4E0BAQEKqfAtgWNSxg/company-logo_100_100/0/1630644851392/kapsch_trafficcom_north_america_logo?e=2147483647&v=beta&t=CC5UctstmOtvDvT8LAOpWQ3z6k12nLr19_uka-zGovA => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/1sk0fbe9amaiat5elvybbtxsm => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/D560BAQGAzTvNDX3nrQ/company-logo_100_100/0/1704210492618?e=2147483647&v=beta&t=NuTXL2qqawpYun7wEDYoNLNY9aY-BLpZZOx5T5L4HdY => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4E0BAQEdoOsyuBAAvA/company-logo_100_100/0/1668414841393/amicus_recruitment_logo?e=2147483647&v=beta&t=Vee5N-vb5L_z0GT4DlrJQ9GzcW24Zhm8FxPHwNFE-MQ => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/1sk0fbe9amaiat5elvybbtxsm => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4D0BAQGUh1pXgjjk_A/company-logo_100_100/0/1630506519843/mechanism_ventures_logo?e=2147483647&v=beta&t=MuyMDJUBICCzX7q6jfXrYIupH9ckV38z89xj1hLUeqM => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C560BAQEYK67Tel_mng/company-logo_100_100/0/1630655500596/dice_logo?e=2147483647&v=beta&t=rllH_-w7fwNGRPjMmwRghSwN8osS0JKW18T_-sIwDn4 => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/40p617it49hlmq3d88bf4wguy => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/4eby4moebno1i6r34if7lud8o => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3v7rn84bkrozw9hhr19mvs4xu => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/5h6t3pgsywwftjt6umwf84g7k => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/9ehe6n39fa07dc5edzv0rla4e => remote uri blocked
Feb 16 17:40:12 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.linkedin.com/emimp/ip_TjNSNGNXcG1MV3h6Y0RNM2RuTmxMVE5uOlpXMWhhV3hmYW05aVgyRnNaWEowWDJScFoyVnpkRjh3TVE9PTo=.gif => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:13 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:13 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:13 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:13 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:13 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:13 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:13 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:13 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:13 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:13 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:13 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:13 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 17:40:13 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:13 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:13 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:13 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:13 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 17:40:13 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:13 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.linkedin.com/comm/dms/logo?badgeTheme=mercado&lipi=urn%3Ali%3Apage%3Aemail_email_job_alert_digest_01%3BE%2B4HVsppRKuu9%2BJg1tp7mg%3D%3D&midSig=1OHy0pdpZtpr81&midToken=AQFGMd1cZs851g&trkEmail=eml-email_job_alert_digest_01-null-0-comms%7Ebadging%7Edynamic%7Eglimmer-null-7txqjf%7Elsp37vse%7Exe-null-null&trk=eml-email_job_alert_digest_01-null-0-comms%7Ebadging%7Edynamic%7Eglimmer&_sig=3wqEjjtbJtpr81 => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4E0BAQG8bdX5sQ24KQ/company-logo_100_100/0/1630619679689/crossover__logo?e=2147483647&v=beta&t=AJ9DucsHoIHoUUgwhW_19OT-eD9gGHi87WYzH7bHcnU => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4E0BAQG8bdX5sQ24KQ/company-logo_100_100/0/1630619679689/crossover__logo?e=2147483647&v=beta&t=AJ9DucsHoIHoUUgwhW_19OT-eD9gGHi87WYzH7bHcnU => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/D4D0BAQHuVyjNBeQv9Q/company-logo_100_100/0/1684438608976/listopro_logo?e=2147483647&v=beta&t=i5LPawSwolFulqWUe8po6-onY3iTAPdWn0MSe0yfQpw => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C560BAQHbQYFSQsK__A/company-logo_100_100/0/1630511738029/usebraintrust_logo?e=2147483647&v=beta&t=KwbYjG0MdxQVYAijRBYsSuBn-w2onHZNpCmM31LViso => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/D4D0BAQHuVyjNBeQv9Q/company-logo_100_100/0/1684438608976/listopro_logo?e=2147483647&v=beta&t=i5LPawSwolFulqWUe8po6-onY3iTAPdWn0MSe0yfQpw => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4E0BAQG8bdX5sQ24KQ/company-logo_100_100/0/1630619679689/crossover__logo?e=2147483647&v=beta&t=AJ9DucsHoIHoUUgwhW_19OT-eD9gGHi87WYzH7bHcnU => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/40p617it49hlmq3d88bf4wguy => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/4eby4moebno1i6r34if7lud8o => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3v7rn84bkrozw9hhr19mvs4xu => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/5h6t3pgsywwftjt6umwf84g7k => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/9ehe6n39fa07dc5edzv0rla4e => remote uri blocked
Feb 16 17:40:13 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.linkedin.com/emimp/ip_TjNSNGNXcG1MV3h6Y0RNM2RuTmxMWGhsOlpXMWhhV3hmYW05aVgyRnNaWEowWDJScFoyVnpkRjh3TVE9PTo=.gif => remote uri blocked
Feb 16 17:40:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:14 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:14 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:14 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:14 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:14 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:14 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:14 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:14 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:14 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:14 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:14 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:14 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:14 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 17:40:14 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:14 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:14 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:14 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:14 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 17:40:14 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:14 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.linkedin.com/comm/dms/logo?badgeTheme=mercado&lipi=urn%3Ali%3Apage%3Aemail_email_job_alert_digest_01%3BIB9slFLlQsujmXQouGZ2yA%3D%3D&midSig=1OHy0pdpZtpr81&midToken=AQFGMd1cZs851g&trkEmail=eml-email_job_alert_digest_01-null-0-comms%7Ebadging%7Edynamic%7Eglimmer-null-7txqjf%7Elsp37vse%7E91-null-null&trk=eml-email_job_alert_digest_01-null-0-comms%7Ebadging%7Edynamic%7Eglimmer&_sig=3orKojjxhtpr81 => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C560BAQH5FOSGbPkisg/company-logo_100_100/0/1654721406036/atlassian_logo?e=2147483647&v=beta&t=p-vW6nfHJ-KqgM4xOSn1-XfhQ6pP1C_lhvyy3AwlzWc => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C560BAQENkeiZ2Ukm_w/company-logo_100_100/0/1657196831821?e=2147483647&v=beta&t=zb0eP57X_p64MOmOypxOZQRasgBosTP9UAjN0U8sEqk => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C560BAQF7t9X4k2P2hA/company-logo_100_100/0/1630672294143/cybercoders_logo?e=2147483647&v=beta&t=svLLpBE8gsgu2VaDigkqM3UEMeVyCIhMQEUzznif85w => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/1sk0fbe9amaiat5elvybbtxsm => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C560BAQF7t9X4k2P2hA/company-logo_100_100/0/1630672294143/cybercoders_logo?e=2147483647&v=beta&t=svLLpBE8gsgu2VaDigkqM3UEMeVyCIhMQEUzznif85w => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/1sk0fbe9amaiat5elvybbtxsm => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/D4E0BAQHYCgYovUuPtQ/company-logo_100_100/0/1665755678957/oracle_logo?e=2147483647&v=beta&t=EpTB1kDOi9VFf6jT0BVXe8uOHLUk2FvyQpNPaiYwXnU => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4E0BAQG8bdX5sQ24KQ/company-logo_100_100/0/1630619679689/crossover__logo?e=2147483647&v=beta&t=AJ9DucsHoIHoUUgwhW_19OT-eD9gGHi87WYzH7bHcnU => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/40p617it49hlmq3d88bf4wguy => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/4eby4moebno1i6r34if7lud8o => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3v7rn84bkrozw9hhr19mvs4xu => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/5h6t3pgsywwftjt6umwf84g7k => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/9ehe6n39fa07dc5edzv0rla4e => remote uri blocked
Feb 16 17:40:14 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.linkedin.com/emimp/ip_TjNSNGNXcG1MV3h6Y0RNM2RuTmxMVGt4OlpXMWhhV3hmYW05aVgyRnNaWEowWDJScFoyVnpkRjh3TVE9PTo=.gif => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:15 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:15 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:15 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:15 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:15 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:15 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:15 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:15 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:15 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:15 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:15 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:15 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 17:40:15 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:15 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:15 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:15 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:15 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 17:40:15 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:15 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.linkedin.com/comm/dms/logo?badgeTheme=mercado&lipi=urn%3Ali%3Apage%3Aemail_email_job_alert_digest_01%3Bdz1wen8BRQ%2BYFT%2BAhFgIaA%3D%3D&midSig=1OHy0pdpZtpr81&midToken=AQFGMd1cZs851g&trkEmail=eml-email_job_alert_digest_01-null-0-comms%7Ebadging%7Edynamic%7Eglimmer-null-7txqjf%7Elsp37vse%7Eo5-null-null&trk=eml-email_job_alert_digest_01-null-0-comms%7Ebadging%7Edynamic%7Eglimmer&_sig=0wRnp_wUhtpr81 => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/D560BAQGs1CBbJ5vMPA/company-logo_100_100/0/1663676834577/baesystemsinc_logo?e=2147483647&v=beta&t=xbLdcz4HCcGdylaK5MsfO3RGLuTRBbi2dSfZqaV8N3s => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4E0BAQFN7ZGRjNcgeA/company-logo_100_100/0/1656681489601/jpmorganchase_logo?e=2147483647&v=beta&t=7HTiK8ZaXIlJOAOaTl79xuuUanapyO6fdUn-acFg3wY => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/D4D0BAQGjPpjDBKa1Sg/company-logo_100_100/0/1688153065859/randstadusa_logo?e=2147483647&v=beta&t=X37w4TCHL_LQEOKjYUR3V1DdGoI3IQhFoZqQ4iM_bFM => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C560BAQEVAi1p70hYsA/company-logo_100_100/0/1668695854759/tenneco_logo?e=2147483647&v=beta&t=PESMyQY6scbnC4j3rNXNnBoRgAI8EFWIUML4V7jq-KU => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4E0BAQHBM3IW5xy9ow/company-logo_100_100/0/1630582328893/pavetalent_logo?e=2147483647&v=beta&t=6GHaPRs174th-hI2h_lgIr9Fv7WEpeXuFVKcNQzmxYM => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/1sk0fbe9amaiat5elvybbtxsm => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C560BAQEJ-egJZpvEHA/company-logo_100_100/0/1656681300154/tenet_healthcare_logo?e=2147483647&v=beta&t=tFXKBqGCOkkQH44AWzg2gulzQ17Urmtode-hRmaI74g => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/40p617it49hlmq3d88bf4wguy => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/4eby4moebno1i6r34if7lud8o => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3v7rn84bkrozw9hhr19mvs4xu => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/5h6t3pgsywwftjt6umwf84g7k => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/9ehe6n39fa07dc5edzv0rla4e => remote uri blocked
Feb 16 17:40:15 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.linkedin.com/emimp/ip_TjNSNGNXcG1MV3h6Y0RNM2RuTmxMVzgxOlpXMWhhV3hmYW05aVgyRnNaWEowWDJScFoyVnpkRjh3TVE9PTo=.gif => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 17:40:16 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:16 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:16 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:16 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:16 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.linkedin.com/comm/dms/logo?badgeTheme=mercado&lipi=urn%3Ali%3Apage%3Aemail_email_job_alert_digest_01%3BEAPMdwrkRqeCmfoF4KQpnQ%3D%3D&midSig=1OHy0pdpZtpr81&midToken=AQFGMd1cZs851g&trkEmail=eml-email_job_alert_digest_01-null-0-comms%7Ebadging%7Edynamic%7Eglimmer-null-7txqjf%7Elsp37vse%7Ean-null-null&trk=eml-email_job_alert_digest_01-null-0-comms%7Ebadging%7Edynamic%7Eglimmer&_sig=08YJc_dOJtpr81 => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/D560BAQEdmOj8U-jJHQ/company-logo_100_100/0/1698437749272/seesaw_learning_logo?e=2147483647&v=beta&t=R3OqV29jWGYMmsashzTo7lI4B8DciuYk7BC4PXkfiQA => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/D4E0BAQE71Ov5Fl2B_g/company-logo_100_100/0/1707514536754/addwiser_logo?e=2147483647&v=beta&t=HdydWqdBAxrwiYqc2Js6q0U4OQcKUmzDOGodcPkRRrQ => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/1sk0fbe9amaiat5elvybbtxsm => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C510BAQEEHRHrKwJOWw/company-logo_100_100/0/1631312097175?e=2147483647&v=beta&t=mvK7sBwLwSPZZEKf8C0WYoYQEpYqLMCYRlR6hHaDzOk => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C560BAQHwZnQ2ABO09g/company-logo_100_100/0/1631388974282?e=2147483647&v=beta&t=4zY1m78VaWA4Ux5-ZK8211ZEor0BSGTVzs-CJLR0Jks => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C560BAQFzLLQNRfs8Cg/company-logo_100_100/0/1630640308421?e=2147483647&v=beta&t=UMcgvWlFY6V0EIj4Yebml3IpsMpdxVLQ_chFmpyWVAY => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4D0BAQE3yeKm-g6eUw/company-logo_100_100/0/1670962599510/virginia_department_of_education_logo?e=2147483647&v=beta&t=eSLc6pJZz1V84r0m0xy6i5CkoJOwJjIVIYUgcsIwc_c => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/40p617it49hlmq3d88bf4wguy => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/4eby4moebno1i6r34if7lud8o => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3v7rn84bkrozw9hhr19mvs4xu => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/5h6t3pgsywwftjt6umwf84g7k => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/9ehe6n39fa07dc5edzv0rla4e => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.linkedin.com/emimp/ip_TjNSNGNXcG1MV3h6Y0RNM2RuTmxMV0Z1OlpXMWhhV3hmYW05aVgyRnNaWEowWDJScFoyVnpkRjh3TVE9PTo=.gif => remote uri blocked
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:16 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:16 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 17:40:16 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:16 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:16 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:17 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:17 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 17:40:17 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:17 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.linkedin.com/comm/dms/logo?badgeTheme=mercado&lipi=urn%3Ali%3Apage%3Aemail_email_job_alert_digest_01%3BYKFSvRs4R4O8klZN2sCRzg%3D%3D&midSig=1OHy0pdpZtpr81&midToken=AQFGMd1cZs851g&trkEmail=eml-email_job_alert_digest_01-null-0-comms%7Ebadging%7Edynamic%7Eglimmer-null-7txqjf%7Elsp37vse%7Eo7-null-null&trk=eml-email_job_alert_digest_01-null-0-comms%7Ebadging%7Edynamic%7Eglimmer&_sig=0wTOmBMTltpr81 => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4E0BAQFE5ox5kwoU8g/company-logo_100_100/0/1630598630207/perceptualrrhh_logo?e=2147483647&v=beta&t=mM6yxSgj0G98kdq7VAubEeP9kKIMqkLVywsh9Qf1wQM => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4D0BAQH7_Ub8IURCiw/company-logo_100_100/0/1630481718314/nelogica_logo?e=2147483647&v=beta&t=E-l8VyH5YKzoAUU6ZEA72YDYEyiopooiMdCTxVXFG3A => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/1sk0fbe9amaiat5elvybbtxsm => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4D0BAQEMWWBtPJfAmw/company-logo_100_100/0/1656684822637/tiendanube_logo?e=2147483647&v=beta&t=zktuzKFuSUOMTLH5B7sMV-6yvYSL3pbCvprzQSXoDhA => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/D4E0BAQGHwc59152_Og/company-logo_100_100/0/1688368195818/softwareone_logo?e=2147483647&v=beta&t=7uFJ3XOOe8FtyTl3FE0tELpmdgsZw2EtUZcM5l_R8xI => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/C4D0BAQEMWWBtPJfAmw/company-logo_100_100/0/1656684822637/tiendanube_logo?e=2147483647&v=beta&t=zktuzKFuSUOMTLH5B7sMV-6yvYSL3pbCvprzQSXoDhA => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://media.licdn.com/dms/image/D4D0BAQHl00ZjxIp_kw/company-logo_100_100/0/1688279976770/amdocs_logo?e=2147483647&v=beta&t=Vc1Ev1eauDYzz10QpP_XJ7BXqACHL1rKB3qXI9o9TN4 => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3le24jev2hig88cuokev26ksm => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/40p617it49hlmq3d88bf4wguy => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/4eby4moebno1i6r34if7lud8o => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/3v7rn84bkrozw9hhr19mvs4xu => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/5h6t3pgsywwftjt6umwf84g7k => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://static.licdn.com/aero-v1/sc/h/9ehe6n39fa07dc5edzv0rla4e => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://www.linkedin.com/emimp/ip_TjNSNGNXcG1MV3h6Y0RNM2RuTmxMVzgzOlpXMWhhV3hmYW05aVgyRnNaWEowWDJScFoyVnpkRjh3TVE9PTo=.gif => remote uri blocked
Feb 16 17:40:17 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:17 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:17 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:17 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:17 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:17 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:17 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:17 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:17 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:17 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:17 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:17 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:17 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:17 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 17:40:17 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:17 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:17 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:17 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:17 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 17:40:17 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:17 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://kartra.s3.amazonaws.com/internal/powered_by_kartra.png => remote uri blocked
Feb 16 17:40:17 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://alphamale20.krtra.com/o/TEF3bVwMj1a4/DG24 => remote uri blocked
Feb 16 17:40:20 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:21 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:21 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:21 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:21 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:21 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:21 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:21 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:21 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:21 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:21 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:21 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:21 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:21 kassel rtkit-daemon[4398]: Supervising 7 threads of 3 processes of 1 users.
Feb 16 17:40:21 kassel rtkit-daemon[4398]: Successfully made thread 755616 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:21 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:21 kassel rtkit-daemon[4398]: Supervising 8 threads of 4 processes of 1 users.
Feb 16 17:40:21 kassel rtkit-daemon[4398]: Successfully made thread 755635 of process 755599 owned by '1000' RT at priority 5.
Feb 16 17:40:21 kassel rtkit-daemon[4398]: Supervising 9 threads of 4 processes of 1 users.
Feb 16 17:40:21 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:21 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: about:blank => local uri allowed
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://click.nexo.com/open.aspx?ffcb10-feb811747d620374-fe5c10767367077b7513-fe39117075640474711771-ff971676-fe23157272610675721078-ff3615717264&d=500015&bmt=0 => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/6272b8cc-8fdc-46b8-a8c3-6eabbd9a0814.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/ce4d1ba0-2134-4c6c-bf00-9609ea1725eb.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/113cb3b7-2bd7-4315-ae96-d11318b54bf2.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/6e287389-8ebb-4410-bae0-d330d977239c.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/83b6b0c6-431a-48d3-bd69-98176e066c2b.jpg => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/92c460b4-0efa-40b7-97cf-d9747580b98f.jpg => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/ebb7fa4d-d646-4cda-9771-89c8860bd082.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/3a4aad2b-9fe5-45ea-b964-490f43ea0bb4.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/781d73d0-0c79-493e-80d0-816b79c2445a.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/9bcb8179-d789-436f-8b8f-0371a62d7160.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.io/lib/fe39117075640474711771/m/2/946a7be7-2779-4d75-bfb6-cabbd1967174.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.io/lib/fe39117075640474711771/m/2/1903fd5f-c103-4f9f-b7ad-360f783db05d.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.io/lib/fe39117075640474711771/m/2/378fd542-a6b4-4159-bf75-5c7e675d00e9.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.io/lib/fe39117075640474711771/m/2/27278338-1081-42e8-b083-492ba0a03a5b.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/3/a1520243-89dd-46cc-b269-d03c4c849d09.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/3/43cd3a2a-1d07-4760-8b34-99f18cf9459b.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/11c5f7b2-6397-4b13-aa5a-5904b693efc4.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/3e984987-ed28-4e4d-aca4-db4eaab5cfab.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/c8565b87-4022-4594-b277-7f9a48065fdb.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/cc079209-bace-45e9-a19d-08e28787c577.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/a6e8788b-c9ab-4161-b72d-b8956e46401b.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/b2ebb5d9-bb55-4059-b81b-4761b0bf7e67.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/d584184f-b093-4945-b877-da72c64dc4e9.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/2f5db7fc-87d0-437e-ac02-0b9de954216a.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/3/835ecb90-3dce-4e41-8eaf-0f73e0abdd52.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/3/824c56dd-6472-4dc0-8359-dae68730e345.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/fce92ca9-4f6d-4a71-9d05-9cf2019ea7b1.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/70817f1a-a8db-41dd-8465-f4b397a1929d.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/e6836d78-9308-4284-bcf0-823195419d65.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/31e6e0fb-917e-4ba3-a272-281b38d6f901.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/d5684da4-8b70-40d5-932c-ec4176494952.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/017bd22f-4328-4f6d-9ea4-ffe7e761e513.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/0be5d218-8bec-42cf-aa1c-92c70b3504de.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/40805d04-a708-413b-a970-38b6b29655e4.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/c8339f18-ad81-41a1-8a83-996ce41b0ef4.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/1/f2ca5845-46de-496e-86ab-be04734ff2e6.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://nexo.com/assets/email/fonts/TTNorms-Regular.woff => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://nexo.com/assets/email/fonts/TTNorms-Bold.woff => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://image.nexo.com/lib/fe39117075640474711771/m/2/bc557d02-214d-490e-a587-25369f9558c9.png => remote uri blocked
Feb 16 17:40:21 kassel WebKitWebProces[755599]: Filter page: about:blank request: https://nexo.com/assets/email/fonts/TTNorms-Medium.woff => remote uri blocked
Feb 16 17:40:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:23 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:23 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:23 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:23 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:23 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:23 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:23 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:23 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:23 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:23 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:23 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:23 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:23 kassel WebKitWebProces[755599]: WebPage user message received callback - LoadRemoteContent
Feb 16 17:40:23 kassel WebKitWebProces[755599]: LoadRemoteContent param - 0
Feb 16 17:40:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:56 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:40:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:02 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:05 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:08 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:14 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:23 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:26 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:29 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:32 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:38 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:41 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:44 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:47 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:50 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:53 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:59 kassel plasmashell[4394]: qml: temp unit: 0
Feb 16 17:41:59 kassel sudo[921407]: ak : TTY=pts/0 ; PWD=/home/ak ; USER=root ; COMMAND=/usr/bin/journalctl -b
Feb 16 17:41:59 kassel sudo[921407]: pam_unix(sudo:session): session opened for user root(uid=0) by ak(uid=1000)
Endut! Hoch Hech!
Offline
[ak@kassel ~]$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp8s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether d4:5d:64:05:15:46 brd ff:ff:ff:ff:ff:ff
3: wlp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 30:de:4b:be:b4:cd brd ff:ff:ff:ff:ff:ff
inet 192.168.1.44/24 brd 192.168.1.255 scope global dynamic noprefixroute wlp7s0
valid_lft 2900sec preferred_lft 2900sec
inet6 fd78:7f0f:6b24:10::467/128 scope global noprefixroute
valid_lft forever preferred_lft forever
inet6 2803:9810:4124:5710::467/128 scope global dynamic noprefixroute
valid_lft 965sec preferred_lft 365sec
inet6 2803:9810:4124:5710:863a:5239:5683:5bf6/64 scope global dynamic noprefixroute
valid_lft 967sec preferred_lft 367sec
inet6 fd78:7f0f:6b24:10:74e6:bd71:2a1f:23ed/64 scope global noprefixroute
valid_lft forever preferred_lft forever
inet6 fe80::a89:2e80:ac36:1f86/64 scope link noprefixroute
valid_lft forever preferred_lft forever
[ak@kassel ~]$ ip r
default via 192.168.1.1 dev wlp7s0 proto dhcp src 192.168.1.44 metric 600
192.168.1.0/24 dev wlp7s0 proto kernel scope link src 192.168.1.44 metric 600
Endut! Hoch Hech!
Offline
Ah, ok - I thought that was some LAN router.
Can you test the bahvior against eg. an AP privided by your phone (hotspot mode)?
Offline
Sure:
[ak@kassel ~]$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp8s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether d4:5d:64:05:15:46 brd ff:ff:ff:ff:ff:ff
3: wlp7s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 30:de:4b:be:b4:cd brd ff:ff:ff:ff:ff:ff
inet 192.168.231.152/24 brd 192.168.231.255 scope global dynamic noprefixroute wlp7s0
valid_lft 3583sec preferred_lft 3583sec
inet6 fe80::e544:ec63:eec7:9918/64 scope link noprefixroute
valid_lft forever preferred_lft forever
[ak@kassel ~]$ ip r
default via 192.168.231.42 dev wlp7s0 proto dhcp src 192.168.231.152 metric 600
192.168.231.0/24 dev wlp7s0 proto kernel scope link src 192.168.231.152 metric 600
Whe do I send the pings to? DNS server 192.168.231.42?
Endut! Hoch Hech!
Offline
Yup. You can always also just use "_gateway", it'll get resolved to, well, the gateway
Offline
Thanks, good to know.
[ak@kassel ~]$ ping -nc10 _gateway
PING _gateway (192.168.231.42) 56(84) Bytes an Daten.
64 Bytes von 192.168.231.42: icmp_seq=1 ttl=64 Zeit=195 ms
64 Bytes von 192.168.231.42: icmp_seq=2 ttl=64 Zeit=12.8 ms
64 Bytes von 192.168.231.42: icmp_seq=3 ttl=64 Zeit=137 ms
64 Bytes von 192.168.231.42: icmp_seq=4 ttl=64 Zeit=56.5 ms
64 Bytes von 192.168.231.42: icmp_seq=5 ttl=64 Zeit=78.7 ms
64 Bytes von 192.168.231.42: icmp_seq=6 ttl=64 Zeit=101 ms
64 Bytes von 192.168.231.42: icmp_seq=7 ttl=64 Zeit=20.0 ms
64 Bytes von 192.168.231.42: icmp_seq=8 ttl=64 Zeit=42.8 ms
64 Bytes von 192.168.231.42: icmp_seq=9 ttl=64 Zeit=65.4 ms
64 Bytes von 192.168.231.42: icmp_seq=10 ttl=64 Zeit=87.8 ms
--- _gateway ping-Statistik ---
10 Pakete übertragen, 10 empfangen, 0% packet loss, time 9017ms
rtt min/avg/max/mdev = 12.828/79.670/195.155/52.187 ms
[ak@kassel ~]$ ping -c10 _gateway
PING _gateway (192.168.231.42) 56(84) Bytes an Daten.
64 Bytes von _gateway (192.168.231.42): icmp_seq=1 ttl=64 Zeit=152 ms
64 Bytes von _gateway (192.168.231.42): icmp_seq=2 ttl=64 Zeit=28.9 ms
64 Bytes von _gateway (192.168.231.42): icmp_seq=3 ttl=64 Zeit=51.8 ms
64 Bytes von _gateway (192.168.231.42): icmp_seq=4 ttl=64 Zeit=73.4 ms
64 Bytes von _gateway (192.168.231.42): icmp_seq=5 ttl=64 Zeit=197 ms
64 Bytes von _gateway (192.168.231.42): icmp_seq=6 ttl=64 Zeit=119 ms
64 Bytes von _gateway (192.168.231.42): icmp_seq=7 ttl=64 Zeit=38.6 ms
64 Bytes von _gateway (192.168.231.42): icmp_seq=8 ttl=64 Zeit=60.8 ms
64 Bytes von _gateway (192.168.231.42): icmp_seq=9 ttl=64 Zeit=82.9 ms
64 Bytes von _gateway (192.168.231.42): icmp_seq=10 ttl=64 Zeit=105 ms
--- _gateway ping-Statistik ---
10 Pakete übertragen, 10 empfangen, 0% packet loss, time 15714ms
rtt min/avg/max/mdev = 28.933/91.054/197.377/50.485 ms
Endut! Hoch Hech!
Offline
'key, that's just as bad, so it's not the starlink router.
So your journal has
Feb 16 12:47:12 kassel NetworkManager[549]: <info> [1708098432.5225] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 12:47:13 kassel NetworkManager[549]: <info> [1708098433.5306] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 12:53:52 kassel NetworkManager[549]: <info> [1708098832.3232] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 12:57:53 kassel NetworkManager[549]: <info> [1708099073.0542] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:02:26 kassel NetworkManager[549]: <info> [1708099346.7802] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:05:45 kassel NetworkManager[549]: <info> [1708099545.8306] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 13:06:55 kassel NetworkManager[549]: <info> [1708099615.1449] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:09:21 kassel NetworkManager[549]: <info> [1708099761.4761] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:13:07 kassel NetworkManager[549]: <info> [1708099987.4728] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:17:32 kassel NetworkManager[549]: <info> [1708100252.5758] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:20:45 kassel NetworkManager[549]: <info> [1708100445.8328] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 13:22:13 kassel NetworkManager[549]: <info> [1708100533.5859] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:27:05 kassel NetworkManager[549]: <info> [1708100825.8346] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:31:52 kassel NetworkManager[549]: <info> [1708101112.3539] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:34:19 kassel NetworkManager[549]: <info> [1708101259.7992] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:34:23 kassel NetworkManager[549]: <info> [1708101263.0959] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 13:34:24 kassel NetworkManager[549]: <info> [1708101264.1065] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:38:09 kassel NetworkManager[549]: <info> [1708101489.1819] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:42:31 kassel NetworkManager[549]: <info> [1708101751.2151] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:47:10 kassel NetworkManager[549]: <info> [1708102030.7683] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:49:23 kassel NetworkManager[549]: <info> [1708102163.0782] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 13:51:50 kassel NetworkManager[549]: <info> [1708102310.3170] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:54:13 kassel NetworkManager[549]: <info> [1708102453.5358] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 13:57:49 kassel NetworkManager[549]: <info> [1708102669.7549] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:02:01 kassel NetworkManager[549]: <info> [1708102921.9412] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:04:23 kassel NetworkManager[549]: <info> [1708103063.0267] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:04:23 kassel NetworkManager[549]: <info> [1708103063.0430] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 14:08:05 kassel NetworkManager[549]: <info> [1708103285.9402] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:12:14 kassel NetworkManager[549]: <info> [1708103534.2064] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:17:07 kassel NetworkManager[549]: <info> [1708103827.8902] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:19:23 kassel NetworkManager[549]: <info> [1708103963.0604] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 14:21:51 kassel NetworkManager[549]: <info> [1708104111.4330] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:24:21 kassel NetworkManager[549]: <info> [1708104261.2428] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:28:12 kassel NetworkManager[549]: <info> [1708104492.2536] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:32:29 kassel NetworkManager[549]: <info> [1708104749.7840] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:34:23 kassel NetworkManager[549]: <info> [1708104863.0461] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 14:37:10 kassel NetworkManager[549]: <info> [1708105030.8852] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:41:53 kassel NetworkManager[549]: <info> [1708105313.5131] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:44:14 kassel NetworkManager[549]: <info> [1708105454.8263] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:47:50 kassel NetworkManager[549]: <info> [1708105670.2767] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:49:23 kassel NetworkManager[549]: <info> [1708105763.0612] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 14:52:03 kassel NetworkManager[549]: <info> [1708105923.4113] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:54:31 kassel NetworkManager[549]: <info> [1708106071.5853] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 14:58:06 kassel NetworkManager[549]: <info> [1708106286.0106] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:02:24 kassel NetworkManager[549]: <info> [1708106544.5697] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:04:23 kassel NetworkManager[549]: <info> [1708106663.0324] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 15:07:01 kassel NetworkManager[549]: <info> [1708106821.1546] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:09:31 kassel NetworkManager[549]: <info> [1708106971.4839] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:13:14 kassel NetworkManager[549]: <info> [1708107194.5175] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:17:38 kassel NetworkManager[549]: <info> [1708107458.6100] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:19:23 kassel NetworkManager[549]: <info> [1708107563.0613] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 15:22:12 kassel NetworkManager[549]: <info> [1708107732.1202] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:26:47 kassel NetworkManager[549]: <info> [1708108007.2671] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:29:16 kassel NetworkManager[549]: <info> [1708108156.7692] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:32:50 kassel NetworkManager[549]: <info> [1708108370.4757] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:34:23 kassel NetworkManager[549]: <info> [1708108463.0556] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 15:37:06 kassel NetworkManager[549]: <info> [1708108626.9866] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:41:55 kassel NetworkManager[549]: <info> [1708108915.1383] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:44:19 kassel NetworkManager[549]: <info> [1708109059.9308] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:47:57 kassel NetworkManager[549]: <info> [1708109277.4273] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:49:23 kassel NetworkManager[549]: <info> [1708109363.0433] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 15:52:09 kassel NetworkManager[549]: <info> [1708109529.3856] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:57:02 kassel NetworkManager[549]: <info> [1708109822.0898] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 15:59:31 kassel NetworkManager[549]: <info> [1708109971.3875] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:03:03 kassel NetworkManager[549]: <info> [1708110183.7634] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:04:23 kassel NetworkManager[549]: <info> [1708110263.1481] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 16:07:17 kassel NetworkManager[549]: <info> [1708110437.8154] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:11:58 kassel NetworkManager[549]: <info> [1708110718.9024] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:14:17 kassel NetworkManager[549]: <info> [1708110857.9293] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:18:09 kassel NetworkManager[549]: <info> [1708111089.7003] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:19:23 kassel NetworkManager[549]: <info> [1708111163.1266] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 16:22:29 kassel NetworkManager[549]: <info> [1708111349.1889] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:26:52 kassel NetworkManager[549]: <info> [1708111612.7368] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:29:23 kassel NetworkManager[549]: <info> [1708111763.0931] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:33:03 kassel NetworkManager[549]: <info> [1708111983.9463] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:34:23 kassel NetworkManager[549]: <info> [1708112063.1277] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 16:37:25 kassel NetworkManager[549]: <info> [1708112245.9374] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:41:56 kassel NetworkManager[549]: <info> [1708112516.7536] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:44:18 kassel NetworkManager[549]: <info> [1708112658.6788] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:48:13 kassel NetworkManager[549]: <info> [1708112893.1078] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:49:23 kassel NetworkManager[549]: <info> [1708112963.1262] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 16:52:16 kassel NetworkManager[549]: <info> [1708113136.5737] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:56:51 kassel NetworkManager[549]: <info> [1708113411.1982] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 16:59:17 kassel NetworkManager[549]: <info> [1708113557.4293] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:02:59 kassel NetworkManager[549]: <info> [1708113779.4287] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:04:23 kassel NetworkManager[549]: <info> [1708113863.0437] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 17:07:06 kassel NetworkManager[549]: <info> [1708114026.9260] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:09:29 kassel NetworkManager[549]: <info> [1708114169.2602] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:12:58 kassel NetworkManager[549]: <info> [1708114378.1533] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:17:14 kassel NetworkManager[549]: <info> [1708114634.6623] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:19:23 kassel NetworkManager[549]: <info> [1708114763.0831] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 17:21:56 kassel NetworkManager[549]: <info> [1708114916.6709] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:24:17 kassel NetworkManager[549]: <info> [1708115057.8840] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:28:13 kassel NetworkManager[549]: <info> [1708115293.2723] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:32:24 kassel NetworkManager[549]: <info> [1708115544.8203] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Feb 16 17:34:23 kassel NetworkManager[549]: <info> [1708115663.0974] dhcp4 (wlp7s0): state changed new lease, address=192.168.1.44
Feb 16 17:37:16 kassel NetworkManager[549]: <info> [1708115836.7683] dhcp6 (wlp7s0): state changed new lease, address=fd78:7f0f:6b24:10::467 2803:9810:4124:5710::467
Ie. basically every 2.5 minutes there's a lease update, what seems wrong.
Do you still have that w/ the phone AP
Your OP says you're getting the same results w/ the rj45 NIC.
What if you stop NM and resolved and use dhcpcd to get a lease on enp8s0 ?
Does that perform any better?
The thing that's absolutely spamming the journal is
Feb 16 13:34:12 kassel plasmashell[4394]: qml: temp unit: 0
at ~0.3Hz
Assuming that's some weather widget, do you get the same aweful latency when not logging into KDE but from the multi-user.target (2nd link below)?
Offline
I'm embarrassed, but I couldn't replicate the bad performance with a wired connection, even when just plugging in the cable without changing anything else or stopping services. Other than disabling fastboot in Windows as you recommended and performing the usual updates I didn't change anything else. So the problem is just related to Wifi. Doesn't matter which AP I use. Unfortunately I can use the RJ45 only temporarily.
Regarding the spamming of the log I haven't found the culprit. Removed CPU/temperature monitoring and the pamac tray icon, but no change. Don't have any more widgets. Will boot without GUI as suggested.
Endut! Hoch Hech!
Offline
No need for embarassement, at least that narrows the problem.
rtl8192ee.ips=0 rtl8192ee.swlps=0 rtl8192ee.fwlps=0 rtl8192ee.aspm=0 rtl8192ee.swenc=1 pcie_aspm=off
https://wiki.archlinux.org/title/Kernel_parameters
The last one affects all ASPM and is hopefully not required
You could also try to disable NM and connect w/ wifi-menu from netctl - I don't see/understand why you're getting those lease state changes.
Offline