You are not logged in.

#1 2020-06-27 12:32:00

EdeWolf
Member
Registered: 2016-01-06
Posts: 79

Kernel 5.7: i915 freezes console during boot

Hello,

With 5.7.6 (have not tried any earlier 5.7 versions) and my Intel Iris gpu, the boot up console freezes quite early. Around local fs target/network target. However, the boot itselfs continues,  I can ssh into the machine or even blindly change to tty2 and login.
However, I cannot reboot or power down, neither locally without visual feedback nor via ssh, I have to press the power key for like 10 secs.

From the logs can I see, that these lines are missing with 5.7.6:

kernel: [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
kernel: fbcon: i915drmfb (fb0) is primary device
kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device

instead, systemd-udevd has problems with that device:

systemd-udevd[275]: 0000:00:02.0: Worker [292] processing SEQNUM=2913 is taking a long time
systemd-udevd[275]: 0000:00:02.0: Worker [292] processing SEQNUM=2913 killed

With 00:02.0 of course being the gpu:

# lspci -s "00:02.0"
00:02.0 VGA compatible controller: Intel Corporation Iris Pro Graphics 6200 (rev 0a)

I might add, I have no intel or vga related options in my kernel command line, and the problem persists also with the fallback image. In addition, I have no remotely gpu related settings in any local rules file. Also, I have until now not needed to pass any options to the i915 module, so nothing related in modprobe.d or moduled.load.d either. So if someone has an idea, I am more than happy to try it.

Kernel 5.7.6:

# journalctl -b -5 | grep -iE "vga|i915"
kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
kernel: pci 0000:00:02.0: vgaarb: bridge control possible
kernel: vgaarb: loaded
kernel: fb0: EFI VGA frame buffer device
kernel: i915 0000:00:02.0: Found 128MB of eDRAM
kernel: fb0: switching to inteldrmfb from EFI VGA
kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem

Kernel 5.4 (lts)

# journalctl -b | grep -iE "vga|i915"
kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
kernel: pci 0000:00:02.0: vgaarb: bridge control possible
kernel: vgaarb: loaded
kernel: fb0: EFI VGA frame buffer device
kernel: i915 0000:00:02.0: Found 128MB of eDRAM
kernel: fb0: switching to inteldrmfb from EFI VGA
kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
kernel: [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
kernel: fbcon: i915drmfb (fb0) is primary device
kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device

A rather recent arch usb image (2020.06.01) boots fine as well. Just not sure wether this is still a 5.5 or already a 5.6 kernel.

Edit:
Sidenote: My netbook with an onboard intel gpu, albeit different, does not show these problems and boots up fine

# lspci | grep -i vga
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 605 (rev 03)

Another Update: Kernel 5.6.15-arch1-1 works, kernel 5.7.5, as one other sample of the 5.7 family, does neither.

Last edited by EdeWolf (2020-06-27 13:37:03)

Offline

#2 2020-06-27 15:10:35

gianluca.pettinello
Member
Registered: 2013-04-16
Posts: 72

Re: Kernel 5.7: i915 freezes console during boot

I have the same problem I'm compiling the i195 drm module directly in the kernel. Let's see if I solve the problem

Offline

#3 2020-06-27 15:44:00

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

Re: Kernel 5.7: i915 freezes console during boot

Please post the ungrepped journal for a boot with the issue https://bbs.archlinux.org/viewtopic.php?id=57855

Offline

#4 2020-06-27 19:06:31

EdeWolf
Member
Registered: 2016-01-06
Posts: 79

Re: Kernel 5.7: i915 freezes console during boot

Thanks for showing interest in this matter. The boot screen froze this time at mounting swap.

I've bootet the 5.7.6 with systemd at debug level. In case that is too much, I'll happily reboot with any loglevel you (or anyone else) desires. Boottime was around late 8:40pm, I've pressed the power button at around 8:45pm. At around 8:43 the udev worker process for the gpu got killed.


-- Logs begin at Sat 2020-06-27 20:40:49 CEST, end at Sat 2020-06-27 20:46:07 CEST. --
Jun 27 20:40:49 kaperfahrt systemd-journald[263]: Time spent on flushing to /var/log/journal/5204f58e3c5b459195a403c698e0c410 is 18.559ms for 1281 entries.
Jun 27 20:40:49 kaperfahrt systemd-journald[263]: System Journal (/var/log/journal/5204f58e3c5b459195a403c698e0c410) is 18.0M, max 16.0M, 0B free.
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-udevd.service: Got notification message from PID 272 (READY=1, STATUS=Processing with 24 children at max)
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-udevd.service: Changed start -> running
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-udevd.service: Job 57 systemd-udevd.service/start finished, result=done
Jun 27 20:40:49 kaperfahrt systemd[1]: Started udev Kernel Device Manager.
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-udevd-control.socket: Changed listening -> running
Jun 27 20:40:49 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: swap.target
Jun 27 20:40:49 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:49 kaperfahrt systemd[1]: lvm2-lvmetad.service: Passing 1 fds to service
Jun 27 20:40:49 kaperfahrt systemd[1]: lvm2-lvmetad.service: About to execute: /usr/bin/lvmetad -f
Jun 27 20:40:49 kaperfahrt systemd[1]: lvm2-lvmetad.service: Forked /usr/bin/lvmetad as 284
Jun 27 20:40:49 kaperfahrt systemd[1]: lvm2-lvmetad.service: Changed dead -> running
Jun 27 20:40:49 kaperfahrt systemd[1]: lvm2-lvmetad.service: Job 104 lvm2-lvmetad.service/start finished, result=done
Jun 27 20:40:49 kaperfahrt systemd[1]: Started LVM2 metadata daemon.
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-networkd.service: ConditionCapability=CAP_NET_ADMIN succeeded.
Jun 27 20:40:49 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/null rwm
Jun 27 20:40:49 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/zero rwm
Jun 27 20:40:49 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/full rwm
Jun 27 20:40:49 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/random rwm
Jun 27 20:40:49 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/urandom rwm
Jun 27 20:40:49 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/tty rwm
Jun 27 20:40:49 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/ptmx rwm
Jun 27 20:40:49 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /run/systemd/inaccessible/chr rwm
Jun 27 20:40:49 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /run/systemd/inaccessible/blk rwm
Jun 27 20:40:49 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-networkd.service: Passing 1 fds to service
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-networkd.service: About to execute: /usr/lib/systemd/systemd-networkd
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-networkd.service: Forked /usr/lib/systemd/systemd-networkd as 289
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-networkd.service: Changed dead -> start
Jun 27 20:40:49 kaperfahrt systemd[1]: Starting Network Service...
Jun 27 20:40:49 kaperfahrt systemd[284]: lvm2-lvmetad.service: Executing: /usr/bin/lvmetad -f
Jun 27 20:40:49 kaperfahrt systemd[1]: n/a: New incoming connection.
Jun 27 20:40:49 kaperfahrt systemd[1]: n/a: Connections of user 0: 0 (of 1024 max)
Jun 27 20:40:49 kaperfahrt systemd[1]: varlink-54: varlink: setting state idle-server
Jun 27 20:40:49 kaperfahrt systemd[1]: varlink-54: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"systemd-network","service":"io.systemd.DynamicUser"},"more":true}
Jun 27 20:40:49 kaperfahrt systemd[1]: varlink-54: varlink: changing state idle-server → processing-method-more
Jun 27 20:40:49 kaperfahrt systemd[1]: varlink-54: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
Jun 27 20:40:49 kaperfahrt systemd[1]: varlink-54: varlink: changing state processing-method-more → processed-method
Jun 27 20:40:49 kaperfahrt systemd[1]: varlink-54: varlink: changing state processed-method → idle-server
Jun 27 20:40:49 kaperfahrt systemd[1]: varlink-54: Got POLLHUP from socket.
Jun 27 20:40:49 kaperfahrt systemd[1]: varlink-54: varlink: changing state idle-server → pending-disconnect
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-networkd.service: User lookup succeeded: uid=193 gid=193
Jun 27 20:40:49 kaperfahrt systemd[1]: varlink-54: varlink: changing state pending-disconnect → processing-disconnect
Jun 27 20:40:49 kaperfahrt systemd[1]: varlink-54: varlink: changing state processing-disconnect → disconnected
Jun 27 20:40:49 kaperfahrt systemd[289]: /run/systemd/unit-root/dev (rw-implicit) is duplicate.
Jun 27 20:40:49 kaperfahrt systemd[289]: /run/systemd/unit-root/home (rw-implicit) is duplicate.
Jun 27 20:40:49 kaperfahrt systemd[289]: /run/systemd/unit-root/proc (rw-implicit) is duplicate.
Jun 27 20:40:49 kaperfahrt systemd[289]: /run/systemd/unit-root/root (rw-implicit) is duplicate.
Jun 27 20:40:49 kaperfahrt systemd[289]: /run/systemd/unit-root/run/user (rw-implicit) is duplicate.
Jun 27 20:40:49 kaperfahrt systemd[289]: /run/systemd/unit-root/sys (rw-implicit) is duplicate.
Jun 27 20:40:49 kaperfahrt systemd[289]: Applying namespace mount on /run/systemd/unit-root/
Jun 27 20:40:49 kaperfahrt systemd[289]: Applying namespace mount on /run/systemd/unit-root/dev
Jun 27 20:40:49 kaperfahrt systemd[289]: Applying namespace mount on /run/systemd/unit-root/dev/kmsg
Jun 27 20:40:49 kaperfahrt systemd[289]: Successfully mounted /run/systemd/inaccessible/chr to /run/systemd/unit-root/dev/kmsg
Jun 27 20:40:49 kaperfahrt systemd[289]: Applying namespace mount on /run/systemd/unit-root/home
Jun 27 20:40:49 kaperfahrt systemd[289]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/home
Jun 27 20:40:49 kaperfahrt systemd[289]: Applying namespace mount on /run/systemd/unit-root/proc
Jun 27 20:40:49 kaperfahrt systemd[289]: Applying namespace mount on /run/systemd/unit-root/proc/kmsg
Jun 27 20:40:49 kaperfahrt systemd[289]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kmsg
Jun 27 20:40:49 kaperfahrt systemd[289]: Applying namespace mount on /run/systemd/unit-root/root
Jun 27 20:40:49 kaperfahrt systemd[289]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/root
Jun 27 20:40:49 kaperfahrt systemd[289]: Applying namespace mount on /run/systemd/unit-root/run/systemd/netif
Jun 27 20:40:49 kaperfahrt systemd[289]: Followed source symlinks /run/systemd/netif → /run/systemd/netif.
Jun 27 20:40:49 kaperfahrt systemd[289]: Successfully mounted /run/systemd/netif to /run/systemd/unit-root/run/systemd/netif
Jun 27 20:40:49 kaperfahrt systemd[289]: Applying namespace mount on /run/systemd/unit-root/run/user
Jun 27 20:40:49 kaperfahrt systemd[289]: Applying namespace mount on /run/systemd/unit-root/sys
Jun 27 20:40:49 kaperfahrt systemd[289]: Applying namespace mount on /run/systemd/unit-root/sys/fs/cgroup
Jun 27 20:40:49 kaperfahrt systemd[289]: Applying namespace mount on /run/systemd/unit-root/usr/lib/modules
Jun 27 20:40:49 kaperfahrt systemd[289]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/usr/lib/modules
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/dev blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/dev/shm blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/dev/pts blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/dev/mqueue blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/dev/hugepages blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/proc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/proc/sys/fs/binfmt_misc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/kernel/security blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/unified blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/systemd blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/blkio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/devices blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/pids blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/rdma blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/freezer blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpuset blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/hugetlb blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/perf_event blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/memory blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/pstore blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/bpf blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/kernel/debug blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/kernel/tracing blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/kernel/config blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/dev/kmsg blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/home blacklisted by /run/systemd/unit-root/home, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/proc/kmsg blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/root blacklisted by /run/systemd/unit-root/root, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/run/systemd/netif blacklisted by /run/systemd/unit-root/run/systemd/netif, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/usr/lib/modules blacklisted by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/run read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/dev blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/dev/shm blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/dev/pts blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/dev/mqueue blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/dev/hugepages blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/proc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/proc/sys/fs/binfmt_misc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/kernel/security blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/unified blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/systemd blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/blkio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/devices blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/pids blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/rdma blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/freezer blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpuset blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/hugetlb blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/perf_event blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/memory blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/pstore blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/fs/bpf blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/kernel/debug blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/kernel/tracing blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/sys/kernel/config blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/dev/kmsg blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/home blacklisted by /run/systemd/unit-root/home, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/proc/kmsg blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/root blacklisted by /run/systemd/unit-root/root, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/run/systemd/netif blacklisted by /run/systemd/unit-root/run/systemd/netif, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Not remounting /run/systemd/unit-root/usr/lib/modules blacklisted by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/dev/kmsg read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/home read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/proc/kmsg read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/root read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/systemd read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/devices read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/perf_event read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/pids read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/memory read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/rdma read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/hugetlb read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/freezer read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/blkio read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/cpuset read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/sys/fs/cgroup/unified read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Remounted /run/systemd/unit-root/usr/lib/modules read-only.
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x86
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x32
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x86-64
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x86
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x32
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x86-64
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x86
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x32
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x86-64
Jun 27 20:40:49 kaperfahrt systemd[289]: Restricting namespace to: n/a.
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x86
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking cgroup.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking ipc.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking net.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking mnt.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking pid.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking user.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking uts.
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x32
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking cgroup.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking ipc.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking net.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking mnt.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking pid.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking user.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking uts.
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x86-64
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking cgroup.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking ipc.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking net.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking mnt.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking pid.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking user.
Jun 27 20:40:49 kaperfahrt systemd[289]: Blocking uts.
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x86
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x32
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x86-64
Jun 27 20:40:49 kaperfahrt systemd[289]: Operating on architecture: x86
Jun 27 20:40:49 kaperfahrt systemd[1]: sys-module-configfs.device: Changed dead -> plugged
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-journald.service: Added fd 54 (n/a) to fd store.
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-journald.service: Added fd 55 (n/a) to fd store.
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 53 (stored), closing.
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-journal-flush.service: Control group is empty.
Jun 27 20:40:49 kaperfahrt systemd[1]: Received SIGCHLD from PID 278 (journalctl).
Jun 27 20:40:49 kaperfahrt systemd[1]: Child 278 (journalctl) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-journal-flush.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-journal-flush.service: Child 278 belongs to systemd-journal-flush.service.
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-journal-flush.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-journal-flush.service: Changed start -> exited
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-journal-flush.service: Job 53 systemd-journal-flush.service/start finished, result=done
Jun 27 20:40:49 kaperfahrt systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 27 20:40:49 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: starting held back, waiting for: tmp.mount
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-nvme\x2deui.0025385581b23a83.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-nvme0n1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-block-259:2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-nvme0n1p2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Trying to enqueue job lvm2-pvscan@259:2.service/start/fail
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job lvm2-pvscan@259:2.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system-lvm2\x2dpvscan.slice/start from lvm2-pvscan@259:2.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job system-lvm2\x2dpvscan.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from system-lvm2\x2dpvscan.slice/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job system.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.slice/start from system.slice/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job -.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from system-lvm2\x2dpvscan.slice/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job shutdown.target/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in lvm2-lvmetad.socket/start from lvm2-pvscan@259:2.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job lvm2-lvmetad.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from lvm2-lvmetad.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job -.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from -.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from lvm2-lvmetad.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from lvm2-lvmetad.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-block-259:2.device/start from lvm2-pvscan@259:2.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-block-259:2.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start from dev-block-259:2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start from dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start from dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start from dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-block-259:2.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-block-259:2.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-nvme0n1p2.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start from dev-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-block-259:2.device/start from dev-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start from dev-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start from dev-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start from dev-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start from dev-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-block-259:2.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start from dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start
Jun 27 20:40:50 kaperfahrt mtp-probe[322]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-13"
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start from dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start
Jun 27 20:40:50 kaperfahrt mtp-probe[322]: bus: 2, device: 3 was not an MTP device
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-block-259:2.device/start from dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p2.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-block-259:2.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in lvm2-pvscan@259:2.service/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-block-259:2.device/start from dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start
Jun 27 20:40:50 kaperfahrt kernel: e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
Jun 27 20:40:50 kaperfahrt kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jun 27 20:40:50 kaperfahrt kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start from dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start from dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start from dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-block-259:2.device/start from dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start from dev-block-259:2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start from dev-block-259:2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start from dev-block-259:2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start from dev-block-259:2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p2.device/start from dev-block-259:2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start from dev-block-259:2.device/start
Jun 27 20:40:50 kaperfahrt lvm[331]:   pvscan[331] WARNING: lvmetad is being updated, retrying (setup) for 10 more seconds.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start from dev-block-259:2.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from lvm2-pvscan@259:2.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart2.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2dpartuuid-67d6ef72\x2d3e91\x2d4392\x2da935\x2de44d25f36182.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2did-lvm\x2dpv\x2duuid\x2d3Glgsf\x2dyiIJ\x2dc0cN\x2dZBW6\x2diH5k\x2dsoel\x2drBm9DX.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job lvm2-lvmetad.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2dpartlabel-Linux\x5cx20LVM.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart2.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job -.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-nvme0n1p2.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-block-259:2.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job shutdown.target/stop, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p2.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart2.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job system-lvm2\x2dpvscan.slice/start because of lvm2-pvscan@259:2.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: system-lvm2\x2dpvscan.slice: Installed new job system-lvm2\x2dpvscan.slice/start as 111
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Installed new job lvm2-pvscan@259:2.service/start as 110
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Enqueued job lvm2-pvscan@259:2.service/start as 110
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-45c8d45b\x2de138\x2d4c60\x2d8300\x2de7e630a33b03.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartuuid-3b3d1a6d\x2d93a1\x2d4288\x2da2f9\x2d1cb2b9cf7d26.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dlabel-ROOT.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-nvme0n1p1.device: Changed tentative -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-67D1\x2d3055.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dlabel-EFIBOOT.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dlabel-EFIBOOT.device: Job 22 dev-disk-by\x2dlabel-EFIBOOT.device/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Found device Samsung SSD 970 EVO 500GB EFIBOOT.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-nvme0n1p128.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: system-lvm2\x2dpvscan.slice changed dead -> active
Jun 27 20:40:50 kaperfahrt systemd[1]: system-lvm2\x2dpvscan.slice: Job 111 system-lvm2\x2dpvscan.slice/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Created slice system-lvm2\x2dpvscan.slice.
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: starting held back, waiting for: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service
Jun 27 20:40:50 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Passing 0 fds to service
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: About to execute: /usr/bin/lvm pvscan --cache --activate ay 259:2
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Forked /usr/bin/lvm as 331
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Changed dead -> start
Jun 27 20:40:50 kaperfahrt systemd[1]: Starting LVM2 PV scan on device 259:2...
Jun 27 20:40:50 kaperfahrt systemd[331]: lvm2-pvscan@259:2.service: Executing: /usr/bin/lvm pvscan --cache --activate ay 259:2
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: starting held back, waiting for: local-fs-pre.target
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 53 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt mtp-probe[338]: checking bus 2, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9.4"
Jun 27 20:40:50 kaperfahrt mtp-probe[338]: bus: 2, device: 5 was not an MTP device
Jun 27 20:40:50 kaperfahrt systemd[289]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt mtp-probe[372]: checking bus 4, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb4/4-3/4-3.1/4-3.1.1"
Jun 27 20:40:50 kaperfahrt mtp-probe[372]: bus: 4, device: 4 was not an MTP device
Jun 27 20:40:50 kaperfahrt mtp-probe[388]: checking bus 5, device 2: "/sys/devices/pci0000:00/0000:00:1c.6/0000:0b:00.0/usb5/5-2"
Jun 27 20:40:50 kaperfahrt mtp-probe[388]: bus: 5, device: 2 was not an MTP device
Jun 27 20:40:50 kaperfahrt kernel: ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200326/utaddress-204)
Jun 27 20:40:50 kaperfahrt kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun 27 20:40:50 kaperfahrt kernel: ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200326/utaddress-204)
Jun 27 20:40:50 kaperfahrt kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun 27 20:40:50 kaperfahrt kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200326/utaddress-204)
Jun 27 20:40:50 kaperfahrt kernel: ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200326/utaddress-204)
Jun 27 20:40:50 kaperfahrt kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun 27 20:40:50 kaperfahrt kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200326/utaddress-204)
Jun 27 20:40:50 kaperfahrt kernel: ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200326/utaddress-204)
Jun 27 20:40:50 kaperfahrt kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun 27 20:40:50 kaperfahrt kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jun 27 20:40:50 kaperfahrt kernel: mousedev: PS/2 mouse device common for all mice
Jun 27 20:40:50 kaperfahrt kernel: e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
Jun 27 20:40:50 kaperfahrt kernel: i801_smbus 0000:00:1f.3: SPD Write Disable is set
Jun 27 20:40:50 kaperfahrt kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jun 27 20:40:50 kaperfahrt kernel: r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
Jun 27 20:40:50 kaperfahrt kernel: r8169 0000:04:00.0: enabling device (0000 -> 0003)
Jun 27 20:40:50 kaperfahrt systemd[289]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[289]: systemd-networkd.service: Executing: /usr/lib/systemd/systemd-networkd
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-networkd.socket: Incoming traffic
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-networkd.socket: Changed listening -> running
Jun 27 20:40:50 kaperfahrt kernel: libphy: r8169: probed
Jun 27 20:40:50 kaperfahrt kernel: r8169 0000:04:00.0 eth0: RTL8168g/8111g, d0:50:99:72:3f:41, XID 4c0, IRQ 50
Jun 27 20:40:50 kaperfahrt kernel: r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-ttyS1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-platform-serial8250-tty-ttyS1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-ttyS2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-platform-serial8250-tty-ttyS2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-ttyS3.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-platform-serial8250-tty-ttyS3.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-networkd.service: Got notification message from PID 289 (WATCHDOG=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-ttyS0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pnp0-00:06-tty-ttyS0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-ata\x2dSanDisk_SDSSDA120G_153588400297.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-wwn\x2d0x5001b44ece29fca9.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d3.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sdc.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sdc.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:14.0\x2dusb\x2d0:3.1.1:1.0\x2dscsi\x2d0:0:0:0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-usb\x2dGeneric_STORAGE_DEVICE_000000000828\x2d0:0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sdg.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:14.0-usb4-4\x2d3-4\x2d3.1-4\x2d3.1.1-4\x2d3.1.1:1.0-host12-target12:0:0-12:0:0:0-block-sdg.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt kernel: e1000e 0000:00:19.0 eth1: (PCI Express:2.5GT/s:Width x1) d0:50:99:72:3f:43
Jun 27 20:40:50 kaperfahrt kernel: e1000e 0000:00:19.0 eth1: Intel(R) PRO/1000 Network Connection
Jun 27 20:40:50 kaperfahrt kernel: e1000e 0000:00:19.0 eth1: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
Jun 27 20:40:50 kaperfahrt kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
Jun 27 20:40:50 kaperfahrt kernel: mc: Linux media interface: v0.10
Jun 27 20:40:50 kaperfahrt kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jun 27 20:40:50 kaperfahrt kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jun 27 20:40:50 kaperfahrt kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jun 27 20:40:50 kaperfahrt kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jun 27 20:40:50 kaperfahrt kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jun 27 20:40:50 kaperfahrt kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-ata\x2dSamsung_SSD_850_EVO_120GB_S21UNXAGA63932A.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d4.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-wwn\x2d0x5002538d4069af93.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sdd.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:0-3:0:0:0-block-sdd.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-hd-VM.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sdf.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata6-host5-target5:0:0-5:0:0:0-block-sdf.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-wwn\x2d0x50000f0056424431.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-ata\x2dCORSAIR_CMFSSD\x2d64GBG2D_10122375\x2d193803.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d5.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sde.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device: Device dev-disk-by\x2dpartlabel-EFI\x5cx20System.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p128 and /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde1, ignoring the latter.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartuuid-b5c88101\x2da76b\x2d43bd\x2da260\x2dc232f7260cba.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d5\x2dpart1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-ata\x2dCORSAIR_CMFSSD\x2d64GBG2D_10122375\x2d193803\x2dpart1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dlabel-NEWEFI.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-BD3C\x2d64C1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-wwn\x2d0x50000f0056424431\x2dpart1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sde1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: dummy.vbox: netdev ready
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: br.vbox: netdev ready
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: Enumeration completed
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-networkd.service: Got notification message from PID 289 (READY=1, STATUS=Processing requests...)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-networkd.service: Changed start -> running
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-networkd.service: Job 102 systemd-networkd.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Started Network Service.
Jun 27 20:40:50 kaperfahrt systemd[1]: multi-user.target: starting held back, waiting for: dbus.service
Jun 27 20:40:50 kaperfahrt systemd[1]: network.target: starting held back, waiting for: systemd-resolved.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-resolved.service: starting held back, waiting for: systemd-tmpfiles-setup.service
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-hd-swap.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-hd-swap.device: Job 15 dev-hd-swap.device/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Found device CORSAIR_CMFSSD-64GBG2D Linux\x20dm-crypt.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sde128.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Passing 0 fds to service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: About to execute: /usr/lib/systemd/systemd-cryptsetup attach swap /dev/hd/swap /dev/urandom swap,cipher=aes-xts-plain64,size=256
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Forked /usr/lib/systemd/systemd-cryptsetup as 439
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Changed dead -> start
Jun 27 20:40:50 kaperfahrt systemd[1]: Starting Cryptography Setup for swap...
Jun 27 20:40:50 kaperfahrt systemd[439]: systemd-cryptsetup@swap.service: Executing: /usr/lib/systemd/systemd-cryptsetup attach swap /dev/hd/swap /dev/urandom swap,cipher=aes-xts-plain64,size=256
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 56 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device: Device dev-disk-by\x2dpartlabel-Linux\x5cx20x86\x5cx20root\x5cx20\x5cx28\x5cx2f\x5cx29.device appeared twice with different sysfs paths /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/nvme/nvme0/nvme0n1/nvme0n1p1 and /sys/devices/pci0000:00/0000:00:1f.2/ata5/host4/target4:0:0/4:0:0:0/block/sde/sde2, ignoring the latter.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-2013370a\x2d9574\x2d432f\x2da735\x2d081d36c0ef84.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:00:1f.2\x2data\x2d5\x2dpart2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartuuid-4fa40024\x2d2155\x2d4f91\x2dadf2\x2ded7d1308de75.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dlabel-GENTOO.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-wwn\x2d0x50000f0056424431\x2dpart2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-ata\x2dCORSAIR_CMFSSD\x2d64GBG2D_10122375\x2d193803\x2dpart2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sde2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd-cryptsetup[439]: Set cipher aes, mode xts-plain64, key size 256 bits for device /dev/hd/swap.
Jun 27 20:40:50 kaperfahrt kernel: device-mapper: uevent: version 1.0.3
Jun 27 20:40:50 kaperfahrt kernel: device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
Jun 27 20:40:50 kaperfahrt kernel: snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
Jun 27 20:40:50 kaperfahrt kernel: md/raid1:md4: active with 1 out of 2 mirrors
Jun 27 20:40:50 kaperfahrt kernel: md4: detected capacity change from 0 to 25638141952
Jun 27 20:40:50 kaperfahrt kernel: cryptd: max_cpu_qlen set to 1000
Jun 27 20:40:50 kaperfahrt kernel: md/raid1:md2: active with 1 out of 2 mirrors
Jun 27 20:40:50 kaperfahrt kernel: md2: detected capacity change from 0 to 68651319296
Jun 27 20:40:50 kaperfahrt kernel: usbcore: registered new interface driver snd-usb-audio
Jun 27 20:40:50 kaperfahrt systemd-udevd[285]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 27 20:40:50 kaperfahrt kernel: md/raid1:md3: active with 1 out of 2 mirrors
Jun 27 20:40:50 kaperfahrt kernel: md3: detected capacity change from 0 to 25638928384
Jun 27 20:40:50 kaperfahrt kernel: AVX2 version of gcm_enc/dec engaged.
Jun 27 20:40:50 kaperfahrt kernel: AES CTR mode by8 optimization enabled
Jun 27 20:40:50 kaperfahrt systemd-udevd[285]: event3: Failed to call EVIOCSKEYCODE with scan code 0xc022d, and key code 103: Invalid argument
Jun 27 20:40:50 kaperfahrt systemd-udevd[285]: event3: Failed to call EVIOCSKEYCODE with scan code 0xc022e, and key code 108: Invalid argument
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-raid-VGMISC-drive1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sdd1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-raid-VGDATA-drive1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sdd3.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd3.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-raid-VGHOME-drive1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sdd2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata4-host3-target3:0:0-3:0:0:0-block-sdd-sdd2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt kernel: snd_hda_codec_realtek hdaudioC1D0: ALC1150: SKU not ready 0x00000000
Jun 27 20:40:50 kaperfahrt kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1150: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Jun 27 20:40:50 kaperfahrt kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 27 20:40:50 kaperfahrt kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Jun 27 20:40:50 kaperfahrt kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Jun 27 20:40:50 kaperfahrt kernel: snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
Jun 27 20:40:50 kaperfahrt kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Jun 27 20:40:50 kaperfahrt kernel: snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
Jun 27 20:40:50 kaperfahrt kernel: snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
Jun 27 20:40:50 kaperfahrt kernel: snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
Jun 27 20:40:50 kaperfahrt kernel: i915 0000:00:02.0: Found 128MB of eDRAM
Jun 27 20:40:50 kaperfahrt kernel: checking generic (d0000000 300000) vs hw (ee000000 1000000)
Jun 27 20:40:50 kaperfahrt kernel: checking generic (d0000000 300000) vs hw (d0000000 10000000)
Jun 27 20:40:50 kaperfahrt kernel: fb0: switching to inteldrmfb from EFI VGA
Jun 27 20:40:50 kaperfahrt kernel: Console: switching to colour dummy device 80x25
Jun 27 20:40:50 kaperfahrt kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jun 27 20:40:50 kaperfahrt kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jun 27 20:40:50 kaperfahrt kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jun 27 20:40:50 kaperfahrt kernel: iTCO_vendor_support: vendor-support=0
Jun 27 20:40:50 kaperfahrt kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Jun 27 20:40:50 kaperfahrt kernel: iTCO_wdt: Found a 9 Series TCO device (Version=2, TCOBASE=0x1860)
Jun 27 20:40:50 kaperfahrt kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jun 27 20:40:50 kaperfahrt systemd-udevd[295]: Using default interface naming scheme 'v245'.
Jun 27 20:40:50 kaperfahrt systemd-vconsole-setup[468]: KD_FONT_OP_GET failed while trying to get the font metadata: Function not implemented
Jun 27 20:40:50 kaperfahrt systemd-vconsole-setup[468]: Fonts will not be copied to remaining consoles
Jun 27 20:40:50 kaperfahrt systemd-udevd[303]: Using default interface naming scheme 'v245'.
Jun 27 20:40:50 kaperfahrt systemd-udevd[295]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 27 20:40:50 kaperfahrt systemd-udevd[282]: Using default interface naming scheme 'v245'.
Jun 27 20:40:50 kaperfahrt kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
Jun 27 20:40:50 kaperfahrt kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
Jun 27 20:40:50 kaperfahrt kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
Jun 27 20:40:50 kaperfahrt kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
Jun 27 20:40:50 kaperfahrt kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
Jun 27 20:40:50 kaperfahrt kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
Jun 27 20:40:50 kaperfahrt kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
Jun 27 20:40:50 kaperfahrt kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
Jun 27 20:40:50 kaperfahrt kernel: r8169 0000:04:00.0 eth.lan1: renamed from eth0
Jun 27 20:40:50 kaperfahrt systemd-udevd[296]: Using default interface naming scheme 'v245'.
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: eth0: Interface name change detected, eth0 has been renamed to eth.lan1.
Jun 27 20:40:50 kaperfahrt systemd-udevd[303]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2duuid\x2dd4fdb7ec:e304285b:7732cabb:128ed6d3.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-c0cca4e3\x2d103d\x2d44d9\x2d8ba0\x2d9aec6536dc04.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md-2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Trying to enqueue job mdmonitor.service/start/fail
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job mdmonitor.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from mdmonitor.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job system.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.slice/start from system.slice/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job -.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Installed new job mdmonitor.service/start as 126
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Enqueued job mdmonitor.service/start as 126
Jun 27 20:40:50 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: About to execute: /usr/lib/mdadm/mdadm_env.sh
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Forked /usr/lib/mdadm/mdadm_env.sh as 506
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Changed dead -> start-pre
Jun 27 20:40:50 kaperfahrt kernel: e1000e 0000:00:19.0 eth.lan0: renamed from eth1
Jun 27 20:40:50 kaperfahrt systemd[1]: Starting MD array monitor...
Jun 27 20:40:50 kaperfahrt systemd[506]: mdmonitor.service: Executing: /usr/lib/mdadm/mdadm_env.sh
Jun 27 20:40:50 kaperfahrt systemd[506]: mdmonitor.service: Executable /usr/lib/mdadm/mdadm_env.sh missing, skipping: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 58 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 58 (stored), closing.
Jun 27 20:40:50 kaperfahrt systemd[1]: Received SIGCHLD from PID 506 ((m_env.sh)).
Jun 27 20:40:50 kaperfahrt systemd[1]: Child 506 ((m_env.sh)) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Child 506 belongs to mdmonitor.service.
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Control process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Got final SIGCHLD for state start-pre.
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Passing 0 fds to service
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: About to execute: /sbin/mdadm --monitor $MDADM_MONITOR_ARGS
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Forked /sbin/mdadm as 508
Jun 27 20:40:50 kaperfahrt systemd[508]: mdmonitor.service: Executing: /sbin/mdadm --monitor --scan
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Changed start-pre -> running
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: Job 126 mdmonitor.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Started MD array monitor.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 58 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt mdadm[509]: sh: 1: /usr/sbin/sendmail: not found
Jun 27 20:40:50 kaperfahrt mdadm[512]: sh: 1: /usr/sbin/sendmail: not found
Jun 27 20:40:50 kaperfahrt mdadm[515]: sh: 1: /usr/sbin/sendmail: not found
Jun 27 20:40:50 kaperfahrt kernel: pktcdvd: pktcdvd0: writer mapped to sr0
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1c.6-0000:0b:00.0-usb5-5\x2d2-5\x2d2:1.0-sound-card0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sound.target: Trying to enqueue job sound.target/start/fail
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sound.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in alsa-state.service/start from sound.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job alsa-state.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from alsa-state.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job system.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.slice/start from system.slice/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job -.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sysinit.target/start from alsa-state.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sysinit.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-update-done.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-update-done.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-update-done.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-update-done.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job shutdown.target/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in swap.target/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job swap.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.swap/start from swap.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-mapper-swap.swap/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from dev-mapper-swap.swap/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job -.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from -.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.device/start from dev-mapper-swap.swap/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-mapper-swap.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-cryptsetup@swap.service/start from dev-mapper-swap.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-cryptsetup@swap.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system-systemd\x2dcryptsetup.slice/start from systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job system-systemd\x2dcryptsetup.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from system-systemd\x2dcryptsetup.slice/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-hd-swap.device/start from systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-hd-swap.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-sde128.device/start from dev-hd-swap.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-sde128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-hd-swap.device/start from dev-sde128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/start from dev-sde128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-sde128.device/start from sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-hd-swap.device/start from sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/start from dev-hd-swap.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in blockdev@dev-mapper-swap.target/start from systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job blockdev@dev-mapper-swap.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from blockdev@dev-mapper-swap.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in umount.target/stop from systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job umount.target/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from dev-mapper-swap.swap/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in umount.target/stop from dev-mapper-swap.swap/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from swap.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in local-fs.target/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job local-fs.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in boot.mount/start from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job boot.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start from boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system-systemd\x2dfsck.slice/start from systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job system-systemd\x2dfsck.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from system-systemd\x2dfsck.slice/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from system-systemd\x2dfsck.slice/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dlabel-EFIBOOT.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-nvme0n1p128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2duuid-67D1\x2d3055.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in umount.target/stop from boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in tmp.mount/start from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job tmp.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from tmp.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from tmp.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in umount.target/stop from tmp.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-fsck-root.service/start from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-fsck-root.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-fsck-root.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-fsck-root.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-remount-fs.service/start from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-remount-fs.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-remount-fs.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in local-fs-pre.target/start from systemd-remount-fs.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job local-fs-pre.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from local-fs-pre.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-remount-fs.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in tmp.mount/start from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-kernel-tracing.mount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-kernel-tracing.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from sys-kernel-tracing.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from sys-kernel-tracing.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journal-catalog-update.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-journal-catalog-update.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-journal-catalog-update.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-journal-catalog-update.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-binfmt.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-binfmt.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-binfmt.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-binfmt.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in ldconfig.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job ldconfig.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from ldconfig.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from ldconfig.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in rngd.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job rngd.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in tmp.mount/start from rngd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from rngd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from rngd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in lvm2-monitor.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job lvm2-monitor.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from lvm2-monitor.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dm-event.socket/start from lvm2-monitor.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dm-event.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from dm-event.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from dm-event.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in lvm2-lvmetad.socket/start from lvm2-monitor.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job lvm2-lvmetad.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from lvm2-lvmetad.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from lvm2-lvmetad.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from lvm2-lvmetad.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from lvm2-monitor.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-hwdb-update.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-hwdb-update.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-hwdb-update.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-hwdb-update.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-random-seed.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-random-seed.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-random-seed.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-random-seed.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-random-seed.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-sysctl.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-sysctl.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-sysctl.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-sysctl.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-ask-password-console.path/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-ask-password-console.path/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-ask-password-console.path/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-ask-password-console.path/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in emergency.service/stop from systemd-ask-password-console.path/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job emergency.service/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in emergency.target/stop from emergency.service/stop
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job emergency.target/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journald.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-journald.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journald.socket/start from systemd-journald.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-journald.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-journald.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-journald.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-journald.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-journald.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journald-audit.socket/start from systemd-journald.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-journald-audit.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-journald-audit.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journald-dev-log.socket/start from systemd-journald.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-journald-dev-log.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-journald-dev-log.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-journald-dev-log.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journald.socket/start from systemd-journald.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in lvm2-lvmpolld.socket/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job lvm2-lvmpolld.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from lvm2-lvmpolld.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from lvm2-lvmpolld.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from lvm2-lvmpolld.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-machine-id-commit.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-machine-id-commit.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-machine-id-commit.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-machine-id-commit.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-timesyncd.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-timesyncd.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in tmp.mount/start from systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in time-sync.target/start from systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job time-sync.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in time-set.target/start from time-sync.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job time-set.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from time-set.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from time-sync.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in time-set.target/start from systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt kernel: Generic FE-GE Realtek PHY r8169-400:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in proc-sys-fs-binfmt_misc.automount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job proc-sys-fs-binfmt_misc.automount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from proc-sys-fs-binfmt_misc.automount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-kernel-config.mount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-kernel-config.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from sys-kernel-config.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from sys-kernel-config.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-fs-fuse-connections.mount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-fs-fuse-connections.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from sys-fs-fuse-connections.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from sys-fs-fuse-connections.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journal-flush.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-journal-flush.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journald.service/start from systemd-journal-flush.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-journal-flush.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-journal-flush.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-modules-load.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-modules-load.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-modules-load.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-modules-load.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-sysusers.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-sysusers.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-sysusers.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-sysusers.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-udev-trigger.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-udev-trigger.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-udev-trigger.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-udevd.service/start from systemd-udev-trigger.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-udevd.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-udevd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-udevd-control.socket/start from systemd-udevd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-udevd-control.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-udevd-control.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-udevd-control.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in initrd-udevadm-cleanup-db.service/stop from systemd-udevd-control.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job initrd-udevadm-cleanup-db.service/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-udevd-kernel.socket/start from systemd-udevd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-udevd-kernel.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-udevd-kernel.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in initrd-udevadm-cleanup-db.service/stop from systemd-udevd-kernel.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in initrd-udevadm-cleanup-db.service/stop from systemd-udevd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in initrd-udevadm-cleanup-db.service/stop from systemd-udev-trigger.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-hugepages.mount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-hugepages.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from dev-hugepages.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from dev-hugepages.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in kmod-static-nodes.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job kmod-static-nodes.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from kmod-static-nodes.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-kernel-debug.mount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-kernel-debug.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from sys-kernel-debug.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from sys-kernel-debug.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-boot-system-token.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-boot-system-token.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-boot-system-token.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-boot-system-token.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-firstboot.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-firstboot.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-firstboot.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-firstboot.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-tmpfiles-setup.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-tmpfiles-setup.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in tmp.mount/start from systemd-tmpfiles-setup.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-tmpfiles-setup.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-tmpfiles-setup.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in lvm2-lvmetad.socket/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in cryptsetup.target/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job cryptsetup.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-cryptsetup@swap.service/start from cryptsetup.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from cryptsetup.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-tmpfiles-setup-dev.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-tmpfiles-setup-dev.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-tmpfiles-setup-dev.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-tmpfiles-setup-dev.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-udevd.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-mqueue.mount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-mqueue.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from dev-mqueue.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from dev-mqueue.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-update-utmp.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-update-utmp.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: eth1: Interface name change detected, eth1 has been renamed to eth.lan0.
Jun 27 20:40:50 kaperfahrt systemd-udevd[296]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 27 20:40:50 kaperfahrt systemd-udevd[282]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-update-utmp.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-update-utmp.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-update-utmp.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in emergency.target/stop from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in emergency.service/stop from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from alsa-state.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in alsa-restore.service/start from sound.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job alsa-restore.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from alsa-restore.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sysinit.target/start from alsa-restore.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from alsa-restore.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from sound.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-mqueue.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2duuid-67D1\x2d3055.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-udevd-kernel.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-udevd-control.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-modules-load.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-journal-flush.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-sde128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-journald-dev-log.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job lvm2-lvmpolld.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job sys-kernel-debug.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job -.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job initrd-udevadm-cleanup-db.service/stop, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-ask-password-console.path/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-nvme0n1p128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dm-event.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job system-systemd\x2dcryptsetup.slice/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-journald.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job shutdown.target/stop, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job system-systemd\x2dfsck.slice/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job proc-sys-fs-binfmt_misc.automount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-udev-trigger.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job kmod-static-nodes.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job emergency.service/stop, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-journald.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job sys-kernel-tracing.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-hugepages.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-sysctl.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-remount-fs.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job umount.target/stop, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job emergency.target/stop, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-udevd.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2dlabel-EFIBOOT.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-hd-swap.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-tmpfiles-setup-dev.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-random-seed.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job lvm2-lvmetad.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job sys-kernel-config.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start because of boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-binfmt.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job sysinit.target/start because of alsa-restore.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-hwdb-update.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Garbage collecting job local-fs-pre.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start because of boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-binfmt.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job sysinit.target/start because of alsa-restore.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-hwdb-update.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job local-fs.target/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job time-set.target/start because of systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job cryptsetup.target/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job time-sync.target/start because of systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-fsck-root.service/start because of local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job swap.target/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-boot-system-token.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-update-done.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-firstboot.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job ldconfig.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-machine-id-commit.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-tmpfiles-setup.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job alsa-restore.service/start because of sound.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-journal-catalog-update.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-cryptsetup@swap.service/start because of cryptsetup.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job boot.mount/start because of local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job tmp.mount/start because of systemd-tmpfiles-setup.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-timesyncd.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job dev-mapper-swap.device/start because of dev-mapper-swap.swap/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job blockdev@dev-mapper-swap.target/start because of systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-sysusers.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job sys-fs-fuse-connections.mount/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Garbage collecting job systemd-journald-audit.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start because of boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-binfmt.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job sysinit.target/start because of alsa-restore.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-hwdb-update.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job local-fs.target/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job time-set.target/start because of systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job cryptsetup.target/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job time-sync.target/start because of systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-fsck-root.service/start because of local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job swap.target/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-boot-system-token.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-update-done.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-firstboot.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job ldconfig.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-machine-id-commit.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-tmpfiles-setup.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job alsa-restore.service/start because of sound.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-journal-catalog-update.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-cryptsetup@swap.service/start because of cryptsetup.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job boot.mount/start because of local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job tmp.mount/start because of systemd-tmpfiles-setup.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-timesyncd.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job dev-mapper-swap.device/start because of dev-mapper-swap.swap/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job blockdev@dev-mapper-swap.target/start because of systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-sysusers.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job sys-fs-fuse-connections.mount/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job alsa-state.service/start because of sound.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job lvm2-monitor.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job dev-mapper-swap.swap/start because of swap.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-update-utmp.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job rngd.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Merged systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start into installed job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start as 20
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-binfmt.service: Installed new job systemd-binfmt.service/start as 166
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: Merged sysinit.target/start into installed job sysinit.target/start as 7
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-hwdb-update.service: Installed new job systemd-hwdb-update.service/start as 172
Jun 27 20:40:50 kaperfahrt systemd[1]: local-fs.target: Merged local-fs.target/start into installed job local-fs.target/start as 18
Jun 27 20:40:50 kaperfahrt systemd[1]: time-set.target: Merged time-set.target/start into installed job time-set.target/start as 49
Jun 27 20:40:50 kaperfahrt systemd[1]: cryptsetup.target: Merged cryptsetup.target/start into installed job cryptsetup.target/start as 67
Jun 27 20:40:50 kaperfahrt systemd[1]: time-sync.target: Merged time-sync.target/start into installed job time-sync.target/start as 48
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck-root.service: Installed new job systemd-fsck-root.service/start as 161
Jun 27 20:40:50 kaperfahrt systemd[1]: swap.target: Merged swap.target/start into installed job swap.target/start as 10
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-boot-system-token.service: Merged systemd-boot-system-token.service/start into installed job systemd-boot-system-token.service/start as 64
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-done.service: Merged systemd-update-done.service/start into installed job systemd-update-done.service/start as 8
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-firstboot.service: Installed new job systemd-firstboot.service/start as 202
Jun 27 20:40:50 kaperfahrt systemd[1]: ldconfig.service: Merged ldconfig.service/start into installed job ldconfig.service/start as 30
Jun 27 20:40:50 kaperfahrt systemd[1]: sound.target: Installed new job sound.target/start as 129
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-machine-id-commit.service: Merged systemd-machine-id-commit.service/start into installed job systemd-machine-id-commit.service/start as 46
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Merged systemd-tmpfiles-setup.service/start into installed job systemd-tmpfiles-setup.service/start as 66
Jun 27 20:40:50 kaperfahrt systemd[1]: alsa-restore.service: Installed new job alsa-restore.service/start as 208
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journal-catalog-update.service: Merged systemd-journal-catalog-update.service/start into installed job systemd-journal-catalog-update.service/start as 28
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Merged systemd-cryptsetup@swap.service/start into installed job systemd-cryptsetup@swap.service/start as 13
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: Merged boot.mount/start into installed job boot.mount/start as 19
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: Merged tmp.mount/start into installed job tmp.mount/start as 23
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-timesyncd.service: Merged systemd-timesyncd.service/start into installed job systemd-timesyncd.service/start as 47
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.device: Merged dev-mapper-swap.device/start into installed job dev-mapper-swap.device/start as 12
Jun 27 20:40:50 kaperfahrt systemd[1]: blockdev@dev-mapper-swap.target: Merged blockdev@dev-mapper-swap.target/start into installed job blockdev@dev-mapper-swap.target/start as 16
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-sysusers.service: Installed new job systemd-sysusers.service/start as 192
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-fs-fuse-connections.mount: Installed new job sys-fs-fuse-connections.mount/start as 189
Jun 27 20:40:50 kaperfahrt systemd[1]: alsa-state.service: Installed new job alsa-state.service/start as 130
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-monitor.service: Merged lvm2-monitor.service/start into installed job lvm2-monitor.service/start as 32
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: Merged dev-mapper-swap.swap/start into installed job dev-mapper-swap.swap/start as 11
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-utmp.service: Merged systemd-update-utmp.service/start into installed job systemd-update-utmp.service/start as 70
Jun 27 20:40:50 kaperfahrt systemd[1]: rngd.service: Merged rngd.service/start into installed job rngd.service/start as 31
Jun 27 20:40:50 kaperfahrt systemd[1]: sound.target: Enqueued job sound.target/start as 129
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: eth.lan1: IPv6 successfully enabled
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-raid-DATA-drive2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sda.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata1-host0-target0:0:0-0:0:0:0-block-sda.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: mdadm-last-resort@md1.timer: Trying to enqueue job mdadm-last-resort@md1.timer/start/fail
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job mdadm-last-resort@md1.timer/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-virtual-block-md1.device/stop from mdadm-last-resort@md1.timer/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-devices-virtual-block-md1.device/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job sys-devices-virtual-block-md1.device/stop, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: mdadm-last-resort@md1.timer: Installed new job mdadm-last-resort@md1.timer/start as 209
Jun 27 20:40:50 kaperfahrt systemd[1]: mdadm-last-resort@md1.timer: Enqueued job mdadm-last-resort@md1.timer/start as 209
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-cdrom.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-ata\x2dHL\x2dDT\x2dST_BD\x2dRE_BH10LS38_K9BBBOA1347.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:09:00.0\x2data\x2d2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sr0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1c.3-0000:05:00.0-0000:06:05.0-0000:09:00.0-ata12-host11-target11:0:0-11:0:0:0-block-sr0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-subsystem-net-devices-eth.lan1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1c.2-0000:04:00.0-net-eth.lan1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sound.target: Trying to enqueue job sound.target/start/fail
Jun 27 20:40:50 kaperfahrt kernel: md/raid1:md1: active with 2 out of 2 mirrors
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sound.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in alsa-state.service/start from sound.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job alsa-state.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from alsa-state.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job system.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.slice/start from system.slice/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job -.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sysinit.target/start from alsa-state.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sysinit.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-update-done.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-update-done.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-update-done.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-update-done.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job shutdown.target/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in swap.target/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job swap.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.swap/start from swap.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-mapper-swap.swap/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from dev-mapper-swap.swap/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job -.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from -.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.device/start from dev-mapper-swap.swap/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-mapper-swap.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-cryptsetup@swap.service/start from dev-mapper-swap.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-cryptsetup@swap.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system-systemd\x2dcryptsetup.slice/start from systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job system-systemd\x2dcryptsetup.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from system-systemd\x2dcryptsetup.slice/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-hd-swap.device/start from systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-hd-swap.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-sde128.device/start from dev-hd-swap.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-sde128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-hd-swap.device/start from dev-sde128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/start from dev-sde128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-sde128.device/start from sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-hd-swap.device/start from sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/start from dev-hd-swap.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in blockdev@dev-mapper-swap.target/start from systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job blockdev@dev-mapper-swap.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from blockdev@dev-mapper-swap.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in umount.target/stop from systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job umount.target/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from dev-mapper-swap.swap/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in umount.target/stop from dev-mapper-swap.swap/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from swap.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in local-fs.target/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job local-fs.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in boot.mount/start from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job boot.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start from boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system-systemd\x2dfsck.slice/start from systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job system-systemd\x2dfsck.slice/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from system-systemd\x2dfsck.slice/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from system-systemd\x2dfsck.slice/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dlabel-EFIBOOT.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-nvme0n1p128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2duuid-67D1\x2d3055.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2duuid-67D1\x2d3055.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-nvme0n1p128.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-67D1\x2d3055.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start from dev-disk-by\x2dlabel-EFIBOOT.device/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2dlabel-EFIBOOT.device/start from boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in umount.target/stop from boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in tmp.mount/start from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job tmp.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from tmp.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from tmp.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in umount.target/stop from tmp.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-fsck-root.service/start from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-fsck-root.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-fsck-root.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-fsck-root.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-remount-fs.service/start from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-remount-fs.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-remount-fs.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in local-fs-pre.target/start from systemd-remount-fs.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job local-fs-pre.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from local-fs-pre.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-remount-fs.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in tmp.mount/start from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-kernel-tracing.mount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-kernel-tracing.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from sys-kernel-tracing.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from sys-kernel-tracing.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journal-catalog-update.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-journal-catalog-update.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-journal-catalog-update.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-journal-catalog-update.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-binfmt.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-binfmt.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-binfmt.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-binfmt.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in ldconfig.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job ldconfig.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from ldconfig.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from ldconfig.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in rngd.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job rngd.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in tmp.mount/start from rngd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from rngd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from rngd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in lvm2-monitor.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job lvm2-monitor.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from lvm2-monitor.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dm-event.socket/start from lvm2-monitor.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dm-event.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from dm-event.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from dm-event.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in lvm2-lvmetad.socket/start from lvm2-monitor.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job lvm2-lvmetad.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from lvm2-lvmetad.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from lvm2-lvmetad.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from lvm2-lvmetad.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from lvm2-monitor.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-hwdb-update.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-hwdb-update.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-hwdb-update.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-hwdb-update.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-random-seed.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-random-seed.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-random-seed.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-random-seed.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-random-seed.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-sysctl.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-sysctl.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-sysctl.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-sysctl.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-ask-password-console.path/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt kernel: intel_rapl_common: Found RAPL domain package
Jun 27 20:40:50 kaperfahrt kernel: intel_rapl_common: Found RAPL domain core
Jun 27 20:40:50 kaperfahrt kernel: intel_rapl_common: Found RAPL domain uncore
Jun 27 20:40:50 kaperfahrt kernel: intel_rapl_common: Found RAPL domain dram
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-ask-password-console.path/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-ask-password-console.path/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-ask-password-console.path/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in emergency.service/stop from systemd-ask-password-console.path/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job emergency.service/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in emergency.target/stop from emergency.service/stop
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job emergency.target/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journald.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-journald.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journald.socket/start from systemd-journald.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-journald.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-journald.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-journald.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-journald.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-journald.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journald-audit.socket/start from systemd-journald.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-journald-audit.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-journald-audit.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journald-dev-log.socket/start from systemd-journald.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-journald-dev-log.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-journald-dev-log.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-journald-dev-log.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journald.socket/start from systemd-journald.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in lvm2-lvmpolld.socket/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job lvm2-lvmpolld.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from lvm2-lvmpolld.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from lvm2-lvmpolld.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from lvm2-lvmpolld.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-machine-id-commit.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-machine-id-commit.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-machine-id-commit.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-machine-id-commit.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-timesyncd.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-timesyncd.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in tmp.mount/start from systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in time-sync.target/start from systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job time-sync.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in time-set.target/start from time-sync.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job time-set.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from time-set.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from time-sync.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in time-set.target/start from systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in proc-sys-fs-binfmt_misc.automount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job proc-sys-fs-binfmt_misc.automount/start to transaction.
Jun 27 20:40:50 kaperfahrt kernel: md1: detected capacity change from 0 to 1000070643712
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from proc-sys-fs-binfmt_misc.automount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-kernel-config.mount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-kernel-config.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from sys-kernel-config.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from sys-kernel-config.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-fs-fuse-connections.mount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-fs-fuse-connections.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from sys-fs-fuse-connections.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from sys-fs-fuse-connections.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journal-flush.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-journal-flush.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-journald.service/start from systemd-journal-flush.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-journal-flush.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-journal-flush.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-modules-load.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-modules-load.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-modules-load.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-modules-load.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-sysusers.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-sysusers.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-sysusers.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-sysusers.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-udev-trigger.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-udev-trigger.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-udev-trigger.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-udevd.service/start from systemd-udev-trigger.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-udevd.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-udevd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-udevd-control.socket/start from systemd-udevd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-udevd-control.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-udevd-control.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-udevd-control.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in initrd-udevadm-cleanup-db.service/stop from systemd-udevd-control.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job initrd-udevadm-cleanup-db.service/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-udevd-kernel.socket/start from systemd-udevd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-udevd-kernel.socket/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-udevd-kernel.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in initrd-udevadm-cleanup-db.service/stop from systemd-udevd-kernel.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in initrd-udevadm-cleanup-db.service/stop from systemd-udevd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in initrd-udevadm-cleanup-db.service/stop from systemd-udev-trigger.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-hugepages.mount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-hugepages.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from dev-hugepages.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from dev-hugepages.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in kmod-static-nodes.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job kmod-static-nodes.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from kmod-static-nodes.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sys-kernel-debug.mount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-kernel-debug.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from sys-kernel-debug.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from sys-kernel-debug.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-boot-system-token.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-boot-system-token.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-boot-system-token.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-boot-system-token.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-firstboot.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-firstboot.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-firstboot.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-firstboot.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-tmpfiles-setup.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-tmpfiles-setup.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in tmp.mount/start from systemd-tmpfiles-setup.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-tmpfiles-setup.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-tmpfiles-setup.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in lvm2-lvmetad.socket/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in cryptsetup.target/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job cryptsetup.target/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-cryptsetup@swap.service/start from cryptsetup.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from cryptsetup.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-tmpfiles-setup-dev.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-tmpfiles-setup-dev.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-tmpfiles-setup-dev.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-tmpfiles-setup-dev.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-udevd.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in dev-mqueue.mount/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd-udevd[294]: Using default interface naming scheme 'v245'.
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-mqueue.mount/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from dev-mqueue.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from dev-mqueue.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in systemd-update-utmp.service/start from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job systemd-update-utmp.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in -.mount/start from systemd-update-utmp.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-update-utmp.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from systemd-update-utmp.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in emergency.target/stop from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in emergency.service/stop from sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from alsa-state.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in alsa-restore.service/start from sound.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job alsa-restore.service/start to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in system.slice/start from alsa-restore.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in sysinit.target/start from alsa-restore.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from alsa-restore.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Pulling in shutdown.target/stop from sound.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job sys-kernel-tracing.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-sde128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job sys-kernel-config.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-journald.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-random-seed.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job lvm2-lvmetad.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job lvm2-lvmpolld.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job -.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job emergency.service/stop, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-remount-fs.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-udev-trigger.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job proc-sys-fs-binfmt_misc.automount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-udevd-control.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2dlabel-EFIBOOT.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-nvme0n1p128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-tmpfiles-setup-dev.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-mqueue.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-hd-swap.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-ask-password-console.path/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job initrd-udevadm-cleanup-db.service/stop, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-udevd-kernel.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-journald-dev-log.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dm-event.socket/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job system-systemd\x2dcryptsetup.slice/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job shutdown.target/stop, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job kmod-static-nodes.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-modules-load.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-sysctl.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job emergency.target/stop, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job system-systemd\x2dfsck.slice/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-hugepages.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-journald.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job umount.target/stop, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-udevd.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job sys-kernel-debug.mount/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2duuid-67D1\x2d3055.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job systemd-journal-flush.service/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Found redundant job dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/start, dropping from transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-update-done.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-sysusers.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start because of boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-update-utmp.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job ldconfig.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job local-fs.target/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job blockdev@dev-mapper-swap.target/start because of systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job time-set.target/start because of systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job sys-fs-fuse-connections.mount/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job sysinit.target/start because of alsa-restore.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Garbage collecting job systemd-journald-audit.socket/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-update-done.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-sysusers.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start because of boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-update-utmp.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job ldconfig.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job local-fs.target/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job blockdev@dev-mapper-swap.target/start because of systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job time-set.target/start because of systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job sys-fs-fuse-connections.mount/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job sysinit.target/start because of alsa-restore.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-timesyncd.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job cryptsetup.target/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job alsa-restore.service/start because of sound.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job boot.mount/start because of local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-fsck-root.service/start because of local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job lvm2-monitor.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-boot-system-token.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job dev-mapper-swap.device/start because of dev-mapper-swap.swap/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Garbage collecting job local-fs-pre.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-update-done.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-sysusers.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start because of boot.mount/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-update-utmp.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job ldconfig.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job local-fs.target/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job blockdev@dev-mapper-swap.target/start because of systemd-cryptsetup@swap.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job time-set.target/start because of systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job sys-fs-fuse-connections.mount/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job sysinit.target/start because of alsa-restore.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-timesyncd.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job cryptsetup.target/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job alsa-restore.service/start because of sound.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job boot.mount/start because of local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-fsck-root.service/start because of local-fs.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job lvm2-monitor.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-boot-system-token.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job dev-mapper-swap.device/start because of dev-mapper-swap.swap/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job time-sync.target/start because of systemd-timesyncd.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job dev-mapper-swap.swap/start because of swap.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job rngd.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job tmp.mount/start because of systemd-tmpfiles-setup.service/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-journal-catalog-update.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-firstboot.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-binfmt.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job swap.target/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job alsa-state.service/start because of sound.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-hwdb-update.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-machine-id-commit.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-cryptsetup@swap.service/start because of cryptsetup.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: Keeping job systemd-tmpfiles-setup.service/start because of sysinit.target/start
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-done.service: Merged systemd-update-done.service/start into installed job systemd-update-done.service/start as 8
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-sysusers.service: Merged systemd-sysusers.service/start into installed job systemd-sysusers.service/start as 192
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Merged systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start into installed job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start as 20
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-utmp.service: Merged systemd-update-utmp.service/start into installed job systemd-update-utmp.service/start as 70
Jun 27 20:40:50 kaperfahrt systemd[1]: ldconfig.service: Merged ldconfig.service/start into installed job ldconfig.service/start as 30
Jun 27 20:40:50 kaperfahrt systemd[1]: local-fs.target: Merged local-fs.target/start into installed job local-fs.target/start as 18
Jun 27 20:40:50 kaperfahrt systemd[1]: blockdev@dev-mapper-swap.target: Merged blockdev@dev-mapper-swap.target/start into installed job blockdev@dev-mapper-swap.target/start as 16
Jun 27 20:40:50 kaperfahrt systemd[1]: time-set.target: Merged time-set.target/start into installed job time-set.target/start as 49
Jun 27 20:40:50 kaperfahrt systemd[1]: sound.target: Merged sound.target/start into installed job sound.target/start as 129
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-fs-fuse-connections.mount: Merged sys-fs-fuse-connections.mount/start into installed job sys-fs-fuse-connections.mount/start as 189
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: Merged sysinit.target/start into installed job sysinit.target/start as 7
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-timesyncd.service: Merged systemd-timesyncd.service/start into installed job systemd-timesyncd.service/start as 47
Jun 27 20:40:50 kaperfahrt systemd[1]: cryptsetup.target: Merged cryptsetup.target/start into installed job cryptsetup.target/start as 67
Jun 27 20:40:50 kaperfahrt systemd[1]: alsa-restore.service: Merged alsa-restore.service/start into installed job alsa-restore.service/start as 208
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: Merged boot.mount/start into installed job boot.mount/start as 19
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck-root.service: Merged systemd-fsck-root.service/start into installed job systemd-fsck-root.service/start as 161
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-monitor.service: Merged lvm2-monitor.service/start into installed job lvm2-monitor.service/start as 32
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-boot-system-token.service: Merged systemd-boot-system-token.service/start into installed job systemd-boot-system-token.service/start as 64
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.device: Merged dev-mapper-swap.device/start into installed job dev-mapper-swap.device/start as 12
Jun 27 20:40:50 kaperfahrt systemd[1]: time-sync.target: Merged time-sync.target/start into installed job time-sync.target/start as 48
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: Merged dev-mapper-swap.swap/start into installed job dev-mapper-swap.swap/start as 11
Jun 27 20:40:50 kaperfahrt systemd[1]: rngd.service: Merged rngd.service/start into installed job rngd.service/start as 31
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: Merged tmp.mount/start into installed job tmp.mount/start as 23
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journal-catalog-update.service: Merged systemd-journal-catalog-update.service/start into installed job systemd-journal-catalog-update.service/start as 28
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-firstboot.service: Merged systemd-firstboot.service/start into installed job systemd-firstboot.service/start as 202
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-binfmt.service: Merged systemd-binfmt.service/start into installed job systemd-binfmt.service/start as 166
Jun 27 20:40:50 kaperfahrt systemd[1]: swap.target: Merged swap.target/start into installed job swap.target/start as 10
Jun 27 20:40:50 kaperfahrt systemd[1]: alsa-state.service: Merged alsa-state.service/start into installed job alsa-state.service/start as 130
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-hwdb-update.service: Merged systemd-hwdb-update.service/start into installed job systemd-hwdb-update.service/start as 172
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-machine-id-commit.service: Merged systemd-machine-id-commit.service/start into installed job systemd-machine-id-commit.service/start as 46
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Merged systemd-cryptsetup@swap.service/start into installed job systemd-cryptsetup@swap.service/start as 13
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Merged systemd-tmpfiles-setup.service/start into installed job systemd-tmpfiles-setup.service/start as 66
Jun 27 20:40:50 kaperfahrt systemd[1]: sound.target: Enqueued job sound.target/start as 129
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-hd-swap.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-hd-swap.device: Installed new job dev-hd-swap.device/nop as 291
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-sde128.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sde128.device: Installed new job dev-sde128.device/nop as 292
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device: Installed new job sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/nop as 293
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2duuid\x2deae05c46:42664f21:9cfaea22:42c95850.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md-4.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-2225c221\x2d5532\x2d4310\x2dbe64\x2d888291d151e1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:4.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md4.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md4.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-md\x2duuid\x2dd4fdb7ec:e304285b:7732cabb:128ed6d3.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2duuid\x2dd4fdb7ec:e304285b:7732cabb:128ed6d3.device: Installed new job dev-disk-by\x2did-md\x2duuid\x2dd4fdb7ec:e304285b:7732cabb:128ed6d3.device/nop as 294
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2duuid-c0cca4e3\x2d103d\x2d44d9\x2d8ba0\x2d9aec6536dc04.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-c0cca4e3\x2d103d\x2d44d9\x2d8ba0\x2d9aec6536dc04.device: Installed new job dev-disk-by\x2duuid-c0cca4e3\x2d103d\x2d44d9\x2d8ba0\x2d9aec6536dc04.device/nop as 295
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-md-2.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md-2.device: Installed new job dev-md-2.device/nop as 296
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:2.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:2.device: Installed new job dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:2.device/nop as 297
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-md2.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md2.device: Installed new job dev-md2.device/nop as 298
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-devices-virtual-block-md2.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md2.device: Installed new job sys-devices-virtual-block-md2.device/nop as 299
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md2.device: lost dependency Wants=mdmonitor.service
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: lost dependency WantedBy=sys-devices-virtual-block-md2.device
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: lost dependency ReferencedBy=sys-devices-virtual-block-md2.device
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md2.device: lost dependency References=mdmonitor.service
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-subsystem-net-devices-dummy.vbox.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-net-dummy.vbox.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-devices-pci0000:00-0000:00:1c.6-0000:0b:00.0-usb5-5\x2d2-5\x2d2:1.0-sound-card0.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1c.6-0000:0b:00.0-usb5-5\x2d2-5\x2d2:1.0-sound-card0.device: Installed new job sys-devices-pci0000:00-0000:00:1c.6-0000:0b:00.0-usb5-5\x2d2-5\x2d2:1.0-sound-card0.device/nop as 300
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1c.6-0000:0b:00.0-usb5-5\x2d2-5\x2d2:1.0-sound-card0.device: lost dependency Wants=sound.target
Jun 27 20:40:50 kaperfahrt systemd[1]: sound.target: lost dependency WantedBy=sys-devices-pci0000:00-0000:00:1c.6-0000:0b:00.0-usb5-5\x2d2-5\x2d2:1.0-sound-card0.device
Jun 27 20:40:50 kaperfahrt systemd[1]: sound.target: lost dependency ReferencedBy=sys-devices-pci0000:00-0000:00:1c.6-0000:0b:00.0-usb5-5\x2d2-5\x2d2:1.0-sound-card0.device
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1c.6-0000:0b:00.0-usb5-5\x2d2-5\x2d2:1.0-sound-card0.device: lost dependency References=sound.target
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-subsystem-net-devices-br.vbox.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-net-br.vbox.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-206d25a3\x2d18af\x2d4b01\x2db18b\x2d6bc91e1c1628.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2duuid\x2d948507a3:53622cad:02a8cf5b:1fb6987e.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:3.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md-3.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md3.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md3.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: Received SIGCHLD from PID 439 (systemd-cryptse).
Jun 27 20:40:50 kaperfahrt systemd[1]: Child 439 (systemd-cryptse) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Child 439 belongs to systemd-cryptsetup@swap.service.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: About to execute: /sbin/mkswap /dev/mapper/swap
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Forked /sbin/mkswap as 568
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Changed start -> start-post
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Control group is empty.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 56 (stored), closing.
Jun 27 20:40:50 kaperfahrt systemd[568]: systemd-cryptsetup@swap.service: Executing: /sbin/mkswap /dev/mapper/swap
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-raid-VGMISC-drive2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sdc1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-md\x2duuid\x2deae05c46:42664f21:9cfaea22:42c95850.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2duuid\x2deae05c46:42664f21:9cfaea22:42c95850.device: Installed new job dev-disk-by\x2did-md\x2duuid\x2deae05c46:42664f21:9cfaea22:42c95850.device/nop as 301
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-md-4.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md-4.device: Installed new job dev-md-4.device/nop as 302
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2duuid-2225c221\x2d5532\x2d4310\x2dbe64\x2d888291d151e1.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-2225c221\x2d5532\x2d4310\x2dbe64\x2d888291d151e1.device: Installed new job dev-disk-by\x2duuid-2225c221\x2d5532\x2d4310\x2dbe64\x2d888291d151e1.device/nop as 303
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:4.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:4.device: Installed new job dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:4.device/nop as 304
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-md4.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md4.device: Installed new job dev-md4.device/nop as 305
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-devices-virtual-block-md4.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md4.device: Installed new job sys-devices-virtual-block-md4.device/nop as 306
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md4.device: lost dependency Wants=mdmonitor.service
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: lost dependency WantedBy=sys-devices-virtual-block-md4.device
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: lost dependency ReferencedBy=sys-devices-virtual-block-md4.device
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md4.device: lost dependency References=mdmonitor.service
Jun 27 20:40:50 kaperfahrt systemd[1]: mdadm-last-resort@md1.timer: Monotonic timer elapses in 30s.
Jun 27 20:40:50 kaperfahrt systemd[1]: mdadm-last-resort@md1.timer: Changed dead -> waiting
Jun 27 20:40:50 kaperfahrt systemd[1]: mdadm-last-resort@md1.timer: Job 209 mdadm-last-resort@md1.timer/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Started Timer to wait for more drives before activating degraded array md1..
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:2.device: Job 297 dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:2.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:4.device: Job 304 dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:4.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2duuid\x2dd4fdb7ec:e304285b:7732cabb:128ed6d3.device: Job 294 dev-disk-by\x2did-md\x2duuid\x2dd4fdb7ec:e304285b:7732cabb:128ed6d3.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2duuid\x2deae05c46:42664f21:9cfaea22:42c95850.device: Job 301 dev-disk-by\x2did-md\x2duuid\x2deae05c46:42664f21:9cfaea22:42c95850.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-2225c221\x2d5532\x2d4310\x2dbe64\x2d888291d151e1.device: Job 303 dev-disk-by\x2duuid-2225c221\x2d5532\x2d4310\x2dbe64\x2d888291d151e1.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-c0cca4e3\x2d103d\x2d44d9\x2d8ba0\x2d9aec6536dc04.device: Job 295 dev-disk-by\x2duuid-c0cca4e3\x2d103d\x2d44d9\x2d8ba0\x2d9aec6536dc04.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-hd-swap.device: Job 291 dev-hd-swap.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md-2.device: Job 296 dev-md-2.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md-4.device: Job 302 dev-md-4.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md2.device: Job 298 dev-md2.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md4.device: Job 305 dev-md4.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sde128.device: Job 292 dev-sde128.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1c.6-0000:0b:00.0-usb5-5\x2d2-5\x2d2:1.0-sound-card0.device: Job 300 sys-devices-pci0000:00-0000:00:1c.6-0000:0b:00.0-usb5-5\x2d2-5\x2d2:1.0-sound-card0.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device: Job 293 sys-devices-pci0000:00-0000:00:1f.2-ata5-host4-target4:0:0-4:0:0:0-block-sde-sde128.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md2.device: Job 299 sys-devices-virtual-block-md2.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md4.device: Job 306 sys-devices-virtual-block-md4.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: blockdev@dev-mapper-swap.target: starting held back, waiting for: systemd-cryptsetup@swap.service
Jun 27 20:40:50 kaperfahrt systemd[1]: cryptsetup.target: starting held back, waiting for: systemd-cryptsetup@swap.service
Jun 27 20:40:50 kaperfahrt systemd[1]: local-fs.target: starting held back, waiting for: boot.mount
Jun 27 20:40:50 kaperfahrt systemd[1]: sound.target: starting held back, waiting for: alsa-state.service
Jun 27 20:40:50 kaperfahrt systemd[1]: swap.target: starting held back, waiting for: dev-mapper-swap.swap
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: swap.target
Jun 27 20:40:50 kaperfahrt systemd[1]: time-set.target: starting held back, waiting for: systemd-timesyncd.service
Jun 27 20:40:50 kaperfahrt systemd[1]: time-sync.target: starting held back, waiting for: time-set.target
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: starting held back, waiting for: blockdev@dev-mapper-swap.target
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: starting held back, waiting for: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service
Jun 27 20:40:50 kaperfahrt systemd[1]: /proc/self/uid_map has a full 1:1 mapping
Jun 27 20:40:50 kaperfahrt systemd[1]: /proc/self/gid_map has a full 1:1 mapping
Jun 27 20:40:50 kaperfahrt systemd[1]: /proc/self/setgroups contains "allow", not in user namespace
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-fs-fuse-connections.mount: ConditionVirtualization=!private-users succeeded.
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-fs-fuse-connections.mount: ConditionCapability=CAP_SYS_ADMIN succeeded.
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-fs-fuse-connections.mount: ConditionPathExists=/sys/fs/fuse/connections failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-fs-fuse-connections.mount: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-fs-fuse-connections.mount: Job 189 sys-fs-fuse-connections.mount/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: swap.target
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: starting held back, waiting for: swap.target
Jun 27 20:40:50 kaperfahrt systemd[1]: alsa-restore.service: starting held back, waiting for: basic.target
Jun 27 20:40:50 kaperfahrt systemd[1]: alsa-state.service: starting held back, waiting for: basic.target
Jun 27 20:40:50 kaperfahrt systemd[1]: ldconfig.service: starting held back, waiting for: local-fs.target
Jun 27 20:40:50 kaperfahrt systemd[1]: rngd.service: starting held back, waiting for: tmp.mount
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-binfmt.service: ConditionDirectoryNotEmpty=|/run/binfmt.d failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-binfmt.service: ConditionDirectoryNotEmpty=|/etc/binfmt.d failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-binfmt.service: ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-binfmt.service: ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-binfmt.service: ConditionDirectoryNotEmpty=|/lib/binfmt.d failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-binfmt.service: ConditionPathIsReadWrite=/proc/sys succeeded.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-binfmt.service: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-binfmt.service: Job 166 systemd-binfmt.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: swap.target
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-boot-system-token.service: starting held back, waiting for: local-fs.target
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-firstboot.service: ConditionFirstBoot=yes failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-firstboot.service: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-firstboot.service: Job 202 systemd-firstboot.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: swap.target
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck-root.service: ConditionPathIsReadWrite=!/ failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck-root.service: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck-root.service: Job 161 systemd-fsck-root.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Jun 27 20:40:50 kaperfahrt systemd[1]: local-fs.target: starting held back, waiting for: boot.mount
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: starting held back, waiting for: local-fs-pre.target
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-hwdb-update.service: ConditionDirectoryNotEmpty=|/etc/udev/hwdb.d failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-hwdb-update.service: ConditionPathExists=|/etc/udev/hwdb.bin succeeded.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-hwdb-update.service: ConditionPathExists=|!/usr/lib/udev/hwdb.bin failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-hwdb-update.service: ConditionNeedsUpdate=/etc failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-hwdb-update.service: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-hwdb-update.service: Job 172 systemd-hwdb-update.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: swap.target
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journal-catalog-update.service: starting held back, waiting for: local-fs.target
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-machine-id-commit.service: starting held back, waiting for: local-fs.target
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-sysusers.service: ConditionNeedsUpdate=/etc failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-sysusers.service: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-sysusers.service: Job 192 systemd-sysusers.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Condition check resulted in Create System Users being skipped.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: swap.target
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-resolved.service: starting held back, waiting for: systemd-tmpfiles-setup.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-timesyncd.service: starting held back, waiting for: systemd-tmpfiles-setup.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: starting held back, waiting for: tmp.mount
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-done.service: starting held back, waiting for: systemd-journal-catalog-update.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-utmp.service: starting held back, waiting for: systemd-tmpfiles-setup.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 56 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2duuid-206d25a3\x2d18af\x2d4b01\x2db18b\x2d6bc91e1c1628.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-206d25a3\x2d18af\x2d4b01\x2db18b\x2d6bc91e1c1628.device: Installed new job dev-disk-by\x2duuid-206d25a3\x2d18af\x2d4b01\x2db18b\x2d6bc91e1c1628.device/nop as 307
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-md\x2duuid\x2d948507a3:53622cad:02a8cf5b:1fb6987e.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2duuid\x2d948507a3:53622cad:02a8cf5b:1fb6987e.device: Installed new job dev-disk-by\x2did-md\x2duuid\x2d948507a3:53622cad:02a8cf5b:1fb6987e.device/nop as 308
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:3.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:3.device: Installed new job dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:3.device/nop as 309
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-md-3.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md-3.device: Installed new job dev-md-3.device/nop as 310
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-md3.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md3.device: Installed new job dev-md3.device/nop as 311
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-devices-virtual-block-md3.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md3.device: Installed new job sys-devices-virtual-block-md3.device/nop as 312
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md3.device: lost dependency Wants=mdmonitor.service
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: lost dependency WantedBy=sys-devices-virtual-block-md3.device
Jun 27 20:40:50 kaperfahrt systemd[1]: mdmonitor.service: lost dependency ReferencedBy=sys-devices-virtual-block-md3.device
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md3.device: lost dependency References=mdmonitor.service
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:3.device: Job 309 dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:3.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2duuid\x2d948507a3:53622cad:02a8cf5b:1fb6987e.device: Job 308 dev-disk-by\x2did-md\x2duuid\x2d948507a3:53622cad:02a8cf5b:1fb6987e.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-206d25a3\x2d18af\x2d4b01\x2db18b\x2d6bc91e1c1628.device: Job 307 dev-disk-by\x2duuid-206d25a3\x2d18af\x2d4b01\x2db18b\x2d6bc91e1c1628.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md-3.device: Job 310 dev-md-3.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md3.device: Job 311 dev-md3.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md3.device: Job 312 sys-devices-virtual-block-md3.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt mkswap[568]: Auslagerungsbereich Version 1 wird angelegt, Größe = 24 GiB (25770131456 Bytes)
Jun 27 20:40:50 kaperfahrt mkswap[568]: keine Bezeichnung, UUID=517c373b-a24f-49c6-99ac-d81d4ac23139
Jun 27 20:40:50 kaperfahrt systemd[1]: Received SIGCHLD from PID 568 (mkswap).
Jun 27 20:40:50 kaperfahrt systemd[1]: Child 568 (mkswap) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Child 568 belongs to systemd-cryptsetup@swap.service.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Control process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Got final SIGCHLD for state start-post.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Changed start-post -> exited
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Job 13 systemd-cryptsetup@swap.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Finished Cryptography Setup for swap.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 56 (stored), closing.
Jun 27 20:40:50 kaperfahrt systemd[1]: blockdev@dev-mapper-swap.target changed dead -> active
Jun 27 20:40:50 kaperfahrt systemd[1]: blockdev@dev-mapper-swap.target: Job 16 blockdev@dev-mapper-swap.target/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Reached target Block Device Preparation for /dev/mapper/swap.
Jun 27 20:40:50 kaperfahrt systemd[1]: cryptsetup.target changed dead -> active
Jun 27 20:40:50 kaperfahrt systemd[1]: cryptsetup.target: Job 67 cryptsetup.target/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Reached target Local Encrypted Volumes.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: swap.target
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: starting held back, waiting for: dev-mapper-swap.device
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2dname\x2dkaperfahrt:1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-md\x2duuid\x2d79e2aacc:835fd1ee:26c475f6:5c06ef36.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md-1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-2920cfdb\x2df120\x2d439e\x2d99e0\x2d193ead6c50f8.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-md1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-md1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: mdadm-last-resort@md1.timer: Trying to enqueue job mdadm-last-resort@md1.timer/stop/replace
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job mdadm-last-resort@md1.timer/stop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: mdadm-last-resort@md1.timer: Installed new job mdadm-last-resort@md1.timer/stop as 313
Jun 27 20:40:50 kaperfahrt systemd[1]: mdadm-last-resort@md1.timer: Enqueued job mdadm-last-resort@md1.timer/stop as 313
Jun 27 20:40:50 kaperfahrt systemd[1]: mdadm-last-resort@md1.timer: Succeeded.
Jun 27 20:40:50 kaperfahrt systemd[1]: mdadm-last-resort@md1.timer: Changed waiting -> dead
Jun 27 20:40:50 kaperfahrt systemd[1]: mdadm-last-resort@md1.timer: Job 313 mdadm-last-resort@md1.timer/stop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Stopped Timer to wait for more drives before activating degraded array md1..
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.device: Job 12 dev-mapper-swap.device/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Found device /dev/mapper/swap.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-dm\x2d0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-dm\x2d0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: About to execute: /sbin/swapon /dev/mapper/swap
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: Forked /sbin/swapon as 576
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: Changed dead -> activating
Jun 27 20:40:50 kaperfahrt systemd[1]: Activating swap /dev/mapper/swap...
Jun 27 20:40:50 kaperfahrt systemd[576]: dev-mapper-swap.swap: Executing: /sbin/swapon /dev/mapper/swap
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 56 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-raid-DATA-drive1.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sdb.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata2-host1-target1:0:0-1:0:0:0-block-sdb.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev.mount: Failed to load configuration: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk.mount: Failed to load configuration: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did.mount: Failed to load configuration: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.mount: Failed to load configuration: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid.mount: Failed to load configuration: No such file or directory
Jun 27 20:40:50 kaperfahrt kernel: Adding 25166144k swap on /dev/mapper/swap.  Priority:-2 extents:1 across:25166144k SSFS
Jun 27 20:40:50 kaperfahrt kernel: r8169 0000:04:00.0 eth.lan1: Link is Down
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.mount: Failed to load configuration: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: eth.lan1: Link UP
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.mount: Failed to load configuration: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-dm\x2d0.mount: Failed to load configuration: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap: Changed dead -> active
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap: Changed dead -> active
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.swap: Changed dead -> active
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-dm\x2d0.swap: Changed dead -> active
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: Changed activating -> activating-done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: Job 11 dev-mapper-swap.swap/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Activated swap /dev/mapper/swap.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-dm\x2d0.mount: Collecting.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.mount: Collecting.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid.mount: Collecting.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.mount: Collecting.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev.mount: Collecting.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk.mount: Collecting.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did.mount: Collecting.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.mount: Collecting.
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-subsystem-net-devices-eth.lan0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:19.0-net-eth.lan0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: Received SIGCHLD from PID 576 (swapon).
Jun 27 20:40:50 kaperfahrt systemd[1]: Child 576 (swapon) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: Child 576 belongs to dev-mapper-swap.swap.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: Swap process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-mapper-swap.swap: Changed activating-done -> active
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 56 (stored), closing.
Jun 27 20:40:50 kaperfahrt systemd[1]: swap.target changed dead -> active
Jun 27 20:40:50 kaperfahrt systemd[1]: swap.target: Job 10 swap.target/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Reached target Swap.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: ldconfig.service
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: starting held back, waiting for: local-fs-pre.target
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: br.vbox: IPv6 successfully enabled
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: eth.lan0: IPv6 successfully enabled
Jun 27 20:40:50 kaperfahrt kernel: br.vbox: port 1(dummy.vbox) entered blocking state
Jun 27 20:40:50 kaperfahrt kernel: br.vbox: port 1(dummy.vbox) entered disabled state
Jun 27 20:40:50 kaperfahrt kernel: device dummy.vbox entered promiscuous mode
Jun 27 20:40:50 kaperfahrt kernel: br.vbox: port 1(dummy.vbox) entered blocking state
Jun 27 20:40:50 kaperfahrt kernel: br.vbox: port 1(dummy.vbox) entered forwarding state
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-raid-VGDATA-drive2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sdc3.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc3.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-raid-VGHOME-drive2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-sdc2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1f.2-ata3-host2-target2:0:0-2:0:0:0-block-sdc-sdc2.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-pktcdvd-pktcdvd0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-virtual-block-pktcdvd0.device: Changed dead -> plugged
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 57 (stored), closing.
Jun 27 20:40:50 kaperfahrt systemd[1]: Received SIGCHLD from PID 261 (lvm).
Jun 27 20:40:50 kaperfahrt systemd[1]: Child 261 (lvm) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-monitor.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-monitor.service: Child 261 belongs to lvm2-monitor.service.
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-monitor.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-monitor.service: Changed start -> exited
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-monitor.service: Job 32 lvm2-monitor.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 27 20:40:50 kaperfahrt systemd[1]: lvm2-monitor.service: Control group is empty.
Jun 27 20:40:50 kaperfahrt systemd[1]: local-fs-pre.target changed dead -> active
Jun 27 20:40:50 kaperfahrt systemd[1]: local-fs-pre.target: Job 26 local-fs-pre.target/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Reached target Local File Systems (Pre).
Jun 27 20:40:50 kaperfahrt systemd[1]: local-fs.target: starting held back, waiting for: boot.mount
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: starting held back, waiting for: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service
Jun 27 20:40:50 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: About to execute: /usr/bin/mount tmpfs /tmp -t tmpfs -o rw,size=8192m,nodev,nosuid
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: Forked /usr/bin/mount as 586
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: Changed dead -> mounting
Jun 27 20:40:50 kaperfahrt systemd[1]: Mounting Mounts the /tmp partition...
Jun 27 20:40:50 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Passing 0 fds to service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: About to execute: /usr/lib/systemd/systemd-fsck /dev/disk/by-label/EFIBOOT
Jun 27 20:40:50 kaperfahrt systemd[586]: tmp.mount: Executing: /usr/bin/mount tmpfs /tmp -t tmpfs -o rw,size=8192m,nodev,nosuid
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Forked /usr/lib/systemd/systemd-fsck as 587
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Changed dead -> start
Jun 27 20:40:50 kaperfahrt systemd[1]: Starting File System Check on /dev/disk/by-label/EFIBOOT...
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 56 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt systemd[587]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Executing: /usr/lib/systemd/systemd-fsck /dev/disk/by-label/EFIBOOT
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 57 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: Changed mounting -> mounting-done
Jun 27 20:40:50 kaperfahrt systemd[1]: Received SIGCHLD from PID 586 (mount).
Jun 27 20:40:50 kaperfahrt systemd[1]: Child 586 (mount) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: Child 586 belongs to tmp.mount.
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: Mount process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: Changed mounting-done -> mounted
Jun 27 20:40:50 kaperfahrt systemd[1]: tmp.mount: Job 23 tmp.mount/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Mounted Mounts the /tmp partition.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 56 (stored), closing.
Jun 27 20:40:50 kaperfahrt systemd[1]: basic.target: starting held back, waiting for: sockets.target
Jun 27 20:40:50 kaperfahrt systemd[1]: local-fs.target: starting held back, waiting for: boot.mount
Jun 27 20:40:50 kaperfahrt systemd[1]: rngd.service: starting held back, waiting for: systemd-tmpfiles-setup.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-logind.service: starting held back, waiting for: systemd-tmpfiles-setup.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-resolved.service: starting held back, waiting for: systemd-tmpfiles-setup.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-timesyncd.service: starting held back, waiting for: systemd-tmpfiles-setup.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: starting held back, waiting for: local-fs.target
Jun 27 20:40:50 kaperfahrt systemd-fsck[589]: fsck.fat 4.1 (2017-01-24)
Jun 27 20:40:50 kaperfahrt systemd-fsck[589]: /dev/nvme0n1p128: 9 files, 11599/130813 clusters
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 57 (stored), closing.
Jun 27 20:40:50 kaperfahrt systemd[1]: Received SIGCHLD from PID 587 (systemd-fsck).
Jun 27 20:40:50 kaperfahrt systemd[1]: Child 587 (systemd-fsck) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Child 587 belongs to systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Changed start -> exited
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Job 20 systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Finished File System Check on /dev/disk/by-label/EFIBOOT.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Control group is empty.
Jun 27 20:40:50 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: About to execute: /usr/bin/mount /dev/disk/by-label/EFIBOOT /boot -t vfat -o rw,codepage=437,iocharset=ascii
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: Forked /usr/bin/mount as 590
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: Changed dead -> mounting
Jun 27 20:40:50 kaperfahrt systemd[1]: Mounting /boot...
Jun 27 20:40:50 kaperfahrt systemd[590]: boot.mount: Executing: /usr/bin/mount /dev/disk/by-label/EFIBOOT /boot -t vfat -o rw,codepage=437,iocharset=ascii
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 56 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device: Installed new job dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/nop as 314
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device: Installed new job dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/nop as 315
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2duuid-67D1\x2d3055.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-67D1\x2d3055.device: Installed new job dev-disk-by\x2duuid-67D1\x2d3055.device/nop as 316
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device: Installed new job dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/nop as 317
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device: Installed new job dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/nop as 318
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dlabel-EFIBOOT.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dlabel-EFIBOOT.device: Installed new job dev-disk-by\x2dlabel-EFIBOOT.device/nop as 319
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device: Installed new job dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/nop as 320
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job dev-nvme0n1p128.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-nvme0n1p128.device: Installed new job dev-nvme0n1p128.device/nop as 321
Jun 27 20:40:50 kaperfahrt systemd[1]: Added job sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/nop to transaction.
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device: Installed new job sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/nop as 322
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device: Job 318 dev-disk-by\x2did-nvme\x2dSamsung_SSD_970_EVO_500GB_S466NX0K530223K\x2dpart128.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device: Job 317 dev-disk-by\x2did-nvme\x2deui.0025385581b23a83\x2dpart128.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dlabel-EFIBOOT.device: Job 319 dev-disk-by\x2dlabel-EFIBOOT.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartlabel-EFI\x5cx20System.device: Job 315 dev-disk-by\x2dpartlabel-EFI\x5cx20System.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device: Job 314 dev-disk-by\x2dpartuuid-fa814336\x2d6dee\x2d478a\x2dbc58\x2d692392804236.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device: Job 320 dev-disk-by\x2dpath-pci\x2d0000:02:00.0\x2dnvme\x2d1\x2dpart128.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-disk-by\x2duuid-67D1\x2d3055.device: Job 316 dev-disk-by\x2duuid-67D1\x2d3055.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: dev-nvme0n1p128.device: Job 321 dev-nvme0n1p128.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device: Job 322 sys-devices-pci0000:00-0000:00:01.2-0000:02:00.0-nvme-nvme0-nvme0n1-nvme0n1p128.device/nop finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: Changed mounting -> mounting-done
Jun 27 20:40:50 kaperfahrt systemd[1]: Received SIGCHLD from PID 590 (mount).
Jun 27 20:40:50 kaperfahrt systemd[1]: Child 590 (mount) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: Child 590 belongs to boot.mount.
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: Mount process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: Changed mounting-done -> mounted
Jun 27 20:40:50 kaperfahrt systemd[1]: boot.mount: Job 19 boot.mount/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Mounted /boot.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 56 (stored), closing.
Jun 27 20:40:50 kaperfahrt systemd[1]: local-fs.target changed dead -> active
Jun 27 20:40:50 kaperfahrt systemd[1]: local-fs.target: Job 18 local-fs.target/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Reached target Local File Systems.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: ldconfig.service
Jun 27 20:40:50 kaperfahrt systemd[1]: ldconfig.service: ConditionFileNotEmpty=|!/etc/ld.so.cache failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: ldconfig.service: ConditionNeedsUpdate=|/etc failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: ldconfig.service: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:50 kaperfahrt systemd[1]: ldconfig.service: Job 30 ldconfig.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-boot-system-token.service: ConditionPathExists=|!/sys/firmware/efi/efivars/LoaderRandomSeed-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f succeeded.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-boot-system-token.service: ConditionPathExists=|!/sys/firmware/efi/efivars/LoaderSystemToken-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f succeeded.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-boot-system-token.service: ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-boot-system-token.service: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-boot-system-token.service: Job 64 systemd-boot-system-token.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journal-catalog-update.service: starting held back, waiting for: systemd-tmpfiles-setup.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-machine-id-commit.service: ConditionPathIsMountPoint=/etc/machine-id failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-machine-id-commit.service: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-machine-id-commit.service: Job 46 systemd-machine-id-commit.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
Jun 27 20:40:50 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Passing 0 fds to service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: About to execute: /usr/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Forked /usr/bin/systemd-tmpfiles as 594
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Changed dead -> start
Jun 27 20:40:50 kaperfahrt systemd[1]: Starting Create Volatile Files and Directories...
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-done.service: starting held back, waiting for: systemd-journal-catalog-update.service
Jun 27 20:40:50 kaperfahrt systemd[594]: systemd-tmpfiles-setup.service: Executing: /usr/bin/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 56 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt systemd[1]: Received SIGCHLD from PID 594 (systemd-tmpfile).
Jun 27 20:40:50 kaperfahrt systemd[1]: Child 594 (systemd-tmpfile) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Child 594 belongs to systemd-tmpfiles-setup.service.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Changed start -> exited
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Job 66 systemd-tmpfiles-setup.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Finished Create Volatile Files and Directories.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Control group is empty.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 56 (stored), closing.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
Jun 27 20:40:50 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: rngd.service: Passing 0 fds to service
Jun 27 20:40:50 kaperfahrt systemd[1]: rngd.service: About to execute: /usr/bin/rngd -f $RNGD_OPTS
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: br.vbox: Link UP
Jun 27 20:40:50 kaperfahrt systemd[1]: rngd.service: Forked /usr/bin/rngd as 595
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: dummy.vbox: Link UP
Jun 27 20:40:50 kaperfahrt systemd[1]: rngd.service: Changed dead -> running
Jun 27 20:40:50 kaperfahrt systemd[1]: rngd.service: Job 31 rngd.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Started Hardware RNG Entropy Gatherer Daemon.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journal-catalog-update.service: ConditionNeedsUpdate=/var failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journal-catalog-update.service: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journal-catalog-update.service: Job 28 systemd-journal-catalog-update.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-logind.service: starting held back, waiting for: sysinit.target
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/null rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/zero rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/full rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/random rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/urandom rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/tty rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/ptmx rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /run/systemd/inaccessible/chr rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /run/systemd/inaccessible/blk rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[595]: Successfully added address 127.0.0.1 to loopback interface
Jun 27 20:40:50 kaperfahrt systemd[595]: Successfully added address ::1 to loopback interface
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-resolved.service: Passing 0 fds to service
Jun 27 20:40:50 kaperfahrt systemd[595]: Successfully brought loopback interface up
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-resolved.service: About to execute: /usr/lib/systemd/systemd-resolved
Jun 27 20:40:50 kaperfahrt systemd[595]: Applying namespace mount on /run/systemd/unit-root/boot
Jun 27 20:40:50 kaperfahrt systemd[595]: Applying namespace mount on /run/systemd/unit-root/efi
Jun 27 20:40:50 kaperfahrt systemd[595]: Applying namespace mount on /run/systemd/unit-root/etc
Jun 27 20:40:50 kaperfahrt systemd[595]: Successfully mounted /run/systemd/unit-root/etc to /run/systemd/unit-root/etc
Jun 27 20:40:50 kaperfahrt systemd[595]: Applying namespace mount on /run/systemd/unit-root/home
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-resolved.service: Forked /usr/lib/systemd/systemd-resolved as 596
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-resolved.service: Changed dead -> start
Jun 27 20:40:50 kaperfahrt systemd[1]: Starting Network Name Resolution...
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-timesyncd.service: ConditionVirtualization=!container succeeded.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-timesyncd.service: ConditionCapability=CAP_SYS_TIME succeeded.
Jun 27 20:40:50 kaperfahrt systemd[595]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/home
Jun 27 20:40:50 kaperfahrt systemd[595]: Applying namespace mount on /run/systemd/unit-root/root
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/null rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/zero rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/full rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/random rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/urandom rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/tty rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/ptmx rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /run/systemd/inaccessible/chr rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /run/systemd/inaccessible/blk rwm
Jun 27 20:40:50 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[595]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/root
Jun 27 20:40:50 kaperfahrt systemd[595]: Applying namespace mount on /run/systemd/unit-root/run/user
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-timesyncd.service: Passing 0 fds to service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-timesyncd.service: About to execute: /usr/lib/systemd/systemd-timesyncd
Jun 27 20:40:50 kaperfahrt systemd[595]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/user
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-timesyncd.service: Forked /usr/lib/systemd/systemd-timesyncd as 597
Jun 27 20:40:50 kaperfahrt systemd[595]: Applying namespace mount on /run/systemd/unit-root/tmp
Jun 27 20:40:50 kaperfahrt systemd[595]: Successfully mounted /tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-rngd.service-7PkKXi/tmp to /run/systemd/unit-root/tmp
Jun 27 20:40:50 kaperfahrt systemd[595]: Applying namespace mount on /run/systemd/unit-root/usr
Jun 27 20:40:50 kaperfahrt systemd[595]: Successfully mounted /run/systemd/unit-root/usr to /run/systemd/unit-root/usr
Jun 27 20:40:50 kaperfahrt systemd[595]: Applying namespace mount on /run/systemd/unit-root/var/tmp
Jun 27 20:40:50 kaperfahrt kernel: IPv6: ADDRCONF(NETDEV_CHANGE): br.vbox: link becomes ready
Jun 27 20:40:50 kaperfahrt systemd[595]: Successfully mounted /var/tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-rngd.service-QSwGpi/tmp to /run/systemd/unit-root/var/tmp
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-timesyncd.service: Changed dead -> start
Jun 27 20:40:50 kaperfahrt systemd[1]: Starting Network Time Synchronization...
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-done.service: ConditionNeedsUpdate=|/var failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-done.service: ConditionNeedsUpdate=|/etc failed.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-done.service: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-done.service: Job 8 systemd-update-done.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[1]: Condition check resulted in Update is Completed being skipped.
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: systemd-update-utmp.service
Jun 27 20:40:50 kaperfahrt systemd[595]: Remounted /run/systemd/unit-root/boot read-only.
Jun 27 20:40:50 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-utmp.service: Passing 0 fds to service
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-utmp.service: About to execute: /usr/lib/systemd/systemd-update-utmp reboot
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-utmp.service: Forked /usr/lib/systemd/systemd-update-utmp as 598
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-utmp.service: Changed dead -> start
Jun 27 20:40:50 kaperfahrt systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 59 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt systemd[1]: n/a: New incoming connection.
Jun 27 20:40:50 kaperfahrt systemd[1]: n/a: Connections of user 0: 0 (of 1024 max)
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-60: varlink: setting state idle-server
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-60: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"systemd-resolve","service":"io.systemd.DynamicUser"},"more":true}
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-60: varlink: changing state idle-server → processing-method-more
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-60: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-60: varlink: changing state processing-method-more → processed-method
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-60: varlink: changing state processed-method → idle-server
Jun 27 20:40:50 kaperfahrt systemd[595]: Remounted /run/systemd/unit-root/etc read-only.
Jun 27 20:40:50 kaperfahrt systemd[1]: n/a: New incoming connection.
Jun 27 20:40:50 kaperfahrt systemd[1]: n/a: Connections of user 0: 1 (of 1024 max)
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-61: varlink: setting state idle-server
Jun 27 20:40:50 kaperfahrt systemd[598]: systemd-update-utmp.service: Executing: /usr/lib/systemd/systemd-update-utmp reboot
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-61: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"systemd-timesync","service":"io.systemd.DynamicUser"},"more":true}
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-61: varlink: changing state idle-server → processing-method-more
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-61: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-61: varlink: changing state processing-method-more → processed-method
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-61: varlink: changing state processed-method → idle-server
Jun 27 20:40:50 kaperfahrt systemd[596]: /run/systemd/unit-root/dev (bind-dev) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[596]: /run/systemd/unit-root/dev (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[596]: /run/systemd/unit-root/home (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[596]: /run/systemd/unit-root/proc (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[596]: /run/systemd/unit-root/root (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[596]: /run/systemd/unit-root/run/user (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[596]: /run/systemd/unit-root/sys (read-only) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[596]: /run/systemd/unit-root/sys (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[596]: /run/systemd/unit-root/sys/fs/cgroup (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[595]: Remounted /run/systemd/unit-root/home read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: /run/systemd/unit-root/dev (bind-dev) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[597]: /run/systemd/unit-root/dev (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[597]: /run/systemd/unit-root/home (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/
Jun 27 20:40:50 kaperfahrt systemd[597]: /run/systemd/unit-root/proc (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[597]: /run/systemd/unit-root/root (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[597]: /run/systemd/unit-root/run/user (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[597]: /run/systemd/unit-root/sys (read-only) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/dev
Jun 27 20:40:50 kaperfahrt systemd[597]: /run/systemd/unit-root/sys (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[597]: /run/systemd/unit-root/sys/fs/cgroup (rw-implicit) is duplicate.
Jun 27 20:40:50 kaperfahrt systemd[597]: /run/systemd/unit-root/proc/sys/kernel/domainname (read-only) is made redundant by /run/systemd/unit-root/proc/sys (read-only)
Jun 27 20:40:50 kaperfahrt systemd[597]: /run/systemd/unit-root/proc/sys/kernel/hostname (read-only) is made redundant by /run/systemd/unit-root/proc/sys (read-only)
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-resolved.service: User lookup succeeded: uid=195 gid=195
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/dev
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-timesyncd.service: User lookup succeeded: uid=192 gid=192
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 62 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 63 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Added fd 64 (n/a) to fd store.
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-61: Got POLLHUP from socket.
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-61: varlink: changing state idle-server → pending-disconnect
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-61: varlink: changing state pending-disconnect → processing-disconnect
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-61: varlink: changing state processing-disconnect → disconnected
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-60: Got POLLHUP from socket.
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-60: varlink: changing state idle-server → pending-disconnect
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-60: varlink: changing state pending-disconnect → processing-disconnect
Jun 27 20:40:50 kaperfahrt systemd[1]: varlink-60: varlink: changing state processing-disconnect → disconnected
Jun 27 20:40:50 kaperfahrt systemd[596]: Failed to umount /run/systemd/unit-root/dev: Device or resource busy
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully unmounted /run/systemd/unit-root/dev/shm
Jun 27 20:40:50 kaperfahrt systemd[596]: Failed to umount /run/systemd/unit-root/dev: Device or resource busy
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully unmounted /run/systemd/unit-root/dev/pts
Jun 27 20:40:50 kaperfahrt systemd[596]: Failed to umount /run/systemd/unit-root/dev: Device or resource busy
Jun 27 20:40:50 kaperfahrt systemd[595]: Remounted /run/systemd/unit-root/root read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Failed to umount /run/systemd/unit-root/dev: Device or resource busy
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully unmounted /run/systemd/unit-root/dev/mqueue
Jun 27 20:40:50 kaperfahrt systemd[596]: Failed to umount /run/systemd/unit-root/dev: Device or resource busy
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully unmounted /run/systemd/unit-root/dev/shm
Jun 27 20:40:50 kaperfahrt systemd[597]: Failed to umount /run/systemd/unit-root/dev: Device or resource busy
Jun 27 20:40:50 kaperfahrt systemd[595]: Remounted /run/systemd/unit-root/run/user read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully unmounted /run/systemd/unit-root/dev/pts
Jun 27 20:40:50 kaperfahrt systemd[597]: Failed to umount /run/systemd/unit-root/dev: Device or resource busy
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully unmounted /run/systemd/unit-root/dev/hugepages
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully unmounted /run/systemd/unit-root/dev/mqueue
Jun 27 20:40:50 kaperfahrt systemd[595]: Remounted /run/systemd/unit-root/usr read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Failed to umount /run/systemd/unit-root/dev: Device or resource busy
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully unmounted /run/systemd/unit-root/dev
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully unmounted /run/systemd/unit-root/dev/hugepages
Jun 27 20:40:50 kaperfahrt systemd[595]: rngd.service: Executing: /usr/bin/rngd -f
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/dev/kmsg
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully unmounted /run/systemd/unit-root/dev
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/home
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/dev/kmsg
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/home
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/acpi
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/unit-root/proc/acpi to /run/systemd/unit-root/proc/acpi
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/apm
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/home
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/asound
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/unit-root/proc/asound to /run/systemd/unit-root/proc/asound
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/bus
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/unit-root/proc/bus to /run/systemd/unit-root/proc/bus
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/fs
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/unit-root/proc/fs to /run/systemd/unit-root/proc/fs
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/irq
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/unit-root/proc/irq to /run/systemd/unit-root/proc/irq
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/kallsyms
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/home
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/acpi
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/unit-root/proc/acpi to /run/systemd/unit-root/proc/acpi
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/apm
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/asound
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/unit-root/proc/asound to /run/systemd/unit-root/proc/asound
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/bus
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kallsyms
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/unit-root/proc/bus to /run/systemd/unit-root/proc/bus
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/kcore
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/fs
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/unit-root/proc/fs to /run/systemd/unit-root/proc/fs
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/irq
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/unit-root/proc/irq to /run/systemd/unit-root/proc/irq
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/kallsyms
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kcore
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/kmsg
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kallsyms
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/kcore
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kmsg
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/latency_stats
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/unit-root/proc/latency_stats to /run/systemd/unit-root/proc/latency_stats
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/mtrr
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/unit-root/proc/mtrr to /run/systemd/unit-root/proc/mtrr
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/scsi
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kcore
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/unit-root/proc/scsi to /run/systemd/unit-root/proc/scsi
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/kmsg
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/sys
Jun 27 20:40:50 kaperfahrt systemd[1]: Bus private-bus-connection: changing state UNSET → OPENING
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/unit-root/proc/sys to /run/systemd/unit-root/proc/sys
Jun 27 20:40:50 kaperfahrt systemd[1]: Bus private-bus-connection: changing state OPENING → AUTHENTICATING
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/sysrq-trigger
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/unit-root/proc/sysrq-trigger to /run/systemd/unit-root/proc/sysrq-trigger
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/proc/timer_stats
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/root
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kmsg
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/latency_stats
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/unit-root/proc/latency_stats to /run/systemd/unit-root/proc/latency_stats
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/mtrr
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/unit-root/proc/mtrr to /run/systemd/unit-root/proc/mtrr
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/scsi
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/unit-root/proc/scsi to /run/systemd/unit-root/proc/scsi
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/root
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/run/systemd/resolve
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/unit-root/proc/sys to /run/systemd/unit-root/proc/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Followed source symlinks /run/systemd/resolve → /run/systemd/resolve.
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/sysrq-trigger
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/resolve to /run/systemd/unit-root/run/systemd/resolve
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/run/user
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/unit-root/proc/sysrq-trigger to /run/systemd/unit-root/proc/sysrq-trigger
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/proc/timer_stats
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/root
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/user
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/root
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/run/systemd/timesync
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/sys/fs/bpf
Jun 27 20:40:50 kaperfahrt systemd[597]: Followed source symlinks /run/systemd/timesync → /run/systemd/timesync.
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/timesync to /run/systemd/unit-root/run/systemd/timesync
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/run/user
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/sys/fs/cgroup
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/sys/fs/selinux
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/sys/kernel/debug
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/sys/kernel/tracing
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/tmp
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-systemd-resolved.service-TLZnUf/tmp to /run/systemd/unit-root/tmp
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/usr/lib/modules
Jun 27 20:40:50 kaperfahrt systemd[1]: Accepted new private connection.
Jun 27 20:40:50 kaperfahrt systemd[1]: Bus private-bus-connection: changing state AUTHENTICATING → RUNNING
Jun 27 20:40:50 kaperfahrt systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=Get cookie=1 reply_cookie=0 signature=ss error-name=n/a error-message=n/a
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/user
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[1]: Sent message type=method_return sender=org.freedesktop.systemd1 destination=n/a path=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 signature=v error-name=n/a error-message=n/a
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/sys/fs/bpf
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/sys/fs/cgroup
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/sys/fs/selinux
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/usr/lib/modules
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/sys/kernel/debug
Jun 27 20:40:50 kaperfahrt systemd[596]: Applying namespace mount on /run/systemd/unit-root/var/tmp
Jun 27 20:40:50 kaperfahrt systemd[596]: Successfully mounted /var/tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-systemd-resolved.service-z3pxsj/tmp to /run/systemd/unit-root/var/tmp
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/sys/kernel/tracing
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/tmp
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-systemd-timesyncd.service-M5NUhi/tmp to /run/systemd/unit-root/tmp
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/usr/lib/modules
Jun 27 20:40:50 kaperfahrt systemd[1]: Bus private-bus-connection: changing state RUNNING → CLOSING
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 62 (stored), closing.
Jun 27 20:40:50 kaperfahrt systemd[1]: Bus private-bus-connection: changing state CLOSING → CLOSED
Jun 27 20:40:50 kaperfahrt systemd[1]: Got disconnect on private connection.
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/usr/lib/modules
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/sys/fs/binfmt_misc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/var/lib/systemd/timesync
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Followed source symlinks /var/lib/systemd/timesync → /var/lib/systemd/timesync.
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/kernel/security blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /var/lib/systemd/timesync to /run/systemd/unit-root/var/lib/systemd/timesync
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Applying namespace mount on /run/systemd/unit-root/var/tmp
Jun 27 20:40:50 kaperfahrt systemd[597]: Successfully mounted /var/tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-systemd-timesyncd.service-QLpaJi/tmp to /run/systemd/unit-root/var/tmp
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/unified blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/systemd blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/blkio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/devices blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/pids blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/rdma blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/freezer blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpuset blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/hugetlb blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/perf_event blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/memory blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/pstore blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/bpf blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/kernel/debug blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/kernel/tracing blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/kernel/config blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/tmp blacklisted by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/dev blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/dev/pts blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/dev/shm blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/dev/mqueue blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/dev/hugepages blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/home blacklisted by /run/systemd/unit-root/home, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/acpi blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/asound blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/bus blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/fs blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/irq blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/kallsyms blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[1]: Received SIGCHLD from PID 598 (systemd-update-).
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/kcore blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/kmsg blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/sys/fs/binfmt_misc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[1]: Child 598 (systemd-update-) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/latency_stats blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/mtrr blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/scsi blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/sys blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-utmp.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/kernel/security blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-utmp.service: Child 598 belongs to systemd-update-utmp.service.
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/sys/fs/binfmt_misc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-utmp.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/unified blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/root blacklisted by /run/systemd/unit-root/root, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/run/systemd/resolve blacklisted by /run/systemd/unit-root/run/systemd/resolve, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/systemd blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/run/user blacklisted by /run/systemd/unit-root/run/user, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/blkio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/tmp blacklisted by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/devices blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/usr/lib/modules blacklisted by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/pids blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/var/tmp blacklisted by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/rdma blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/run read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/freezer blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpuset blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/boot read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/hugetlb blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/perf_event blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/memory blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/pstore blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/bpf blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/kernel/debug blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/kernel/tracing blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/kernel/config blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/tmp blacklisted by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/dev blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-utmp.service: Changed start -> exited
Jun 27 20:40:50 kaperfahrt systemd[1]: systemd-update-utmp.service: Job 70 systemd-update-utmp.service/start finished, result=done
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/dev/pts blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/dev/shm blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/dev/mqueue blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/dev/hugepages blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/home blacklisted by /run/systemd/unit-root/home, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/acpi blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/asound blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/bus blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/fs blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/irq blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/kallsyms blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/kcore blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/kmsg blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/latency_stats blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/mtrr blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/scsi blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/sys blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/sys/fs/binfmt_misc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[1]: sysinit.target: starting held back, waiting for: systemd-timesyncd.service
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/root blacklisted by /run/systemd/unit-root/root, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/run/systemd/timesync blacklisted by /run/systemd/unit-root/run/systemd/timesync, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/run/user blacklisted by /run/systemd/unit-root/run/user, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/tmp blacklisted by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/usr/lib/modules blacklisted by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/sys/fs/binfmt_misc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/var/lib/systemd/timesync blacklisted by /run/systemd/unit-root/var/lib/systemd/timesync, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/var/tmp blacklisted by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/kernel/security blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/run read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/unified blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/boot read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/systemd blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/blkio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/devices blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/pids blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/rdma blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/freezer blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpuset blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/hugetlb blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/perf_event blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/memory blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/pstore blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/bpf blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/kernel/debug blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/kernel/tracing blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/kernel/config blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/tmp blacklisted by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/dev blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/dev/pts blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/dev/shm blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/dev/mqueue blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/dev/hugepages blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/home blacklisted by /run/systemd/unit-root/home, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/acpi blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/asound blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/bus blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/fs blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/irq blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/kallsyms blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/kcore blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/kmsg blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/latency_stats blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/mtrr blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/sys/fs/binfmt_misc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/scsi blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/sys blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/sys/fs/binfmt_misc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/root blacklisted by /run/systemd/unit-root/root, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/kernel/security blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/run/systemd/resolve blacklisted by /run/systemd/unit-root/run/systemd/resolve, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/run/user blacklisted by /run/systemd/unit-root/run/user, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/unified blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/systemd blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/tmp blacklisted by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/blkio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/usr/lib/modules blacklisted by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/var/tmp blacklisted by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/devices blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/pids blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/rdma blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/freezer blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpuset blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/hugetlb blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/perf_event blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/memory blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/pstore blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/bpf blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt rngd[595]: Initializing available sources
Jun 27 20:40:50 kaperfahrt rngd[595]: [hwrng ]: Initialization Failed
Jun 27 20:40:50 kaperfahrt rngd[595]: [rdrand]: Enabling RDSEED rng support
Jun 27 20:40:50 kaperfahrt rngd[595]: [rdrand]: Initialized
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/kernel/debug blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/kernel/tracing blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/kernel/config blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/tmp blacklisted by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/dev blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/dev/pts blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/dev/shm blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/dev/mqueue blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/dev/hugepages blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/home blacklisted by /run/systemd/unit-root/home, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/acpi blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/asound blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/bus blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/fs blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/irq blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/kallsyms blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/kcore blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/kmsg blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/latency_stats blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/mtrr blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/scsi blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/sys blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/sys/fs/binfmt_misc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/proc/sysrq-trigger blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/root blacklisted by /run/systemd/unit-root/root, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/run/systemd/timesync blacklisted by /run/systemd/unit-root/run/systemd/timesync, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/run/user blacklisted by /run/systemd/unit-root/run/user, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/tmp blacklisted by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/usr/lib/modules blacklisted by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/var/lib/systemd/timesync blacklisted by /run/systemd/unit-root/var/lib/systemd/timesync, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/var/tmp blacklisted by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/home read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/home read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/acpi read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/acpi read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/asound read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/asound read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/bus read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/bus read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/fs read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/fs read-only.
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: dummy.vbox: Gained carrier
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: eth.lan0: Link UP
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/irq read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/irq read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/kallsyms read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/kallsyms read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/kcore read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/kcore read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/kmsg read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/kmsg read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/latency_stats read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/latency_stats read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/mtrr read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/mtrr read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/scsi read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/scsi read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/sys read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/sys read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/proc/sysrq-trigger read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/proc/sysrq-trigger read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/root read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/root read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/run/user read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/run/user read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/unified blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/systemd blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/blkio blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/devices blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/pids blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/rdma blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/freezer blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpuset blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/hugetlb blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/perf_event blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/memory blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/bpf blacklisted by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/kernel/debug blacklisted by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/kernel/tracing blacklisted by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/kernel/security read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/pstore read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/kernel/config read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/unified blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/systemd blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/blkio blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/devices blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/pids blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/rdma blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/freezer blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpuset blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/hugetlb blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/perf_event blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/memory blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/bpf blacklisted by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/kernel/debug blacklisted by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/kernel/tracing blacklisted by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/kernel/security read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/unified blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/systemd blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/kernel/config read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/blkio blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/devices blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/pstore read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/pids blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/firmware/efi/efivars read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/rdma blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/freezer blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpuset blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/hugetlb blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/perf_event blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/memory blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/fs/bpf blacklisted by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/kernel/debug blacklisted by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Not remounting /run/systemd/unit-root/sys/kernel/tracing blacklisted by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/unified blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/systemd blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/blkio blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/devices blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/pids blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/bpf read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/rdma blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/freezer blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpuset blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/hugetlb blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/perf_event blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/memory blacklisted by /run/systemd/unit-root/sys/fs/cgroup, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/fs/bpf blacklisted by /run/systemd/unit-root/sys/fs/bpf, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/kernel/debug blacklisted by /run/systemd/unit-root/sys/kernel/debug, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Not remounting /run/systemd/unit-root/sys/kernel/tracing blacklisted by /run/systemd/unit-root/sys/kernel/tracing, called for /run/systemd/unit-root/sys
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/bpf read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/freezer read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/hugetlb read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/blkio read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/unified read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/pids read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/perf_event read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/rdma read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/systemd read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/cpuset read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/memory read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/fs/cgroup/devices read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/hugetlb read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/cpuset read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/rdma read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/memory read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/blkio read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/systemd read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/freezer read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/devices read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/pids read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/unified read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/fs/cgroup/perf_event read-only.
Jun 27 20:40:50 kaperfahrt systemd-networkd[289]: br.vbox: Gained carrier
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/kernel/debug read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/kernel/debug read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/sys/kernel/tracing read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/sys/kernel/tracing read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Remounted /run/systemd/unit-root/usr/lib/modules read-only.
Jun 27 20:40:50 kaperfahrt systemd[597]: Remounted /run/systemd/unit-root/usr/lib/modules read-only.
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[596]: Restricting namespace to: n/a.
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking cgroup.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking ipc.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking net.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking mnt.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking pid.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking user.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking uts.
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking cgroup.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking ipc.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking net.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking mnt.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking pid.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking user.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking uts.
Jun 27 20:40:50 kaperfahrt systemd[597]: Restricting namespace to: n/a.
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking cgroup.
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking cgroup.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking ipc.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking ipc.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking net.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking net.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking mnt.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking pid.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking user.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking mnt.
Jun 27 20:40:50 kaperfahrt systemd[596]: Blocking uts.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking pid.
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking user.
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking uts.
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking cgroup.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking ipc.
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking net.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking mnt.
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking pid.
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking user.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking uts.
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking cgroup.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking ipc.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking net.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking mnt.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking pid.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking user.
Jun 27 20:40:50 kaperfahrt systemd[597]: Blocking uts.
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86-64
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x86
Jun 27 20:40:50 kaperfahrt rngd[595]: [jitter]: Initializing AES buffer
Jun 27 20:40:50 kaperfahrt systemd[596]: Operating on architecture: x32
Jun 27 20:40:50 kaperfahrt systemd[597]: Operating on architecture: x32
Jun 27 20:40:51 kaperfahrt systemd[596]: Operating on architecture: x86-64
Jun 27 20:40:51 kaperfahrt systemd[597]: Operating on architecture: x86-64
Jun 27 20:40:51 kaperfahrt systemd[596]: systemd-resolved.service: Executing: /usr/lib/systemd/systemd-resolved
Jun 27 20:40:51 kaperfahrt systemd[597]: systemd-timesyncd.service: Executing: /usr/lib/systemd/systemd-timesyncd
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (WATCHDOG=1)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (READY=1, STATUS=Daemon is running)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-timesyncd.service: Changed start -> running
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-timesyncd.service: Job 47 systemd-timesyncd.service/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Started Network Time Synchronization.
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:40:51 kaperfahrt systemd[1]: sysinit.target changed dead -> active
Jun 27 20:40:51 kaperfahrt systemd[1]: sysinit.target: Job 7 sysinit.target/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Reached target System Initialization.
Jun 27 20:40:51 kaperfahrt systemd[1]: logrotate.timer: starting held back, waiting for: time-sync.target
Jun 27 20:40:51 kaperfahrt systemd[1]: man-db.timer: starting held back, waiting for: time-sync.target
Jun 27 20:40:51 kaperfahrt systemd[1]: sa2.timer: starting held back, waiting for: time-sync.target
Jun 27 20:40:51 kaperfahrt systemd[1]: shadow.timer: starting held back, waiting for: time-sync.target
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-tmpfiles-clean.timer: Monotonic timer elapses in 14min 42.348392s.
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-tmpfiles-clean.timer: Changed dead -> waiting
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-tmpfiles-clean.timer: Job 85 systemd-tmpfiles-clean.timer/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 27 20:40:51 kaperfahrt systemd[1]: basic.target: starting held back, waiting for: sockets.target
Jun 27 20:40:51 kaperfahrt systemd[1]: time-set.target changed dead -> active
Jun 27 20:40:51 kaperfahrt systemd[1]: time-set.target: Job 49 time-set.target/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Reached target System Time Set.
Jun 27 20:40:51 kaperfahrt systemd[1]: time-sync.target changed dead -> active
Jun 27 20:40:51 kaperfahrt systemd[1]: time-sync.target: Job 48 time-sync.target/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Reached target System Time Synchronized.
Jun 27 20:40:51 kaperfahrt systemd[1]: logrotate.timer: Realtime timer elapses at Sun 2020-06-28 00:00:00 CEST.
Jun 27 20:40:51 kaperfahrt systemd[1]: logrotate.timer: Changed dead -> waiting
Jun 27 20:40:51 kaperfahrt systemd[1]: logrotate.timer: Job 84 logrotate.timer/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Started Daily rotation of log files.
Jun 27 20:40:51 kaperfahrt systemd[1]: man-db.timer: Realtime timer elapses at Sun 2020-06-28 00:00:00 CEST.
Jun 27 20:40:51 kaperfahrt systemd[1]: man-db.timer: Changed dead -> waiting
Jun 27 20:40:51 kaperfahrt systemd[1]: man-db.timer: Job 82 man-db.timer/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Started Daily man-db regeneration.
Jun 27 20:40:51 kaperfahrt systemd[1]: sa2.timer: Realtime timer elapses at Sat 2020-06-27 23:59:56 CEST.
Jun 27 20:40:51 kaperfahrt systemd[1]: sa2.timer: Changed dead -> waiting
Jun 27 20:40:51 kaperfahrt systemd[1]: sa2.timer: Job 83 sa2.timer/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Started Run sa2 every Day.
Jun 27 20:40:51 kaperfahrt systemd[1]: shadow.timer: Realtime timer elapses at Sun 2020-06-28 00:00:00 CEST.
Jun 27 20:40:51 kaperfahrt systemd[1]: shadow.timer: Changed dead -> waiting
Jun 27 20:40:51 kaperfahrt systemd[1]: shadow.timer: Job 81 shadow.timer/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Started Daily verification of password and group files.
Jun 27 20:40:51 kaperfahrt systemd[1]: timers.target changed dead -> active
Jun 27 20:40:51 kaperfahrt systemd[1]: timers.target: Job 80 timers.target/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Reached target Timers.
Jun 27 20:40:51 kaperfahrt systemd-resolved[596]: Positive Trust Anchors:
Jun 27 20:40:51 kaperfahrt systemd-resolved[596]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jun 27 20:40:51 kaperfahrt systemd-resolved[596]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Jun 27 20:40:51 kaperfahrt systemd[1]: dbus.socket: Changed dead -> listening
Jun 27 20:40:51 kaperfahrt systemd[1]: dbus.socket: Job 78 dbus.socket/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 27 20:40:51 kaperfahrt systemd[1]: sockets.target changed dead -> active
Jun 27 20:40:51 kaperfahrt systemd[1]: sockets.target: Job 72 sockets.target/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Reached target Sockets.
Jun 27 20:40:51 kaperfahrt systemd[1]: basic.target changed dead -> active
Jun 27 20:40:51 kaperfahrt systemd[1]: basic.target: Job 3 basic.target/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Reached target Basic System.
Jun 27 20:40:51 kaperfahrt systemd[1]: multi-user.target: starting held back, waiting for: dbus.service
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: ConditionPathExists=/var/lib/alsa/asound.state succeeded.
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: ConditionPathExistsGlob=/dev/snd/control* succeeded.
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: ConditionPathExists=!/etc/alsa/state-daemon.conf succeeded.
Jun 27 20:40:51 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: Passing 0 fds to service
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: About to execute: /usr/bin/alsactl restore
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: Forked /usr/bin/alsactl as 606
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: Changed dead -> start
Jun 27 20:40:51 kaperfahrt systemd[1]: Starting Save/Restore Sound Card State...
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-state.service: ConditionPathExists=/etc/alsa/state-daemon.conf failed.
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-state.service: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-state.service: Job 130 alsa-state.service/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Jun 27 20:40:51 kaperfahrt systemd[1]: sound.target: starting held back, waiting for: alsa-restore.service
Jun 27 20:40:51 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:51 kaperfahrt systemd[1]: dbus.service: Passing 1 fds to service
Jun 27 20:40:51 kaperfahrt systemd[606]: alsa-restore.service: Executing: /usr/bin/alsactl restore
Jun 27 20:40:51 kaperfahrt systemd[1]: dbus.service: About to execute: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
Jun 27 20:40:51 kaperfahrt systemd[1]: dbus.service: Forked /usr/bin/dbus-daemon as 607
Jun 27 20:40:51 kaperfahrt systemd[1]: dbus.service: Changed dead -> running
Jun 27 20:40:51 kaperfahrt systemd[1]: dbus.service: Job 94 dbus.service/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Started D-Bus System Message Bus.
Jun 27 20:40:51 kaperfahrt systemd[1]: dbus.socket: Changed listening -> running
Jun 27 20:40:51 kaperfahrt systemd[1]: Bus bus-api-system: changing state UNSET → OPENING
Jun 27 20:40:51 kaperfahrt systemd[1]: Bus bus-api-system: changing state OPENING → AUTHENTICATING
Jun 27 20:40:51 kaperfahrt systemd[607]: dbus.service: Executing: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-logind.service: Watching D-Bus name 'org.freedesktop.login1'.
Jun 27 20:40:51 kaperfahrt systemd[1]: Successfully connected to API bus.
Jun 27 20:40:51 kaperfahrt systemd[1]: Successfully connected to system bus.
Jun 27 20:40:51 kaperfahrt systemd[1]: multi-user.target: starting held back, waiting for: getty.target
Jun 27 20:40:51 kaperfahrt systemd[1]: getty@tty1.service: starting held back, waiting for: systemd-user-sessions.service
Jun 27 20:40:51 kaperfahrt systemd[1]: sshd.service: starting held back, waiting for: sshdgenkeys.service
Jun 27 20:40:51 kaperfahrt systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub failed.
Jun 27 20:40:51 kaperfahrt systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key failed.
Jun 27 20:40:51 kaperfahrt systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key.pub failed.
Jun 27 20:40:51 kaperfahrt systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_ed25519_key failed.
Jun 27 20:40:51 kaperfahrt systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub failed.
Jun 27 20:40:51 kaperfahrt systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key failed.
Jun 27 20:40:51 kaperfahrt systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub failed.
Jun 27 20:40:51 kaperfahrt systemd[1]: sshdgenkeys.service: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key failed.
Jun 27 20:40:51 kaperfahrt systemd[1]: sshdgenkeys.service: Starting requested but condition failed. Not starting unit.
Jun 27 20:40:51 kaperfahrt systemd[1]: sshdgenkeys.service: Job 96 sshdgenkeys.service/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Condition check resulted in SSH Key Generation being skipped.
Jun 27 20:40:51 kaperfahrt systemd[1]: sshd.service: starting held back, waiting for: network.target
Jun 27 20:40:51 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/null rwm
Jun 27 20:40:51 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/zero rwm
Jun 27 20:40:51 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/full rwm
Jun 27 20:40:51 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/random rwm
Jun 27 20:40:51 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/urandom rwm
Jun 27 20:40:51 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/tty rwm
Jun 27 20:40:51 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /dev/ptmx rwm
Jun 27 20:40:51 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /run/systemd/inaccessible/chr rwm
Jun 27 20:40:51 kaperfahrt systemd[1]: bpf_devices_whitelist_device: /run/systemd/inaccessible/blk rwm
Jun 27 20:40:51 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-logind.service: Passing 0 fds to service
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-logind.service: About to execute: /usr/lib/systemd/systemd-logind
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-logind.service: Forked /usr/lib/systemd/systemd-logind as 608
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-logind.service: Changed dead -> start
Jun 27 20:40:51 kaperfahrt systemd[1]: Starting Login Service...
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-user-sessions.service: starting held back, waiting for: network.target
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Connecting to time server 172.16.32.1:123 (drachentor.nebelschwaden.de).)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Added fd 67 (n/a) to fd store.
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Added fd 68 (n/a) to fd store.
Jun 27 20:40:51 kaperfahrt systemd[1]: Received SIGCHLD from PID 606 (alsactl).
Jun 27 20:40:51 kaperfahrt systemd[1]: Child 606 (alsactl) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: Child 606 belongs to alsa-restore.service.
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: Changed start -> exited
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: Job 208 alsa-restore.service/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[608]: /run/systemd/unit-root/dev (rw-implicit) is duplicate.
Jun 27 20:40:51 kaperfahrt systemd[1]: Finished Save/Restore Sound Card State.
Jun 27 20:40:51 kaperfahrt systemd[608]: /run/systemd/unit-root/home (rw-implicit) is duplicate.
Jun 27 20:40:51 kaperfahrt systemd[608]: /run/systemd/unit-root/proc (rw-implicit) is duplicate.
Jun 27 20:40:51 kaperfahrt systemd[608]: /run/systemd/unit-root/root (rw-implicit) is duplicate.
Jun 27 20:40:51 kaperfahrt systemd[608]: /run/systemd/unit-root/run/user (rw-implicit) is duplicate.
Jun 27 20:40:51 kaperfahrt systemd[608]: /run/systemd/unit-root/sys (rw-implicit) is duplicate.
Jun 27 20:40:51 kaperfahrt systemd[1]: alsa-restore.service: Control group is empty.
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 67 (stored), closing.
Jun 27 20:40:51 kaperfahrt systemd[1]: sound.target changed dead -> active
Jun 27 20:40:51 kaperfahrt systemd[1]: sound.target: Job 129 sound.target/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Reached target Sound Card.
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/dev
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/dev/kmsg
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/inaccessible/chr to /run/systemd/unit-root/dev/kmsg
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/etc
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/unit-root/etc to /run/systemd/unit-root/etc
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/home
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/home
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/proc
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/proc/kmsg
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/inaccessible/reg to /run/systemd/unit-root/proc/kmsg
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/proc/sys/kernel/domainname
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/unit-root/proc/sys/kernel/domainname to /run/systemd/unit-root/proc/sys/kernel/domainname
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/proc/sys/kernel/hostname
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/unit-root/proc/sys/kernel/hostname to /run/systemd/unit-root/proc/sys/kernel/hostname
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/root
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/root
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/run
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/run/systemd/inhibit
Jun 27 20:40:51 kaperfahrt systemd[608]: Followed source symlinks /run/systemd/inhibit → /run/systemd/inhibit.
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/inhibit to /run/systemd/unit-root/run/systemd/inhibit
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/run/systemd/seats
Jun 27 20:40:51 kaperfahrt systemd[608]: Followed source symlinks /run/systemd/seats → /run/systemd/seats.
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/seats to /run/systemd/unit-root/run/systemd/seats
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/run/systemd/sessions
Jun 27 20:40:51 kaperfahrt systemd[608]: Followed source symlinks /run/systemd/sessions → /run/systemd/sessions.
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/sessions to /run/systemd/unit-root/run/systemd/sessions
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/run/systemd/shutdown
Jun 27 20:40:51 kaperfahrt systemd[608]: Followed source symlinks /run/systemd/shutdown → /run/systemd/shutdown.
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/shutdown to /run/systemd/unit-root/run/systemd/shutdown
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/run/systemd/users
Jun 27 20:40:51 kaperfahrt systemd[608]: Followed source symlinks /run/systemd/users → /run/systemd/users.
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/users to /run/systemd/unit-root/run/systemd/users
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/run/user
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/run/user
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/sys
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/sys/fs/cgroup
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/tmp
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-systemd-logind.service-CRmDWg/tmp to /run/systemd/unit-root/tmp
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/usr/lib/modules
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /run/systemd/inaccessible/dir to /run/systemd/unit-root/usr/lib/modules
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/var/lib/systemd/linger
Jun 27 20:40:51 kaperfahrt systemd[608]: Followed source symlinks /var/lib/systemd/linger → /var/lib/systemd/linger.
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /var/lib/systemd/linger to /run/systemd/unit-root/var/lib/systemd/linger
Jun 27 20:40:51 kaperfahrt systemd[608]: Applying namespace mount on /run/systemd/unit-root/var/tmp
Jun 27 20:40:51 kaperfahrt systemd[608]: Successfully mounted /var/tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-systemd-logind.service-FfNngi/tmp to /run/systemd/unit-root/var/tmp
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/dev blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/dev/shm blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/dev/pts blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/dev/mqueue blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/dev/hugepages blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/proc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/proc/sys/fs/binfmt_misc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/kernel/security blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Added fd 67 (n/a) to fd store.
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/unified blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/systemd blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/blkio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/devices blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/pids blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/rdma blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/freezer blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpuset blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/hugetlb blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/perf_event blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/memory blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/pstore blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/bpf blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/kernel/debug blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/kernel/tracing blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/kernel/config blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/tmp blacklisted by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/dev/kmsg blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/etc blacklisted by /run/systemd/unit-root/etc, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/home blacklisted by /run/systemd/unit-root/home, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/proc/kmsg blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/proc/sys/kernel/domainname blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/proc/sys/kernel/hostname blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/root blacklisted by /run/systemd/unit-root/root, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run/systemd/inhibit blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run/systemd/seats blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run/systemd/sessions blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run/systemd/shutdown blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run/systemd/users blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run/user blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/tmp blacklisted by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/usr/lib/modules blacklisted by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/var/lib/systemd/linger blacklisted by /run/systemd/unit-root/var/lib/systemd/linger, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/var/tmp blacklisted by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/boot read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/dev blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/dev/shm blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/dev/pts blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/dev/mqueue blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/dev/hugepages blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/proc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/proc/sys/fs/binfmt_misc blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/firmware/efi/efivars blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/kernel/security blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/unified blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/systemd blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/blkio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/devices blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/pids blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/rdma blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/freezer blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/cpuset blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/hugetlb blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/perf_event blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/cgroup/memory blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/pstore blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/fs/bpf blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/kernel/debug blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/kernel/tracing blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/sys/kernel/config blacklisted by /run/systemd/unit-root/sys, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/tmp blacklisted by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/dev/kmsg blacklisted by /run/systemd/unit-root/dev, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/etc blacklisted by /run/systemd/unit-root/etc, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/home blacklisted by /run/systemd/unit-root/home, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/proc/kmsg blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/proc/sys/kernel/domainname blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/proc/sys/kernel/hostname blacklisted by /run/systemd/unit-root/proc, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/root blacklisted by /run/systemd/unit-root/root, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run/systemd/inhibit blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run/systemd/seats blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run/systemd/sessions blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run/systemd/shutdown blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run/systemd/users blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/run/user blacklisted by /run/systemd/unit-root/run, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/tmp blacklisted by /run/systemd/unit-root/tmp, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/usr/lib/modules blacklisted by /run/systemd/unit-root/usr/lib/modules, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/var/lib/systemd/linger blacklisted by /run/systemd/unit-root/var/lib/systemd/linger, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Not remounting /run/systemd/unit-root/var/tmp blacklisted by /run/systemd/unit-root/var/tmp, called for /run/systemd/unit-root
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/dev/kmsg read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/home read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/proc/kmsg read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/proc/sys/kernel/domainname read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/proc/sys/kernel/hostname read-only.
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: New incoming connection.
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: Connections of user 0: 0 (of 1024 max)
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: setting state idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"avahi","service":"io.systemd.DynamicUser"},"more":true}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → processing-method-more
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-method-more → processed-method
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processed-method → idle-server
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/root read-only.
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Got POLLHUP from socket.
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → pending-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state pending-disconnect → processing-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-disconnect → disconnected
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: New incoming connection.
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: Connections of user 0: 0 (of 1024 max)
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: setting state idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"colord","service":"io.systemd.DynamicUser"},"more":true}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → processing-method-more
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-method-more → processed-method
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processed-method → idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Got POLLHUP from socket.
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → pending-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state pending-disconnect → processing-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-disconnect → disconnected
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: New incoming connection.
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: Connections of user 0: 0 (of 1024 max)
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: setting state idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"geoclue","service":"io.systemd.DynamicUser"},"more":true}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → processing-method-more
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-method-more → processed-method
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processed-method → idle-server
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/run/user read-only.
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Got POLLHUP from socket.
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → pending-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state pending-disconnect → processing-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-disconnect → disconnected
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: New incoming connection.
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: Connections of user 0: 0 (of 1024 max)
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: setting state idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"rtkit","service":"io.systemd.DynamicUser"},"more":true}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → processing-method-more
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-method-more → processed-method
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processed-method → idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Got POLLHUP from socket.
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → pending-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state pending-disconnect → processing-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-disconnect → disconnected
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/pids read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/hugetlb read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/devices read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/systemd read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/freezer read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/net_cls,net_prio read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/unified read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/cpuset read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/blkio read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/rdma read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/memory read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/cpu,cpuacct read-only.
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/sys/fs/cgroup/perf_event read-only.
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: New incoming connection.
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: Connections of user 0: 0 (of 1024 max)
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: setting state idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"systemd-network","service":"io.systemd.DynamicUser"},"more":true}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → processing-method-more
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-method-more → processed-method
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processed-method → idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Got POLLHUP from socket.
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → pending-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state pending-disconnect → processing-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-disconnect → disconnected
Jun 27 20:40:51 kaperfahrt systemd[608]: Remounted /run/systemd/unit-root/usr/lib/modules read-only.
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: New incoming connection.
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: Connections of user 0: 0 (of 1024 max)
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: setting state idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"systemd-resolve","service":"io.systemd.DynamicUser"},"more":true}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → processing-method-more
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-method-more → processed-method
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processed-method → idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Got POLLHUP from socket.
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → pending-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state pending-disconnect → processing-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-disconnect → disconnected
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: New incoming connection.
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: Connections of user 0: 0 (of 1024 max)
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: setting state idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"polkitd","service":"io.systemd.DynamicUser"},"more":true}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → processing-method-more
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-method-more → processed-method
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processed-method → idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Got POLLHUP from socket.
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → pending-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state pending-disconnect → processing-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-disconnect → disconnected
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: New incoming connection.
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: Connections of user 0: 0 (of 1024 max)
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: setting state idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"systemd-timesync","service":"io.systemd.DynamicUser"},"more":true}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → processing-method-more
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-method-more → processed-method
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processed-method → idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Got POLLHUP from socket.
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → pending-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state pending-disconnect → processing-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-disconnect → disconnected
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: New incoming connection.
Jun 27 20:40:51 kaperfahrt systemd[1]: n/a: Connections of user 0: 0 (of 1024 max)
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: setting state idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: New incoming message: {"method":"io.systemd.UserDatabase.GetMemberships","parameters":{"userName":"dbus","service":"io.systemd.DynamicUser"},"more":true}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → processing-method-more
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Sending message: {"error":"io.systemd.UserDatabase.NoRecordFound","parameters":{}}
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-method-more → processed-method
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processed-method → idle-server
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: Got POLLHUP from socket.
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state idle-server → pending-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state pending-disconnect → processing-disconnect
Jun 27 20:40:51 kaperfahrt systemd[1]: varlink-69: varlink: changing state processing-disconnect → disconnected
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x86
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x32
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x86-64
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x86
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x32
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x86-64
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x86
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x32
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x86-64
Jun 27 20:40:51 kaperfahrt systemd[608]: Restricting namespace to: n/a.
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x86
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking cgroup.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking ipc.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking net.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking mnt.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking pid.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking user.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking uts.
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x32
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking cgroup.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking ipc.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking net.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking mnt.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking pid.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking user.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking uts.
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x86-64
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking cgroup.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking ipc.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking net.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking mnt.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking pid.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking user.
Jun 27 20:40:51 kaperfahrt systemd[608]: Blocking uts.
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x86
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x32
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x86-64
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x86
Jun 27 20:40:51 kaperfahrt systemd[1]: Bus bus-api-system: changing state AUTHENTICATING → HELLO
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=Hello cookie=1 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=2 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetNameOwner cookie=3 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=4 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RequestName cookie=5 reply_cookie=0 signature=su error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.2 path=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 signature=s error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Bus bus-api-system: changing state HELLO → RUNNING
Jun 27 20:40:51 kaperfahrt systemd[1]: Got message type=signal sender=org.freedesktop.DBus destination=:1.2 path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired cookie=2 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.2 path=n/a interface=n/a member=n/a cookie=3 reply_cookie=2 signature=n/a error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Match type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0='org.freedesktop.login1' successfully installed.
Jun 27 20:40:51 kaperfahrt systemd[1]: Got message type=error sender=org.freedesktop.DBus destination=:1.2 path=n/a interface=n/a member=n/a cookie=4 reply_cookie=3 signature=s error-name=org.freedesktop.DBus.Error.NameHasNoOwner error-message=Could not get owner of name 'org.freedesktop.login1': no such name
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-logind.service: D-Bus name org.freedesktop.login1 now not owned by anyone.
Jun 27 20:40:51 kaperfahrt systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.2 path=n/a interface=n/a member=n/a cookie=5 reply_cookie=4 signature=n/a error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Match type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.systemd1.Activator',member='ActivationRequest' successfully installed.
Jun 27 20:40:51 kaperfahrt systemd[1]: Got message type=signal sender=org.freedesktop.DBus destination=:1.2 path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameAcquired cookie=6 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.2 path=n/a interface=n/a member=n/a cookie=7 reply_cookie=5 signature=u error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Successfully acquired requested service name.
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-resolved.service: Got notification message from PID 596 (WATCHDOG=1)
Jun 27 20:40:51 kaperfahrt systemd-resolved[596]: Using system hostname 'kaperfahrt'.
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-resolved.service: Got notification message from PID 596 (READY=1, STATUS=Processing requests...)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-resolved.service: Changed start -> running
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-resolved.service: Job 86 systemd-resolved.service/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Started Network Name Resolution.
Jun 27 20:40:51 kaperfahrt systemd[1]: network.target changed dead -> active
Jun 27 20:40:51 kaperfahrt systemd[1]: network.target: Job 103 network.target/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Reached target Network.
Jun 27 20:40:51 kaperfahrt systemd[1]: nss-lookup.target changed dead -> active
Jun 27 20:40:51 kaperfahrt systemd[1]: nss-lookup.target: Job 87 nss-lookup.target/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Reached target Host and Network Name Lookups.
Jun 27 20:40:51 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:51 kaperfahrt systemd[1]: sshd.service: Passing 0 fds to service
Jun 27 20:40:51 kaperfahrt systemd[1]: sshd.service: About to execute: /usr/bin/sshd -D
Jun 27 20:40:51 kaperfahrt systemd[1]: sshd.service: Forked /usr/bin/sshd as 610
Jun 27 20:40:51 kaperfahrt systemd[1]: sshd.service: Changed dead -> running
Jun 27 20:40:51 kaperfahrt systemd[1]: sshd.service: Job 95 sshd.service/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Started OpenSSH Daemon.
Jun 27 20:40:51 kaperfahrt systemd[610]: sshd.service: Executing: /usr/bin/sshd -D
Jun 27 20:40:51 kaperfahrt systemd[1]: multi-user.target: starting held back, waiting for: getty.target
Jun 27 20:40:51 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-user-sessions.service: Passing 0 fds to service
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-user-sessions.service: About to execute: /usr/lib/systemd/systemd-user-sessions start
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-user-sessions.service: Forked /usr/lib/systemd/systemd-user-sessions as 611
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-user-sessions.service: Changed dead -> start
Jun 27 20:40:51 kaperfahrt systemd[1]: Starting Permit User Sessions...
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Added fd 69 (n/a) to fd store.
Jun 27 20:40:51 kaperfahrt systemd[611]: systemd-user-sessions.service: Executing: /usr/lib/systemd/systemd-user-sessions start
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Added fd 70 (n/a) to fd store.
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 70 (stored), closing.
Jun 27 20:40:51 kaperfahrt systemd[1]: Received SIGCHLD from PID 611 (systemd-user-se).
Jun 27 20:40:51 kaperfahrt systemd[1]: Child 611 (systemd-user-se) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-user-sessions.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-user-sessions.service: Child 611 belongs to systemd-user-sessions.service.
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-user-sessions.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-user-sessions.service: Changed start -> exited
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-user-sessions.service: Job 93 systemd-user-sessions.service/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Finished Permit User Sessions.
Jun 27 20:40:51 kaperfahrt systemd[1]: multi-user.target: starting held back, waiting for: getty.target
Jun 27 20:40:51 kaperfahrt systemd[1]: getty@tty1.service: ConditionPathExists=/dev/tty0 succeeded.
Jun 27 20:40:51 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:40:51 kaperfahrt systemd[1]: getty@tty1.service: Passing 0 fds to service
Jun 27 20:40:51 kaperfahrt systemd[1]: getty@tty1.service: About to execute: /sbin/agetty -o '-p -- \u' --noclear tty1 $TERM
Jun 27 20:40:51 kaperfahrt systemd[1]: getty@tty1.service: Forked /sbin/agetty as 612
Jun 27 20:40:51 kaperfahrt systemd[1]: getty@tty1.service: Changed dead -> running
Jun 27 20:40:51 kaperfahrt systemd[1]: getty@tty1.service: Job 98 getty@tty1.service/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Started Getty on tty1.
Jun 27 20:40:51 kaperfahrt systemd[1]: getty.target changed dead -> active
Jun 27 20:40:51 kaperfahrt systemd[1]: getty.target: Job 97 getty.target/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Reached target Login Prompts.
Jun 27 20:40:51 kaperfahrt systemd[1]: multi-user.target: starting held back, waiting for: systemd-logind.service
Jun 27 20:40:51 kaperfahrt sshd[610]: Server listening on 0.0.0.0 port 22.
Jun 27 20:40:51 kaperfahrt sshd[610]: Server listening on :: port 22.
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x32
Jun 27 20:40:51 kaperfahrt systemd[608]: Operating on architecture: x86-64
Jun 27 20:40:51 kaperfahrt systemd[608]: systemd-logind.service: Executing: /usr/lib/systemd/systemd-logind
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-logind.service: Got notification message from PID 608 (WATCHDOG=1)
Jun 27 20:40:51 kaperfahrt systemd-logind[608]: Watching system buttons on /dev/input/event2 (Power Button)
Jun 27 20:40:51 kaperfahrt systemd-logind[608]: Watching system buttons on /dev/input/event0 (Power Button)
Jun 27 20:40:51 kaperfahrt systemd-logind[608]: Watching system buttons on /dev/input/event1 (Sleep Button)
Jun 27 20:40:51 kaperfahrt systemd-logind[608]: Watching system buttons on /dev/input/event3 (Microsoft Natural® Ergonomic Keyboard 4000)
Jun 27 20:40:51 kaperfahrt systemd-logind[608]: Watching system buttons on /dev/input/event4 (Microsoft Natural® Ergonomic Keyboard 4000)
Jun 27 20:40:51 kaperfahrt systemd[1]: Added job sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device/nop to transaction.
Jun 27 20:40:51 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device: Installed new job sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device/nop as 323
Jun 27 20:40:51 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device: lost dependency Wants=sound.target
Jun 27 20:40:51 kaperfahrt systemd[1]: sound.target: lost dependency WantedBy=sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device
Jun 27 20:40:51 kaperfahrt systemd[1]: sound.target: lost dependency ReferencedBy=sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device
Jun 27 20:40:51 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device: lost dependency References=sound.target
Jun 27 20:40:51 kaperfahrt systemd[1]: sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device: Job 323 sys-devices-pci0000:00-0000:00:1b.0-sound-card1.device/nop finished, result=done
Jun 27 20:40:51 kaperfahrt systemd-logind[608]: New seat seat0.
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-logind.service: Got notification message from PID 608 (READY=1, STATUS=Processing requests...)
Jun 27 20:40:51 kaperfahrt systemd[1]: Got message type=method_call sender=:1.4 destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=Subscribe cookie=6 reply_cookie=0 signature=n/a error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=6 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetNameOwner cookie=7 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.2 path=n/a interface=n/a member=n/a cookie=10 reply_cookie=7 signature=s error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Got message type=signal sender=org.freedesktop.DBus destination=n/a path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameOwnerChanged cookie=8 reply_cookie=0 signature=sss error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-logind.service: D-Bus name org.freedesktop.login1 now owned by :1.4
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-logind.service: Changed start -> running
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-logind.service: Job 88 systemd-logind.service/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Started Login Service.
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dlogind_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=8 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dlogind_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=9 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=10 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dlogind_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=11 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dlogind_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=12 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.2 path=n/a interface=n/a member=n/a cookie=9 reply_cookie=6 signature=n/a error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Match type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.4' successfully installed.
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/multi_2duser_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=13 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: multi-user.target changed dead -> active
Jun 27 20:40:51 kaperfahrt systemd[1]: multi-user.target: Job 2 multi-user.target/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Reached target Multi-User System.
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/multi_2duser_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=14 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=15 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/graphical_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=16 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: graphical.target changed dead -> active
Jun 27 20:40:51 kaperfahrt systemd[1]: graphical.target: Job 1 graphical.target/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Reached target Graphical Interface.
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/graphical_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=17 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=18 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/graphical_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=19 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/multi_2duser_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=20 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt lvm[331]:   pvscan[331] VG VGHOME run autoactivation.
Jun 27 20:40:51 kaperfahrt lvm[331]:   1 logical volume(s) in volume group "VGHOME" now active
Jun 27 20:40:51 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dLVM\x2dAdhQpmSHQf6b2AVREFxl38r6UzpdKHx8Pepf1x1I7pM92kwNX13eE6vp1fsJjTQh.device: Changed dead -> plugged
Jun 27 20:40:51 kaperfahrt systemd[1]: dev-disk-by\x2duuid-5db8ebbd\x2dd5a2\x2d44db\x2d9bcd\x2dc5f76bd3c668.device: Changed dead -> plugged
Jun 27 20:40:51 kaperfahrt systemd[1]: dev-disk-by\x2dlabel-HOME.device: Changed dead -> plugged
Jun 27 20:40:51 kaperfahrt systemd[1]: dev-VGHOME-HOME\x2dLV.device: Changed dead -> plugged
Jun 27 20:40:51 kaperfahrt systemd[1]: dev-mapper-VGHOME\x2dHOME\x2d\x2dLV.device: Changed dead -> plugged
Jun 27 20:40:51 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dVGHOME\x2dHOME\x2d\x2dLV.device: Changed dead -> plugged
Jun 27 20:40:51 kaperfahrt systemd[1]: dev-dm\x2d1.device: Changed dead -> plugged
Jun 27 20:40:51 kaperfahrt systemd[1]: sys-devices-virtual-block-dm\x2d1.device: Changed dead -> plugged
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=21 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=22 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=23 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=24 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=25 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=26 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=27 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=28 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 53 (stored), closing.
Jun 27 20:40:51 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Control group is empty.
Jun 27 20:40:51 kaperfahrt systemd[1]: Received SIGCHLD from PID 331 (lvm).
Jun 27 20:40:51 kaperfahrt systemd[1]: Child 331 (lvm) died (code=exited, status=0/SUCCESS)
Jun 27 20:40:51 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:40:51 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Child 331 belongs to lvm2-pvscan@259:2.service.
Jun 27 20:40:51 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:40:51 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Changed start -> exited
Jun 27 20:40:51 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Job 110 lvm2-pvscan@259:2.service/start finished, result=done
Jun 27 20:40:51 kaperfahrt systemd[1]: Finished LVM2 PV scan on device 259:2.
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dpvscan_40259_3a2_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=29 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dpvscan_40259_3a2_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=30 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=31 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Startup finished in 10.120s (firmware) + 21ms (loader) + 15.954s (kernel) + 2.574s (userspace) = 28.671s.
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=StartupFinished cookie=32 reply_cookie=0 signature=tttttt error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dpvscan_40259_3a2_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=33 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dpvscan_40259_3a2_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=34 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:51 kaperfahrt systemd[612]: getty@tty1.service: Executing: /sbin/agetty -o '-p -- \u' --noclear tty1 linux
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Added fd 12 (n/a) to fd store.
Jun 27 20:40:51 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 12 (stored), closing.
Jun 27 20:40:52 kaperfahrt rngd[595]: [jitter]: Enabling JITTER rng support
Jun 27 20:40:52 kaperfahrt rngd[595]: [jitter]: Initialized
Jun 27 20:40:52 kaperfahrt rngd[595]: [pkcs11]: No pkcs11 slots available
Jun 27 20:40:52 kaperfahrt rngd[595]: [pkcs11]: Initialization Failed
Jun 27 20:40:52 kaperfahrt rngd[595]: [rtlsdr]: Initialization Failed
Jun 27 20:40:52 kaperfahrt systemd-networkd[289]: br.vbox: Gained IPv6LL
Jun 27 20:40:52 kaperfahrt systemd-timesyncd[597]: Network configuration changed, trying to establish connection.
Jun 27 20:40:52 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Connecting to time server 172.16.32.1:123 (drachentor.nebelschwaden.de).)
Jun 27 20:40:52 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=35 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:52 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=36 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:52 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:40:52 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=37 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:52 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=38 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:52 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:40:52 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:40:52 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Connecting to time server 172.16.32.1:123 (drachentor.nebelschwaden.de).)
Jun 27 20:40:52 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=39 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:52 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=40 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:52 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:40:52 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=41 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:52 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=42 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:55 kaperfahrt systemd-networkd[289]: eth.lan0: Gained carrier
Jun 27 20:40:55 kaperfahrt kernel: e1000e 0000:00:19.0 eth.lan0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
Jun 27 20:40:55 kaperfahrt kernel: IPv6: ADDRCONF(NETDEV_CHANGE): eth.lan0: link becomes ready
Jun 27 20:40:55 kaperfahrt systemd-timesyncd[597]: Network configuration changed, trying to establish connection.
Jun 27 20:40:55 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Connecting to time server 172.16.32.1:123 (drachentor.nebelschwaden.de).)
Jun 27 20:40:55 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=43 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:55 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=44 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:55 kaperfahrt systemd-timesyncd[597]: Initial synchronization to time server 172.16.32.1:123 (drachentor.nebelschwaden.de).
Jun 27 20:40:55 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Initial synchronization to time server 172.16.32.1:123 (drachentor.nebelschwaden.de).)
Jun 27 20:40:55 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=45 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:55 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=46 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:40:56 kaperfahrt systemd-networkd[289]: eth.lan0: Gained IPv6LL
Jun 27 20:41:38 kaperfahrt systemd[1]: systemd-networkd.service: Got notification message from PID 289 (WATCHDOG=1)
Jun 27 20:41:41 kaperfahrt systemd[1]: systemd-resolved.service: Got notification message from PID 596 (WATCHDOG=1)
Jun 27 20:41:41 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (WATCHDOG=1)
Jun 27 20:41:50 kaperfahrt systemd-udevd[272]: 0000:00:02.0: Worker [304] processing SEQNUM=2973 is taking a long time
Jun 27 20:41:50 kaperfahrt systemd[1]: systemd-udevd.service: Got notification message from PID 272 (WATCHDOG=1)
Jun 27 20:41:56 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:41:56 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=47 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:41:56 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=48 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:41:56 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:41:56 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:41:56 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Connecting to time server 172.16.32.1:123 (drachentor.nebelschwaden.de).)
Jun 27 20:41:56 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=49 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:41:56 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=50 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:41:56 kaperfahrt systemd[1]: systemd-logind.service: Got notification message from PID 608 (WATCHDOG=1)
Jun 27 20:41:56 kaperfahrt systemd-timesyncd[597]: Initial synchronization to time server 172.16.32.1:123 (drachentor.nebelschwaden.de).
Jun 27 20:41:56 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Initial synchronization to time server 172.16.32.1:123 (drachentor.nebelschwaden.de).)
Jun 27 20:41:56 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=51 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:41:56 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=52 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:42:28 kaperfahrt systemd[1]: systemd-networkd.service: Got notification message from PID 289 (WATCHDOG=1)
Jun 27 20:42:28 kaperfahrt systemd[1]: systemd-resolved.service: Got notification message from PID 596 (WATCHDOG=1)
Jun 27 20:42:28 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (WATCHDOG=1)
Jun 27 20:42:28 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (WATCHDOG=1)
Jun 27 20:43:18 kaperfahrt systemd[1]: systemd-networkd.service: Got notification message from PID 289 (WATCHDOG=1)
Jun 27 20:43:18 kaperfahrt systemd[1]: systemd-resolved.service: Got notification message from PID 596 (WATCHDOG=1)
Jun 27 20:43:18 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (WATCHDOG=1)
Jun 27 20:43:50 kaperfahrt systemd-udevd[272]: 0000:00:02.0: Worker [304] processing SEQNUM=2973 killed
Jun 27 20:43:50 kaperfahrt systemd[1]: systemd-udevd.service: Got notification message from PID 272 (WATCHDOG=1)
Jun 27 20:43:50 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (WATCHDOG=1)
Jun 27 20:44:04 kaperfahrt systemd[1]: systemd-logind.service: Got notification message from PID 608 (WATCHDOG=1)
Jun 27 20:44:09 kaperfahrt systemd[1]: systemd-networkd.service: Got notification message from PID 289 (WATCHDOG=1)
Jun 27 20:44:09 kaperfahrt systemd[1]: systemd-resolved.service: Got notification message from PID 596 (WATCHDOG=1)
Jun 27 20:44:09 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (WATCHDOG=1)
Jun 27 20:44:55 kaperfahrt systemd[1]: systemd-networkd.service: Got notification message from PID 289 (WATCHDOG=1)
Jun 27 20:44:55 kaperfahrt systemd[1]: systemd-resolved.service: Got notification message from PID 596 (WATCHDOG=1)
Jun 27 20:44:55 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (WATCHDOG=1)
Jun 27 20:45:13 kaperfahrt systemd-logind[608]: Power key pressed.
Jun 27 20:45:13 kaperfahrt systemd-logind[608]: Powering Off...
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-logind.service: Got notification message from PID 608 (WATCHDOG=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: Got message type=method_call sender=:1.4 destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1/unit/poweroff_2etarget interface=org.freedesktop.DBus.Properties member=Get cookie=9 reply_cookie=0 signature=ss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: unit_file_find_fragment: poweroff.target has alias runlevel0.target
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=method_return sender=n/a destination=:1.4 path=n/a interface=n/a member=n/a cookie=53 reply_cookie=9 signature=v error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: final.target: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-poweroff.service: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: poweroff.target: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=54 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=55 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=56 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=57 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=58 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=59 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd-logind[608]: System is powering down.
Jun 27 20:45:13 kaperfahrt systemd[1]: Got message type=method_call sender=:1.4 destination=org.freedesktop.systemd1 path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=StartUnit cookie=11 reply_cookie=0 signature=ss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: unit_file_find_fragment: poweroff.target has alias runlevel0.target
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetConnectionUnixUser cookie=60 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.2 path=n/a interface=n/a member=n/a cookie=11 reply_cookie=60 signature=u error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: poweroff.target: Trying to enqueue job poweroff.target/start/replace-irreversibly
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job poweroff.target/start to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-poweroff.service/start from poweroff.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-poweroff.service/start to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in final.target/start from systemd-poweroff.service/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job final.target/start to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in shutdown.target/start from systemd-poweroff.service/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job shutdown.target/start to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in mkinitcpio-generate-shutdown-ramfs.service/start from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job mkinitcpio-generate-shutdown-ramfs.service/start to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in system.slice/start from mkinitcpio-generate-shutdown-ramfs.service/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job system.slice/start to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in -.slice/start from system.slice/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job -.slice/start to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in blockdev@dev-disk-by\x2duuid-45c8d45b\x2de138\x2d4c60\x2d8300\x2de7e630a33b03.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job blockdev@dev-disk-by\x2duuid-45c8d45b\x2de138\x2d4c60\x2d8300\x2de7e630a33b03.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in slices.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job slices.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in initrd-root-fs.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job initrd-root-fs.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in initrd-parse-etc.service/stop from initrd-root-fs.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job initrd-parse-etc.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-user-sessions.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-user-sessions.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sshdgenkeys.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job sshdgenkeys.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-fsck-root.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-fsck-root.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sound.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job sound.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in blockdev@dev-mapper-swap.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job blockdev@dev-mapper-swap.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-logind.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-logind.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-coredump@0.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-coredump@0.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-boot-system-token.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-boot-system-token.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-tmpfiles-clean.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-tmpfiles-clean.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sshd.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job sshd.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-journal-catalog-update.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-journal-catalog-update.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-update-utmp.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-update-utmp.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sa2.timer/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job sa2.timer/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in shadow.timer/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job shadow.timer/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in user.slice/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job user.slice/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in system-lvm2\x2dpvscan.slice/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job system-lvm2\x2dpvscan.slice/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in lvm2-pvscan@259:2.service/stop from system-lvm2\x2dpvscan.slice/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job lvm2-pvscan@259:2.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in network-pre.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job network-pre.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-resolved.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-resolved.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in alsa-restore.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job alsa-restore.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-tmpfiles-clean.timer/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-tmpfiles-clean.timer/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in local-fs-pre.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job local-fs-pre.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-modules-load.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-modules-load.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in emergency.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job emergency.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in emergency.target/stop from emergency.service/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job emergency.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-tmpfiles-setup.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-tmpfiles-setup.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in system-getty.slice/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job system-getty.slice/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in getty@tty1.service/stop from system-getty.slice/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job getty@tty1.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-networkd.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-networkd.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-ask-password-wall.path/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-ask-password-wall.path/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in logrotate.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job logrotate.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in lvm2-lvmetad.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job lvm2-lvmetad.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-ask-password-console.path/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-ask-password-console.path/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in shadow.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job shadow.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in lvm2-lvmpolld.socket/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job lvm2-lvmpolld.socket/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in lvm2-lvmpolld.service/stop from lvm2-lvmpolld.socket/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job lvm2-lvmpolld.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in logrotate.timer/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job logrotate.timer/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in time-sync.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job time-sync.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sa2.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job sa2.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in rpcbind.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job rpcbind.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dbus.socket/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dbus.socket/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dbus.service/stop from dbus.socket/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dbus.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-logind.service/stop from dbus.socket/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in remote-fs.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job remote-fs.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in initrd-root-device.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job initrd-root-device.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dbus.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in initrd-fs.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job initrd-fs.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in remote-fs-pre.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job remote-fs-pre.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in getty.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job getty.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-timesyncd.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-timesyncd.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dm-event.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dm-event.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in timers.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job timers.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in auditd.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job auditd.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in multi-user.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job multi-user.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in graphical.target/stop from multi-user.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job graphical.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in rescue.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job rescue.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in rescue.target/stop from rescue.service/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job rescue.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in system-modprobe.slice/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job system-modprobe.slice/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in modprobe@drm.service/stop from system-modprobe.slice/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job modprobe@drm.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in system-systemd\x2dfsck.slice/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job system-systemd\x2dfsck.slice/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/stop from system-systemd\x2dfsck.slice/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in boot.mount/stop from systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job boot.mount/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in local-fs.target/stop from boot.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job local-fs.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-sysctl.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-sysctl.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in initrd.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job initrd.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in emergency.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in system-mdadm\x2dlast\x2dresort.slice/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job system-mdadm\x2dlast\x2dresort.slice/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in mdadm-last-resort@md1.service/stop from system-mdadm\x2dlast\x2dresort.slice/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job mdadm-last-resort@md1.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in swap.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job swap.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in network.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job network.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-ask-password-console.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-ask-password-console.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in man-db.timer/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job man-db.timer/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in time-set.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job time-set.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in getty@tty1.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in lvm2-pvscan@259:2.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in rescue.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-remount-fs.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-remount-fs.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-sysusers.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-sysusers.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in nss-lookup.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job nss-lookup.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in blockdev@dev-nvme0n1p128.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job blockdev@dev-nvme0n1p128.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-random-seed.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-random-seed.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-machine-id-commit.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-machine-id-commit.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in system-systemd\x2dcoredump.slice/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job system-systemd\x2dcoredump.slice/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-coredump@0.service/stop from system-systemd\x2dcoredump.slice/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-tmpfiles-setup-dev.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-tmpfiles-setup-dev.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in blockdev@dev-dm\x2d0.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job blockdev@dev-dm\x2d0.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-firstboot.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-firstboot.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in ldconfig.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job ldconfig.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in cryptsetup-pre.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job cryptsetup-pre.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in syslog.socket/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job syslog.socket/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in blockdev@dev-disk-by\x2dlabel-EFIBOOT.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job blockdev@dev-disk-by\x2dlabel-EFIBOOT.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in nss-user-lookup.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job nss-user-lookup.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in alsa-state.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job alsa-state.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in basic.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job basic.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in initrd.target/stop from basic.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in multi-user.target/stop from basic.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sockets.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job sockets.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in getty-pre.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job getty-pre.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-ask-password-wall.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-ask-password-wall.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-update-done.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-update-done.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in paths.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job paths.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in man-db.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job man-db.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sysinit.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job sysinit.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in man-db.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sshdgenkeys.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in shadow.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-user-sessions.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-ask-password-wall.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sa2.timer/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in shadow.timer/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sshd.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in alsa-restore.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in rescue.target/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dbus.socket/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in logrotate.timer/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in logrotate.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-logind.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sa2.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in man-db.timer/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-tmpfiles-clean.timer/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in basic.target/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in alsa-state.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in getty@tty1.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dbus.service/stop from sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in graphical.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in lvm2-monitor.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job lvm2-monitor.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in lvm2-lvmpolld.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-hwdb-update.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-hwdb-update.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in lvm2-lvmetad.socket/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job lvm2-lvmetad.socket/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in lvm2-pvscan@259:2.service/stop from lvm2-lvmetad.socket/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in lvm2-lvmetad.service/stop from lvm2-lvmetad.socket/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in lvm2-monitor.service/stop from lvm2-lvmetad.socket/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in local-fs.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-binfmt.service/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-binfmt.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in cryptsetup.target/stop from shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job cryptsetup.target/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in system.slice/start from systemd-poweroff.service/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in umount.target/start from systemd-poweroff.service/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job umount.target/start to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in boot.mount/stop from umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.swap/stop from umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-mapper-swap.swap/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop from dev-mapper-swap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-dm\x2d0.swap/stop from dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-dm\x2d0.swap/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop from dev-dm\x2d0.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop from dev-dm\x2d0.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop from dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop from dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop from dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop from dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.swap/stop from dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-dm\x2d0.swap/stop from dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.swap/stop from dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-dm\x2d0.swap/stop from dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop from dev-dm\x2d0.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.swap/stop from dev-dm\x2d0.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop from dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop from dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.swap/stop from dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop from dev-mapper-swap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop from dev-mapper-swap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-dm\x2d0.swap/stop from dev-mapper-swap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in swap.target/stop from dev-mapper-swap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop from umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-dm\x2d0.swap/stop from umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in tmp.mount/stop from umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job tmp.mount/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-tmpfiles-setup.service/stop from tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-resolved.service/stop from tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in local-fs.target/stop from tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-logind.service/stop from tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-timesyncd.service/stop from tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in rngd.service/stop from tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job rngd.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-coredump@0.service/stop from tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in logrotate.service/stop from tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in var-lib-machines.mount/stop from umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job var-lib-machines.mount/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop from umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in systemd-cryptsetup@swap.service/stop from umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job systemd-cryptsetup@swap.service/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.device/stop from systemd-cryptsetup@swap.service/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-mapper-swap.device/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop from dev-mapper-swap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sys-devices-virtual-block-dm\x2d0.device/stop from dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job sys-devices-virtual-block-dm\x2d0.device/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop from sys-devices-virtual-block-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop from sys-devices-virtual-block-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop from dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sys-devices-virtual-block-dm\x2d0.device/stop from dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-dm\x2d0.device/stop from dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-dm\x2d0.device/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop from dev-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sys-devices-virtual-block-dm\x2d0.device/stop from dev-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop from dev-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop from dev-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop from dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sys-devices-virtual-block-dm\x2d0.device/stop from dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop from dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-dm\x2d0.device/stop from dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.device/stop from dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.device/stop from dev-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop from dev-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop from dev-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-dm\x2d0.swap/stop from dev-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop from dev-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop from dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.device/stop from dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-dm\x2d0.device/stop from sys-devices-virtual-block-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop from sys-devices-virtual-block-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.device/stop from sys-devices-virtual-block-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop from dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-dm\x2d0.device/stop from dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop from dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.device/stop from dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in sys-devices-virtual-block-dm\x2d0.device/stop from dev-mapper-swap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop from dev-mapper-swap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-dm\x2d0.device/stop from dev-mapper-swap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop from dev-mapper-swap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-mapper-swap.swap/stop from dev-mapper-swap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in cryptsetup.target/stop from systemd-cryptsetup@swap.service/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Pulling in dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop from umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job system-mdadm\x2dlast\x2dresort.slice/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job lvm2-lvmpolld.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job nss-user-lookup.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-hwdb-update.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job system.slice/start, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job initrd-parse-etc.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-binfmt.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job alsa-state.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job ldconfig.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job modprobe@drm.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-boot-system-token.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job initrd-fs.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job dm-event.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job rescue.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-coredump@0.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-ask-password-console.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job blockdev@dev-nvme0n1p128.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-sysusers.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job emergency.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job cryptsetup-pre.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job remote-fs.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job blockdev@dev-disk-by\x2duuid-45c8d45b\x2de138\x2d4c60\x2d8300\x2de7e630a33b03.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job remote-fs-pre.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job auditd.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job logrotate.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job initrd.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job -.slice/start, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job man-db.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job sshdgenkeys.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-fsck-root.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job shadow.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job getty-pre.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-machine-id-commit.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-ask-password-wall.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job blockdev@dev-dm\x2d0.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job sa2.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job network-pre.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-update-done.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job system-systemd\x2dcoredump.slice/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job blockdev@dev-disk-by\x2dlabel-EFIBOOT.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job emergency.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job var-lib-machines.mount/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job syslog.socket/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-firstboot.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job initrd-root-fs.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-journal-catalog-update.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job rescue.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job mdadm-last-resort@md1.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job initrd-root-device.target/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Found redundant job systemd-tmpfiles-clean.service/stop, dropping from transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job rngd.service/stop because of tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job system-getty.slice/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job network.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-ask-password-console.path/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job dev-mapper-swap.device/stop because of dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop because of dev-mapper-swap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job alsa-restore.service/stop because of sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job man-db.timer/stop because of sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-user-sessions.service/stop because of sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job time-set.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job cryptsetup.target/stop because of systemd-cryptsetup@swap.service/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop because of umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-sysctl.service/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job dbus.socket/stop because of sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job shutdown.target/start because of systemd-poweroff.service/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job mkinitcpio-generate-shutdown-ramfs.service/start because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job swap.target/stop because of dev-mapper-swap.swap/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-tmpfiles-setup-dev.service/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job dev-mapper-swap.swap/stop because of dev-mapper-swap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job timers.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-ask-password-wall.path/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job local-fs-pre.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job umount.target/start because of systemd-poweroff.service/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop because of dev-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job lvm2-lvmetad.service/stop because of lvm2-lvmetad.socket/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop because of dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-networkd.service/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-cryptsetup@swap.service/stop because of umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job time-sync.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job sound.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job nss-lookup.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job sa2.timer/stop because of sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job rpcbind.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-remount-fs.service/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-timesyncd.service/stop because of tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job system-systemd\x2dfsck.slice/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-tmpfiles-setup.service/stop because of tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-poweroff.service/start because of poweroff.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-modules-load.service/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job user.slice/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job dev-dm\x2d0.device/stop because of dev-mapper-swap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job getty.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job sysinit.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-logind.service/stop because of tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-update-utmp.service/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job logrotate.timer/stop because of sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job paths.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job dev-dm\x2d0.swap/stop because of dev-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job slices.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-tmpfiles-clean.timer/stop because of sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job dbus.service/stop because of sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job system-lvm2\x2dpvscan.slice/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job boot.mount/stop because of umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job final.target/start because of systemd-poweroff.service/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job sshd.service/stop because of sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job lvm2-monitor.service/stop because of lvm2-lvmetad.socket/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job sockets.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job blockdev@dev-mapper-swap.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop because of dev-mapper-swap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job lvm2-pvscan@259:2.service/stop because of lvm2-lvmetad.socket/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-random-seed.service/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job system-modprobe.slice/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job sys-devices-virtual-block-dm\x2d0.device/stop because of dev-mapper-swap.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job multi-user.target/stop because of basic.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job tmp.mount/stop because of umount.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job shadow.timer/stop because of sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop because of dev-dm\x2d0.device/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job graphical.target/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job local-fs.target/stop because of tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job lvm2-lvmpolld.socket/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-resolved.service/stop because of tmp.mount/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job getty@tty1.service/stop because of sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job basic.target/stop because of sysinit.target/stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Keeping job lvm2-lvmetad.socket/stop because of shutdown.target/start
Jun 27 20:45:13 kaperfahrt systemd[1]: rngd.service: Installed new job rngd.service/stop as 441
Jun 27 20:45:13 kaperfahrt systemd[1]: system-getty.slice: Installed new job system-getty.slice/stop as 361
Jun 27 20:45:13 kaperfahrt systemd[1]: network.target: Installed new job network.target/stop as 401
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-ask-password-console.path: Installed new job systemd-ask-password-console.path/stop as 367
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.device: Installed new job dev-mapper-swap.device/stop as 444
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device: Installed new job dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop as 449
Jun 27 20:45:13 kaperfahrt systemd[1]: alsa-restore.service: Installed new job alsa-restore.service/stop as 354
Jun 27 20:45:13 kaperfahrt systemd[1]: man-db.timer: Installed new job man-db.timer/stop as 403
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: Installed new job systemd-user-sessions.service/stop as 335
Jun 27 20:45:13 kaperfahrt systemd[1]: time-set.target: Installed new job time-set.target/stop as 404
Jun 27 20:45:13 kaperfahrt systemd[1]: cryptsetup.target: Installed new job cryptsetup.target/stop as 433
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.swap: Installed new job dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop as 436
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-sysctl.service: Installed new job systemd-sysctl.service/stop as 396
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.socket: Installed new job dbus.socket/stop as 375
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: Installed new job shutdown.target/start as 327
Jun 27 20:45:13 kaperfahrt systemd[1]: Successfully forked off '(sd-sync)' as PID 619.
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Installed new job mkinitcpio-generate-shutdown-ramfs.service/start as 328
Jun 27 20:45:13 kaperfahrt systemd[1]: swap.target: Installed new job swap.target/stop as 400
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup-dev.service: Installed new job systemd-tmpfiles-setup-dev.service/stop as 412
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.swap: Installed new job dev-mapper-swap.swap/stop as 435
Jun 27 20:45:13 kaperfahrt systemd[1]: timers.target: Installed new job timers.target/stop as 384
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-ask-password-wall.path: Installed new job systemd-ask-password-wall.path/stop as 364
Jun 27 20:45:13 kaperfahrt systemd[1]: local-fs-pre.target: Installed new job local-fs-pre.target/stop as 356
Jun 27 20:45:13 kaperfahrt systemd[1]: umount.target: Installed new job umount.target/start as 434
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap: Installed new job dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop as 438
Jun 27 20:45:13 kaperfahrt systemd[1]: poweroff.target: Installed new job poweroff.target/start as 324
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: Installed new job lvm2-lvmetad.service/stop as 366
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device: Installed new job dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop as 445
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: Installed new job systemd-networkd.service/stop as 363
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Installed new job systemd-cryptsetup@swap.service/stop as 443
Jun 27 20:45:13 kaperfahrt systemd[1]: time-sync.target: Installed new job time-sync.target/stop as 372
Jun 27 20:45:13 kaperfahrt systemd[1]: sound.target: Installed new job sound.target/stop as 338
Jun 27 20:45:13 kaperfahrt systemd[1]: nss-lookup.target: Installed new job nss-lookup.target/stop as 407
Jun 27 20:45:13 kaperfahrt systemd[1]: sa2.timer: Installed new job sa2.timer/stop as 347
Jun 27 20:45:13 kaperfahrt systemd[1]: rpcbind.target: Installed new job rpcbind.target/stop as 374
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-remount-fs.service: Installed new job systemd-remount-fs.service/stop as 405
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Installed new job systemd-timesyncd.service/stop as 382
Jun 27 20:45:13 kaperfahrt systemd[1]: system-systemd\x2dfsck.slice: Installed new job system-systemd\x2dfsck.slice/stop as 392
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Installed new job systemd-tmpfiles-setup.service/stop as 360
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-poweroff.service: Installed new job systemd-poweroff.service/start as 325
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-modules-load.service: Installed new job systemd-modules-load.service/stop as 357
Jun 27 20:45:13 kaperfahrt systemd[1]: user.slice: Installed new job user.slice/stop as 349
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.device: Installed new job dev-dm\x2d0.device/stop as 448
Jun 27 20:45:13 kaperfahrt systemd[1]: getty.target: Installed new job getty.target/stop as 381
Jun 27 20:45:13 kaperfahrt systemd[1]: sysinit.target: Installed new job sysinit.target/stop as 428
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-logind.service: Installed new job systemd-logind.service/stop as 340
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: Installed new job systemd-update-utmp.service/stop as 346
Jun 27 20:45:13 kaperfahrt systemd[1]: logrotate.timer: Installed new job logrotate.timer/stop as 371
Jun 27 20:45:13 kaperfahrt systemd[1]: paths.target: Installed new job paths.target/stop as 426
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.swap: Installed new job dev-dm\x2d0.swap/stop as 437
Jun 27 20:45:13 kaperfahrt systemd[1]: slices.target: Installed new job slices.target/stop as 332
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-clean.timer: Installed new job systemd-tmpfiles-clean.timer/stop as 355
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.service: Installed new job dbus.service/stop as 376
Jun 27 20:45:13 kaperfahrt systemd[1]: system-lvm2\x2dpvscan.slice: Installed new job system-lvm2\x2dpvscan.slice/stop as 350
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: Installed new job boot.mount/stop as 394
Jun 27 20:45:13 kaperfahrt systemd[1]: final.target: Installed new job final.target/start as 326
Jun 27 20:45:13 kaperfahrt systemd[1]: sshd.service: Installed new job sshd.service/stop as 344
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: Installed new job lvm2-monitor.service/stop as 429
Jun 27 20:45:13 kaperfahrt systemd[1]: sockets.target: Installed new job sockets.target/stop as 422
Jun 27 20:45:13 kaperfahrt systemd[1]: blockdev@dev-mapper-swap.target: Installed new job blockdev@dev-mapper-swap.target/stop as 339
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.device: Installed new job dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop as 447
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Installed new job lvm2-pvscan@259:2.service/stop as 351
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: Installed new job systemd-random-seed.service/stop as 409
Jun 27 20:45:13 kaperfahrt systemd[1]: system-modprobe.slice: Installed new job system-modprobe.slice/stop as 390
Jun 27 20:45:13 kaperfahrt systemd[1]: sys-devices-virtual-block-dm\x2d0.device: Installed new job sys-devices-virtual-block-dm\x2d0.device/stop as 446
Jun 27 20:45:13 kaperfahrt systemd[1]: multi-user.target: Installed new job multi-user.target/stop as 386
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: Installed new job tmp.mount/stop as 440
Jun 27 20:45:13 kaperfahrt systemd[1]: shadow.timer: Installed new job shadow.timer/stop as 348
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap: Installed new job dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop as 439
Jun 27 20:45:13 kaperfahrt systemd[1]: graphical.target: Installed new job graphical.target/stop as 387
Jun 27 20:45:13 kaperfahrt systemd[1]: local-fs.target: Installed new job local-fs.target/stop as 395
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmpolld.socket: Installed new job lvm2-lvmpolld.socket/stop as 369
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-resolved.service: Installed new job systemd-resolved.service/stop as 353
Jun 27 20:45:13 kaperfahrt systemd[1]: getty@tty1.service: Installed new job getty@tty1.service/stop as 362
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Installed new job systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/stop as 393
Jun 27 20:45:13 kaperfahrt systemd[1]: basic.target: Installed new job basic.target/stop as 421
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.socket: Installed new job lvm2-lvmetad.socket/stop as 431
Jun 27 20:45:13 kaperfahrt systemd[1]: poweroff.target: Enqueued job poweroff.target/start as 324
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=61 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetNameOwner cookie=62 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.2 path=n/a interface=n/a member=n/a cookie=13 reply_cookie=62 signature=s error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=63 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=64 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=method_return sender=n/a destination=:1.4 path=n/a interface=n/a member=n/a cookie=65 reply_cookie=11 signature=o error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: sys-devices-virtual-block-dm\x2d0.device: Collecting job.
Jun 27 20:45:13 kaperfahrt systemd[1]: sys-devices-virtual-block-dm\x2d0.device: Job 446 sys-devices-virtual-block-dm\x2d0.device/stop finished, result=collected
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dblock_2ddm_5cx2d0_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=66 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dblock_2ddm_5cx2d0_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=67 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=68 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=69 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.device: Collecting job.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.device: Job 447 dev-disk-by\x2did-dm\x2dname\x2dswap.device/stop finished, result=collected
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2did_2ddm_5cx2dname_5cx2dswap_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=70 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2did_2ddm_5cx2dname_5cx2dswap_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=71 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=72 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=73 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.device: Collecting job.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.device: Job 448 dev-dm\x2d0.device/stop finished, result=collected
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddm_5cx2d0_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=74 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddm_5cx2d0_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=75 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=76 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=77 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device: Collecting job.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device: Job 445 dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/stop finished, result=collected
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2duuid_2d517c373b_5cx2da24f_5cx2d49c6_5cx2d99ac_5cx2dd81d4ac23139_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=78 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2duuid_2d517c373b_5cx2da24f_5cx2d49c6_5cx2d99ac_5cx2dd81d4ac23139_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=79 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=80 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=81 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device: Collecting job.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device: Job 449 dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/stop finished, result=collected
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2did_2ddm_5cx2duuid_5cx2dCRYPT_5cx2dPLAIN_5cx2dswap_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=82 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2did_2ddm_5cx2duuid_5cx2dCRYPT_5cx2dPLAIN_5cx2dswap_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=83 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=84 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=85 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.device: Collecting job.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.device: Job 444 dev-mapper-swap.device/stop finished, result=collected
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2dmapper_2dswap_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=86 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2dmapper_2dswap_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=87 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=88 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=89 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2dmapper_2dswap_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=90 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2dmapper_2dswap_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=91 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2did_2ddm_5cx2duuid_5cx2dCRYPT_5cx2dPLAIN_5cx2dswap_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=92 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2did_2ddm_5cx2duuid_5cx2dCRYPT_5cx2dPLAIN_5cx2dswap_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=93 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2duuid_2d517c373b_5cx2da24f_5cx2d49c6_5cx2d99ac_5cx2dd81d4ac23139_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=94 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2duuid_2d517c373b_5cx2da24f_5cx2d49c6_5cx2d99ac_5cx2dd81d4ac23139_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=95 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddm_5cx2d0_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=96 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddm_5cx2d0_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=97 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2did_2ddm_5cx2dname_5cx2dswap_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=98 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2did_2ddm_5cx2dname_5cx2dswap_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=99 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dblock_2ddm_5cx2d0_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=100 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sys_2ddevices_2dvirtual_2dblock_2ddm_5cx2d0_2edevice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=101 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dlvmetad_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=102 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dlvmetad_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=103 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/basic_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=104 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dfsck_40dev_2ddisk_2dby_5cx2dlabel_2dEFIBOOT_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=105 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dfsck_40dev_2ddisk_2dby_5cx2dlabel_2dEFIBOOT_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=106 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_40tty1_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=107 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_40tty1_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=108 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dresolved_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=109 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dresolved_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=110 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dlvmpolld_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=111 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dlvmpolld_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=112 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/local_2dfs_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=113 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/graphical_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=114 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2did_2ddm_5cx2duuid_5cx2dCRYPT_5cx2dPLAIN_5cx2dswap_2eswap interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=115 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2did_2ddm_5cx2duuid_5cx2dCRYPT_5cx2dPLAIN_5cx2dswap_2eswap interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=116 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=117 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=118 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tmp_2emount interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=119 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/tmp_2emount interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=120 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/multi_2duser_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=121 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/system_2dmodprobe_2eslice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=122 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=123 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2drandom_2dseed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=124 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dpvscan_40259_3a2_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=125 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dpvscan_40259_3a2_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=126 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/blockdev_40dev_2dmapper_2dswap_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=127 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sockets_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=128 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dmonitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=129 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dmonitor_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=130 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sshd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=131 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sshd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=132 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/boot_2emount interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=133 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/boot_2emount interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=134 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/system_2dlvm2_5cx2dpvscan_2eslice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=135 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dbus_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=136 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dbus_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=137 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=138 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=139 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/slices_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=140 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddm_5cx2d0_2eswap interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=141 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddm_5cx2d0_2eswap interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=142 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/paths_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=143 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/logrotate_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=144 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/logrotate_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=145 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dupdate_2dutmp_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=146 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dupdate_2dutmp_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=147 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dlogind_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=148 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dlogind_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=149 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sysinit_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=150 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=151 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/user_2eslice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=152 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dmodules_2dload_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=153 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dmodules_2dload_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=154 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=155 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=156 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/system_2dsystemd_5cx2dfsck_2eslice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=157 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=158 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtimesyncd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=159 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dremount_2dfs_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=160 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dremount_2dfs_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=161 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/rpcbind_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=162 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt sshd[610]: Received signal 15; terminating.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sa2_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=163 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sa2_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=164 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/nss_2dlookup_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=165 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sound_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=166 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/time_2dsync_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=167 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcryptsetup_40swap_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=168 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dcryptsetup_40swap_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=169 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dnetworkd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=170 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dnetworkd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=171 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dlvmetad_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=172 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dlvmetad_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=173 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2duuid_2d517c373b_5cx2da24f_5cx2d49c6_5cx2d99ac_5cx2dd81d4ac23139_2eswap interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=174 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2duuid_2d517c373b_5cx2da24f_5cx2d49c6_5cx2d99ac_5cx2dd81d4ac23139_2eswap interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=175 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/umount_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=176 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/local_2dfs_2dpre_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=177 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dask_2dpassword_2dwall_2epath interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=178 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dask_2dpassword_2dwall_2epath interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=179 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/timers_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=180 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2dmapper_2dswap_2eswap interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=181 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2dmapper_2dswap_2eswap interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=182 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=183 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dsetup_2ddev_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=184 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/swap_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=185 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/mkinitcpio_2dgenerate_2dshutdown_2dramfs_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=186 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/mkinitcpio_2dgenerate_2dshutdown_2dramfs_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=187 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/shutdown_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=188 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dbus_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=189 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dbus_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=190 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dsysctl_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=191 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dsysctl_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=192 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2did_2ddm_5cx2dname_5cx2dswap_2eswap interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=193 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dev_2ddisk_2dby_5cx2did_2ddm_5cx2dname_5cx2dswap_2eswap interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=194 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/cryptsetup_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=195 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/time_2dset_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=196 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2duser_2dsessions_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=197 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2duser_2dsessions_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=198 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/man_2ddb_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=199 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/man_2ddb_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=200 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/alsa_2drestore_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=201 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/alsa_2drestore_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=202 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dask_2dpassword_2dconsole_2epath interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=203 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dask_2dpassword_2dconsole_2epath interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=204 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/network_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=205 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/system_2dgetty_2eslice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=206 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/rngd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=207 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/rngd_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=208 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=209 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitNew cookie=210 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=211 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=212 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=213 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=214 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=215 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=216 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=217 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=218 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=219 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=220 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=221 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=222 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=223 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=224 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=225 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=226 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=227 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=228 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=229 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=230 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=231 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=232 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=233 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=234 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=235 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=236 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=237 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=238 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=239 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=240 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=241 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=242 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=243 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=244 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=245 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=246 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=247 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=248 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=249 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=250 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=251 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=252 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=253 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=254 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=255 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=256 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=257 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=258 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=259 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=260 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=261 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=262 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=263 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=264 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=265 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=266 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=267 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=268 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=269 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=270 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=271 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=272 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=273 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=274 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=275 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=276 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=277 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=278 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=279 reply_cookie=0 signature=uos error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 619 ((sd-sync)).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 619 ((sd-sync)) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.2 path=n/a interface=n/a member=n/a cookie=12 reply_cookie=61 signature=n/a error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Match type='signal',sender='org.freedesktop.DBus',path='/org/freedesktop/DBus',interface='org.freedesktop.DBus',member='NameOwnerChanged',arg0=':1.4' successfully installed.
Jun 27 20:45:13 kaperfahrt systemd[1]: system-getty.slice: stopping held back, waiting for: getty@tty1.service
Jun 27 20:45:13 kaperfahrt systemd[1]: system-lvm2\x2dpvscan.slice: stopping held back, waiting for: lvm2-pvscan@259:2.service
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/system_2dmodprobe_2eslice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=280 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: system-modprobe.slice changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: system-modprobe.slice: Job 390 system-modprobe.slice/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Removed slice system-modprobe.slice.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/system_2dmodprobe_2eslice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=281 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=282 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: system-systemd\x2dfsck.slice: stopping held back, waiting for: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service
Jun 27 20:45:13 kaperfahrt systemd[1]: user.slice: stopping held back, waiting for: slices.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-ask-password-console.path: stopping held back, waiting for: cryptsetup.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-ask-password-wall.path: stopping held back, waiting for: cryptsetup.target
Jun 27 20:45:13 kaperfahrt systemd[1]: logrotate.timer: stopping held back, waiting for: timers.target
Jun 27 20:45:13 kaperfahrt systemd[1]: man-db.timer: stopping held back, waiting for: timers.target
Jun 27 20:45:13 kaperfahrt systemd[1]: sa2.timer: stopping held back, waiting for: timers.target
Jun 27 20:45:13 kaperfahrt systemd[1]: shadow.timer: stopping held back, waiting for: timers.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-clean.timer: stopping held back, waiting for: timers.target
Jun 27 20:45:13 kaperfahrt systemd[1]: basic.target: stopping held back, waiting for: sshd.service
Jun 27 20:45:13 kaperfahrt systemd[1]: blockdev@dev-mapper-swap.target: stopping held back, waiting for: dev-mapper-swap.swap
Jun 27 20:45:13 kaperfahrt systemd[1]: cryptsetup.target: stopping held back, waiting for: sysinit.target
Jun 27 20:45:13 kaperfahrt systemd[1]: final.target: starting held back, waiting for: shutdown.target
Jun 27 20:45:13 kaperfahrt systemd[1]: getty.target: stopping held back, waiting for: multi-user.target
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/graphical_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=283 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: graphical.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: graphical.target: Job 387 graphical.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Graphical Interface.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/graphical_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=284 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=285 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: local-fs-pre.target: stopping held back, waiting for: local-fs.target
Jun 27 20:45:13 kaperfahrt systemd[1]: local-fs.target: stopping held back, waiting for: sysinit.target
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/multi_2duser_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=286 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: multi-user.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: multi-user.target: Job 386 multi-user.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Multi-User System.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/multi_2duser_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=287 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=288 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: basic.target: stopping held back, waiting for: sshd.service
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=289 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: getty.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: getty.target: Job 381 getty.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Login Prompts.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/getty_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=290 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=291 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: network.target: stopping held back, waiting for: sshd.service
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/nss_2dlookup_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=292 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: nss-lookup.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: nss-lookup.target: Job 407 nss-lookup.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Host and Network Name Lookups.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/nss_2dlookup_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=293 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=294 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: paths.target: stopping held back, waiting for: basic.target
Jun 27 20:45:13 kaperfahrt systemd[1]: poweroff.target: starting held back, waiting for: systemd-poweroff.service
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/rpcbind_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=295 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: rpcbind.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: rpcbind.target: Job 374 rpcbind.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target RPC Port Mapper.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/rpcbind_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=296 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=297 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: systemd-resolved.service
Jun 27 20:45:13 kaperfahrt systemd[1]: slices.target: stopping held back, waiting for: basic.target
Jun 27 20:45:13 kaperfahrt systemd[1]: sockets.target: stopping held back, waiting for: basic.target
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sound_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=298 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: sound.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: sound.target: Job 338 sound.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Sound Card.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sound_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=299 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=300 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: systemd-resolved.service
Jun 27 20:45:13 kaperfahrt systemd[1]: swap.target: stopping held back, waiting for: sysinit.target
Jun 27 20:45:13 kaperfahrt systemd[1]: sysinit.target: stopping held back, waiting for: systemd-user-sessions.service
Jun 27 20:45:13 kaperfahrt systemd[1]: time-set.target: stopping held back, waiting for: time-sync.target
Jun 27 20:45:13 kaperfahrt systemd[1]: time-sync.target: stopping held back, waiting for: man-db.timer
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/timers_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=301 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: timers.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: timers.target: Job 384 timers.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Timers.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/timers_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=302 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=303 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: logrotate.timer: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/logrotate_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=304 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/logrotate_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=305 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: logrotate.timer: Changed waiting -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: logrotate.timer: Job 371 logrotate.timer/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Daily rotation of log files.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/logrotate_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=306 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/logrotate_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=307 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=308 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: man-db.timer: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/man_2ddb_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=309 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/man_2ddb_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=310 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: man-db.timer: Changed waiting -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: man-db.timer: Job 403 man-db.timer/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Daily man-db regeneration.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/man_2ddb_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=311 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/man_2ddb_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=312 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=313 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: sa2.timer: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sa2_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=314 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sa2_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=315 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: sa2.timer: Changed waiting -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: sa2.timer: Job 347 sa2.timer/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Run sa2 every Day.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sa2_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=316 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/sa2_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=317 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=318 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: shadow.timer: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=319 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=320 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: shadow.timer: Changed waiting -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: shadow.timer: Job 348 shadow.timer/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Daily verification of password and group files.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=321 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=322 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=323 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=324 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=325 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-clean.timer: Changed waiting -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-clean.timer: Job 355 systemd-tmpfiles-clean.timer/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=326 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=327 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=328 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: systemd-resolved.service
Jun 27 20:45:13 kaperfahrt systemd[1]: sysinit.target: stopping held back, waiting for: systemd-user-sessions.service
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/time_2dsync_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=329 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: time-sync.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: time-sync.target: Job 372 time-sync.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target System Time Synchronized.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/time_2dsync_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=330 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=331 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: systemd-resolved.service
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/time_2dset_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=332 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: time-set.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: time-set.target: Job 404 time-set.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target System Time Set.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/time_2dset_2etarget interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=333 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=334 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: systemd-resolved.service
Jun 27 20:45:13 kaperfahrt systemd[1]: umount.target: starting held back, waiting for: systemd-cryptsetup@swap.service
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.socket: stopping held back, waiting for: dbus.service
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.socket: stopping held back, waiting for: lvm2-pvscan@259:2.service
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmpolld.socket: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dlvmpolld_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=335 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dlvmpolld_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=336 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmpolld.socket: Changed listening -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmpolld.socket: Job 369 lvm2-lvmpolld.socket/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Closed LVM2 poll daemon socket.
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dlvmpolld_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=337 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/lvm2_2dlvmpolld_2esocket interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=338 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=339 reply_cookie=0 signature=uoss error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.swap: stopping held back, waiting for: swap.target
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap: stopping held back, waiting for: swap.target
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap: stopping held back, waiting for: swap.target
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.swap: stopping held back, waiting for: swap.target
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.swap: stopping held back, waiting for: swap.target
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: stopping held back, waiting for: local-fs.target
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: stopping held back, waiting for: systemd-resolved.service
Jun 27 20:45:13 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: alsa-restore.service: About to execute: /usr/bin/alsactl store
Jun 27 20:45:13 kaperfahrt systemd[1]: alsa-restore.service: Forked /usr/bin/alsactl as 621
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/alsa_2drestore_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=340 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/alsa_2drestore_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=341 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: alsa-restore.service: Changed exited -> stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping Save/Restore Sound Card State...
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dbus_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=342 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/dbus_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=343 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.service: Changed running -> stop-sigterm
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RemoveMatch cookie=344 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RemoveMatch cookie=345 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RemoveMatch cookie=346 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jun 27 20:45:13 kaperfahrt systemd[621]: alsa-restore.service: Executing: /usr/bin/alsactl store
Jun 27 20:45:13 kaperfahrt systemd[1]: Bus bus-api-system: changing state RUNNING → CLOSED
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping D-Bus System Message Bus...
Jun 27 20:45:13 kaperfahrt systemd[1]: getty@tty1.service: Changed running -> stop-sigterm
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping Getty on tty1...
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: stopping held back, waiting for: lvm2-pvscan@259:2.service
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: stopping held back, waiting for: local-fs-pre.target
Jun 27 20:45:13 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: About to execute: /usr/bin/lvm pvscan --cache 259:2
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Forked /usr/bin/lvm as 622
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Changed exited -> stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping LVM2 PV scan on device 259:2...
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: ConditionFileIsExecutable=!/run/initramfs/shutdown succeeded.
Jun 27 20:45:13 kaperfahrt systemd[622]: lvm2-pvscan@259:2.service: Executing: /usr/bin/lvm pvscan --cache 259:2
Jun 27 20:45:13 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Passing 0 fds to service
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: About to execute: /usr/bin/mkinitcpio -A sd-shutdown -k none -c /dev/null -d /run/initramfs
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Forked /usr/bin/mkinitcpio as 623
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Changed dead -> start
Jun 27 20:45:13 kaperfahrt systemd[1]: Starting Generate shutdown-ramfs...
Jun 27 20:45:13 kaperfahrt systemd[1]: rngd.service: stopping held back, waiting for: sysinit.target
Jun 27 20:45:13 kaperfahrt systemd[1]: sshd.service: Changed running -> stop-sigterm
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping OpenSSH Daemon...
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: stopping held back, waiting for: cryptsetup.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: stopping held back, waiting for: boot.mount
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-logind.service: Changed running -> stop-sigterm
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping Login Service...
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-modules-load.service: stopping held back, waiting for: sysinit.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: stopping held back, waiting for: systemd-resolved.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-poweroff.service: starting held back, waiting for: final.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: stopping held back, waiting for: systemd-cryptsetup@swap.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-remount-fs.service: stopping held back, waiting for: local-fs.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-resolved.service: stopping held back, waiting for: network.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-sysctl.service: stopping held back, waiting for: systemd-networkd.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: stopping held back, waiting for: sysinit.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup-dev.service: stopping held back, waiting for: local-fs-pre.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: stopping held back, waiting for: rngd.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: stopping held back, waiting for: sysinit.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: stopping held back, waiting for: getty@tty1.service
Jun 27 20:45:13 kaperfahrt systemd[1]: graphical.target: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: display-manager.service: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[623]: mkinitcpio-generate-shutdown-ramfs.service: Executing: /usr/bin/mkinitcpio -A sd-shutdown -k none -c /dev/null -d /run/initramfs
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Added fd 33 (n/a) to fd store.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Added fd 53 (n/a) to fd store.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 33 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-logind.service: Got notification message from PID 608 (STOPPING=1, STATUS=Shutting down...)
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 621 (alsactl).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 621 (alsactl) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: alsa-restore.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: alsa-restore.service: Child 621 belongs to alsa-restore.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: alsa-restore.service: Control process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: alsa-restore.service: Got final SIGCHLD for state stop.
Jun 27 20:45:13 kaperfahrt systemd[1]: alsa-restore.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: alsa-restore.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: alsa-restore.service: Changed stop -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: alsa-restore.service: Job 354 alsa-restore.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Save/Restore Sound Card State.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Added fd 33 (n/a) to fd store.
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 610 (sshd) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: sshd.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: sshd.service: Child 610 belongs to sshd.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: sshd.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: sshd.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: sshd.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: sshd.service: Changed stop-sigterm -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: sshd.service: Job 344 sshd.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped OpenSSH Daemon.
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 612 (agetty) died (code=killed, status=15/TERM)
Jun 27 20:45:13 kaperfahrt systemd[1]: getty@tty1.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: getty@tty1.service: Child 612 belongs to getty@tty1.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: getty@tty1.service: Main process exited, code=killed, status=15/TERM
Jun 27 20:45:13 kaperfahrt systemd[1]: getty@tty1.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: getty@tty1.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: getty@tty1.service: Changed stop-sigterm -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: getty@tty1.service: Job 362 getty@tty1.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Getty on tty1.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 610 (n/a).
Jun 27 20:45:13 kaperfahrt systemd[1]: getty@tty1.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: sshd.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 69 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: system-getty.slice changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: system-getty.slice: Job 361 system-getty.slice/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Removed slice system-getty.slice.
Jun 27 20:45:13 kaperfahrt systemd[1]: basic.target: stopping held back, waiting for: systemd-logind.service
Jun 27 20:45:13 kaperfahrt systemd[1]: network.target: stopping held back, waiting for: systemd-user-sessions.service
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: systemd-resolved.service
Jun 27 20:45:13 kaperfahrt systemd[1]: sysinit.target: stopping held back, waiting for: systemd-user-sessions.service
Jun 27 20:45:13 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:45:13 kaperfahrt mkinitcpio[623]: ==> Starting build: none
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: About to execute: /usr/lib/systemd/systemd-user-sessions stop
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: Forked /usr/lib/systemd/systemd-user-sessions as 633
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: Changed exited -> stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping Permit User Sessions...
Jun 27 20:45:13 kaperfahrt systemd[633]: systemd-user-sessions.service: Executing: /usr/lib/systemd/systemd-user-sessions stop
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Added fd 69 (n/a) to fd store.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 69 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 633 (systemd-user-se).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 633 (systemd-user-se) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: Child 633 belongs to systemd-user-sessions.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: Control process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: Got final SIGCHLD for state stop.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: Changed stop -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-user-sessions.service: Job 335 systemd-user-sessions.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Permit User Sessions.
Jun 27 20:45:13 kaperfahrt systemd[1]: basic.target: stopping held back, waiting for: systemd-logind.service
Jun 27 20:45:13 kaperfahrt systemd[1]: network.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: network.target: Job 401 network.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Network.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: systemd-resolved.service
Jun 27 20:45:13 kaperfahrt systemd[1]: sysinit.target: stopping held back, waiting for: systemd-logind.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: stopping held back, waiting for: systemd-resolved.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-resolved.service: Changed running -> stop-sigterm
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping Network Name Resolution...
Jun 27 20:45:13 kaperfahrt mkinitcpio[623]:   -> Running build hook: [sd-shutdown]
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 607 (dbus-daemon).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 607 (dbus-daemon) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.service: Child 607 belongs to dbus.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.service: Changed stop-sigterm -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.service: Job 376 dbus.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped D-Bus System Message Bus.
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.socket: Changed running -> listening
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-resolved.service: Got notification message from PID 596 (STOPPING=1, STATUS=Shutting down...)
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 68 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: basic.target: stopping held back, waiting for: systemd-logind.service
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: systemd-resolved.service
Jun 27 20:45:13 kaperfahrt systemd[1]: sysinit.target: stopping held back, waiting for: systemd-logind.service
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.socket: stopping held back, waiting for: systemd-logind.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 63 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 596 (systemd-resolve).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 596 (systemd-resolve) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-resolved.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-resolved.service: Child 596 belongs to systemd-resolved.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-resolved.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-resolved.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-resolved.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-resolved.service: Changed stop-sigterm -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-resolved.service: Job 353 systemd-resolved.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Network Name Resolution.
Jun 27 20:45:13 kaperfahrt systemd[1]: Spawning thread to nuke /tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-systemd-resolved.service-TLZnUf
Jun 27 20:45:13 kaperfahrt systemd[1]: Spawning thread to nuke /var/tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-systemd-resolved.service-z3pxsj
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-resolved.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: stopping held back, waiting for: local-fs.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: Changed running -> stop-sigterm
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping Network Service...
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: stopping held back, waiting for: rngd.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 53 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 622 (lvm).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 622 (lvm) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Child 622 belongs to lvm2-pvscan@259:2.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Control process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Got final SIGCHLD for state stop.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Changed stop -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Job 351 lvm2-pvscan@259:2.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped LVM2 PV scan on device 259:2.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-pvscan@259:2.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: system-lvm2\x2dpvscan.slice changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: system-lvm2\x2dpvscan.slice: Job 350 system-lvm2\x2dpvscan.slice/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Removed slice system-lvm2\x2dpvscan.slice.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.socket: stopping held back, waiting for: lvm2-lvmetad.service
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: stopping held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: Got notification message from PID 289 (STOPPING=1, STATUS=Shutting down...)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 55 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 289 (systemd-network).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 289 (systemd-network) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: Child 289 belongs to systemd-networkd.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: Changed stop-sigterm -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: Job 363 systemd-networkd.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Network Service.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.socket: Changed running -> listening
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-networkd.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-sysctl.service: stopping held back, waiting for: sysinit.target
Jun 27 20:45:13 kaperfahrt mkinitcpio[623]: ==> Build complete.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 623 (mkinitcpio).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 623 (mkinitcpio) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Child 623 belongs to mkinitcpio-generate-shutdown-ramfs.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Service will not restart (restart setting)
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Changed start -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Job 328 mkinitcpio-generate-shutdown-ramfs.service/start finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Finished Generate shutdown-ramfs.
Jun 27 20:45:13 kaperfahrt systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 33 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 67 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 608 (systemd-logind).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 608 (systemd-logind) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-logind.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-logind.service: Child 608 belongs to systemd-logind.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-logind.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-logind.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-logind.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-logind.service: Changed stop-sigterm -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-logind.service: Job 340 systemd-logind.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Login Service.
Jun 27 20:45:13 kaperfahrt systemd[1]: Spawning thread to nuke /tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-systemd-logind.service-CRmDWg
Jun 27 20:45:13 kaperfahrt systemd[1]: Spawning thread to nuke /var/tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-systemd-logind.service-FfNngi
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-logind.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: user.slice: stopping held back, waiting for: slices.target
Jun 27 20:45:13 kaperfahrt systemd[1]: basic.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: basic.target: Job 421 basic.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Basic System.
Jun 27 20:45:13 kaperfahrt systemd[1]: paths.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: paths.target: Job 426 paths.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Paths.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-ask-password-console.path: stopping held back, waiting for: cryptsetup.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-ask-password-wall.path: stopping held back, waiting for: cryptsetup.target
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: slices.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: slices.target: Job 332 slices.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Slices.
Jun 27 20:45:13 kaperfahrt systemd[1]: user.slice changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: user.slice: Job 349 user.slice/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Removed slice User and Session Slice.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: sockets.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: sockets.target: Job 422 sockets.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Sockets.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: sysinit.target: stopping held back, waiting for: dbus.socket
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.socket: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.socket: Changed listening -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: dbus.socket: Job 375 dbus.socket/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Closed D-Bus System Message Bus Socket.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: sysinit.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: sysinit.target: Job 428 sysinit.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target System Initialization.
Jun 27 20:45:13 kaperfahrt systemd[1]: cryptsetup.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: cryptsetup.target: Job 433 cryptsetup.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Local Encrypted Volumes.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-ask-password-console.path: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-ask-password-console.path: Changed waiting -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-ask-password-console.path: Job 367 systemd-ask-password-console.path/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-ask-password-wall.path: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-ask-password-wall.path: Changed waiting -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-ask-password-wall.path: Job 364 systemd-ask-password-wall.path/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Jun 27 20:45:13 kaperfahrt rngd[595]: [rdrand]: Shutting down
Jun 27 20:45:13 kaperfahrt rngd[595]: [jitter]: Shutting down
Jun 27 20:45:13 kaperfahrt systemd[1]: local-fs.target: stopping held back, waiting for: systemd-tmpfiles-setup.service
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: swap.target: stopping held back, waiting for: tmp.mount
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: stopping held back, waiting for: local-fs.target
Jun 27 20:45:13 kaperfahrt systemd[1]: rngd.service: Changed running -> stop-sigterm
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping Hardware RNG Entropy Gatherer Daemon...
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: stopping held back, waiting for: blockdev@dev-mapper-swap.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-modules-load.service: stopping held back, waiting for: systemd-sysctl.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-sysctl.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-sysctl.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-sysctl.service: Changed exited -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-sysctl.service: Job 396 systemd-sysctl.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Apply Kernel Variables.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-modules-load.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-modules-load.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-modules-load.service: Changed exited -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-modules-load.service: Job 357 systemd-modules-load.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Load Kernel Modules.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Changed running -> stop-sigterm
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping Network Time Synchronization...
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup-dev.service: stopping held back, waiting for: local-fs-pre.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: stopping held back, waiting for: rngd.service
Jun 27 20:45:13 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: About to execute: /usr/lib/systemd/systemd-update-utmp shutdown
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: Forked /usr/lib/systemd/systemd-update-utmp as 729
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: Changed exited -> stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STATUS=Idle.)
Jun 27 20:45:13 kaperfahrt systemd[729]: systemd-update-utmp.service: Executing: /usr/lib/systemd/systemd-update-utmp shutdown
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 59 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Added fd 25 (n/a) to fd store.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 595 (rngd).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 595 (rngd) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: rngd.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: rngd.service: Child 595 belongs to rngd.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: rngd.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: rngd.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: rngd.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: rngd.service: Changed stop-sigterm -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: rngd.service: Job 441 rngd.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Hardware RNG Entropy Gatherer Daemon.
Jun 27 20:45:13 kaperfahrt systemd[1]: Spawning thread to nuke /tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-rngd.service-7PkKXi
Jun 27 20:45:13 kaperfahrt systemd[1]: Spawning thread to nuke /var/tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-rngd.service-QSwGpi
Jun 27 20:45:13 kaperfahrt systemd[1]: rngd.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: stopping held back, waiting for: local-fs.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: stopping held back, waiting for: systemd-update-utmp.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Got notification message from PID 597 (STOPPING=1, STATUS=Shutting down...)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 64 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 597 (systemd-timesyn).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 597 (systemd-timesyn) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Child 597 belongs to systemd-timesyncd.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Changed stop-sigterm -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Job 382 systemd-timesyncd.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Network Time Synchronization.
Jun 27 20:45:13 kaperfahrt systemd[1]: Spawning thread to nuke /tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-systemd-timesyncd.service-M5NUhi
Jun 27 20:45:13 kaperfahrt systemd[1]: Spawning thread to nuke /var/tmp/systemd-private-5ea6fb0273974139bb34124e42ebbbfb-systemd-timesyncd.service-QLpaJi
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-timesyncd.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: stopping held back, waiting for: local-fs.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-remount-fs.service: stopping held back, waiting for: local-fs.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: stopping held back, waiting for: systemd-update-utmp.service
Jun 27 20:45:13 kaperfahrt systemd[1]: Bus private-bus-connection: changing state UNSET → OPENING
Jun 27 20:45:13 kaperfahrt systemd[1]: Bus private-bus-connection: changing state OPENING → AUTHENTICATING
Jun 27 20:45:13 kaperfahrt systemd[1]: Accepted new private connection.
Jun 27 20:45:13 kaperfahrt systemd[1]: Bus private-bus-connection: changing state AUTHENTICATING → RUNNING
Jun 27 20:45:13 kaperfahrt systemd[1]: Bus private-bus-connection: changing state RUNNING → CLOSING
Jun 27 20:45:13 kaperfahrt systemd[1]: Bus private-bus-connection: changing state CLOSING → CLOSED
Jun 27 20:45:13 kaperfahrt systemd[1]: Got disconnect on private connection.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 729 (systemd-update-).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 729 (systemd-update-) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: Child 729 belongs to systemd-update-utmp.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: Control process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: Got final SIGCHLD for state stop.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: Changed stop -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-update-utmp.service: Job 346 systemd-update-utmp.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 25 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-remount-fs.service: stopping held back, waiting for: local-fs.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Changed exited -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup.service: Job 360 systemd-tmpfiles-setup.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Create Volatile Files and Directories.
Jun 27 20:45:13 kaperfahrt systemd[1]: local-fs.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: local-fs.target: Job 395 local-fs.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Local File Systems.
Jun 27 20:45:13 kaperfahrt systemd[1]: local-fs-pre.target: stopping held back, waiting for: boot.mount
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: About to execute: /usr/bin/umount /boot -c
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: Forked /usr/bin/umount as 735
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: Changed mounted -> unmounting
Jun 27 20:45:13 kaperfahrt systemd[1]: Unmounting /boot...
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: About to execute: /usr/bin/umount /tmp -c
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: Forked /usr/bin/umount as 736
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: Changed mounted -> unmounting
Jun 27 20:45:13 kaperfahrt systemd[1]: Unmounting Mounts the /tmp partition...
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-remount-fs.service: stopping held back, waiting for: systemd-random-seed.service
Jun 27 20:45:13 kaperfahrt systemd[735]: boot.mount: Executing: /usr/bin/umount /boot -c
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Added fd 25 (n/a) to fd store.
Jun 27 20:45:13 kaperfahrt systemd[736]: tmp.mount: Executing: /usr/bin/umount /tmp -c
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Added fd 26 (n/a) to fd store.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 736 (umount).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 735 (umount) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: Child 735 belongs to boot.mount.
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: Mount process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: Changed unmounting -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: Job 394 boot.mount/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Unmounted /boot.
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: lost dependency BindsTo=dev-nvme0n1p128.device
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-nvme0n1p128.device: lost dependency BoundBy=boot.mount
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-nvme0n1p128.device: lost dependency Before=boot.mount
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-nvme0n1p128.device: lost dependency ReferencedBy=boot.mount
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: lost dependency After=dev-nvme0n1p128.device
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: lost dependency After=blockdev@dev-nvme0n1p128.target
Jun 27 20:45:13 kaperfahrt systemd[1]: blockdev@dev-nvme0n1p128.target: lost dependency Before=boot.mount
Jun 27 20:45:13 kaperfahrt systemd[1]: blockdev@dev-nvme0n1p128.target: lost dependency ReferencedBy=boot.mount
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: lost dependency References=dev-nvme0n1p128.device
Jun 27 20:45:13 kaperfahrt systemd[1]: boot.mount: lost dependency References=blockdev@dev-nvme0n1p128.target
Jun 27 20:45:13 kaperfahrt systemd[1]: blockdev@dev-nvme0n1p128.target: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 736 (umount) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: Child 736 belongs to tmp.mount.
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: Mount process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: Changed unmounting -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: tmp.mount: Job 440 tmp.mount/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Unmounted Mounts the /tmp partition.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 26 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 25 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: local-fs-pre.target: stopping held back, waiting for: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service
Jun 27 20:45:13 kaperfahrt systemd[1]: swap.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: swap.target: Job 400 swap.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Swap.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: umount.target: starting held back, waiting for: systemd-cryptsetup@swap.service
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.swap: Redirecting stop request from dev-disk-by\x2did-dm\x2dname\x2dswap.swap to dev-mapper-swap.swap.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.swap: About to execute: /sbin/swapoff /dev/mapper/swap
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.swap: Forked /sbin/swapoff as 737
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.swap: Changed active -> deactivating
Jun 27 20:45:13 kaperfahrt systemd[1]: Deactivating swap /dev/disk/by-id/dm-name-swap...
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap: Redirecting stop request from dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap to dev-mapper-swap.swap.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap: Redirecting stop request from dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap to dev-mapper-swap.swap.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.swap: Redirecting stop request from dev-dm\x2d0.swap to dev-mapper-swap.swap.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Changed exited -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service: Job 393 systemd-fsck@dev-disk-by\x2dlabel-EFIBOOT.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped File System Check on /dev/disk/by-label/EFIBOOT.
Jun 27 20:45:13 kaperfahrt systemd[1]: system-systemd\x2dfsck.slice changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[737]: dev-mapper-swap.swap: Executing: /sbin/swapoff /dev/mapper/swap
Jun 27 20:45:13 kaperfahrt systemd[1]: system-systemd\x2dfsck.slice: Job 392 system-systemd\x2dfsck.slice/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Jun 27 20:45:13 kaperfahrt systemd[1]: local-fs-pre.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: local-fs-pre.target: Job 356 local-fs-pre.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Local File Systems (Pre).
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: About to execute: /usr/bin/lvm vgchange --monitor n --ignoreskippedcluster
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: Forked /usr/bin/lvm as 738
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: Changed exited -> stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-remount-fs.service: stopping held back, waiting for: systemd-random-seed.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup-dev.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup-dev.service: Changed exited -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-tmpfiles-setup-dev.service: Job 412 systemd-tmpfiles-setup-dev.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Create Static Device Nodes in /dev.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Added fd 25 (n/a) to fd store.
Jun 27 20:45:13 kaperfahrt systemd[738]: lvm2-monitor.service: Executing: /usr/bin/lvm vgchange --monitor n --ignoreskippedcluster
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Added fd 26 (n/a) to fd store.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap: Changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap: Job 439 dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap/stop finished, result=done
Jun 27 20:45:13 kaperfahrt lvm[738]:   1 logical volume(s) in volume group "VGHOME" unmonitored
Jun 27 20:45:13 kaperfahrt systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-swap.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap: Changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap: Job 438 dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Deactivated swap /dev/disk/by-uuid/517c373b-a24f-49c6-99ac-d81d4ac23139.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.swap: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.swap: Changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.swap: Job 436 dev-disk-by\x2did-dm\x2dname\x2dswap.swap/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-swap.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.swap: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.swap: Changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.swap: Job 437 dev-dm\x2d0.swap/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Deactivated swap /dev/dm-0.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.swap: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.swap: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.swap: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.swap: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: blockdev@dev-dm\x2d0.target: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-udevd.service: Got notification message from PID 272 (WATCHDOG=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 737 (swapoff).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 737 (swapoff) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.swap: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.swap: Child 737 belongs to dev-mapper-swap.swap.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.swap: Swap process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.swap: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.swap: Changed deactivating -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.swap: Job 435 dev-mapper-swap.swap/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Deactivated swap /dev/mapper/swap.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 25 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: blockdev@dev-mapper-swap.target changed active -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: blockdev@dev-mapper-swap.target: Job 339 blockdev@dev-mapper-swap.target/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped target Block Device Preparation for /dev/mapper/swap.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-monitor.service
Jun 27 20:45:13 kaperfahrt systemd[1]: umount.target: starting held back, waiting for: systemd-cryptsetup@swap.service
Jun 27 20:45:13 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: About to execute: /usr/lib/systemd/systemd-cryptsetup detach swap
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Forked /usr/lib/systemd/systemd-cryptsetup as 740
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Changed exited -> stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping Cryptography Setup for swap...
Jun 27 20:45:13 kaperfahrt systemd[740]: systemd-cryptsetup@swap.service: Executing: /usr/lib/systemd/systemd-cryptsetup detach swap
Jun 27 20:45:13 kaperfahrt systemd-cryptsetup[740]: device-mapper: remove ioctl on swap  failed: Device or resource busy
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Added fd 25 (n/a) to fd store.
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/nop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device: Installed new job dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/nop as 450
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/nop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device: Installed new job dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/nop as 451
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-mapper-swap.device/nop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.device: Installed new job dev-mapper-swap.device/nop as 452
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-disk-by\x2did-dm\x2dname\x2dswap.device/nop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.device: Installed new job dev-disk-by\x2did-dm\x2dname\x2dswap.device/nop as 453
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job dev-dm\x2d0.device/nop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.device: Installed new job dev-dm\x2d0.device/nop as 454
Jun 27 20:45:13 kaperfahrt systemd[1]: Added job sys-devices-virtual-block-dm\x2d0.device/nop to transaction.
Jun 27 20:45:13 kaperfahrt systemd[1]: sys-devices-virtual-block-dm\x2d0.device: Installed new job sys-devices-virtual-block-dm\x2d0.device/nop as 455
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.device: Job 453 dev-disk-by\x2did-dm\x2dname\x2dswap.device/nop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device: Job 450 dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device/nop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device: Job 451 dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device/nop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.device: Job 454 dev-dm\x2d0.device/nop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.device: Job 452 dev-mapper-swap.device/nop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: sys-devices-virtual-block-dm\x2d0.device: Job 455 sys-devices-virtual-block-dm\x2d0.device/nop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 26 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 738 (lvm).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 738 (lvm) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: Child 738 belongs to lvm2-monitor.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: Control process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: Got final SIGCHLD for state stop.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: Changed stop -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: Job 429 lvm2-monitor.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-monitor.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: lvm2-lvmetad.service
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.socket: stopping held back, waiting for: lvm2-lvmetad.service
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: Changed running -> stop-sigterm
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping LVM2 metadata daemon...
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 54 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 284 (lvmetad).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 284 (lvmetad) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: Child 284 belongs to lvm2-lvmetad.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: Can't open PID file /run/lvmetad.pid (yet?) after stop-sigterm: Operation not permitted
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: Main process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: Changed stop-sigterm -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: Job 366 lvm2-lvmetad.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped LVM2 metadata daemon.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.socket: Changed running -> listening
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: systemd-remount-fs.service
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.socket: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.socket: Changed listening -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: lvm2-lvmetad.socket: Job 431 lvm2-lvmetad.socket/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Closed LVM2 metadata daemon socket.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device: Changed plugged -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device: Changed plugged -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-mapper-swap.device: Changed plugged -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.device: Changed plugged -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.device: Changed plugged -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: sys-devices-virtual-block-dm\x2d0.device: Changed plugged -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: sys-devices-virtual-block-dm\x2d0.device: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-dm\x2d0.device: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2dname\x2dswap.device: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2duuid-517c373b\x2da24f\x2d49c6\x2d99ac\x2dd81d4ac23139.device: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: dev-disk-by\x2did-dm\x2duuid\x2dCRYPT\x2dPLAIN\x2dswap.device: Collecting.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 25 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 740 (systemd-cryptse).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 740 (systemd-cryptse) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Child 740 belongs to systemd-cryptsetup@swap.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Control process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Got final SIGCHLD for state stop.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Changed stop -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Job 443 systemd-cryptsetup@swap.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Cryptography Setup for swap.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-cryptsetup@swap.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: umount.target changed dead -> active
Jun 27 20:45:13 kaperfahrt systemd[1]: umount.target: Job 434 umount.target/start finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Reached target Unmount All Filesystems.
Jun 27 20:45:13 kaperfahrt systemd[1]: final.target: starting held back, waiting for: shutdown.target
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-poweroff.service: starting held back, waiting for: final.target
Jun 27 20:45:13 kaperfahrt systemd[1]: Failed to read pids.max attribute of cgroup root, ignoring: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: About to execute: /usr/lib/systemd/systemd-random-seed save
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: Forked /usr/lib/systemd/systemd-random-seed as 743
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: Changed exited -> stop
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopping Load/Save Random Seed...
Jun 27 20:45:13 kaperfahrt systemd[743]: systemd-random-seed.service: Executing: /usr/lib/systemd/systemd-random-seed save
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Got notification message from PID 263 (FDSTORE=1)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Added fd 25 (n/a) to fd store.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 25 (stored), closing.
Jun 27 20:45:13 kaperfahrt systemd[1]: Received SIGCHLD from PID 743 (systemd-random-).
Jun 27 20:45:13 kaperfahrt systemd[1]: Child 743 (systemd-random-) died (code=exited, status=0/SUCCESS)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: Child 743 belongs to systemd-random-seed.service.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: Control process exited, code=exited, status=0/SUCCESS
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: Got final SIGCHLD for state stop.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: Changed stop -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: Job 409 systemd-random-seed.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Load/Save Random Seed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-random-seed.service: Control group is empty.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: starting held back, waiting for: systemd-remount-fs.service
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-remount-fs.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-remount-fs.service: Service restart not allowed.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-remount-fs.service: Changed exited -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-remount-fs.service: Job 405 systemd-remount-fs.service/stop finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Stopped Remount Root and Kernel File Systems.
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target changed dead -> active
Jun 27 20:45:13 kaperfahrt systemd[1]: shutdown.target: Job 327 shutdown.target/start finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Reached target Shutdown.
Jun 27 20:45:13 kaperfahrt systemd[1]: final.target changed dead -> active
Jun 27 20:45:13 kaperfahrt systemd[1]: final.target: Job 326 final.target/start finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Reached target Final Step.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-poweroff.service: Changed dead -> start
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-poweroff.service: Succeeded.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-poweroff.service: Service will not restart (restart setting)
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-poweroff.service: Changed start -> dead
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-poweroff.service: Job 325 systemd-poweroff.service/start finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Finished Power-Off.
Jun 27 20:45:13 kaperfahrt systemd[1]: Forcibly powering off: unit systemd-poweroff.service succeeded
Jun 27 20:45:13 kaperfahrt systemd[1]: poweroff.target changed dead -> active
Jun 27 20:45:13 kaperfahrt systemd[1]: poweroff.target: Job 324 poweroff.target/start finished, result=done
Jun 27 20:45:13 kaperfahrt systemd[1]: Reached target Power-Off.
Jun 27 20:45:13 kaperfahrt systemd[1]: Shutting down.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Releasing resources.
Jun 27 20:45:13 kaperfahrt systemd[1]: systemd-journald.service: Releasing all stored fds
Jun 27 20:45:13 kaperfahrt systemd-shutdown[1]: Found cgroup2 on /sys/fs/cgroup/unified, unified hierarchy for systemd controller
Jun 27 20:45:13 kaperfahrt systemd-shutdown[1]: Setting 'kernel/printk' to '5'.
Jun 27 20:45:13 kaperfahrt systemd-shutdown[1]: Successfully forked off '(sd-sync)' as PID 744.
Jun 27 20:45:13 kaperfahrt systemd-shutdown[1]: Syncing filesystems and block devices.
Jun 27 20:45:13 kaperfahrt systemd-shutdown[1]: binfmt_misc is not mounted, not detaching entries.
Jun 27 20:45:13 kaperfahrt systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Jun 27 20:45:13 kaperfahrt systemd-journald[263]: Journal stopped

Offline

#5 2020-06-27 20:32:44

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

Re: Kernel 5.7: i915 freezes console during boot

The 2020.06.01 ISO used 5.6.15

What is the model name of the CPU from lscpu?  It should be in the journal but the start of the boot is missing.

If you boot with the options drm.debug=0x1e log_buf_len=1M it may provide more information before the missing

kernel: [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0

You could also try linux-mainline 5.8-rc2 from AUR also available in Unofficial_user_repositories#miffe

If the bug does need to be reported upstream https://gitlab.freedesktop.org/drm/inte … -i915-bugs

Offline

#6 2020-06-27 21:27:40

gianluca.pettinello
Member
Registered: 2013-04-16
Posts: 72

Re: Kernel 5.7: i915 freezes console during boot

gianluca.pettinello wrote:

I have the same problem I'm compiling the i195 drm module directly in the kernel. Let's see if I solve the problem

No it doesn't work

Offline

#7 2020-06-27 22:10:25

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

Re: Kernel 5.7: i915 freezes console during boot

@gianluca.pettinello please post the journal from a boot with the issue.

Offline

#8 2020-06-28 13:07:18

EdeWolf
Member
Registered: 2016-01-06
Posts: 79

Re: Kernel 5.7: i915 freezes console during boot

Edit: corrected the dmesg output to include drm debug.


Thanks again for the suggestions. Current state: 5.8 rc2 has the same problem, here is lscpu

Architecture:                    x86_64
CPU op-mode(s):                  32-bit, 64-bit
Byte Order:                      Little Endian
Address sizes:                   39 bits physical, 48 bits virtual
CPU(s):                          4
On-line CPU(s) list:             0-3
Thread(s) per core:              1
Core(s) per socket:              4
Socket(s):                       1
NUMA node(s):                    1
Vendor ID:                       GenuineIntel
CPU family:                      6
Model:                           71
Model name:                      Intel(R) Core(TM) i5-5675C CPU @ 3.10GHz
Stepping:                        1
CPU MHz:                         2999.562
CPU max MHz:                     3000.0000
CPU min MHz:                     800.0000
BogoMIPS:                        6201.81
Virtualization:                  VT-x
L1d cache:                       128 KiB
L1i cache:                       128 KiB
L2 cache:                        1 MiB
L3 cache:                        4 MiB
L4 cache:                        128 MiB
NUMA node0 CPU(s):               0-3
Vulnerability Itlb multihit:     KVM: Vulnerable
Vulnerability L1tf:              Mitigation; PTE Inversion
Vulnerability Mds:               Mitigation; Clear CPU buffers; SMT disabled
Vulnerability Meltdown:          Mitigation; PTI
Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
Vulnerability Spectre v1:        Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Vulnerability Spectre v2:        Mitigation; Full generic retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling
Vulnerability Srbds:             Mitigation; Microcode
Vulnerability Tsx async abort:   Mitigation; Clear CPU buffers; SMT disabled
Flags:                           fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm rdseed adx smap intel_pt xsaveopt dtherm arat pln pts md_clear flush_l1d

And the Mainboard as (correctly) detected by dmidecode

Base Board Information
        Manufacturer: ASRock
        Product Name: Z97 Extreme6/3.1

And dmesg:

[    0.000000] microcode: microcode updated early to revision 0x22, date = 2019-11-12
[    0.000000] Linux version 5.8.0-rc2-1-mainline (linux-mainline@archlinux) (gcc (GCC) 10.1.0, GNU ld (GNU Binutils) 2.34.0) #1 SMP PREEMPT Mon, 22 Jun 2020 06:53:40 +0000
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux-mainline.img root=UUID=45c8d45b-e138-4c60-8300-e7e630a33b03 rw audit=0 ipv6.disable=0 drm.debug=0x1e log_buf_len=1M
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009c53efff] usable
[    0.000000] BIOS-e820: [mem 0x000000009c53f000-0x000000009c545fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009c546000-0x000000009d219fff] usable
[    0.000000] BIOS-e820: [mem 0x000000009d21a000-0x000000009d705fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009d706000-0x00000000ad12dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ad12e000-0x00000000ad193fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ad194000-0x00000000ad1edfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ad1ee000-0x00000000ad324fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ad325000-0x00000000adffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000adfff000-0x00000000adffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000af000000-0x00000000cf7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000042f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x9c531018-0x9c53e857] usable ==> usable
[    0.000000] e820: update [mem 0x9c531018-0x9c53e857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000009c531017] usable
[    0.000000] reserve setup_data: [mem 0x000000009c531018-0x000000009c53e857] usable
[    0.000000] reserve setup_data: [mem 0x000000009c53e858-0x000000009c53efff] usable
[    0.000000] reserve setup_data: [mem 0x000000009c53f000-0x000000009c545fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000009c546000-0x000000009d219fff] usable
[    0.000000] reserve setup_data: [mem 0x000000009d21a000-0x000000009d705fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000009d706000-0x00000000ad12dfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ad12e000-0x00000000ad193fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ad194000-0x00000000ad1edfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000ad1ee000-0x00000000ad324fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000ad325000-0x00000000adffefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000adfff000-0x00000000adffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000af000000-0x00000000cf7fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000042f7fffff] usable
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi: ACPI=0xad2f2000 ACPI 2.0=0xad2f2000 SMBIOS=0xadf79518 
[    0.000000] SMBIOS 2.8 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./Z97 Extreme6/3.1, BIOS P1.60 03/06/2018
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3099.236 MHz processor
[    0.000116] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000117] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000122] last_pfn = 0x42f800 max_arch_pfn = 0x400000000
[    0.000126] MTRR default type: uncachable
[    0.000126] MTRR fixed ranges enabled:
[    0.000127]   00000-9FFFF write-back
[    0.000128]   A0000-EFFFF uncachable
[    0.000128]   F0000-FFFFF write-protect
[    0.000129] MTRR variable ranges enabled:
[    0.000130]   0 base 0000000000 mask 7C00000000 write-back
[    0.000131]   1 base 0400000000 mask 7FE0000000 write-back
[    0.000131]   2 base 0420000000 mask 7FF0000000 write-back
[    0.000132]   3 base 00C0000000 mask 7FC0000000 uncachable
[    0.000133]   4 base 00B0000000 mask 7FF0000000 uncachable
[    0.000133]   5 base 00AF000000 mask 7FFF000000 uncachable
[    0.000134]   6 base 042F800000 mask 7FFF800000 uncachable
[    0.000134]   7 disabled
[    0.000135]   8 disabled
[    0.000135]   9 disabled
[    0.000449] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000631] total RAM covered: 15848M
[    0.000870] Found optimal setting for mtrr clean up
[    0.000870]  gran_size: 64K 	chunk_size: 32M 	num_reg: 9  	lose cover RAM: 0G
[    0.001163] e820: update [mem 0xaf000000-0xffffffff] usable ==> reserved
[    0.001166] last_pfn = 0xae000 max_arch_pfn = 0x400000000
[    0.009128] check: Scanning 1 areas for low memory corruption
[    0.009133] Using GB pages for direct mapping
[    0.010139] printk: log_buf_len: 1048576 bytes
[    0.010139] printk: early log buf free: 123896(94%)
[    0.010140] Secure boot disabled
[    0.010141] RAMDISK: [mem 0x7f3ab000-0x7fcfbfff]
[    0.010145] ACPI: Early table checksum verification disabled
[    0.010148] ACPI: RSDP 0x00000000AD2F2000 000024 (v02 ALASKA)
[    0.010151] ACPI: XSDT 0x00000000AD2F2080 00007C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.010154] ACPI: FACP 0x00000000AD303068 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.010158] ACPI: DSDT 0x00000000AD2F2190 010ED6 (v02 ALASKA A M I    00000160 INTL 20120711)
[    0.010160] ACPI: FACS 0x00000000AD324F80 000040
[    0.010162] ACPI: APIC 0x00000000AD303178 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.010164] ACPI: FPDT 0x00000000AD3031F0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.010166] ACPI: SSDT 0x00000000AD303238 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20051117)
[    0.010168] ACPI: SSDT 0x00000000AD303778 000B74 (v01 CpuRef CpuSsdt  00003000 INTL 20051117)
[    0.010182] ACPI: MCFG 0x00000000AD3042F0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.010184] ACPI: HPET 0x00000000AD304330 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.010186] ACPI: SSDT 0x00000000AD304368 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.010188] ACPI: SSDT 0x00000000AD3046D8 005A36 (v01 SaSsdt SaSsdt   00003000 INTL 20120711)
[    0.010190] ACPI: AAFT 0x00000000AD30A110 00037C (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.010192] ACPI: UEFI 0x00000000AD30A490 000042 (v01 ALASKA A M I    01072009      00000000)
[    0.010198] ACPI: Local APIC address 0xfee00000
[    0.010247] No NUMA configuration found
[    0.010248] Faking a node at [mem 0x0000000000000000-0x000000042f7fffff]
[    0.010252] NODE_DATA(0) allocated [mem 0x42f6fc000-0x42f6fffff]
[    0.010281] Zone ranges:
[    0.010281]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.010282]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.010283]   Normal   [mem 0x0000000100000000-0x000000042f7fffff]
[    0.010284]   Device   empty
[    0.010284] Movable zone start for each node
[    0.010285] Early memory node ranges
[    0.010285]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.010286]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.010287]   node   0: [mem 0x0000000000100000-0x000000009c53efff]
[    0.010287]   node   0: [mem 0x000000009c546000-0x000000009d219fff]
[    0.010288]   node   0: [mem 0x000000009d706000-0x00000000ad12dfff]
[    0.010288]   node   0: [mem 0x00000000ad194000-0x00000000ad1edfff]
[    0.010289]   node   0: [mem 0x00000000adfff000-0x00000000adffffff]
[    0.010289]   node   0: [mem 0x0000000100000000-0x000000042f7fffff]
[    0.010418] Zeroed struct page in unavailable ranges: 15310 pages
[    0.010419] Initmem setup node 0 [mem 0x0000000000001000-0x000000042f7fffff]
[    0.010420] On node 0 totalpages: 4047922
[    0.010421]   DMA zone: 64 pages used for memmap
[    0.010421]   DMA zone: 21 pages reserved
[    0.010422]   DMA zone: 3996 pages, LIFO batch:0
[    0.010446]   DMA32 zone: 10995 pages used for memmap
[    0.010447]   DMA32 zone: 703638 pages, LIFO batch:63
[    0.015456]   Normal zone: 52192 pages used for memmap
[    0.015457]   Normal zone: 3340288 pages, LIFO batch:63
[    0.046628] Reserving Intel graphics memory at [mem 0xaf800000-0xcf7fffff]
[    0.046734] ACPI: PM-Timer IO Port: 0x1808
[    0.046738] ACPI: Local APIC address 0xfee00000
[    0.046745] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.046756] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.046758] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.046760] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.046762] ACPI: IRQ0 used by override.
[    0.046762] ACPI: IRQ9 used by override.
[    0.046764] Using ACPI (MADT) for SMP configuration information
[    0.046766] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.046772] TSC deadline timer available
[    0.046774] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.046811] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.046813] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.046814] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.046815] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.046816] PM: hibernation: Registered nosave memory: [mem 0x9c531000-0x9c531fff]
[    0.046818] PM: hibernation: Registered nosave memory: [mem 0x9c53e000-0x9c53efff]
[    0.046818] PM: hibernation: Registered nosave memory: [mem 0x9c53f000-0x9c545fff]
[    0.046820] PM: hibernation: Registered nosave memory: [mem 0x9d21a000-0x9d705fff]
[    0.046821] PM: hibernation: Registered nosave memory: [mem 0xad12e000-0xad193fff]
[    0.046823] PM: hibernation: Registered nosave memory: [mem 0xad1ee000-0xad324fff]
[    0.046823] PM: hibernation: Registered nosave memory: [mem 0xad325000-0xadffefff]
[    0.046825] PM: hibernation: Registered nosave memory: [mem 0xae000000-0xaeffffff]
[    0.046825] PM: hibernation: Registered nosave memory: [mem 0xaf000000-0xcf7fffff]
[    0.046826] PM: hibernation: Registered nosave memory: [mem 0xcf800000-0xefffffff]
[    0.046826] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.046826] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfebfffff]
[    0.046827] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.046827] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.046828] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.046828] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.046828] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.046829] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.046829] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.046830] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.046830] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.046832] [mem 0xcf800000-0xefffffff] available for PCI devices
[    0.046837] Booting paravirtualized kernel on bare hardware
[    0.046841] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.051669] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.052224] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u524288
[    0.052231] pcpu-alloc: s192512 r8192 d28672 u524288 alloc=1*2097152
[    0.052232] pcpu-alloc: [0] 0 1 2 3 
[    0.052271] Built 1 zonelists, mobility grouping on.  Total pages: 3984650
[    0.052271] Policy zone: Normal
[    0.052273] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux-mainline.img root=UUID=45c8d45b-e138-4c60-8300-e7e630a33b03 rw audit=0 ipv6.disable=0 drm.debug=0x1e log_buf_len=1M
[    0.052339] audit: disabled (until reboot)
[    0.054069] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.054855] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.054892] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.112949] Memory: 15706240K/16191688K available (12291K kernel code, 1471K rwdata, 7840K rodata, 1632K init, 3108K bss, 485448K reserved, 0K cma-reserved)
[    0.112956] random: get_random_u64 called from __kmem_cache_create+0x3e/0x600 with crng_init=0
[    0.113075] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.113105] Kernel/User page tables isolation: enabled
[    0.113121] ftrace: allocating 39832 entries in 156 pages
[    0.129767] ftrace: allocated 156 pages with 4 groups
[    0.129873] rcu: Preemptible hierarchical RCU implementation.
[    0.129873] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.129874] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.129875] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.129875] 	Trampoline variant of Tasks RCU enabled.
[    0.129875] 	Rude variant of Tasks RCU enabled.
[    0.129889] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.129890] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.132899] NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
[    0.133279] Console: colour dummy device 80x25
[    0.133282] printk: console [tty0] enabled
[    0.133296] ACPI: Core revision 20200528
[    0.133407] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.133428] APIC: Switch to symmetric I/O mode setup
[    0.133506] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.133899] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.150106] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2cac7611d7d, max_idle_ns: 440795249932 ns
[    0.150109] Calibrating delay loop (skipped), value calculated using timer frequency.. 6200.74 BogoMIPS (lpj=10330786)
[    0.150111] pid_max: default: 32768 minimum: 301
[    0.154774] LSM: Security Framework initializing
[    0.154777] Yama: becoming mindful.
[    0.154833] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.154867] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.155142] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.155157] process: using mwait in idle threads
[    0.155159] Last level iTLB entries: 4KB 128, 2MB 8, 4MB 8
[    0.155160] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.155162] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.155163] Spectre V2 : Mitigation: Full generic retpoline
[    0.155163] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.155164] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.155165] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.155166] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.155168] TAA: Mitigation: Clear CPU buffers
[    0.155169] SRBDS: Mitigation: Microcode
[    0.155170] MDS: Mitigation: Clear CPU buffers
[    0.155428] Freeing SMP alternatives memory: 32K
[    0.156452] smpboot: CPU0: Intel(R) Core(TM) i5-5675C CPU @ 3.10GHz (family: 0x6, model: 0x47, stepping: 0x1)
[    0.156546] Performance Events: PEBS fmt2+, Broadwell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.156551] ... version:                3
[    0.156552] ... bit width:              48
[    0.156552] ... generic registers:      8
[    0.156553] ... value mask:             0000ffffffffffff
[    0.156553] ... max period:             00007fffffffffff
[    0.156553] ... fixed-purpose events:   3
[    0.156554] ... event mask:             00000007000000ff
[    0.156600] rcu: Hierarchical SRCU implementation.
[    0.156774] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.156774] smp: Bringing up secondary CPUs ...
[    0.156774] x86: Booting SMP configuration:
[    0.156774] .... node  #0, CPUs:      #1 #2 #3
[    0.190214] smp: Brought up 1 node, 4 CPUs
[    0.190214] smpboot: Max logical packages: 1
[    0.190214] smpboot: Total of 4 processors activated (24803.96 BogoMIPS)
[    0.191739] devtmpfs: initialized
[    0.191739] x86/mm: Memory block size: 128MB
[    0.191739] PM: Registering ACPI NVS region [mem 0x9c53f000-0x9c545fff] (28672 bytes)
[    0.191739] PM: Registering ACPI NVS region [mem 0xad1ee000-0xad324fff] (1273856 bytes)
[    0.191739] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.191739] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.191739] pinctrl core: initialized pinctrl subsystem
[    0.193444] PM: RTC time: 13:30:53, date: 2020-06-28
[    0.193449] thermal_sys: Registered thermal governor 'fair_share'
[    0.193449] thermal_sys: Registered thermal governor 'bang_bang'
[    0.193450] thermal_sys: Registered thermal governor 'step_wise'
[    0.193450] thermal_sys: Registered thermal governor 'user_space'
[    0.193451] thermal_sys: Registered thermal governor 'power_allocator'
[    0.193564] NET: Registered protocol family 16
[    0.193809] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.194012] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.194216] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.194319] cpuidle: using governor ladder
[    0.194322] cpuidle: using governor menu
[    0.194344] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.194344] ACPI: bus type PCI registered
[    0.194344] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.194344] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.194344] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.194344] PCI: Using configuration type 1 for base access
[    0.194983] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.194983] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.196888] ACPI: Added _OSI(Module Device)
[    0.196889] ACPI: Added _OSI(Processor Device)
[    0.196890] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.196890] ACPI: Added _OSI(Processor Aggregator Device)
[    0.196891] ACPI: Added _OSI(Linux-Dell-Video)
[    0.196892] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.196893] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.215664] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.219029] ACPI: Dynamic OEM Table Load:
[    0.219033] ACPI: SSDT 0xFFFF908F5D62F000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.220364] ACPI: Dynamic OEM Table Load:
[    0.220367] ACPI: SSDT 0xFFFF908F5D8C2000 0005AA (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.221747] ACPI: Dynamic OEM Table Load:
[    0.221749] ACPI: SSDT 0xFFFF908F5D630E00 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.224946] ACPI: Interpreter enabled
[    0.224974] ACPI: (supports S0 S4 S5)
[    0.224974] ACPI: Using IOAPIC for interrupt routing
[    0.225057] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.225962] ACPI: Enabled 11 GPEs in block 00 to 3F
[    0.243137] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.243143] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.243474] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[    0.243712] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.243712] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.244191] PCI host bridge to bus 0000:00
[    0.244192] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.244193] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.244194] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.244195] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.244196] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.244196] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.244197] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.244198] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.244199] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.244199] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.244200] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.244201] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.244202] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.244202] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.244203] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.244204] pci_bus 0000:00: root bus resource [mem 0xcf800000-0xfeafffff window]
[    0.244205] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.244213] pci 0000:00:00.0: [8086:1610] type 00 class 0x060000
[    0.244332] pci 0000:00:01.0: [8086:1601] type 01 class 0x060400
[    0.244383] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.244588] pci 0000:00:01.2: [8086:1609] type 01 class 0x060400
[    0.244624] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[    0.244825] pci 0000:00:02.0: [8086:1622] type 00 class 0x030000
[    0.244835] pci 0000:00:02.0: reg 0x10: [mem 0xee000000-0xeeffffff 64bit]
[    0.244840] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.244843] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.244855] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.244856] pci 0000:00:02.0: DMAR: Disabling IOMMU for graphics on this chipset
[    0.244980] pci 0000:00:14.0: [8086:8cb1] type 00 class 0x0c0330
[    0.244998] pci 0000:00:14.0: reg 0x10: [mem 0xef620000-0xef62ffff 64bit]
[    0.245064] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.245173] pci 0000:00:16.0: [8086:8cba] type 00 class 0x078000
[    0.245191] pci 0000:00:16.0: reg 0x10: [mem 0xef63a000-0xef63a00f 64bit]
[    0.245247] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.245393] pci 0000:00:19.0: [8086:15a1] type 00 class 0x020000
[    0.245422] pci 0000:00:19.0: reg 0x10: [mem 0xef600000-0xef61ffff]
[    0.245428] pci 0000:00:19.0: reg 0x14: [mem 0xef638000-0xef638fff]
[    0.245435] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    0.245500] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.245615] pci 0000:00:1a.0: [8086:8cad] type 00 class 0x0c0320
[    0.245634] pci 0000:00:1a.0: reg 0x10: [mem 0xef637000-0xef6373ff]
[    0.245722] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.245825] pci 0000:00:1b.0: [8086:8ca0] type 00 class 0x040300
[    0.245853] pci 0000:00:1b.0: reg 0x10: [mem 0xef630000-0xef633fff 64bit]
[    0.245922] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.246020] pci 0000:00:1c.0: [8086:8c90] type 01 class 0x060400
[    0.246104] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.246311] pci 0000:00:1c.2: [8086:8c94] type 01 class 0x060400
[    0.246396] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.246600] pci 0000:00:1c.3: [8086:8c96] type 01 class 0x060400
[    0.246685] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.246894] pci 0000:00:1c.6: [8086:8c9c] type 01 class 0x060400
[    0.246980] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.247185] pci 0000:00:1d.0: [8086:8ca6] type 00 class 0x0c0320
[    0.247205] pci 0000:00:1d.0: reg 0x10: [mem 0xef636000-0xef6363ff]
[    0.247294] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.247412] pci 0000:00:1f.0: [8086:8cc4] type 00 class 0x060100
[    0.247630] pci 0000:00:1f.2: [8086:8c82] type 00 class 0x010601
[    0.247644] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    0.247650] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    0.247656] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    0.247674] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    0.247680] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.247685] pci 0000:00:1f.2: reg 0x24: [mem 0xef635000-0xef6357ff]
[    0.247717] pci 0000:00:1f.2: PME# supported from D3hot
[    0.247824] pci 0000:00:1f.3: [8086:8ca2] type 00 class 0x0c0500
[    0.247840] pci 0000:00:1f.3: reg 0x10: [mem 0xef634000-0xef6340ff 64bit]
[    0.247857] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.248002] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.248037] pci 0000:02:00.0: [144d:a808] type 00 class 0x010802
[    0.248067] pci 0000:02:00.0: reg 0x10: [mem 0xef500000-0xef503fff 64bit]
[    0.248238] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.248241] pci 0000:00:01.2:   bridge window [mem 0xef500000-0xef5fffff]
[    0.248327] acpiphp: Slot [1] registered
[    0.248330] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.248450] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[    0.248480] pci 0000:04:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.248521] pci 0000:04:00.0: reg 0x18: [mem 0xef400000-0xef400fff 64bit]
[    0.248539] pci 0000:04:00.0: reg 0x20: [mem 0xe0000000-0xe0003fff 64bit pref]
[    0.248677] pci 0000:04:00.0: supports D1 D2
[    0.248678] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.248913] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.248916] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.248918] pci 0000:00:1c.2:   bridge window [mem 0xef400000-0xef4fffff]
[    0.248922] pci 0000:00:1c.2:   bridge window [mem 0xe0000000-0xe00fffff 64bit pref]
[    0.249110] pci 0000:05:00.0: [1b21:1184] type 01 class 0x060400
[    0.249382] pci 0000:05:00.0: enabling Extended Tags
[    0.249599] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.249992] pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
[    0.249995] pci 0000:00:1c.3:   bridge window [io  0xb000-0xdfff]
[    0.249997] pci 0000:00:1c.3:   bridge window [mem 0xef000000-0xef2fffff]
[    0.250313] pci 0000:06:01.0: [1b21:1184] type 01 class 0x060400
[    0.250469] pci 0000:06:01.0: enabling Extended Tags
[    0.250629] pci 0000:06:01.0: PME# supported from D0 D3hot D3cold
[    0.250849] pci 0000:06:03.0: [1b21:1184] type 01 class 0x060400
[    0.251039] pci 0000:06:03.0: enabling Extended Tags
[    0.251514] pci 0000:06:03.0: PME# supported from D0 D3hot D3cold
[    0.251709] pci 0000:06:05.0: [1b21:1184] type 01 class 0x060400
[    0.251865] pci 0000:06:05.0: enabling Extended Tags
[    0.252114] pci 0000:06:05.0: PME# supported from D0 D3hot D3cold
[    0.252318] pci 0000:06:07.0: [1b21:1184] type 01 class 0x060400
[    0.252508] pci 0000:06:07.0: enabling Extended Tags
[    0.252732] pci 0000:06:07.0: PME# supported from D0 D3hot D3cold
[    0.253022] pci 0000:05:00.0: PCI bridge to [bus 06-0a]
[    0.253028] pci 0000:05:00.0:   bridge window [io  0xb000-0xdfff]
[    0.253056] pci 0000:05:00.0:   bridge window [mem 0xef000000-0xef2fffff]
[    0.253216] pci 0000:06:01.0: PCI bridge to [bus 07]
[    0.254455] pci 0000:08:00.0: [1b21:0612] type 00 class 0x010601
[    0.256031] pci 0000:08:00.0: reg 0x10: [io  0xd050-0xd057]
[    0.256660] pci 0000:08:00.0: reg 0x14: [io  0xd040-0xd043]
[    0.257242] pci 0000:08:00.0: reg 0x18: [io  0xd030-0xd037]
[    0.257890] pci 0000:08:00.0: reg 0x1c: [io  0xd020-0xd023]
[    0.258549] pci 0000:08:00.0: reg 0x20: [io  0xd000-0xd01f]
[    0.259359] pci 0000:08:00.0: reg 0x24: [mem 0xef200000-0xef2001ff]
[    0.267233] pci 0000:06:03.0: PCI bridge to [bus 08]
[    0.267239] pci 0000:06:03.0:   bridge window [io  0xd000-0xdfff]
[    0.267242] pci 0000:06:03.0:   bridge window [mem 0xef200000-0xef2fffff]
[    0.267323] pci 0000:09:00.0: [1095:3132] type 00 class 0x010400
[    0.267381] pci 0000:09:00.0: reg 0x10: [mem 0xef184000-0xef18407f 64bit]
[    0.267415] pci 0000:09:00.0: reg 0x18: [mem 0xef180000-0xef183fff 64bit]
[    0.267427] pci 0000:09:00.0: reg 0x20: [io  0xc000-0xc07f]
[    0.267452] pci 0000:09:00.0: reg 0x30: [mem 0xef100000-0xef17ffff pref]
[    0.267577] pci 0000:09:00.0: supports D1 D2
[    0.267732] pci 0000:06:05.0: PCI bridge to [bus 09]
[    0.267738] pci 0000:06:05.0:   bridge window [io  0xc000-0xcfff]
[    0.267741] pci 0000:06:05.0:   bridge window [mem 0xef100000-0xef1fffff]
[    0.268570] pci 0000:0a:00.0: [1b21:0612] type 00 class 0x010601
[    0.269962] pci 0000:0a:00.0: reg 0x10: [io  0xb050-0xb057]
[    0.270517] pci 0000:0a:00.0: reg 0x14: [io  0xb040-0xb043]
[    0.271090] pci 0000:0a:00.0: reg 0x18: [io  0xb030-0xb037]
[    0.271664] pci 0000:0a:00.0: reg 0x1c: [io  0xb020-0xb023]
[    0.272238] pci 0000:0a:00.0: reg 0x20: [io  0xb000-0xb01f]
[    0.272812] pci 0000:0a:00.0: reg 0x24: [mem 0xef000000-0xef0001ff]
[    0.281583] pci 0000:06:07.0: PCI bridge to [bus 0a]
[    0.281589] pci 0000:06:07.0:   bridge window [io  0xb000-0xbfff]
[    0.281592] pci 0000:06:07.0:   bridge window [mem 0xef000000-0xef0fffff]
[    0.282794] pci 0000:0b:00.0: [1b21:1142] type 00 class 0x0c0330
[    0.284784] pci 0000:0b:00.0: reg 0x10: [mem 0xef300000-0xef307fff 64bit]
[    0.292687] pci 0000:0b:00.0: PME# supported from D3cold
[    0.296251] pci 0000:00:1c.6: PCI bridge to [bus 0b]
[    0.296255] pci 0000:00:1c.6:   bridge window [mem 0xef300000-0xef3fffff]
[    0.297333] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.297388] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.297453] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.297518] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.297583] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.297648] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.297700] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.297777] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.298050] iommu: Default domain type: Translated 
[    0.298074] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.298074] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.298074] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.298074] vgaarb: loaded
[    0.298074] SCSI subsystem initialized
[    0.298074] libata version 3.00 loaded.
[    0.298074] ACPI: bus type USB registered
[    0.298074] usbcore: registered new interface driver usbfs
[    0.298074] usbcore: registered new interface driver hub
[    0.298074] usbcore: registered new device driver usb
[    0.298074] pps_core: LinuxPPS API ver. 1 registered
[    0.298074] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.298074] PTP clock support registered
[    0.298074] EDAC MC: Ver: 3.0.0
[    0.298074] Registered efivars operations
[    0.298074] NetLabel: Initializing
[    0.298074] NetLabel:  domain hash size = 128
[    0.298074] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.298074] NetLabel:  unlabeled traffic allowed by default
[    0.298074] PCI: Using ACPI for IRQ routing
[    0.301643] PCI: pci_cache_line_size set to 64 bytes
[    0.301722] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.301722] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.301723] e820: reserve RAM buffer [mem 0x9c531018-0x9fffffff]
[    0.301724] e820: reserve RAM buffer [mem 0x9c53f000-0x9fffffff]
[    0.301725] e820: reserve RAM buffer [mem 0x9d21a000-0x9fffffff]
[    0.301725] e820: reserve RAM buffer [mem 0xad12e000-0xafffffff]
[    0.301726] e820: reserve RAM buffer [mem 0xad1ee000-0xafffffff]
[    0.301727] e820: reserve RAM buffer [mem 0xae000000-0xafffffff]
[    0.301728] e820: reserve RAM buffer [mem 0x42f800000-0x42fffffff]
[    0.301732] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.301732] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.303492] clocksource: Switched to clocksource tsc-early
[    0.314935] VFS: Disk quotas dquot_6.6.0
[    0.314948] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.315022] pnp: PnP ACPI init
[    0.315201] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.315206] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.315341] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.315343] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.315373] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.315413] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.315416] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.315531] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.315533] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.315585] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.315588] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.315789] pnp 00:06: [dma 0 disabled]
[    0.315835] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.316448] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.316449] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.316450] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.316451] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.316452] system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.316453] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.316454] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.316455] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.316456] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.316457] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.316458] system 00:07: [mem 0xeffe0000-0xeffeffff] has been reserved
[    0.316461] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.316707] pnp: PnP ACPI: found 8 devices
[    0.322369] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.322429] NET: Registered protocol family 2
[    0.322577] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.322679] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.322917] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.323056] TCP: Hash tables configured (established 131072 bind 65536)
[    0.323173] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.323224] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.323315] NET: Registered protocol family 1
[    0.323318] NET: Registered protocol family 44
[    0.323342] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.323349] pci 0000:00:01.2: PCI bridge to [bus 02]
[    0.323351] pci 0000:00:01.2:   bridge window [mem 0xef500000-0xef5fffff]
[    0.323355] pci 0000:00:1c.0: PCI bridge to [bus 03]
[    0.323363] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.323364] pci 0000:00:1c.2:   bridge window [io  0xe000-0xefff]
[    0.323368] pci 0000:00:1c.2:   bridge window [mem 0xef400000-0xef4fffff]
[    0.323370] pci 0000:00:1c.2:   bridge window [mem 0xe0000000-0xe00fffff 64bit pref]
[    0.323375] pci 0000:06:01.0: PCI bridge to [bus 07]
[    0.323387] pci 0000:06:03.0: PCI bridge to [bus 08]
[    0.323389] pci 0000:06:03.0:   bridge window [io  0xd000-0xdfff]
[    0.323394] pci 0000:06:03.0:   bridge window [mem 0xef200000-0xef2fffff]
[    0.323402] pci 0000:06:05.0: PCI bridge to [bus 09]
[    0.323404] pci 0000:06:05.0:   bridge window [io  0xc000-0xcfff]
[    0.323408] pci 0000:06:05.0:   bridge window [mem 0xef100000-0xef1fffff]
[    0.323429] pci 0000:06:07.0: PCI bridge to [bus 0a]
[    0.323431] pci 0000:06:07.0:   bridge window [io  0xb000-0xbfff]
[    0.323435] pci 0000:06:07.0:   bridge window [mem 0xef000000-0xef0fffff]
[    0.323448] pci 0000:05:00.0: PCI bridge to [bus 06-0a]
[    0.323450] pci 0000:05:00.0:   bridge window [io  0xb000-0xdfff]
[    0.323454] pci 0000:05:00.0:   bridge window [mem 0xef000000-0xef2fffff]
[    0.323462] pci 0000:00:1c.3: PCI bridge to [bus 05-0a]
[    0.323464] pci 0000:00:1c.3:   bridge window [io  0xb000-0xdfff]
[    0.323479] pci 0000:00:1c.3:   bridge window [mem 0xef000000-0xef2fffff]
[    0.323485] pci 0000:00:1c.6: PCI bridge to [bus 0b]
[    0.323488] pci 0000:00:1c.6:   bridge window [mem 0xef300000-0xef3fffff]
[    0.323494] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.323495] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.323496] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.323497] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.323498] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.323499] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.323500] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.323501] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.323501] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.323502] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.323503] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.323504] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.323505] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.323505] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.323506] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.323507] pci_bus 0000:00: resource 19 [mem 0xcf800000-0xfeafffff window]
[    0.323508] pci_bus 0000:02: resource 1 [mem 0xef500000-0xef5fffff]
[    0.323509] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.323510] pci_bus 0000:04: resource 1 [mem 0xef400000-0xef4fffff]
[    0.323511] pci_bus 0000:04: resource 2 [mem 0xe0000000-0xe00fffff 64bit pref]
[    0.323512] pci_bus 0000:05: resource 0 [io  0xb000-0xdfff]
[    0.323512] pci_bus 0000:05: resource 1 [mem 0xef000000-0xef2fffff]
[    0.323513] pci_bus 0000:06: resource 0 [io  0xb000-0xdfff]
[    0.323514] pci_bus 0000:06: resource 1 [mem 0xef000000-0xef2fffff]
[    0.323515] pci_bus 0000:08: resource 0 [io  0xd000-0xdfff]
[    0.323515] pci_bus 0000:08: resource 1 [mem 0xef200000-0xef2fffff]
[    0.323516] pci_bus 0000:09: resource 0 [io  0xc000-0xcfff]
[    0.323517] pci_bus 0000:09: resource 1 [mem 0xef100000-0xef1fffff]
[    0.323518] pci_bus 0000:0a: resource 0 [io  0xb000-0xbfff]
[    0.323519] pci_bus 0000:0a: resource 1 [mem 0xef000000-0xef0fffff]
[    0.323519] pci_bus 0000:0b: resource 1 [mem 0xef300000-0xef3fffff]
[    0.323679] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.343547] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x6d5 took 19179 usecs
[    0.360212] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x6d5 took 16261 usecs
[    0.360423] PCI: CLS 64 bytes, default 64
[    0.360469] Trying to unpack rootfs image as initramfs...
[    0.952714] Freeing initrd memory: 9540K
[    0.952717] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.952718] software IO TLB: mapped [mem 0xa2cc4000-0xa6cc4000] (64MB)
[    0.952862] check: Scanning for low memory corruption every 60 seconds
[    0.953177] Initialise system trusted keyrings
[    0.953184] Key type blacklist registered
[    0.953229] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.954297] zbud: loaded
[    0.964779] Key type asymmetric registered
[    0.964780] Asymmetric key parser 'x509' registered
[    0.964788] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.964830] io scheduler mq-deadline registered
[    0.964831] io scheduler kyber registered
[    0.964847] io scheduler bfq registered
[    0.966678] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.966741] efifb: probing for efifb
[    0.966756] efifb: No BGRT, not showing boot graphics
[    0.966756] efifb: framebuffer at 0xd0000000, using 3072k, total 3072k
[    0.966757] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.966758] efifb: scrolling: redraw
[    0.966759] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.966788] fbcon: Deferring console take-over
[    0.966789] fb0: EFI VGA frame buffer device
[    0.966794] intel_idle: MWAIT substates: 0x2120
[    0.966795] intel_idle: v0.5.1 model 0x47
[    0.966991] intel_idle: Local APIC timer is reliable in all C-states
[    0.967077] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.967094] ACPI: Power Button [PWRB]
[    0.967131] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.967144] ACPI: Sleep Button [SLPB]
[    0.967180] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.970206] ACPI: Power Button [PWRF]
[    0.970781] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.970902] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.973022] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.973022] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.973782] nvme nvme0: pci function 0000:02:00.0
[    0.973811] ahci 0000:00:1f.2: version 3.0
[    0.974033] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    0.974048] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 
[    0.984164] nvme nvme0: missing or invalid SUBNQN field.
[    0.984182] nvme nvme0: Shutdown timeout set to 8 seconds
[    0.993224] nvme nvme0: 4/0/0 default/read/poll queues
[    0.996649]  nvme0n1: p1 p2 p128
[    1.030971] scsi host0: ahci
[    1.031328] scsi host1: ahci
[    1.031509] scsi host2: ahci
[    1.031637] scsi host3: ahci
[    1.031785] scsi host4: ahci
[    1.031838] scsi host5: ahci
[    1.031878] ata1: SATA max UDMA/133 abar m2048@0xef635000 port 0xef635100 irq 36
[    1.031879] ata2: SATA max UDMA/133 abar m2048@0xef635000 port 0xef635180 irq 36
[    1.031881] ata3: SATA max UDMA/133 abar m2048@0xef635000 port 0xef635200 irq 36
[    1.031882] ata4: SATA max UDMA/133 abar m2048@0xef635000 port 0xef635280 irq 36
[    1.031883] ata5: SATA max UDMA/133 abar m2048@0xef635000 port 0xef635300 irq 36
[    1.031884] ata6: SATA max UDMA/133 abar m2048@0xef635000 port 0xef635380 irq 36
[    1.032095] ahci 0000:08:00.0: SSS flag set, parallel bus scan disabled
[    1.032138] ahci 0000:08:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.032139] ahci 0000:08:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    1.032382] scsi host6: ahci
[    1.032440] scsi host7: ahci
[    1.032479] ata7: SATA max UDMA/133 abar m512@0xef200000 port 0xef200100 irq 41
[    1.032482] ata8: SATA max UDMA/133 abar m512@0xef200000 port 0xef200180 irq 41
[    1.032622] ahci 0000:0a:00.0: SSS flag set, parallel bus scan disabled
[    1.032674] ahci 0000:0a:00.0: AHCI 0001.0200 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    1.032676] ahci 0000:0a:00.0: flags: 64bit ncq sntf stag led clo pmp pio slum part ccc sxs 
[    1.032891] scsi host8: ahci
[    1.033001] scsi host9: ahci
[    1.033028] ata9: SATA max UDMA/133 abar m512@0xef000000 port 0xef000100 irq 42
[    1.033030] ata10: SATA max UDMA/133 abar m512@0xef000000 port 0xef000180 irq 42
[    1.033077] usbcore: registered new interface driver usbserial_generic
[    1.033080] usbserial: USB Serial support registered for generic
[    1.033094] rtc_cmos 00:02: RTC can wake from S4
[    1.033299] rtc_cmos 00:02: registered as rtc0
[    1.033325] rtc_cmos 00:02: setting system clock to 2020-06-28T13:30:54 UTC (1593351054)
[    1.033337] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.033395] intel_pstate: Intel P-state driver initializing
[    1.033673] ledtrig-cpu: registered to indicate activity on CPUs
[    1.033752] drop_monitor: Initializing network drop monitor service
[    1.033879] NET: Registered protocol family 10
[    1.038162] Segment Routing with IPv6
[    1.038163] RPL Segment Routing with IPv6
[    1.038182] NET: Registered protocol family 17
[    1.038541] microcode: sig=0x40671, pf=0x2, revision=0x22
[    1.038615] microcode: Microcode Update Driver: v2.2.
[    1.038620] IPI shorthand broadcast: enabled
[    1.038626] sched_clock: Marking stable (1038282006, 330071)->(1044022043, -5409966)
[    1.038737] registered taskstats version 1
[    1.038744] Loading compiled-in X.509 certificates
[    1.041267] Loaded X.509 cert 'Build time autogenerated kernel key: 1919b11811aa4572b136ba57d0cac0f053ce6404'
[    1.041381] zswap: loaded using pool lz4/z3fold
[    1.041540] Key type ._fscrypt registered
[    1.041541] Key type .fscrypt registered
[    1.041541] Key type fscrypt-provisioning registered
[    1.042229] PM:   Magic number: 8:959:534
[    1.042368] RAS: Correctable Errors collector initialized.
[    1.347242] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.347273] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.347330] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.347358] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.347389] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.347416] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.347533] ata9: SATA link down (SStatus 0 SControl 300)
[    1.350593] ata7: SATA link down (SStatus 0 SControl 300)
[    1.350870] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.350876] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.350880] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.350924] ata4.00: supports DRM functions and may not be fully accessible
[    1.350935] ata3.00: ATA-9: SanDisk SDSSDA120G, U21010RL, max UDMA/133
[    1.350940] ata3.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.351081] ata1.00: ATA-8: HGST HTS541010A9E680, JA0OA560, max UDMA/133
[    1.351086] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.351146] ata6.00: ATA-11: GIGABYTE GP-GSTFS31240GNTD, SBFM61.3, max UDMA/133
[    1.351152] ata6.00: 468862128 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.351171] ata2.00: ATA-8: HGST HTS541010A9E680, JA0OA560, max UDMA/133
[    1.351185] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.352672] ata6.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.352678] ata6.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.352682] ata6.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.352694] ata4.00: disabling queued TRIM support
[    1.352699] ata4.00: ATA-9: Samsung SSD 850 EVO 120GB, EMT02B6Q, max UDMA/133
[    1.352703] ata4.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.352825] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.352831] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.352835] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.352876] ata6.00: configured for UDMA/133
[    1.352928] ata1.00: configured for UDMA/133
[    1.353176] scsi 0:0:0:0: Direct-Access     ATA      HGST HTS541010A9 A560 PQ: 0 ANSI: 5
[    1.353586] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.353589] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.353607] sd 0:0:0:0: [sda] Write Protect is off
[    1.353610] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.353636] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.354035] ata2.00: configured for UDMA/133
[    1.354188] scsi 1:0:0:0: Direct-Access     ATA      HGST HTS541010A9 A560 PQ: 0 ANSI: 5
[    1.354415] sd 1:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.354418] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    1.354426] sd 1:0:0:0: [sdb] Write Protect is off
[    1.354428] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.354442] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.354455] ata4.00: supports DRM functions and may not be fully accessible
[    1.355026] ata5.00: ATA-7: CORSAIR CMFSSD-64GBG2D, VBM19C1Q, max UDMA/100
[    1.355027] ata5.00: 125045424 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.355101] ata4.00: disabling queued TRIM support
[    1.356180] ata4.00: configured for UDMA/133
[    1.356508] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[    1.356510] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[    1.356512] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[    1.357799] ata5.00: configured for UDMA/100
[    1.358912] ata3.00: configured for UDMA/133
[    1.359018] scsi 2:0:0:0: Direct-Access     ATA      SanDisk SDSSDA12 10RL PQ: 0 ANSI: 5
[    1.359177] sd 2:0:0:0: [sdc] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    1.359183] sd 2:0:0:0: [sdc] Write Protect is off
[    1.359185] sd 2:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.359194] sd 2:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.359241] scsi 3:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q PQ: 0 ANSI: 5
[    1.359386] sd 3:0:0:0: [sdd] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    1.359392] sd 3:0:0:0: [sdd] Write Protect is off
[    1.359393] sd 3:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    1.359403] sd 3:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.359449] scsi 4:0:0:0: Direct-Access     ATA      CORSAIR CMFSSD-6 9C1Q PQ: 0 ANSI: 5
[    1.359581] sd 4:0:0:0: [sde] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
[    1.359587] sd 4:0:0:0: [sde] Write Protect is off
[    1.359588] sd 4:0:0:0: [sde] Mode Sense: 00 3a 00 00
[    1.359599] sd 4:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.359646] scsi 5:0:0:0: Direct-Access     ATA      GIGABYTE GP-GSTF 61.3 PQ: 0 ANSI: 5
[    1.359763] sd 5:0:0:0: [sdf] 468862128 512-byte logical blocks: (240 GB/224 GiB)
[    1.359768] sd 5:0:0:0: [sdf] Write Protect is off
[    1.359769] sd 5:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[    1.359777] sd 5:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.360383] sd 5:0:0:0: [sdf] Attached SCSI disk
[    1.361250]  sde: sde1 sde2 sde128
[    1.361665] sd 4:0:0:0: [sde] Attached SCSI disk
[    1.361931]  sdc: sdc1 sdc2 sdc3
[    1.362209] sd 2:0:0:0: [sdc] Attached SCSI disk
[    1.394180]  sdd: sdd1 sdd2 sdd3
[    1.395524] sd 3:0:0:0: [sdd] supports TCG Opal
[    1.395527] sd 3:0:0:0: [sdd] Attached SCSI disk
[    1.618532] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.631750] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.674070] ata8: SATA link down (SStatus 0 SControl 300)
[    1.973513] tsc: Refined TSC clocksource calibration: 3099.100 MHz
[    1.973525] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2cabf5719f8, max_idle_ns: 440795279602 ns
[    1.973583] clocksource: Switched to clocksource tsc
[    1.987521] ata10: SATA link down (SStatus 0 SControl 300)
[    1.990712] Freeing unused decrypted memory: 2040K
[    1.991632] Freeing unused kernel image (initmem) memory: 1632K
[    1.991724] Write protecting the kernel read-only data: 22528k
[    1.993277] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    1.993668] Freeing unused kernel image (rodata/data gap) memory: 352K
[    2.103754] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.103755] x86/mm: Checking user space page tables
[    2.153259] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.153262] Run /init as init process
[    2.153263]   with arguments:
[    2.153264]     /init
[    2.153264]   with environment:
[    2.153265]     HOME=/
[    2.153265]     TERM=linux
[    2.170003] fbcon: Taking over console
[    2.170094] Console: switching to colour frame buffer device 128x48
[    2.274853] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.275594] ehci-pci: EHCI PCI platform driver
[    2.275756] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    2.275761] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    2.275771] ehci-pci 0000:00:1a.0: debug port 2
[    2.278306] sata_sil24 0000:09:00.0: version 1.1
[    2.278316] sata_sil24 0000:09:00.0: enabling device (0000 -> 0003)
[    2.279664] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    2.279668] ehci-pci 0000:00:1a.0: irq 16, io mem 0xef637000
[    2.279943] scsi host10: sata_sil24
[    2.280220] scsi host11: sata_sil24
[    2.280259] ata11: SATA max UDMA/100 host m128@0xef184000 port 0xef180000 irq 16
[    2.280263] ata12: SATA max UDMA/100 host m128@0xef184000 port 0xef182000 irq 16
[    2.293615] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    2.293661] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    2.293663] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.293664] usb usb1: Product: EHCI Host Controller
[    2.293665] usb usb1: Manufacturer: Linux 5.8.0-rc2-1-mainline ehci_hcd
[    2.293666] usb usb1: SerialNumber: 0000:00:1a.0
[    2.293774] hub 1-0:1.0: USB hub found
[    2.293778] hub 1-0:1.0: 2 ports detected
[    2.293929] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.293932] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.294995] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    2.294999] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.295294] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    2.295296] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.295297] usb usb2: Product: xHCI Host Controller
[    2.295298] usb usb2: Manufacturer: Linux 5.8.0-rc2-1-mainline xhci-hcd
[    2.295299] usb usb2: SerialNumber: 0000:00:14.0
[    2.296143] hub 2-0:1.0: USB hub found
[    2.296253] hub 2-0:1.0: 14 ports detected
[    2.296933] random: fast init done
[    2.299779] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.299788] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    2.299818] ehci-pci 0000:00:1d.0: debug port 2
[    2.299832] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.299835] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    2.299838] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    2.299879] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    2.299880] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.299881] usb usb4: Product: xHCI Host Controller
[    2.299882] usb usb4: Manufacturer: Linux 5.8.0-rc2-1-mainline xhci-hcd
[    2.299882] usb usb4: SerialNumber: 0000:00:14.0
[    2.300207] hub 4-0:1.0: USB hub found
[    2.300219] hub 4-0:1.0: 6 ports detected
[    2.303735] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.303745] ehci-pci 0000:00:1d.0: irq 23, io mem 0xef636000
[    2.320157] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.320199] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    2.320200] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.320201] usb usb3: Product: EHCI Host Controller
[    2.320202] usb usb3: Manufacturer: Linux 5.8.0-rc2-1-mainline ehci_hcd
[    2.320203] usb usb3: SerialNumber: 0000:00:1d.0
[    2.320298] hub 3-0:1.0: USB hub found
[    2.320302] hub 3-0:1.0: 2 ports detected
[    2.320436] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    2.320442] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 5
[    2.381010] xhci_hcd 0000:0b:00.0: hcc params 0x0200e081 hci version 0x100 quirks 0x0000000010000410
[    2.381211] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.08
[    2.381212] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.381213] usb usb5: Product: xHCI Host Controller
[    2.381214] usb usb5: Manufacturer: Linux 5.8.0-rc2-1-mainline xhci-hcd
[    2.381215] usb usb5: SerialNumber: 0000:0b:00.0
[    2.381396] hub 5-0:1.0: USB hub found
[    2.381406] hub 5-0:1.0: 2 ports detected
[    2.381522] xhci_hcd 0000:0b:00.0: xHCI Host Controller
[    2.381526] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 6
[    2.381528] xhci_hcd 0000:0b:00.0: Host supports USB 3.0 SuperSpeed
[    2.381566] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.381582] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.08
[    2.381583] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.381584] usb usb6: Product: xHCI Host Controller
[    2.381585] usb usb6: Manufacturer: Linux 5.8.0-rc2-1-mainline xhci-hcd
[    2.381585] usb usb6: SerialNumber: 0000:0b:00.0
[    2.381749] hub 6-0:1.0: USB hub found
[    2.381758] hub 6-0:1.0: 2 ports detected
[    2.623543] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.626841] usb 2-9: new high-speed USB device number 2 using xhci_hcd
[    2.650191] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    2.769159] usb 2-9: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
[    2.769173] usb 2-9: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[    2.769174] usb 2-9: Product: AS2107
[    2.769176] usb 2-9: Manufacturer: ASMedia
[    2.769177] usb 2-9: SerialNumber: USB2.0 Hub
[    2.769997] hub 2-9:1.0: USB hub found
[    2.770230] hub 2-9:1.0: 4 ports detected
[    2.770481] usb 1-1: New USB device found, idVendor=8087, idProduct=8009, bcdDevice= 0.00
[    2.770483] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.770643] hub 1-1:1.0: USB hub found
[    2.770731] hub 1-1:1.0: 6 ports detected
[    2.776857] usb 5-2: new full-speed USB device number 2 using xhci_hcd
[    2.797263] usb 3-1: New USB device found, idVendor=8087, idProduct=8001, bcdDevice= 0.00
[    2.797265] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.797545] hub 3-1:1.0: USB hub found
[    2.797599] hub 3-1:1.0: 8 ports detected
[    2.890330] usb 4-3: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    2.909025] usb 4-3: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
[    2.909031] usb 4-3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[    2.909034] usb 4-3: Product: AS2107
[    2.909037] usb 4-3: Manufacturer: ASMedia
[    2.909040] usb 4-3: SerialNumber: USB2.0 Hub
[    2.910688] hub 4-3:1.0: USB hub found
[    2.910820] hub 4-3:1.0: 4 ports detected
[    3.024113] usb 5-2: New USB device found, idVendor=0582, idProduct=0097, bcdDevice= 1.00
[    3.024118] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.024121] usb 5-2: Product: UA-1EX
[    3.024124] usb 5-2: Manufacturer: EDIROL
[    3.030176] usb 2-13: new low-speed USB device number 3 using xhci_hcd
[    3.190925] usb 2-13: New USB device found, idVendor=045e, idProduct=00db, bcdDevice= 1.73
[    3.190931] usb 2-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.190934] usb 2-13: Product: Natural\xc2\xae Ergonomic Keyboard 4000
[    3.190937] usb 2-13: Manufacturer: Microsoft
[    3.203275] hid: raw HID events driver (C) Jiri Kosina
[    3.221381] usbcore: registered new interface driver usbhid
[    3.221382] usbhid: USB HID core driver
[    3.227095] input: Microsoft Natural\xc2\xae Ergonomic Keyboard 4000 as /devices/pci0000:00/0000:00:14.0/usb2/2-13/2-13:1.0/0003:045E:00DB.0001/input/input3
[    3.263496] usb 2-9.1: new high-speed USB device number 4 using xhci_hcd
[    3.283613] microsoft 0003:045E:00DB.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Natural\xc2\xae Ergonomic Keyboard 4000] on usb-0000:00:14.0-13/input0
[    3.283961] input: Microsoft Natural\xc2\xae Ergonomic Keyboard 4000 as /devices/pci0000:00/0000:00:14.0/usb2/2-13/2-13:1.1/0003:045E:00DB.0002/input/input4
[    3.340342] microsoft 0003:045E:00DB.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Natural\xc2\xae Ergonomic Keyboard 4000] on usb-0000:00:14.0-13/input1
[    3.373995] usb 2-9.1: New USB device found, idVendor=2109, idProduct=2813, bcdDevice=90.11
[    3.373997] usb 2-9.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.373998] usb 2-9.1: Product: USB2.0 Hub
[    3.373999] usb 2-9.1: Manufacturer: VIA Labs, Inc.
[    3.375056] hub 2-9.1:1.0: USB hub found
[    3.375895] hub 2-9.1:1.0: 4 ports detected
[    3.484846] usb 4-3.1: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[    3.585113] usb 4-3.1: New USB device found, idVendor=2109, idProduct=0813, bcdDevice=90.11
[    3.585115] usb 4-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.585116] usb 4-3.1: Product: USB3.0 Hub
[    3.585116] usb 4-3.1: Manufacturer: VIA Labs, Inc.
[    3.603578] hub 4-3.1:1.0: USB hub found
[    3.603805] hub 4-3.1:1.0: 4 ports detected
[    3.673482] usb 2-9.4: new low-speed USB device number 5 using xhci_hcd
[    3.785353] usb 2-9.4: New USB device found, idVendor=046d, idProduct=c069, bcdDevice=56.01
[    3.785355] usb 2-9.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.785356] usb 2-9.4: Product: USB Laser Mouse
[    3.785357] usb 2-9.4: Manufacturer: Logitech
[    3.793826] input: Logitech USB Laser Mouse as /devices/pci0000:00/0000:00:14.0/usb2/2-9/2-9.4/2-9.4:1.0/0003:046D:C069.0003/input/input5
[    3.793919] hid-generic 0003:046D:C069.0003: input,hidraw2: USB HID v1.10 Mouse [Logitech USB Laser Mouse] on usb-0000:00:14.0-9.4/input0
[    3.983755] usb 4-3.1.1: new SuperSpeed Gen 1 USB device number 4 using xhci_hcd
[    4.003418] usb 4-3.1.1: New USB device found, idVendor=05e3, idProduct=0743, bcdDevice= 8.28
[    4.003419] usb 4-3.1.1: New USB device strings: Mfr=3, Product=4, SerialNumber=5
[    4.003420] usb 4-3.1.1: Product: USB Storage
[    4.003421] usb 4-3.1.1: Manufacturer: Generic
[    4.003433] usb 4-3.1.1: SerialNumber: 000000000828
[    4.015074] usb-storage 4-3.1.1:1.0: USB Mass Storage device detected
[    4.015575] scsi host12: usb-storage 4-3.1.1:1.0
[    4.015671] usbcore: registered new interface driver usb-storage
[    4.017212] usbcore: registered new interface driver uas
[    4.306873] ata11: SATA link down (SStatus 0 SControl 0)
[    5.041321] scsi 12:0:0:0: Direct-Access     Generic  STORAGE DEVICE   0828 PQ: 0 ANSI: 6
[    5.068347] sd 12:0:0:0: [sdg] Attached SCSI removable disk
[    6.450343] ata12: SATA link up 1.5 Gbps (SStatus 113 SControl 0)
[    6.458502] ata12.00: ATAPI: HL-DT-ST BD-RE  BH10LS38, 1.00, max UDMA/133
[    6.462444] ata12.00: configured for UDMA/100
[    6.477370] scsi 11:0:0:0: CD-ROM            HL-DT-ST BD-RE  BH10LS38  1.00 PQ: 0 ANSI: 5
[    6.609410] sr 11:0:0:0: [sr0] scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
[    6.609413] cdrom: Uniform CD-ROM driver Revision: 3.20
[    6.640347] sr 11:0:0:0: Attached scsi CD-ROM sr0
[    7.580955] random: crng init done
[   21.080311] F2FS-fs (nvme0n1p1): Mounted with checkpoint version = 5c683142
[   21.158238] systemd[1]: systemd 245.6-8-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[   21.173573] systemd[1]: Detected architecture x86-64.
[   21.203155] systemd[1]: Set hostname to <kaperfahrt>.
[   21.282720] systemd[1]: Created slice system-getty.slice.
[   21.282976] systemd[1]: Created slice system-modprobe.slice.
[   21.283202] systemd[1]: Created slice Cryptsetup Units Slice.
[   21.283468] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[   21.283670] systemd[1]: Created slice User and Session Slice.
[   21.284205] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   21.284740] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   21.285378] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   21.285934] systemd[1]: Reached target Paths.
[   21.286452] systemd[1]: Reached target Slices.
[   21.287062] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   21.287748] systemd[1]: Listening on LVM2 metadata daemon socket.
[   21.288474] systemd[1]: Listening on LVM2 poll daemon socket.
[   21.292027] systemd[1]: Listening on RPCbind Server Activation Socket.
[   21.292580] systemd[1]: Reached target RPC Port Mapper.
[   21.294553] systemd[1]: Listening on Process Core Dump Socket.
[   21.295117] systemd[1]: Listening on initctl Compatibility Named Pipe.
[   21.298125] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[   21.298313] systemd[1]: Listening on Journal Socket (/dev/log).
[   21.298895] systemd[1]: Listening on Journal Socket.
[   21.299568] systemd[1]: Listening on Network Service Netlink Socket.
[   21.300255] systemd[1]: Listening on udev Control Socket.
[   21.300737] systemd[1]: Listening on udev Kernel Socket.
[   21.301849] systemd[1]: Mounting Huge Pages File System...
[   21.302972] systemd[1]: Mounting POSIX Message Queue File System...
[   21.304180] systemd[1]: Mounting Kernel Debug File System...
[   21.305440] systemd[1]: Mounting Kernel Trace File System...
[   21.306725] systemd[1]: Starting Create list of static device nodes for the current kernel...
[   21.307860] systemd[1]: Starting Load Kernel Module drm...
[   21.308610] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[   21.308637] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[   21.309813] systemd[1]: Starting Journal Service...
[   21.311634] systemd[1]: Starting Load Kernel Modules...
[   21.312674] systemd[1]: Starting Remount Root and Kernel File Systems...
[   21.313139] Linux agpgart interface v0.103
[   21.313839] systemd[1]: Starting udev Coldplug all Devices...
[   21.315302] systemd[1]: Mounted Huge Pages File System.
[   21.315816] systemd[1]: Mounted POSIX Message Queue File System.
[   21.316302] systemd[1]: Mounted Kernel Debug File System.
[   21.316793] systemd[1]: Mounted Kernel Trace File System.
[   21.317567] systemd[1]: Finished Create list of static device nodes for the current kernel.
[   21.325991] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   21.326085] sd 1:0:0:0: Attached scsi generic sg1 type 0
[   21.326177] sd 2:0:0:0: Attached scsi generic sg2 type 0
[   21.326267] sd 3:0:0:0: Attached scsi generic sg3 type 0
[   21.326287] sd 4:0:0:0: Attached scsi generic sg4 type 0
[   21.326368] sd 5:0:0:0: Attached scsi generic sg5 type 0
[   21.326450] sd 12:0:0:0: Attached scsi generic sg6 type 0
[   21.326477] sr 11:0:0:0: Attached scsi generic sg7 type 5
[   21.337667] systemd[1]: Finished Load Kernel Modules.
[   21.338419] systemd[1]: Finished Remount Root and Kernel File Systems.
[   21.339361] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[   21.340002] systemd[1]: Mounting Kernel Configuration File System...
[   21.340459] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[   21.341226] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[   21.341912] systemd[1]: Starting Load/Save Random Seed...
[   21.342942] systemd[1]: Starting Apply Kernel Variables...
[   21.343387] systemd[1]: Condition check resulted in Create System Users being skipped.
[   21.344176] systemd[1]: Starting Create Static Device Nodes in /dev...
[   21.344915] systemd[1]: modprobe@drm.service: Succeeded.
[   21.345183] systemd[1]: Finished Load Kernel Module drm.
[   21.347053] systemd[1]: Mounted Kernel Configuration File System.
[   21.355187] systemd[1]: Finished Apply Kernel Variables.
[   21.356959] systemd[1]: Finished Load/Save Random Seed.
[   21.357776] systemd[1]: Finished Create Static Device Nodes in /dev.
[   21.358982] systemd[1]: Starting udev Kernel Device Manager...
[   21.398535] systemd[1]: Finished udev Coldplug all Devices.
[   21.626540] systemd[1]: Started Journal Service.
[   21.633346] systemd-journald[262]: Received client request to flush runtime journal.
[   21.841420] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200528/utaddress-204)
[   21.841424] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   21.841427] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200528/utaddress-204)
[   21.841429] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   21.841429] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200528/utaddress-204)
[   21.841431] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200528/utaddress-204)
[   21.841433] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   21.841433] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200528/utaddress-204)
[   21.841435] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200528/utaddress-204)
[   21.841437] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   21.841437] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   21.843979] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[   21.843980] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   21.844135] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   21.877729] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[   21.877735] r8169 0000:04:00.0: enabling device (0000 -> 0003)
[   21.905266] libphy: r8169: probed
[   21.905758] r8169 0000:04:00.0 eth0: RTL8168g/8111g, d0:50:99:72:3f:41, XID 4c0, IRQ 50
[   21.905759] r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[   21.928355] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[   21.942801] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[   21.943544] mousedev: PS/2 mouse device common for all mice
[   21.976531] mc: Linux media interface: v0.10
[   21.979538] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[   21.979556] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   21.980812] i2c i2c-0: 4/4 memory slots populated (from DMI)
[   21.981934] i2c i2c-0: Successfully instantiated SPD at 0x50
[   21.983492] i2c i2c-0: Successfully instantiated SPD at 0x51
[   21.983864] input: PC Speaker as /devices/platform/pcspkr/input/input6
[   21.985160] i2c i2c-0: Successfully instantiated SPD at 0x52
[   21.985445] i2c i2c-0: Successfully instantiated SPD at 0x53
[   22.007054] e1000e 0000:00:19.0 eth1: (PCI Express:2.5GT/s:Width x1) d0:50:99:72:3f:43
[   22.007060] e1000e 0000:00:19.0 eth1: Intel(R) PRO/1000 Network Connection
[   22.007084] e1000e 0000:00:19.0 eth1: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[   22.007455] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   22.037937] snd_hda_codec_realtek hdaudioC1D0: ALC1150: SKU not ready 0x00000000
[   22.038442] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1150: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[   22.038444] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   22.038445] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   22.038445] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   22.038446] snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
[   22.038447] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   22.038448] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[   22.038449] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[   22.038450] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[   22.048750] cryptd: max_cpu_qlen set to 1000
[   22.052438] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input7
[   22.052475] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input8
[   22.052506] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input9
[   22.052538] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
[   22.052566] input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card1/input11
[   22.052613] input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
[   22.052646] input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
[   22.052680] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[   22.065112] F2FS-fs (sdf): Found nat_bits in checkpoint
[   22.099808] device-mapper: uevent: version 1.0.3
[   22.099896] device-mapper: ioctl: 4.42.0-ioctl (2020-02-27) initialised: dm-devel@redhat.com
[   22.110128] md/raid1:md2: active with 2 out of 2 mirrors
[   22.110154] md/raid1:md3: active with 2 out of 2 mirrors
[   22.110170] md2: detected capacity change from 0 to 68651319296
[   22.110186] md3: detected capacity change from 0 to 25638928384
[   22.129327] AVX2 version of gcm_enc/dec engaged.
[   22.129328] AES CTR mode by8 optimization enabled
[   22.153473] md/raid1:md4: active with 2 out of 2 mirrors
[   22.153492] md4: detected capacity change from 0 to 25638141952
[   22.182262] iTCO_vendor_support: vendor-support=0
[   22.184209] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   22.184241] iTCO_wdt: Found a 9 Series TCO device (Version=2, TCOBASE=0x1860)
[   22.184306] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   22.187784] usbcore: registered new interface driver snd-usb-audio
[   22.191469] r8169 0000:04:00.0 eth.lan1: renamed from eth0
[   22.196653] pktcdvd: pktcdvd0: writer mapped to sr0
[   22.224517] Key type encrypted registered
[   22.226962] at24 0-0050: supply vcc not found, using dummy regulator
[   22.227489] at24 0-0050: 256 byte spd EEPROM, read-only
[   22.227511] at24 0-0051: supply vcc not found, using dummy regulator
[   22.228026] at24 0-0051: 256 byte spd EEPROM, read-only
[   22.228046] at24 0-0052: supply vcc not found, using dummy regulator
[   22.228556] at24 0-0052: 256 byte spd EEPROM, read-only
[   22.228586] at24 0-0053: supply vcc not found, using dummy regulator
[   22.229099] at24 0-0053: 256 byte spd EEPROM, read-only
[   22.236606] e1000e 0000:00:19.0 eth.lan0: renamed from eth1
[   22.260048] F2FS-fs (sdf): Mounted with checkpoint version = 4c3e80c6
[   22.276177] md/raid1:md1: active with 2 out of 2 mirrors
[   22.283837] br.vbox: port 1(dummy.vbox) entered blocking state
[   22.283839] br.vbox: port 1(dummy.vbox) entered disabled state
[   22.283877] device dummy.vbox entered promiscuous mode
[   22.284131] br.vbox: port 1(dummy.vbox) entered blocking state
[   22.284132] br.vbox: port 1(dummy.vbox) entered forwarding state
[   22.284332] IPv6: ADDRCONF(NETDEV_CHANGE): br.vbox: link becomes ready
[   22.302143] md1: detected capacity change from 0 to 1000070643712
[   22.330531] intel_rapl_common: Found RAPL domain package
[   22.330533] intel_rapl_common: Found RAPL domain core
[   22.330533] intel_rapl_common: Found RAPL domain uncore
[   22.330534] intel_rapl_common: Found RAPL domain dram
[   22.362208] i915 0000:00:02.0: [drm:intel_uc_init_early [i915]] enable_guc=0 (guc:no submission:no huc:no)
[   22.362244] i915 0000:00:02.0: [drm:i915_gem_init_early [i915]] fake context support initialized
[   22.362276] i915 0000:00:02.0: [drm:intel_pch_type [i915]] Found WildcatPoint PCH
[   22.362313] i915 0000:00:02.0: [drm:intel_power_domains_init [i915]] Allowed DC state mask 00
[   22.362362] i915 0000:00:02.0: [drm:intel_uncore_init_mmio [i915]] unclaimed mmio detected on uncore init, clearing
[   22.362431] i915 0000:00:02.0: [drm:intel_device_info_runtime_init [i915]] rawclk rate: 125000 kHz
[   22.362459] i915 0000:00:02.0: [drm:i915_driver_probe [i915]] CS timestamp wraparound in 171798ms
[   22.362460] i915 0000:00:02.0: [drm] Found 128MB of eDRAM
[   22.362499] i915 0000:00:02.0: [drm:i915_ggtt_probe_hw [i915]] GGTT size = 4096M
[   22.362530] i915 0000:00:02.0: [drm:i915_ggtt_probe_hw [i915]] GMADR size = 256M
[   22.362562] i915 0000:00:02.0: [drm:i915_ggtt_probe_hw [i915]] DSM size = 512M
[   22.362563] checking generic (d0000000 300000) vs hw (ee000000 1000000)
[   22.362564] checking generic (d0000000 300000) vs hw (d0000000 10000000)
[   22.362565] fb0: switching to inteldrmfb from EFI VGA
[   22.362621] Console: switching to colour dummy device 80x25
[   22.362646] i915 0000:00:02.0: vgaarb: deactivate vga console
[   22.362717] i915 0000:00:02.0: [drm:init_stolen [i915]] GEN6_STOLEN_RESERVED = cf700007
[   22.362751] i915 0000:00:02.0: [drm:init_stolen [i915]] Memory reserved for graphics device: 524288K, usable: 523264K
[   22.362817] i915 0000:00:02.0: [drm:intel_gvt_init [i915]] GVT-g is disabled by kernel params
[   22.362852] i915 0000:00:02.0: [drm:intel_opregion_setup [i915]] graphic opregion physical addr: 0xad30b018
[   22.362890] i915 0000:00:02.0: [drm:intel_opregion_setup [i915]] ACPI OpRegion version 2.0.0
[   22.362923] i915 0000:00:02.0: [drm:intel_opregion_setup [i915]] Public ACPI methods supported
[   22.362956] i915 0000:00:02.0: [drm:intel_opregion_setup [i915]] SWSCI supported
[   22.366301] i915 0000:00:02.0: [drm:intel_opregion_setup [i915]] SWSCI GBDA callbacks 00000cb3, SBCB callbacks 00700483
[   22.366337] i915 0000:00:02.0: [drm:intel_opregion_setup [i915]] ASLE supported
[   22.366371] i915 0000:00:02.0: [drm:intel_opregion_setup [i915]] ASLE extension supported
[   22.366405] i915 0000:00:02.0: [drm:intel_opregion_setup [i915]] Found valid VBT in ACPI OpRegion (Mailbox #4)
[   22.366407] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   22.366442] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Set default to SSC at 120000 kHz
[   22.366477] i915 0000:00:02.0: [drm:intel_bios_init [i915]] VBT signature "$VBT HASWELL        ", BDB version 189
[   22.366513] i915 0000:00:02.0: [drm:intel_bios_init [i915]] BDB_GENERAL_FEATURES int_tv_support 0 int_crt_support 1 lvds_use_ssc 0 lvds_ssc_freq 120000 display_clock_mode 0 fdi_rx_polarity_inverted 0
[   22.366549] i915 0000:00:02.0: [drm:intel_bios_init [i915]] crt_ddc_bus_pin: 5
[   22.366585] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Found VBT child device with type 0x78c6
[   22.366621] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Found VBT child device with type 0x60d2
[   22.366656] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Found VBT child device with type 0x60d6
[   22.366692] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Found VBT child device with type 0x60d2
[   22.368946] i915 0000:00:02.0: [drm:intel_opregion_get_panel_type [i915]] Ignoring OpRegion panel type (0)
[   22.368983] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Panel type: 2 (VBT)
[   22.369018] i915 0000:00:02.0: [drm:intel_bios_init [i915]] DRRS supported mode is static
[   22.369055] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Found panel mode in BIOS VBT legacy lfp table:
[   22.369072] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1024x768": 0 65000 1024 1048 1184 1344 768 771 777 806 0x8 0xa
[   22.369107] i915 0000:00:02.0: [drm:intel_bios_init [i915]] VBT initial LVDS value 300
[   22.369144] i915 0000:00:02.0: [drm:intel_bios_init [i915]] VBT backlight PWM modulation frequency 200 Hz, active high, min brightness 0, level 255, controller 0
[   22.369180] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Found SDVO panel mode in BIOS VBT tables:
[   22.369190] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1600x1200": 0 162000 1600 1664 1856 2160 1200 1201 1204 1250 0x8 0xa
[   22.369226] i915 0000:00:02.0: [drm:intel_bios_init [i915]] DRRS State Enabled:1
[   22.369262] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Skipping SDVO device mapping
[   22.369298] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Port A VBT info: CRT:0 DVI:0 HDMI:0 DP:1 eDP:1 LSPCON:0 USB-Type-C:0 TBT:0 DSC:0
[   22.369334] i915 0000:00:02.0: [drm:intel_bios_init [i915]] VBT HDMI level shift for port A: 0
[   22.369370] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Port B VBT info: CRT:0 DVI:1 HDMI:1 DP:0 eDP:0 LSPCON:0 USB-Type-C:0 TBT:0 DSC:0
[   22.369405] i915 0000:00:02.0: [drm:intel_bios_init [i915]] VBT HDMI level shift for port B: 3
[   22.369441] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Port C VBT info: CRT:0 DVI:1 HDMI:1 DP:1 eDP:0 LSPCON:0 USB-Type-C:0 TBT:0 DSC:0
[   22.369477] i915 0000:00:02.0: [drm:intel_bios_init [i915]] VBT HDMI level shift for port C: 3
[   22.369513] i915 0000:00:02.0: [drm:intel_bios_init [i915]] Port D VBT info: CRT:0 DVI:1 HDMI:1 DP:0 eDP:0 LSPCON:0 USB-Type-C:0 TBT:0 DSC:0
[   22.369548] i915 0000:00:02.0: [drm:intel_bios_init [i915]] VBT HDMI level shift for port D: 3
[   22.369586] i915 0000:00:02.0: [drm:__intel_display_power_get_domain.part.0 [i915]] enabling always-on
[   22.369623] i915 0000:00:02.0: [drm:__intel_display_power_get_domain.part.0 [i915]] enabling display
[   22.369626] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   22.369681] i915 0000:00:02.0: [drm:intel_fbc_init [i915]] Sanitized enable_fbc value: 1
[   22.369746] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Primary WM0 latency 20 (2.0 usec)
[   22.369775] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Primary WM1 latency 4 (2.0 usec)
[   22.369804] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Primary WM2 latency 36 (18.0 usec)
[   22.369832] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Primary WM3 latency 90 (45.0 usec)
[   22.369860] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Primary WM4 latency 160 (80.0 usec)
[   22.369889] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Sprite WM0 latency 20 (2.0 usec)
[   22.369918] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Sprite WM1 latency 4 (2.0 usec)
[   22.369948] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Sprite WM2 latency 36 (18.0 usec)
[   22.369976] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Sprite WM3 latency 90 (45.0 usec)
[   22.370004] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Sprite WM4 latency 160 (80.0 usec)
[   22.370033] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Cursor WM0 latency 20 (2.0 usec)
[   22.370061] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Cursor WM1 latency 4 (2.0 usec)
[   22.370090] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Cursor WM2 latency 36 (18.0 usec)
[   22.370118] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Cursor WM3 latency 90 (45.0 usec)
[   22.370158] i915 0000:00:02.0: [drm:intel_print_wm_latency [i915]] Cursor WM4 latency 160 (80.0 usec)
[   22.370395] i915 0000:00:02.0: [drm:intel_modeset_init [i915]] 3 display pipes available.
[   22.370460] [drm:intel_dump_cdclk_config [i915]] Current CDCLK 675000 kHz, VCO 0 kHz, ref 0 kHz, bypass 0 kHz, voltage level 3
[   22.370497] i915 0000:00:02.0: [drm:intel_update_max_cdclk [i915]] Max CD clock rate: 675000 kHz
[   22.370534] i915 0000:00:02.0: [drm:intel_modeset_init [i915]] Max dotclock rate: 675000 kHz
[   22.370882] i915 0000:00:02.0: [drm:intel_crt_reset [i915]] crt adpa set to 0xf40000
[   22.370920] i915 0000:00:02.0: [drm:intel_bios_port_aux_ch [i915]] using AUX B for port B (platform default)
[   22.370959] i915 0000:00:02.0: [drm:intel_hdmi_init_connector [i915]] Adding HDMI connector on [ENCODER:78:DDI B]
[   22.370995] i915 0000:00:02.0: [drm:intel_hdmi_init_connector [i915]] Using DDC pin 0x5 for port B (VBT)
[   22.371039] i915 0000:00:02.0: [drm:intel_bios_port_aux_ch [i915]] using AUX C for port C (VBT)
[   22.371079] i915 0000:00:02.0: [drm:intel_dp_init_connector [i915]] Adding DP connector on [ENCODER:86:DDI C]
[   22.371124] i915 0000:00:02.0: [drm:intel_hdmi_init_connector [i915]] Adding HDMI connector on [ENCODER:86:DDI C]
[   22.371160] i915 0000:00:02.0: [drm:intel_hdmi_init_connector [i915]] Using DDC pin 0x4 for port C (VBT)
[   22.371203] i915 0000:00:02.0: [drm:intel_bios_port_aux_ch [i915]] using AUX D for port D (platform default)
[   22.371239] i915 0000:00:02.0: [drm:intel_hdmi_init_connector [i915]] Adding HDMI connector on [ENCODER:96:DDI D]
[   22.371275] i915 0000:00:02.0: [drm:intel_hdmi_init_connector [i915]] Using DDC pin 0x6 for port D (VBT)
[   22.371510] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [CRTC:45:pipe A] hw state readout: enabled
[   22.371547] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [CRTC:60:pipe B] hw state readout: disabled
[   22.371585] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [CRTC:75:pipe C] hw state readout: disabled
[   22.371622] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:31:primary A] hw state readout: enabled, pipe A
[   22.371660] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:35:sprite A] hw state readout: disabled, pipe A
[   22.371698] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:41:cursor A] hw state readout: disabled, pipe A
[   22.371734] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:46:primary B] hw state readout: disabled, pipe B
[   22.371771] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:50:sprite B] hw state readout: disabled, pipe B
[   22.371808] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:56:cursor B] hw state readout: disabled, pipe B
[   22.371846] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:61:primary C] hw state readout: disabled, pipe C
[   22.371883] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:65:sprite C] hw state readout: disabled, pipe C
[   22.371920] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:71:cursor C] hw state readout: disabled, pipe C
[   22.371958] i915 0000:00:02.0: [drm:intel_dpll_readout_hw_state [i915]] WRPLL 1 hw state readout: crtc_mask 0x00000001, on 1
[   22.371995] i915 0000:00:02.0: [drm:intel_dpll_readout_hw_state [i915]] WRPLL 2 hw state readout: crtc_mask 0x00000000, on 0
[   22.372033] i915 0000:00:02.0: [drm:intel_dpll_readout_hw_state [i915]] SPLL hw state readout: crtc_mask 0x00000000, on 0
[   22.372070] i915 0000:00:02.0: [drm:intel_dpll_readout_hw_state [i915]] LCPLL 810 hw state readout: crtc_mask 0x00000000, on 1
[   22.372106] i915 0000:00:02.0: [drm:intel_dpll_readout_hw_state [i915]] LCPLL 1350 hw state readout: crtc_mask 0x00000000, on 1
[   22.372143] i915 0000:00:02.0: [drm:intel_dpll_readout_hw_state [i915]] LCPLL 2700 hw state readout: crtc_mask 0x00000000, on 1
[   22.372179] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [ENCODER:77:CRT] hw state readout: disabled, pipe A
[   22.372217] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [ENCODER:78:DDI B] hw state readout: disabled, pipe A
[   22.372254] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [ENCODER:86:DDI C] hw state readout: disabled, pipe A
[   22.372290] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [ENCODER:88:DP-MST A] hw state readout: disabled, pipe A
[   22.372326] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [ENCODER:89:DP-MST B] hw state readout: disabled, pipe B
[   22.372360] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [ENCODER:90:DP-MST C] hw state readout: disabled, pipe C
[   22.372401] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [ENCODER:96:DDI D] hw state readout: enabled, pipe A
[   22.372435] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [CONNECTOR:76:VGA-1] hw state readout: disabled
[   22.372472] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [CONNECTOR:79:HDMI-A-1] hw state readout: disabled
[   22.372509] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [CONNECTOR:87:DP-1] hw state readout: disabled
[   22.372546] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [CONNECTOR:93:HDMI-A-2] hw state readout: disabled
[   22.372587] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [CONNECTOR:97:HDMI-A-3] hw state readout: enabled
[   22.372600] [drm:drm_atomic_set_mode_for_crtc [drm]] Set [MODE:1920x1080] for [CRTC:45:pipe A] state 00000000c7eec894
[   22.372636] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:31:primary A] min_cdclk 148500 kHz
[   22.372673] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:35:sprite A] min_cdclk 0 kHz
[   22.372709] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:41:cursor A] min_cdclk 0 kHz
[   22.372746] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] pipe A data rate 594000 num active planes 1
[   22.372783] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:46:primary B] min_cdclk 0 kHz
[   22.372820] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:50:sprite B] min_cdclk 0 kHz
[   22.372856] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:56:cursor B] min_cdclk 0 kHz
[   22.372893] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] pipe B data rate 0 num active planes 0
[   22.372929] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:61:primary C] min_cdclk 0 kHz
[   22.372966] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:65:sprite C] min_cdclk 0 kHz
[   22.373043] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] [PLANE:71:cursor C] min_cdclk 0 kHz
[   22.373080] i915 0000:00:02.0: [drm:intel_modeset_setup_hw_state [i915]] pipe C data rate 0 num active planes 0
[   22.373121] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] [CRTC:45:pipe A] enable: yes [setup_hw_state]
[   22.373159] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] active: yes, output_types: HDMI (0x40), output format: RGB
[   22.373195] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] cpu_transcoder: A, pipe bpp: 24, dithering: 0
[   22.373231] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] port sync: master transcoder: <invalid>, slave transcoder bitmask = 0x0
[   22.373267] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] audio: 0, infoframes: 1, infoframes enabled: 0x8
[   22.373269] i915 0000:00:02.0: HDMI infoframe: Auxiliary Video Information (AVI), version 2, length 13
[   22.373270] i915 0000:00:02.0:     colorspace: RGB
[   22.373271] i915 0000:00:02.0:     scan mode: No Data
[   22.373272] i915 0000:00:02.0:     colorimetry: No Data
[   22.373273] i915 0000:00:02.0:     picture aspect: No Data
[   22.373274] i915 0000:00:02.0:     active aspect: 14:9 Top
[   22.373274] i915 0000:00:02.0:     itc: No Data
[   22.373275] i915 0000:00:02.0:     extended colorimetry: xvYCC 601
[   22.373276] i915 0000:00:02.0:     quantization range: Default
[   22.373277] i915 0000:00:02.0:     nups: Unknown Non-uniform Scaling
[   22.373278] i915 0000:00:02.0:     video code: 0
[   22.373279] i915 0000:00:02.0:     ycc quantization range: Limited
[   22.373280] i915 0000:00:02.0:     hdmi content type: Graphics
[   22.373281] i915 0000:00:02.0:     pixel repeat: 0
[   22.373282] i915 0000:00:02.0:     bar top 0, bottom 0, left 0, right 0
[   22.373319] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] requested mode:
[   22.373329] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1920x1080": 60 148500 1024 2008 2052 2200 768 1084 1089 1125 0x40 0x5
[   22.373365] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] adjusted mode:
[   22.373376] [drm:drm_mode_debug_printmodeline [drm]] Modeline "1920x1080": 60 148500 1920 2008 2052 2200 1080 1084 1089 1125 0x40 0x5
[   22.373413] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] crtc timings: 148500 1920 2008 2052 2200 1080 1084 1089 1125, type: 0x40 flags: 0x5
[   22.373449] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] port clock: 148500, pipe src size: 1024x768, pixel rate 148500
[   22.373491] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] linetime: 0, ips linetime: 0
[   22.373529] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] pch pfit: 1920x1080+0+0, enabled, force thru: no
[   22.373565] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] ips: 1, double wide: 0
[   22.373601] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] dpll_hw_state: wrpll: 0xb0210614 spll: 0x0
[   22.373638] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] csc_mode: 0x0 gamma_mode: 0x0 gamma_enable: 0 csc_enable: 0
[   22.373673] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] MST master transcoder: <invalid>
[   22.373711] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] [CRTC:60:pipe B] enable: no [setup_hw_state]
[   22.373747] i915 0000:00:02.0: [drm:intel_dump_pipe_config [i915]] [CRTC:75:pipe C] enable: no [setup_hw_state]
[   22.373784] i915 0000:00:02.0: [drm:intel_dpll_sanitize_state [i915]] LCPLL 810 enabled but not in use, disabling
[   22.373821] i915 0000:00:02.0: [drm:intel_dpll_sanitize_state [i915]] LCPLL 1350 enabled but not in use, disabling
[   22.373857] i915 0000:00:02.0: [drm:intel_dpll_sanitize_state [i915]] LCPLL 2700 enabled but not in use, disabling
[   22.373901] i915 0000:00:02.0: [drm:i9xx_get_initial_plane_config [i915]] pipe A/primary A with fb: size=1024x768@32, offset=0, pitch 4096, size 0x300000
[   22.373938] i915 0000:00:02.0: [drm:i915_gem_object_create_stolen_for_preallocated [i915]] creating preallocated stolen object: stolen_offset=0x0000000000000000, size=0x0000000000300000
[   22.373961] [drm:drm_atomic_state_init [drm]] Allocated atomic state 000000007ea2850b
[   22.373973] [drm:drm_atomic_get_crtc_state [drm]] Added [CRTC:45:pipe A] 00000000dce99589 state to 000000007ea2850b
[   22.373983] [drm:drm_atomic_get_crtc_state [drm]] Added [CRTC:60:pipe B] 0000000056f58fed state to 000000007ea2850b
[   22.373993] [drm:drm_atomic_get_crtc_state [drm]] Added [CRTC:75:pipe C] 0000000042c34e31 state to 000000007ea2850b
[   22.374003] [drm:drm_atomic_get_plane_state [drm]] Added [PLANE:31:primary A] 000000000b9cf8a7 state to 000000007ea2850b
[   22.374013] [drm:drm_atomic_get_plane_state [drm]] Added [PLANE:35:sprite A] 000000004fba3bcc state to 000000007ea2850b
[   22.374023] [drm:drm_atomic_get_plane_state [drm]] Added [PLANE:41:cursor A] 000000000c18c7d4 state to 000000007ea2850b
[   22.374034] [drm:drm_atomic_get_plane_state [drm]] Added [PLANE:46:primary B] 00000000dd823fc7 state to 000000007ea2850b
[   22.374045] [drm:drm_atomic_get_plane_state [drm]] Added [PLANE:50:sprite B] 0000000005e06aba state to 000000007ea2850b
[   22.374056] [drm:drm_atomic_get_plane_state [drm]] Added [PLANE:56:cursor B] 0000000015ed791b state to 000000007ea2850b
[   22.374067] [drm:drm_atomic_get_plane_state [drm]] Added [PLANE:61:primary C] 00000000a51f665f state to 000000007ea2850b
[   22.374076] [drm:drm_atomic_get_plane_state [drm]] Added [PLANE:65:sprite C] 000000005aa3ca92 state to 000000007ea2850b
[   22.374086] [drm:drm_atomic_get_plane_state [drm]] Added [PLANE:71:cursor C] 00000000a273b99b state to 000000007ea2850b
[   22.374127] i915 0000:00:02.0: [drm:intel_plane_atomic_calc_changes [i915]] [CRTC:45:pipe A] with [PLANE:31:primary A] visible 1 -> 1, off 0, on 0, ms 0
[   22.374166] i915 0000:00:02.0: [drm:intel_atomic_get_global_obj_state [i915]] Added new global object 00000000bcd58ebd state 0000000099283bbe to 000000007ea2850b
[   22.374181] [drm:drm_atomic_state_default_clear [drm]] Clearing atomic state 000000007ea2850b
[   22.374192] [drm:__drm_atomic_state_free [drm]] Freeing atomic state 000000007ea2850b
[   22.374203] [drm:drm_atomic_state_init [drm]] Allocated atomic state 000000007ea2850b
[   22.374215] [drm:drm_atomic_get_crtc_state [drm]] Added [CRTC:45:pipe A] 0000000042c34e31 state to 000000007ea2850b
[   22.374226] [drm:drm_atomic_add_affected_planes [drm]] Adding all current planes for [CRTC:45:pipe A] to 000000007ea2850b
[   22.374237] [drm:drm_atomic_get_plane_state [drm]] Added [PLANE:31:primary A] 00000000a273b99b state to 000000007ea2850b
[   22.374248] [drm:drm_atomic_get_crtc_state [drm]] Added [CRTC:60:pipe B] 0000000056f58fed state to 000000007ea2850b
[   22.374259] [drm:drm_atomic_get_crtc_state [drm]] Added [CRTC:75:pipe C] 00000000dce99589 state to 000000007ea2850b
[   22.374269] [drm:drm_atomic_check_only [drm]] checking 000000007ea2850b
[   22.374308] i915 0000:00:02.0: [drm:intel_plane_atomic_calc_changes [i915]] [CRTC:45:pipe A] with [PLANE:31:primary A] visible 1 -> 1, off 0, on 0, ms 0
[   22.374347] i915 0000:00:02.0: [drm:intel_atomic_get_global_obj_state [i915]] Added new global object 00000000bcd58ebd state 0000000099283bbe to 000000007ea2850b
[   22.374359] [drm:drm_atomic_commit [drm]] committing 000000007ea2850b
[   22.413497] Adding 25166144k swap on /dev/mapper/swap.  Priority:-2 extents:1 across:25166144k SSFS
[   22.560190] Generic FE-GE Realtek PHY r8169-400:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[   22.693573] r8169 0000:04:00.0 eth.lan1: Link is Down
[   27.373870] e1000e 0000:00:19.0 eth.lan0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   27.373902] IPv6: ADDRCONF(NETDEV_CHANGE): eth.lan0: link becomes ready

Look like I have to squeal upstream.

Last edited by EdeWolf (2020-06-28 13:40:08)

Offline

#9 2020-06-28 18:13:13

gianluca.pettinello
Member
Registered: 2013-04-16
Posts: 72

Re: Kernel 5.7: i915 freezes console during boot

loqs wrote:

@gianluca.pettinello please post the journal from a boot with the issue.

Here is journalctl -b -1 with the boot kernel parameter debug.

-- Logs begin at Wed 2020-06-17 14:02:53 CEST, end at Sun 2020-06-28 19:48:45 CEST. --
Jun 28 19:37:05 lucilla kernel: Linux version 5.4.49-1-lts (linux-lts@archlinux) (gcc version 10.1.0 (GCC)) #1 SMP Thu, 25 Jun 2020 00:14:43 +0000
Jun 28 19:37:05 lucilla kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=afadf3aa-9e62-4fed-8add-112d077e9dae rw libata.force=noncq acpi_backlight=vendor acpi_osi=Darwin loglevel=3 verbose
Jun 28 19:37:05 lucilla kernel: KERNEL supported cpus:
Jun 28 19:37:05 lucilla kernel:   Intel GenuineIntel
Jun 28 19:37:05 lucilla kernel:   AMD AuthenticAMD
Jun 28 19:37:05 lucilla kernel:   Hygon HygonGenuine
Jun 28 19:37:05 lucilla kernel:   Centaur CentaurHauls
Jun 28 19:37:05 lucilla kernel:   zhaoxin   Shanghai  
Jun 28 19:37:05 lucilla kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 28 19:37:05 lucilla kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 28 19:37:05 lucilla kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 28 19:37:05 lucilla kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun 28 19:37:05 lucilla kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Jun 28 19:37:05 lucilla kernel: BIOS-provided physical RAM map:
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000008efff] usable
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] reserved
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007ad13fff] usable
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x000000007ad14000-0x000000007ad52fff] ACPI NVS
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x000000007ad53000-0x000000007ad5efff] usable
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x000000007ad5f000-0x000000007ad8efff] ACPI data
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x000000007ad8f000-0x000000007ae38fff] usable
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x000000007ae39000-0x000000007ae8efff] reserved
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x000000007ae8f000-0x000000007aecffff] usable
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x000000007aed0000-0x000000007aefefff] type 20
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x000000007aeff000-0x000000007af82fff] usable
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x000000007af83000-0x000000007afeffff] reserved
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x000000007aff0000-0x000000007affffff] usable
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x000000007b000000-0x000000007f9fffff] reserved
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x00000000ffe10000-0x00000000ffe3ffff] reserved
Jun 28 19:37:05 lucilla kernel: BIOS-e820: [mem 0x0000000100000000-0x000000047f5fffff] usable
Jun 28 19:37:05 lucilla kernel: NX (Execute Disable) protection: active
Jun 28 19:37:05 lucilla kernel: efi: EFI v1.10 by Apple
Jun 28 19:37:05 lucilla kernel: efi:  ACPI=0x7ad8e000  ACPI 2.0=0x7ad8e014  SMBIOS=0x7ad15000 
Jun 28 19:37:05 lucilla kernel: SMBIOS 2.4 present.
Jun 28 19:37:05 lucilla kernel: DMI: Apple Inc. MacBookPro11,3/Mac-2BD1B31983FE1663, BIOS 160.0.0.0.0 04/12/2020
Jun 28 19:37:05 lucilla kernel: tsc: Fast TSC calibration using PIT
Jun 28 19:37:05 lucilla kernel: tsc: Detected 2494.203 MHz processor
Jun 28 19:37:05 lucilla kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 28 19:37:05 lucilla kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 28 19:37:05 lucilla kernel: last_pfn = 0x47f600 max_arch_pfn = 0x400000000
Jun 28 19:37:05 lucilla kernel: MTRR default type: write-back
Jun 28 19:37:05 lucilla kernel: MTRR fixed ranges enabled:
Jun 28 19:37:05 lucilla kernel:   00000-9FFFF write-back
Jun 28 19:37:05 lucilla kernel:   A0000-BFFFF uncachable
Jun 28 19:37:05 lucilla kernel:   C0000-DFFFF write-protect
Jun 28 19:37:05 lucilla kernel:   E0000-FFFFF uncachable
Jun 28 19:37:05 lucilla kernel: MTRR variable ranges enabled:
Jun 28 19:37:05 lucilla kernel:   0 base 0080000000 mask 7F80000000 uncachable
Jun 28 19:37:05 lucilla kernel:   1 base 007C000000 mask 7FFC000000 uncachable
Jun 28 19:37:05 lucilla kernel:   2 base 007B800000 mask 7FFF800000 uncachable
Jun 28 19:37:05 lucilla kernel:   3 disabled
Jun 28 19:37:05 lucilla kernel:   4 disabled
Jun 28 19:37:05 lucilla kernel:   5 disabled
Jun 28 19:37:05 lucilla kernel:   6 disabled
Jun 28 19:37:05 lucilla kernel:   7 disabled
Jun 28 19:37:05 lucilla kernel:   8 disabled
Jun 28 19:37:05 lucilla kernel:   9 disabled
Jun 28 19:37:05 lucilla kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jun 28 19:37:05 lucilla kernel: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
Jun 28 19:37:05 lucilla kernel: check: Scanning 1 areas for low memory corruption
Jun 28 19:37:05 lucilla kernel: Using GB pages for direct mapping
Jun 28 19:37:05 lucilla kernel: Secure boot could not be determined
Jun 28 19:37:05 lucilla kernel: RAMDISK: [mem 0x3621f000-0x37106fff]
Jun 28 19:37:05 lucilla kernel: ACPI: Early table checksum verification disabled
Jun 28 19:37:05 lucilla kernel: ACPI: RSDP 0x000000007AD8E014 000024 (v02 APPLE )
Jun 28 19:37:05 lucilla kernel: ACPI: XSDT 0x000000007AD8E1C0 00009C (v01 APPLE  Apple00  00000000      01000013)
Jun 28 19:37:05 lucilla kernel: ACPI: FACP 0x000000007AD8C000 0000F4 (v05 APPLE  Apple00  00000000 Loki 0000005F)
Jun 28 19:37:05 lucilla kernel: ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 128/0 (20190816/tbfadt-564)
Jun 28 19:37:05 lucilla kernel: ACPI: DSDT 0x000000007AD80000 006C1F (v03 APPLE  MacBookP 00110002 INTL 20100915)
Jun 28 19:37:05 lucilla kernel: ACPI: FACS 0x000000007AD1C000 000040
Jun 28 19:37:05 lucilla kernel: ACPI: FACS 0x000000007AD1C000 000040
Jun 28 19:37:05 lucilla kernel: ACPI: HPET 0x000000007AD8B000 000038 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jun 28 19:37:05 lucilla kernel: ACPI: APIC 0x000000007AD8A000 0000BC (v02 APPLE  Apple00  00000001 Loki 0000005F)
Jun 28 19:37:05 lucilla kernel: ACPI: SBST 0x000000007AD88000 000030 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jun 28 19:37:05 lucilla kernel: ACPI: ECDT 0x000000007AD87000 000053 (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jun 28 19:37:05 lucilla kernel: ACPI: SSDT 0x000000007AD7F000 00010B (v01 APPLE  SataAhci 00001000 INTL 20100915)
Jun 28 19:37:05 lucilla kernel: ACPI: SSDT 0x000000007AD7E000 000024 (v01 APPLE  SmcDppt  00001000 INTL 20100915)
Jun 28 19:37:05 lucilla kernel: ACPI: SSDT 0x000000007AD7C000 000688 (v01 APPLE  SDUsbLpt 00001000 INTL 20100915)
Jun 28 19:37:05 lucilla kernel: ACPI: SSDT 0x000000007AD79000 000032 (v01 APPLE  SsdtS3   00001000 INTL 20100915)
Jun 28 19:37:05 lucilla kernel: ACPI: SSDT 0x000000007AD64000 009E2C (v01 APPLE  TbtPEG11 00001000 INTL 20100915)
Jun 28 19:37:05 lucilla kernel: ACPI: SSDT 0x000000007AD63000 0000B8 (v01 APPLE  Sdxc     00001000 INTL 20100915)
Jun 28 19:37:05 lucilla kernel: ACPI: SSDT 0x000000007AD61000 000639 (v01 PmRef  Cpu0Ist  00003000 INTL 20100915)
Jun 28 19:37:05 lucilla kernel: ACPI: SSDT 0x000000007AD60000 000B83 (v01 PmRef  CpuPm    00003000 INTL 20100915)
Jun 28 19:37:05 lucilla kernel: ACPI: DMAR 0x000000007AD5F000 000088 (v01 APPLE  HSW      00000001 AAPL 00000001)
Jun 28 19:37:05 lucilla kernel: ACPI: MCFG 0x000000007AD89000 00003C (v01 APPLE  Apple00  00000001 Loki 0000005F)
Jun 28 19:37:05 lucilla kernel: ACPI: DMI detected to setup _OSI("Darwin"): Apple hardware
Jun 28 19:37:05 lucilla kernel: ACPI: Local APIC address 0xfee00000
Jun 28 19:37:05 lucilla kernel: No NUMA configuration found
Jun 28 19:37:05 lucilla kernel: Faking a node at [mem 0x0000000000000000-0x000000047f5fffff]
Jun 28 19:37:05 lucilla kernel: NODE_DATA(0) allocated [mem 0x47f5fc000-0x47f5fffff]
Jun 28 19:37:05 lucilla kernel: Zone ranges:
Jun 28 19:37:05 lucilla kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 28 19:37:05 lucilla kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 28 19:37:05 lucilla kernel:   Normal   [mem 0x0000000100000000-0x000000047f5fffff]
Jun 28 19:37:05 lucilla kernel:   Device   empty
Jun 28 19:37:05 lucilla kernel: Movable zone start for each node
Jun 28 19:37:05 lucilla kernel: Early memory node ranges
Jun 28 19:37:05 lucilla kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Jun 28 19:37:05 lucilla kernel:   node   0: [mem 0x0000000000059000-0x000000000008efff]
Jun 28 19:37:05 lucilla kernel:   node   0: [mem 0x0000000000090000-0x000000000009ffff]
Jun 28 19:37:05 lucilla kernel:   node   0: [mem 0x0000000000100000-0x000000007ad13fff]
Jun 28 19:37:05 lucilla kernel:   node   0: [mem 0x000000007ad53000-0x000000007ad5efff]
Jun 28 19:37:05 lucilla kernel:   node   0: [mem 0x000000007ad8f000-0x000000007ae38fff]
Jun 28 19:37:05 lucilla kernel:   node   0: [mem 0x000000007ae8f000-0x000000007aecffff]
Jun 28 19:37:05 lucilla kernel:   node   0: [mem 0x000000007aeff000-0x000000007af82fff]
Jun 28 19:37:05 lucilla kernel:   node   0: [mem 0x000000007aff0000-0x000000007affffff]
Jun 28 19:37:05 lucilla kernel:   node   0: [mem 0x0000000100000000-0x000000047f5fffff]
Jun 28 19:37:05 lucilla kernel: Zeroed struct page in unavailable ranges: 23492 pages
Jun 28 19:37:05 lucilla kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000047f5fffff]
Jun 28 19:37:05 lucilla kernel: On node 0 totalpages: 4170812
Jun 28 19:37:05 lucilla kernel:   DMA zone: 64 pages used for memmap
Jun 28 19:37:05 lucilla kernel:   DMA zone: 25 pages reserved
Jun 28 19:37:05 lucilla kernel:   DMA zone: 3997 pages, LIFO batch:0
Jun 28 19:37:05 lucilla kernel:   DMA32 zone: 7803 pages used for memmap
Jun 28 19:37:05 lucilla kernel:   DMA32 zone: 499359 pages, LIFO batch:63
Jun 28 19:37:05 lucilla kernel:   Normal zone: 57304 pages used for memmap
Jun 28 19:37:05 lucilla kernel:   Normal zone: 3667456 pages, LIFO batch:63
Jun 28 19:37:05 lucilla kernel: Reserving Intel graphics memory at [mem 0x7ba00000-0x7f9fffff]
Jun 28 19:37:05 lucilla kernel: ACPI: PM-Timer IO Port: 0x408
Jun 28 19:37:05 lucilla kernel: ACPI: Local APIC address 0xfee00000
Jun 28 19:37:05 lucilla kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun 28 19:37:05 lucilla kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jun 28 19:37:05 lucilla kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jun 28 19:37:05 lucilla kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jun 28 19:37:05 lucilla kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jun 28 19:37:05 lucilla kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jun 28 19:37:05 lucilla kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jun 28 19:37:05 lucilla kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jun 28 19:37:05 lucilla kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Jun 28 19:37:05 lucilla kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 28 19:37:05 lucilla kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 28 19:37:05 lucilla kernel: ACPI: IRQ0 used by override.
Jun 28 19:37:05 lucilla kernel: ACPI: IRQ9 used by override.
Jun 28 19:37:05 lucilla kernel: Using ACPI (MADT) for SMP configuration information
Jun 28 19:37:05 lucilla kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jun 28 19:37:05 lucilla kernel: TSC deadline timer available
Jun 28 19:37:05 lucilla kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0x7ad14000-0x7ad52fff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0x7ad5f000-0x7ad8efff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0x7ae39000-0x7ae8efff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0x7aed0000-0x7aefefff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0x7af83000-0x7afeffff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0x7b000000-0x7f9fffff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0x7fa00000-0xe00f7fff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0xfed20000-0xffe0ffff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0xffe10000-0xffe3ffff]
Jun 28 19:37:05 lucilla kernel: PM: Registered nosave memory: [mem 0xffe40000-0xffffffff]
Jun 28 19:37:05 lucilla kernel: [mem 0x7fa00000-0xe00f7fff] available for PCI devices
Jun 28 19:37:05 lucilla kernel: Booting paravirtualized kernel on bare hardware
Jun 28 19:37:05 lucilla kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Jun 28 19:37:05 lucilla kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Jun 28 19:37:05 lucilla kernel: percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
Jun 28 19:37:05 lucilla kernel: pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
Jun 28 19:37:05 lucilla kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Jun 28 19:37:05 lucilla kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4105616
Jun 28 19:37:05 lucilla kernel: Policy zone: Normal
Jun 28 19:37:05 lucilla kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=afadf3aa-9e62-4fed-8add-112d077e9dae rw libata.force=noncq acpi_backlight=vendor acpi_osi=Darwin loglevel=3 verbose
Jun 28 19:37:05 lucilla kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jun 28 19:37:05 lucilla kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jun 28 19:37:05 lucilla kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Jun 28 19:37:05 lucilla kernel: Calgary: detecting Calgary via BIOS EBDA area
Jun 28 19:37:05 lucilla kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jun 28 19:37:05 lucilla kernel: Memory: 16048580K/16683248K available (12291K kernel code, 1325K rwdata, 4004K rodata, 1704K init, 3408K bss, 634668K reserved, 0K cma-reserved)
Jun 28 19:37:05 lucilla kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x610 with crng_init=0
Jun 28 19:37:05 lucilla kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jun 28 19:37:05 lucilla kernel: Kernel/User page tables isolation: enabled
Jun 28 19:37:05 lucilla kernel: ftrace: allocating 37441 entries in 147 pages
Jun 28 19:37:05 lucilla kernel: rcu: Hierarchical RCU implementation.
Jun 28 19:37:05 lucilla kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Jun 28 19:37:05 lucilla kernel: rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
Jun 28 19:37:05 lucilla kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Jun 28 19:37:05 lucilla kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Jun 28 19:37:05 lucilla kernel: Console: colour dummy device 80x25
Jun 28 19:37:05 lucilla kernel: printk: console [tty0] enabled
Jun 28 19:37:05 lucilla kernel: ACPI: Core revision 20190816
Jun 28 19:37:05 lucilla kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Jun 28 19:37:05 lucilla kernel: APIC: Switch to symmetric I/O mode setup
Jun 28 19:37:05 lucilla kernel: DMAR: Host address width 39
Jun 28 19:37:05 lucilla kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jun 28 19:37:05 lucilla kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
Jun 28 19:37:05 lucilla kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jun 28 19:37:05 lucilla kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
Jun 28 19:37:05 lucilla kernel: DMAR: RMRR base: 0x0000007b800000 end: 0x0000007f9fffff
Jun 28 19:37:05 lucilla kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Jun 28 19:37:05 lucilla kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jun 28 19:37:05 lucilla kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jun 28 19:37:05 lucilla kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jun 28 19:37:05 lucilla kernel: x2apic enabled
Jun 28 19:37:05 lucilla kernel: Switched APIC routing to cluster x2apic.
Jun 28 19:37:05 lucilla kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 28 19:37:05 lucilla kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23f3d570f5d, max_idle_ns: 440795233966 ns
Jun 28 19:37:05 lucilla kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.40 BogoMIPS (lpj=24942030)
Jun 28 19:37:05 lucilla kernel: pid_max: default: 32768 minimum: 301
Jun 28 19:37:05 lucilla kernel: LSM: Security Framework initializing
Jun 28 19:37:05 lucilla kernel: Yama: becoming mindful.
Jun 28 19:37:05 lucilla kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 28 19:37:05 lucilla kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 28 19:37:05 lucilla kernel: *** VALIDATE tmpfs ***
Jun 28 19:37:05 lucilla kernel: *** VALIDATE proc ***
Jun 28 19:37:05 lucilla kernel: *** VALIDATE cgroup1 ***
Jun 28 19:37:05 lucilla kernel: *** VALIDATE cgroup2 ***
Jun 28 19:37:05 lucilla kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Jun 28 19:37:05 lucilla kernel: process: using mwait in idle threads
Jun 28 19:37:05 lucilla kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Jun 28 19:37:05 lucilla kernel: Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Jun 28 19:37:05 lucilla kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 28 19:37:05 lucilla kernel: Spectre V2 : Mitigation: Full generic retpoline
Jun 28 19:37:05 lucilla kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 28 19:37:05 lucilla kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jun 28 19:37:05 lucilla kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 28 19:37:05 lucilla kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Jun 28 19:37:05 lucilla kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Jun 28 19:37:05 lucilla kernel: SRBDS: Mitigation: Microcode
Jun 28 19:37:05 lucilla kernel: MDS: Mitigation: Clear CPU buffers
Jun 28 19:37:05 lucilla kernel: Freeing SMP alternatives memory: 32K
Jun 28 19:37:05 lucilla kernel: smpboot: CPU0: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz (family: 0x6, model: 0x46, stepping: 0x1)
Jun 28 19:37:05 lucilla kernel: Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
Jun 28 19:37:05 lucilla kernel: ... version:                3
Jun 28 19:37:05 lucilla kernel: ... bit width:              48
Jun 28 19:37:05 lucilla kernel: ... generic registers:      4
Jun 28 19:37:05 lucilla kernel: ... value mask:             0000ffffffffffff
Jun 28 19:37:05 lucilla kernel: ... max period:             00007fffffffffff
Jun 28 19:37:05 lucilla kernel: ... fixed-purpose events:   3
Jun 28 19:37:05 lucilla kernel: ... event mask:             000000070000000f
Jun 28 19:37:05 lucilla kernel: rcu: Hierarchical SRCU implementation.
Jun 28 19:37:05 lucilla kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 28 19:37:05 lucilla kernel: smp: Bringing up secondary CPUs ...
Jun 28 19:37:05 lucilla kernel: x86: Booting SMP configuration:
Jun 28 19:37:05 lucilla kernel: .... node  #0, CPUs:      #1 #2 #3 #4
Jun 28 19:37:05 lucilla kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Jun 28 19:37:05 lucilla kernel:  #5 #6 #7
Jun 28 19:37:05 lucilla kernel: smp: Brought up 1 node, 8 CPUs
Jun 28 19:37:05 lucilla kernel: smpboot: Max logical packages: 1
Jun 28 19:37:05 lucilla kernel: smpboot: Total of 8 processors activated (39907.24 BogoMIPS)
Jun 28 19:37:05 lucilla kernel: devtmpfs: initialized
Jun 28 19:37:05 lucilla kernel: x86/mm: Memory block size: 128MB
Jun 28 19:37:05 lucilla kernel: PM: Registering ACPI NVS region [mem 0x7ad14000-0x7ad52fff] (258048 bytes)
Jun 28 19:37:05 lucilla kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Jun 28 19:37:05 lucilla kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Jun 28 19:37:05 lucilla kernel: pinctrl core: initialized pinctrl subsystem
Jun 28 19:37:05 lucilla kernel: PM: RTC time: 17:37:03, date: 2020-06-28
Jun 28 19:37:05 lucilla kernel: NET: Registered protocol family 16
Jun 28 19:37:05 lucilla kernel: audit: initializing netlink subsys (disabled)
Jun 28 19:37:05 lucilla kernel: audit: type=2000 audit(1593365823.090:1): state=initialized audit_enabled=0 res=1
Jun 28 19:37:05 lucilla kernel: cpuidle: using governor ladder
Jun 28 19:37:05 lucilla kernel: cpuidle: using governor menu
Jun 28 19:37:05 lucilla kernel: ACPI: bus type PCI registered
Jun 28 19:37:05 lucilla kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 28 19:37:05 lucilla kernel: PCI: MMCONFIG for domain 0000 [bus 00-9c] at [mem 0xe0000000-0xe9cfffff] (base 0xe0000000)
Jun 28 19:37:05 lucilla kernel: PCI: not using MMCONFIG
Jun 28 19:37:05 lucilla kernel: PCI: Using configuration type 1 for base access
Jun 28 19:37:05 lucilla kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Jun 28 19:37:05 lucilla kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun 28 19:37:05 lucilla kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Jun 28 19:37:05 lucilla kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jun 28 19:37:05 lucilla kernel: ACPI: Disabled all _OSI OS vendors
Jun 28 19:37:05 lucilla kernel: ACPI: Added _OSI(Module Device)
Jun 28 19:37:05 lucilla kernel: ACPI: Added _OSI(Processor Device)
Jun 28 19:37:05 lucilla kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 28 19:37:05 lucilla kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 28 19:37:05 lucilla kernel: ACPI: Added _OSI(Linux-Dell-Video)
Jun 28 19:37:05 lucilla kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jun 28 19:37:05 lucilla kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Jun 28 19:37:05 lucilla kernel: ACPI: Added _OSI(Darwin)
Jun 28 19:37:05 lucilla kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Jun 28 19:37:05 lucilla kernel: ACPI: EC: EC started
Jun 28 19:37:05 lucilla kernel: ACPI: EC: interrupt blocked
Jun 28 19:37:05 lucilla kernel: ACPI: \: Used as first EC
Jun 28 19:37:05 lucilla kernel: ACPI: \: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 28 19:37:05 lucilla kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jun 28 19:37:05 lucilla kernel: ACPI: BIOS _OSI(Darwin) query honored via cmdline
Jun 28 19:37:05 lucilla kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jun 28 19:37:05 lucilla kernel: ACPI Error: Needed type [Reference], found [Integer] 000000005f141a5f (20190816/exresop-66)
Jun 28 19:37:05 lucilla kernel: ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [Store] (20190816/dswexec-431)
Jun 28 19:37:05 lucilla kernel: ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_AML_OPERAND_TYPE) (20190816/psparse-529)
Jun 28 19:37:05 lucilla kernel: ACPI: Dynamic OEM Table Load:
Jun 28 19:37:05 lucilla kernel: ACPI: SSDT 0xFFFFA2FE6C86A800 00067C (v01 PmRef  ApIst    00003000 INTL 20100915)
Jun 28 19:37:05 lucilla kernel: ACPI: Dynamic OEM Table Load:
Jun 28 19:37:05 lucilla kernel: ACPI: SSDT 0xFFFFA2FE6C56E800 000119 (v01 PmRef  ApCst    00003000 INTL 20100915)
Jun 28 19:37:05 lucilla kernel: ACPI: Interpreter enabled
Jun 28 19:37:05 lucilla kernel: ACPI: (supports S0 S3 S4 S5)
Jun 28 19:37:05 lucilla kernel: ACPI: Using IOAPIC for interrupt routing
Jun 28 19:37:05 lucilla kernel: PCI: MMCONFIG for domain 0000 [bus 00-9c] at [mem 0xe0000000-0xe9cfffff] (base 0xe0000000)
Jun 28 19:37:05 lucilla kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe9cfffff] reserved in ACPI motherboard resources
Jun 28 19:37:05 lucilla kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 28 19:37:05 lucilla kernel: ACPI: Enabled 5 GPEs in block 00 to 3F
Jun 28 19:37:05 lucilla kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jun 28 19:37:05 lucilla kernel: acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability LTR]
Jun 28 19:37:05 lucilla kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-9c] only partially covers this bridge
Jun 28 19:37:05 lucilla kernel: PCI host bridge to bus 0000:00
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0x7fa00000-0xfeafffff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:00.0: [8086:0d04] type 00 class 0x060000
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.0: [8086:0d01] type 01 class 0x060400
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.1: [8086:0d05] type 01 class 0x060400
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:00:02.0: [8086:0d26] type 00 class 0x030000
Jun 28 19:37:05 lucilla kernel: pci 0000:00:02.0: reg 0x10: [mem 0xc1400000-0xc17fffff 64bit]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:02.0: reg 0x20: [io  0x2000-0x203f]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jun 28 19:37:05 lucilla kernel: pci 0000:00:03.0: [8086:0d0c] type 00 class 0x040300
Jun 28 19:37:05 lucilla kernel: pci 0000:00:03.0: reg 0x10: [mem 0xc1e10000-0xc1e13fff 64bit]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Jun 28 19:37:05 lucilla kernel: pci 0000:00:14.0: reg 0x10: [mem 0xc1e00000-0xc1e0ffff 64bit]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Jun 28 19:37:05 lucilla kernel: pci 0000:00:16.0: reg 0x10: [mem 0xc1e19100-0xc1e1910f 64bit]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xc1e14000-0xc1e17fff 64bit]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xc1e19000-0xc1e190ff 64bit]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
Jun 28 19:37:05 lucilla kernel: pci 0000:01:00.0: [10de:0fe9] type 00 class 0x030000
Jun 28 19:37:05 lucilla kernel: pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xc0ffffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:01:00.0: reg 0x14: [mem 0x80000000-0x8fffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x90000000-0x91ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:01:00.0: reg 0x24: [io  0x1000-0x107f]
Jun 28 19:37:05 lucilla kernel: pci 0000:01:00.0: reg 0x30: [mem 0xc1000000-0xc107ffff pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
Jun 28 19:37:05 lucilla kernel: pci 0000:01:00.1: [10de:0e1b] type 00 class 0x040300
Jun 28 19:37:05 lucilla kernel: pci 0000:01:00.1: reg 0x10: [mem 0xc1080000-0xc1083fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.0: ASPM: current common clock configuration is broken, reconfiguring
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.0:   bridge window [io  0x1000-0x1fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc10fffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.0:   bridge window [mem 0x80000000-0x91ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:06:00.0: [8086:156d] type 01 class 0x060400
Jun 28 19:37:05 lucilla kernel: pci 0000:06:00.0: supports D1 D2
Jun 28 19:37:05 lucilla kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.1: PCI bridge to [bus 06-9c]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.1:   bridge window [io  0x3000-0x5fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.1:   bridge window [mem 0xc1f00000-0xcdffffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.1:   bridge window [mem 0xce000000-0xd9ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: [8086:156d] type 01 class 0x060400
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: supports D1 D2
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:07:03.0: [8086:156d] type 01 class 0x060400
Jun 28 19:37:05 lucilla kernel: pci 0000:07:03.0: supports D1 D2
Jun 28 19:37:05 lucilla kernel: pci 0000:07:03.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: [8086:156d] type 01 class 0x060400
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: supports D1 D2
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:07:05.0: [8086:156d] type 01 class 0x060400
Jun 28 19:37:05 lucilla kernel: pci 0000:07:05.0: supports D1 D2
Jun 28 19:37:05 lucilla kernel: pci 0000:07:05.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: [8086:156d] type 01 class 0x060400
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: supports D1 D2
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:06:00.0: PCI bridge to [bus 07-6c]
Jun 28 19:37:05 lucilla kernel: pci 0000:06:00.0:   bridge window [io  0x3000-0x4fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:06:00.0:   bridge window [mem 0xc1f00000-0xc9ffffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:06:00.0:   bridge window [mem 0xce000000-0xd5ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:08:00.0: [8086:156c] type 00 class 0x088000
Jun 28 19:37:05 lucilla kernel: pci 0000:08:00.0: reg 0x10: [mem 0xc1f00000-0xc1f3ffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:08:00.0: reg 0x14: [mem 0xc1f40000-0xc1f40fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:08:00.0: supports D1 D2
Jun 28 19:37:05 lucilla kernel: pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: PCI bridge to [bus 08]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0:   bridge window [mem 0xc1f00000-0xc1ffffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:03.0: PCI bridge to [bus 09-39]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:03.0:   bridge window [io  0x3000-0x3fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:03.0:   bridge window [mem 0xc2000000-0xc5ffffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:03.0:   bridge window [mem 0xce000000-0xd1ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: PCI bridge to [bus 3a]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:05.0: PCI bridge to [bus 3b-6b]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:05.0:   bridge window [io  0x4000-0x4fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:05.0:   bridge window [mem 0xc6000000-0xc9ffffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:05.0:   bridge window [mem 0xd2000000-0xd5ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: PCI bridge to [bus 6c]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jun 28 19:37:05 lucilla kernel: pci 0000:03:00.0: [14e4:43a0] type 00 class 0x028000
Jun 28 19:37:05 lucilla kernel: pci 0000:03:00.0: reg 0x10: [mem 0xc1a00000-0xc1a07fff 64bit]
Jun 28 19:37:05 lucilla kernel: pci 0000:03:00.0: reg 0x18: [mem 0xc1800000-0xc19fffff 64bit]
Jun 28 19:37:05 lucilla kernel: pci 0000:03:00.0: supports D1 D2
Jun 28 19:37:05 lucilla kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.2:   bridge window [mem 0xc1800000-0xc1afffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:04:00.0: [14e4:1570] type 00 class 0x048000
Jun 28 19:37:05 lucilla kernel: pci 0000:04:00.0: reg 0x10: [mem 0xc1d00000-0xc1d0ffff 64bit]
Jun 28 19:37:05 lucilla kernel: pci 0000:04:00.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:04:00.0: reg 0x20: [mem 0xc1c00000-0xc1cfffff 64bit]
Jun 28 19:37:05 lucilla kernel: pci 0000:04:00.0: supports D1
Jun 28 19:37:05 lucilla kernel: pci 0000:04:00.0: PME# supported from D0 D3hot
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.3:   bridge window [mem 0xc1c00000-0xc1dfffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.3:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:05:00.0: [144d:1600] type 00 class 0x010601
Jun 28 19:37:05 lucilla kernel: pci 0000:05:00.0: reg 0x24: [mem 0xc1b00000-0xc1b01fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:05:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:05:00.0: PME# supported from D3hot D3cold
Jun 28 19:37:05 lucilla kernel: pci 0000:05:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5 GT/s x2 link at 0000:00:1c.4 (capable of 16.000 Gb/s with 5 GT/s x4 link)
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.4:   bridge window [mem 0xc1b00000-0xc1bfffff]
Jun 28 19:37:05 lucilla kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Jun 28 19:37:05 lucilla kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Jun 28 19:37:05 lucilla kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Jun 28 19:37:05 lucilla kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Jun 28 19:37:05 lucilla kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Jun 28 19:37:05 lucilla kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Jun 28 19:37:05 lucilla kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Jun 28 19:37:05 lucilla kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Jun 28 19:37:05 lucilla kernel: ACPI: EC: interrupt unblocked
Jun 28 19:37:05 lucilla kernel: ACPI: EC: event unblocked
Jun 28 19:37:05 lucilla kernel: ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 28 19:37:05 lucilla kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot DSDT EC used to handle transactions and events
Jun 28 19:37:05 lucilla kernel: iommu: Default domain type: Translated 
Jun 28 19:37:05 lucilla kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jun 28 19:37:05 lucilla kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jun 28 19:37:05 lucilla kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jun 28 19:37:05 lucilla kernel: pci 0000:00:02.0: vgaarb: no bridge control possible
Jun 28 19:37:05 lucilla kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jun 28 19:37:05 lucilla kernel: vgaarb: loaded
Jun 28 19:37:05 lucilla kernel: ACPI: bus type USB registered
Jun 28 19:37:05 lucilla kernel: usbcore: registered new interface driver usbfs
Jun 28 19:37:05 lucilla kernel: usbcore: registered new interface driver hub
Jun 28 19:37:05 lucilla kernel: usbcore: registered new device driver usb
Jun 28 19:37:05 lucilla kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 28 19:37:05 lucilla kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 28 19:37:05 lucilla kernel: PTP clock support registered
Jun 28 19:37:05 lucilla kernel: EDAC MC: Ver: 3.0.0
Jun 28 19:37:05 lucilla kernel: Registered efivars operations
Jun 28 19:37:05 lucilla kernel: PCI: Using ACPI for IRQ routing
Jun 28 19:37:05 lucilla kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 28 19:37:05 lucilla kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Jun 28 19:37:05 lucilla kernel: e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
Jun 28 19:37:05 lucilla kernel: e820: reserve RAM buffer [mem 0x7ad14000-0x7bffffff]
Jun 28 19:37:05 lucilla kernel: e820: reserve RAM buffer [mem 0x7ad5f000-0x7bffffff]
Jun 28 19:37:05 lucilla kernel: e820: reserve RAM buffer [mem 0x7ae39000-0x7bffffff]
Jun 28 19:37:05 lucilla kernel: e820: reserve RAM buffer [mem 0x7aed0000-0x7bffffff]
Jun 28 19:37:05 lucilla kernel: e820: reserve RAM buffer [mem 0x7af83000-0x7bffffff]
Jun 28 19:37:05 lucilla kernel: e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
Jun 28 19:37:05 lucilla kernel: e820: reserve RAM buffer [mem 0x47f600000-0x47fffffff]
Jun 28 19:37:05 lucilla kernel: NetLabel: Initializing
Jun 28 19:37:05 lucilla kernel: NetLabel:  domain hash size = 128
Jun 28 19:37:05 lucilla kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 28 19:37:05 lucilla kernel: NetLabel:  unlabeled traffic allowed by default
Jun 28 19:37:05 lucilla kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun 28 19:37:05 lucilla kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Jun 28 19:37:05 lucilla kernel: clocksource: Switched to clocksource tsc-early
Jun 28 19:37:05 lucilla kernel: *** VALIDATE bpf ***
Jun 28 19:37:05 lucilla kernel: VFS: Disk quotas dquot_6.6.0
Jun 28 19:37:05 lucilla kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 28 19:37:05 lucilla kernel: *** VALIDATE ramfs ***
Jun 28 19:37:05 lucilla kernel: *** VALIDATE hugetlbfs ***
Jun 28 19:37:05 lucilla kernel: pnp: PnP ACPI init
Jun 28 19:37:05 lucilla kernel: system 00:00: [mem 0xfed00000-0xfed03fff] has been reserved
Jun 28 19:37:05 lucilla kernel: system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
Jun 28 19:37:05 lucilla kernel: system 00:01: [io  0xffff] has been reserved
Jun 28 19:37:05 lucilla kernel: system 00:01: [io  0x0400-0x047f] has been reserved
Jun 28 19:37:05 lucilla kernel: system 00:01: [io  0x0800-0x087f] has been reserved
Jun 28 19:37:05 lucilla kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 28 19:37:05 lucilla kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Jun 28 19:37:05 lucilla kernel: pnp 00:03: Plug and Play ACPI device, IDs APP000b (active)
Jun 28 19:37:05 lucilla kernel: system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
Jun 28 19:37:05 lucilla kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
Jun 28 19:37:05 lucilla kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
Jun 28 19:37:05 lucilla kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
Jun 28 19:37:05 lucilla kernel: system 00:04: [mem 0xe0000000-0xefffffff] could not be reserved
Jun 28 19:37:05 lucilla kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Jun 28 19:37:05 lucilla kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Jun 28 19:37:05 lucilla kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
Jun 28 19:37:05 lucilla kernel: system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
Jun 28 19:37:05 lucilla kernel: system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
Jun 28 19:37:05 lucilla kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 28 19:37:05 lucilla kernel: system 00:05: [mem 0x20000000-0x201fffff] could not be reserved
Jun 28 19:37:05 lucilla kernel: system 00:05: [mem 0x40000000-0x401fffff] could not be reserved
Jun 28 19:37:05 lucilla kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
Jun 28 19:37:05 lucilla kernel: pnp: PnP ACPI: found 6 devices
Jun 28 19:37:05 lucilla kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 28 19:37:05 lucilla kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 28 19:37:05 lucilla kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 28 19:37:05 lucilla kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 28 19:37:05 lucilla kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 28 19:37:05 lucilla kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 28 19:37:05 lucilla kernel: pci 0000:05:00.0: can't claim BAR 6 [mem 0xffff0000-0xffffffff pref]: no compatible bridge window
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: bridge window [io  0x1000-0x0fff] to [bus 08] add_size 1000
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 08] add_size 200000 add_align 100000
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: bridge window [io  0x1000-0x0fff] to [bus 3a] add_size 1000
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 3a] add_size 200000 add_align 100000
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: bridge window [mem 0x00100000-0x000fffff] to [bus 3a] add_size 200000 add_align 100000
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: bridge window [io  0x1000-0x0fff] to [bus 6c] add_size 1000
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 6c] add_size 200000 add_align 100000
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: bridge window [mem 0x00100000-0x000fffff] to [bus 6c] add_size 200000 add_align 100000
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x7fa00000-0x7fbfffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x7fc00000-0x7fdfffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0: BAR 13: assigned [io  0x6000-0x6fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.0:   bridge window [io  0x1000-0x1fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xc10fffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.0:   bridge window [mem 0x80000000-0x91ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: BAR 14: no space for [mem size 0x00200000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: BAR 14: failed to assign [mem size 0x00200000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: BAR 14: no space for [mem size 0x00200000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: BAR 14: failed to assign [mem size 0x00200000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: BAR 13: no space for [io  size 0x1000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: BAR 13: failed to assign [io  size 0x1000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: BAR 13: no space for [io  size 0x1000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: BAR 13: failed to assign [io  size 0x1000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: BAR 13: no space for [io  size 0x1000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: BAR 13: failed to assign [io  size 0x1000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: BAR 14: no space for [mem size 0x00200000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: BAR 14: failed to assign [mem size 0x00200000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: BAR 13: no space for [io  size 0x1000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: BAR 13: failed to assign [io  size 0x1000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: BAR 14: no space for [mem size 0x00200000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: BAR 14: failed to assign [mem size 0x00200000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: BAR 13: no space for [io  size 0x1000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: BAR 13: failed to assign [io  size 0x1000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: BAR 15: no space for [mem size 0x00200000 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: BAR 15: failed to assign [mem size 0x00200000 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: BAR 13: no space for [io  size 0x1000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: BAR 13: failed to assign [io  size 0x1000]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0: PCI bridge to [bus 08]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:00.0:   bridge window [mem 0xc1f00000-0xc1ffffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:03.0: PCI bridge to [bus 09-39]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:03.0:   bridge window [io  0x3000-0x3fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:03.0:   bridge window [mem 0xc2000000-0xc5ffffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:03.0:   bridge window [mem 0xce000000-0xd1ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:04.0: PCI bridge to [bus 3a]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:05.0: PCI bridge to [bus 3b-6b]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:05.0:   bridge window [io  0x4000-0x4fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:05.0:   bridge window [mem 0xc6000000-0xc9ffffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:05.0:   bridge window [mem 0xd2000000-0xd5ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:07:06.0: PCI bridge to [bus 6c]
Jun 28 19:37:05 lucilla kernel: pci 0000:06:00.0: PCI bridge to [bus 07-6c]
Jun 28 19:37:05 lucilla kernel: pci 0000:06:00.0:   bridge window [io  0x3000-0x4fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:06:00.0:   bridge window [mem 0xc1f00000-0xc9ffffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:06:00.0:   bridge window [mem 0xce000000-0xd5ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.1: PCI bridge to [bus 06-9c]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.1:   bridge window [io  0x3000-0x5fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.1:   bridge window [mem 0xc1f00000-0xcdffffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:01.1:   bridge window [mem 0xce000000-0xd9ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0:   bridge window [mem 0x7fa00000-0x7fbfffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.0:   bridge window [mem 0x7fc00000-0x7fdfffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.2:   bridge window [mem 0xc1800000-0xc1afffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.3: PCI bridge to [bus 04]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.3:   bridge window [mem 0xc1c00000-0xc1dfffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.3:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:05:00.0: BAR 6: assigned [mem 0xc1b10000-0xc1b1ffff pref]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Jun 28 19:37:05 lucilla kernel: pci 0000:00:1c.4:   bridge window [mem 0xc1b00000-0xc1bfffff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 20 [mem 0x7fa00000-0xfeafffff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:00: resource 21 [mem 0xfed40000-0xfed44fff window]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:01: resource 0 [io  0x1000-0x1fff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:01: resource 1 [mem 0xc0000000-0xc10fffff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:01: resource 2 [mem 0x80000000-0x91ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:06: resource 0 [io  0x3000-0x5fff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:06: resource 1 [mem 0xc1f00000-0xcdffffff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:06: resource 2 [mem 0xce000000-0xd9ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:07: resource 0 [io  0x3000-0x4fff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:07: resource 1 [mem 0xc1f00000-0xc9ffffff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:07: resource 2 [mem 0xce000000-0xd5ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:08: resource 1 [mem 0xc1f00000-0xc1ffffff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:09: resource 0 [io  0x3000-0x3fff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:09: resource 1 [mem 0xc2000000-0xc5ffffff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:09: resource 2 [mem 0xce000000-0xd1ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:3b: resource 0 [io  0x4000-0x4fff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:3b: resource 1 [mem 0xc6000000-0xc9ffffff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:3b: resource 2 [mem 0xd2000000-0xd5ffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:02: resource 0 [io  0x6000-0x6fff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:02: resource 1 [mem 0x7fa00000-0x7fbfffff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:02: resource 2 [mem 0x7fc00000-0x7fdfffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:03: resource 1 [mem 0xc1800000-0xc1afffff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:04: resource 1 [mem 0xc1c00000-0xc1dfffff]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:04: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
Jun 28 19:37:05 lucilla kernel: pci_bus 0000:05: resource 1 [mem 0xc1b00000-0xc1bfffff]
Jun 28 19:37:05 lucilla kernel: NET: Registered protocol family 2
Jun 28 19:37:05 lucilla kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jun 28 19:37:05 lucilla kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 28 19:37:05 lucilla kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Jun 28 19:37:05 lucilla kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jun 28 19:37:05 lucilla kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jun 28 19:37:05 lucilla kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jun 28 19:37:05 lucilla kernel: NET: Registered protocol family 1
Jun 28 19:37:05 lucilla kernel: NET: Registered protocol family 44
Jun 28 19:37:05 lucilla kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 28 19:37:05 lucilla kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jun 28 19:37:05 lucilla kernel: PCI: CLS 256 bytes, default 64
Jun 28 19:37:05 lucilla kernel: Trying to unpack rootfs image as initramfs...
Jun 28 19:37:05 lucilla kernel: Freeing initrd memory: 15264K
Jun 28 19:37:05 lucilla kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 28 19:37:05 lucilla kernel: software IO TLB: mapped [mem 0x68670000-0x6c670000] (64MB)
Jun 28 19:37:05 lucilla kernel: check: Scanning for low memory corruption every 60 seconds
Jun 28 19:37:05 lucilla kernel: Initialise system trusted keyrings
Jun 28 19:37:05 lucilla kernel: Key type blacklist registered
Jun 28 19:37:05 lucilla kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jun 28 19:37:05 lucilla kernel: zbud: loaded
Jun 28 19:37:05 lucilla kernel: Key type asymmetric registered
Jun 28 19:37:05 lucilla kernel: Asymmetric key parser 'x509' registered
Jun 28 19:37:05 lucilla kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Jun 28 19:37:05 lucilla kernel: io scheduler mq-deadline registered
Jun 28 19:37:05 lucilla kernel: io scheduler kyber registered
Jun 28 19:37:05 lucilla kernel: io scheduler bfq registered
Jun 28 19:37:05 lucilla kernel: pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
Jun 28 19:37:05 lucilla kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Jun 28 19:37:05 lucilla kernel: pcieport 0000:07:00.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Jun 28 19:37:05 lucilla kernel: pcieport 0000:07:03.0: enabling device (0000 -> 0003)
Jun 28 19:37:05 lucilla kernel: pcieport 0000:07:03.0: pciehp: Slot #3 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Jun 28 19:37:05 lucilla kernel: pcieport 0000:07:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Jun 28 19:37:05 lucilla kernel: pcieport 0000:07:05.0: enabling device (0000 -> 0003)
Jun 28 19:37:05 lucilla kernel: pcieport 0000:07:05.0: pciehp: Slot #5 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Jun 28 19:37:05 lucilla kernel: pcieport 0000:07:06.0: pciehp: Slot #6 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ LLActRep+
Jun 28 19:37:05 lucilla kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 28 19:37:05 lucilla kernel: efifb: probing for efifb
Jun 28 19:37:05 lucilla kernel: efifb: No BGRT, not showing boot graphics
Jun 28 19:37:05 lucilla kernel: efifb: framebuffer at 0xb0000000, using 20736k, total 20736k
Jun 28 19:37:05 lucilla kernel: efifb: mode is 2880x1800x32, linelength=11776, pages=1
Jun 28 19:37:05 lucilla kernel: efifb: scrolling: redraw
Jun 28 19:37:05 lucilla kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jun 28 19:37:05 lucilla kernel: fbcon: Deferring console take-over
Jun 28 19:37:05 lucilla kernel: fb0: EFI VGA frame buffer device
Jun 28 19:37:05 lucilla kernel: intel_idle: MWAIT substates: 0x42120
Jun 28 19:37:05 lucilla kernel: intel_idle: v0.4.1 model 0x46
Jun 28 19:37:05 lucilla kernel: intel_idle: lapic_timer_reliable_states 0xffffffff
Jun 28 19:37:05 lucilla kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Jun 28 19:37:05 lucilla kernel: ACPI: Lid Switch [LID0]
Jun 28 19:37:05 lucilla kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jun 28 19:37:05 lucilla kernel: ACPI: Power Button [PWRB]
Jun 28 19:37:05 lucilla kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Jun 28 19:37:05 lucilla kernel: ACPI: Sleep Button [SLPB]
Jun 28 19:37:05 lucilla kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jun 28 19:37:05 lucilla kernel: ACPI: Power Button [PWRF]
Jun 28 19:37:05 lucilla kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Jun 28 19:37:05 lucilla kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Jun 28 19:37:05 lucilla kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Jun 28 19:37:05 lucilla kernel: usbcore: registered new interface driver usbserial_generic
Jun 28 19:37:05 lucilla kernel: usbserial: USB Serial support registered for generic
Jun 28 19:37:05 lucilla kernel: rtc_cmos 00:02: RTC can wake from S4
Jun 28 19:37:05 lucilla kernel: rtc_cmos 00:02: registered as rtc0
Jun 28 19:37:05 lucilla kernel: rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Jun 28 19:37:05 lucilla kernel: intel_pstate: Intel P-state driver initializing
Jun 28 19:37:05 lucilla kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 28 19:37:05 lucilla kernel: drop_monitor: Initializing network drop monitor service
Jun 28 19:37:05 lucilla kernel: NET: Registered protocol family 10
Jun 28 19:37:05 lucilla kernel: Segment Routing with IPv6
Jun 28 19:37:05 lucilla kernel: NET: Registered protocol family 17
Jun 28 19:37:05 lucilla kernel: RAS: Correctable Errors collector initialized.
Jun 28 19:37:05 lucilla kernel: microcode: sig=0x40661, pf=0x20, revision=0x1c
Jun 28 19:37:05 lucilla kernel: microcode: Microcode Update Driver: v2.2.
Jun 28 19:37:05 lucilla kernel: IPI shorthand broadcast: enabled
Jun 28 19:37:05 lucilla kernel: sched_clock: Marking stable (748752415, 233311)->(759426194, -10440468)
Jun 28 19:37:05 lucilla kernel: registered taskstats version 1
Jun 28 19:37:05 lucilla kernel: Loading compiled-in X.509 certificates
Jun 28 19:37:05 lucilla kernel: Loaded X.509 cert 'Build time autogenerated kernel key: f7dd3385db5461205bef49b770d4aa8d638c8806'
Jun 28 19:37:05 lucilla kernel: zswap: loaded using pool lzo/zbud
Jun 28 19:37:05 lucilla kernel: Key type ._fscrypt registered
Jun 28 19:37:05 lucilla kernel: Key type .fscrypt registered
Jun 28 19:37:05 lucilla kernel: Key type big_key registered
Jun 28 19:37:05 lucilla kernel: PM:   Magic number: 8:489:644
Jun 28 19:37:05 lucilla kernel: rtc_cmos 00:02: setting system clock to 2020-06-28T17:37:03 UTC (1593365823)
Jun 28 19:37:05 lucilla kernel: Freeing unused decrypted memory: 2040K
Jun 28 19:37:05 lucilla kernel: Freeing unused kernel image memory: 1704K
Jun 28 19:37:05 lucilla kernel: Write protecting the kernel read-only data: 18432k
Jun 28 19:37:05 lucilla kernel: Freeing unused kernel image memory: 2012K
Jun 28 19:37:05 lucilla kernel: Freeing unused kernel image memory: 92K
Jun 28 19:37:05 lucilla kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 28 19:37:05 lucilla kernel: x86/mm: Checking user space page tables
Jun 28 19:37:05 lucilla kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 28 19:37:05 lucilla kernel: Run /init as init process
Jun 28 19:37:05 lucilla kernel: fbcon: Taking over console
Jun 28 19:37:05 lucilla kernel: Console: switching to colour frame buffer device 360x112
Jun 28 19:37:05 lucilla kernel: Linux agpgart interface v0.103
Jun 28 19:37:05 lucilla kernel: Setting dangerous option enable_fbc - tainting kernel
Jun 28 19:37:05 lucilla kernel: i915 0000:00:02.0: Found 128MB of eDRAM
Jun 28 19:37:05 lucilla kernel: checking generic (b0000000 1440000) vs hw (b0000000 10000000)
Jun 28 19:37:05 lucilla kernel: fb0: switching to inteldrmfb from EFI VGA
Jun 28 19:37:05 lucilla kernel: Console: switching to colour dummy device 80x25
Jun 28 19:37:05 lucilla kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jun 28 19:37:05 lucilla kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Jun 28 19:37:05 lucilla kernel: [drm] Driver supports precise vblank timestamp query.
Jun 28 19:37:05 lucilla kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Jun 28 19:37:05 lucilla kernel: random: fast init done
Jun 28 19:37:05 lucilla kernel: [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0
Jun 28 19:37:05 lucilla kernel: [Firmware Bug]: ACPI(GFX0) defines _DOD but not _DOS
Jun 28 19:37:05 lucilla kernel: ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
Jun 28 19:37:05 lucilla kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input4
Jun 28 19:37:05 lucilla kernel: ACPI: Video Device [IGPU] (multi-head: yes  rom: no  post: no)
Jun 28 19:37:05 lucilla kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5
Jun 28 19:37:05 lucilla kernel: fbcon: i915drmfb (fb0) is primary device
Jun 28 19:37:05 lucilla kernel: Console: switching to colour frame buffer device 360x112
Jun 28 19:37:05 lucilla kernel: i915 0000:00:02.0: fb0: i915drmfb frame buffer device
Jun 28 19:37:05 lucilla kernel: tsc: Refined TSC clocksource calibration: 2494.223 MHz
Jun 28 19:37:05 lucilla kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23f3e8602d1, max_idle_ns: 440795241926 ns
Jun 28 19:37:05 lucilla kernel: clocksource: Switched to clocksource tsc
Jun 28 19:37:05 lucilla kernel: SCSI subsystem initialized
Jun 28 19:37:05 lucilla kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 28 19:37:05 lucilla kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jun 28 19:37:05 lucilla kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Jun 28 19:37:05 lucilla kernel: xhci_hcd 0000:00:14.0: cache line size of 256 is not supported
Jun 28 19:37:05 lucilla kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Jun 28 19:37:05 lucilla kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 28 19:37:05 lucilla kernel: usb usb1: Product: xHCI Host Controller
Jun 28 19:37:05 lucilla kernel: usb usb1: Manufacturer: Linux 5.4.49-1-lts xhci-hcd
Jun 28 19:37:05 lucilla kernel: usb usb1: SerialNumber: 0000:00:14.0
Jun 28 19:37:05 lucilla kernel: hub 1-0:1.0: USB hub found
Jun 28 19:37:05 lucilla kernel: hub 1-0:1.0: 14 ports detected
Jun 28 19:37:05 lucilla kernel: libata version 3.00 loaded.
Jun 28 19:37:05 lucilla kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 28 19:37:05 lucilla kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jun 28 19:37:05 lucilla kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jun 28 19:37:05 lucilla kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Jun 28 19:37:06 lucilla kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 28 19:37:06 lucilla kernel: usb usb2: Product: xHCI Host Controller
Jun 28 19:37:06 lucilla kernel: usb usb2: Manufacturer: Linux 5.4.49-1-lts xhci-hcd
Jun 28 19:37:06 lucilla kernel: usb usb2: SerialNumber: 0000:00:14.0
Jun 28 19:37:06 lucilla kernel: hub 2-0:1.0: USB hub found
Jun 28 19:37:06 lucilla kernel: hub 2-0:1.0: 6 ports detected
Jun 28 19:37:06 lucilla kernel: ahci 0000:05:00.0: version 3.0
Jun 28 19:37:06 lucilla kernel: ahci 0000:05:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Jun 28 19:37:06 lucilla kernel: ahci 0000:05:00.0: flags: 64bit ncq led clo only pio ccc 
Jun 28 19:37:06 lucilla kernel: scsi host0: ahci
Jun 28 19:37:06 lucilla kernel: ata1: SATA max UDMA/133 abar m8192@0xc1b00000 port 0xc1b00100 irq 16
Jun 28 19:37:06 lucilla kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 28 19:37:06 lucilla kernel: ata1.00: FORCE: horkage modified (noncq)
Jun 28 19:37:06 lucilla kernel: ata1.00: unexpected _GTF length (8)
Jun 28 19:37:06 lucilla kernel: ata1.00: ATA-8: APPLE SSD SM0512F, UXM2JA1Q, max UDMA/133
Jun 28 19:37:06 lucilla kernel: ata1.00: 977105060 sectors, multi 16: LBA48 NCQ (not used)
Jun 28 19:37:06 lucilla kernel: ata1.00: unexpected _GTF length (8)
Jun 28 19:37:06 lucilla kernel: ata1.00: configured for UDMA/133
Jun 28 19:37:06 lucilla kernel: scsi 0:0:0:0: Direct-Access     ATA      APPLE SSD SM0512 JA1Q PQ: 0 ANSI: 5
Jun 28 19:37:06 lucilla kernel: sd 0:0:0:0: [sda] 977105060 512-byte logical blocks: (500 GB/466 GiB)
Jun 28 19:37:06 lucilla kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Jun 28 19:37:06 lucilla kernel: sd 0:0:0:0: [sda] Write Protect is off
Jun 28 19:37:06 lucilla kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun 28 19:37:06 lucilla kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 28 19:37:06 lucilla kernel: usb 2-4: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
Jun 28 19:37:06 lucilla kernel: usb 2-4: New USB device found, idVendor=05ac, idProduct=8406, bcdDevice= 8.20
Jun 28 19:37:06 lucilla kernel: usb 2-4: New USB device strings: Mfr=3, Product=4, SerialNumber=5
Jun 28 19:37:06 lucilla kernel: usb 2-4: Product: Card Reader
Jun 28 19:37:06 lucilla kernel: usb 2-4: Manufacturer: Apple
Jun 28 19:37:06 lucilla kernel: usb 2-4: SerialNumber: 000000000820
Jun 28 19:37:06 lucilla kernel: usb-storage 2-4:1.0: USB Mass Storage device detected
Jun 28 19:37:06 lucilla kernel: scsi host1: usb-storage 2-4:1.0
Jun 28 19:37:06 lucilla kernel: usbcore: registered new interface driver usb-storage
Jun 28 19:37:06 lucilla kernel: usbcore: registered new interface driver uas
Jun 28 19:37:06 lucilla kernel:  sda: sda1 sda2 sda3 sda4
Jun 28 19:37:06 lucilla kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jun 28 19:37:06 lucilla kernel: usb 1-5: new full-speed USB device number 2 using xhci_hcd
Jun 28 19:37:06 lucilla kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Jun 28 19:37:06 lucilla systemd[1]: systemd 245.6-8-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Jun 28 19:37:06 lucilla kernel: usb 1-5: New USB device found, idVendor=1ea7, idProduct=0064, bcdDevice= 2.00
Jun 28 19:37:06 lucilla kernel: usb 1-5: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jun 28 19:37:06 lucilla kernel: usb 1-5: Product: 2.4G Mouse
Jun 28 19:37:06 lucilla systemd[1]: Detected architecture x86-64.
Jun 28 19:37:06 lucilla kernel: random: crng init done
Jun 28 19:37:06 lucilla systemd[1]: Set hostname to <lucilla>.
Jun 28 19:37:06 lucilla kernel: usb 1-8: new full-speed USB device number 3 using xhci_hcd
Jun 28 19:37:06 lucilla systemd[1]: /usr/lib/systemd/system/mbpfan.service:10: PIDFile= references a path below legacy directory /var/run/, updating /var/run/mbpfan.pid → /run/mbpfan.pid; please update the unit file accordingly.
Jun 28 19:37:06 lucilla systemd[1]: Created slice system-getty.slice.
Jun 28 19:37:06 lucilla systemd[1]: Created slice system-modprobe.slice.
Jun 28 19:37:06 lucilla systemd[1]: Created slice system-systemd\x2dfsck.slice.
Jun 28 19:37:06 lucilla systemd[1]: Created slice User and Session Slice.
Jun 28 19:37:06 lucilla systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 28 19:37:06 lucilla systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 28 19:37:06 lucilla systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 28 19:37:06 lucilla systemd[1]: Reached target Local Encrypted Volumes.
Jun 28 19:37:06 lucilla systemd[1]: Reached target Login Prompts.
Jun 28 19:37:06 lucilla systemd[1]: Reached target Remote File Systems.
Jun 28 19:37:06 lucilla systemd[1]: Reached target Slices.
Jun 28 19:37:06 lucilla systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 28 19:37:06 lucilla systemd[1]: Listening on LVM2 metadata daemon socket.
Jun 28 19:37:06 lucilla systemd[1]: Listening on LVM2 poll daemon socket.
Jun 28 19:37:06 lucilla systemd[1]: Listening on Process Core Dump Socket.
Jun 28 19:37:06 lucilla systemd[1]: Listening on initctl Compatibility Named Pipe.
Jun 28 19:37:06 lucilla systemd[1]: Listening on Journal Audit Socket.
Jun 28 19:37:06 lucilla systemd[1]: Listening on Journal Socket (/dev/log).
Jun 28 19:37:06 lucilla systemd[1]: Listening on Journal Socket.
Jun 28 19:37:06 lucilla systemd[1]: Listening on udev Control Socket.
Jun 28 19:37:06 lucilla systemd[1]: Listening on udev Kernel Socket.
Jun 28 19:37:06 lucilla systemd[1]: Mounting Huge Pages File System...
Jun 28 19:37:06 lucilla systemd[1]: Mounting POSIX Message Queue File System...
Jun 28 19:37:06 lucilla systemd[1]: Mounting Kernel Debug File System...
Jun 28 19:37:06 lucilla systemd[1]: Mounting Kernel Trace File System...
Jun 28 19:37:06 lucilla systemd[1]: Starting Create list of static device nodes for the current kernel...
Jun 28 19:37:06 lucilla systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
Jun 28 19:37:06 lucilla kernel: usb 1-8: New USB device found, idVendor=0a5c, idProduct=4500, bcdDevice= 1.00
Jun 28 19:37:06 lucilla kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 28 19:37:06 lucilla kernel: usb 1-8: Product: BRCM20702 Hub
Jun 28 19:37:06 lucilla kernel: usb 1-8: Manufacturer: Apple Inc.
Jun 28 19:37:06 lucilla systemd[1]: Starting Set Up Additional Binary Formats...
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Starting Journal Service...
Jun 28 19:37:06 lucilla kernel: hub 1-8:1.0: USB hub found
Jun 28 19:37:06 lucilla kernel: hub 1-8:1.0: 3 ports detected
Jun 28 19:37:06 lucilla systemd[1]: Starting Load Kernel Modules...
Jun 28 19:37:06 lucilla systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 28 19:37:06 lucilla systemd[1]: Starting udev Coldplug all Devices...
Jun 28 19:37:06 lucilla systemd[1]: Mounted Huge Pages File System.
Jun 28 19:37:06 lucilla systemd[1]: Mounted POSIX Message Queue File System.
Jun 28 19:37:06 lucilla systemd[1]: Mounted Kernel Debug File System.
Jun 28 19:37:06 lucilla systemd[1]: Mounted Kernel Trace File System.
Jun 28 19:37:06 lucilla systemd[1]: Finished Create list of static device nodes for the current kernel.
Jun 28 19:37:06 lucilla systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 250 (systemd-binfmt)
Jun 28 19:37:06 lucilla systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jun 28 19:37:06 lucilla kernel: EXT4-fs (sda2): re-mounted. Opts: data=ordered,discard
Jun 28 19:37:06 lucilla systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 28 19:37:06 lucilla systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Starting Load/Save Random Seed...
Jun 28 19:37:06 lucilla systemd[1]: Starting Create System Users...
Jun 28 19:37:06 lucilla systemd[1]: Finished Set Up Additional Binary Formats.
Jun 28 19:37:06 lucilla kernel: mc: Linux media interface: v0.10
Jun 28 19:37:06 lucilla systemd[1]: Finished Load/Save Random Seed.
Jun 28 19:37:06 lucilla kernel: videodev: Linux video capture interface: v2.00
Jun 28 19:37:06 lucilla systemd[1]: Finished Create System Users.
Jun 28 19:37:06 lucilla systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 28 19:37:06 lucilla kernel: facetimehd: loading out-of-tree module taints kernel.
Jun 28 19:37:06 lucilla kernel: facetimehd: module verification failed: signature and/or required key missing - tainting kernel
Jun 28 19:37:06 lucilla systemd[1]: Finished udev Coldplug all Devices.
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Found FaceTime HD camera with device id: 1570
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Setting 64bit DMA mask
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: S2 PCIe link init succeeded
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Refclk: 25MHz (0xa)
Jun 28 19:37:06 lucilla systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 28 19:37:06 lucilla systemd[1]: Starting udev Kernel Device Manager...
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: PLL reset finished
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Waiting for S2 PLL to lock at 450 MHz
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: S2 PLL is locked after 10 us
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: S2 PLL is in bypass mode
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: DDR40 PHY PLL locked on safe settings
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: STRAP valid
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Configuring DDR PLLs for 450 MHz
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: DDR40 PLL is locked after 0 us
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: First DDR40 VDL calibration completed after 1 us
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Second DDR40 VDL calibration completed after 1 us
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Using step size 154
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: VDL set to: coarse=0x10008, fine=0x1011b
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Virtual VTT enabled
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: S2 DRAM memory address: 0x22159559
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Rewrite DDR mode registers succeeded
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Full memory verification succeeded! (0)
Jun 28 19:37:06 lucilla kernel: usb 1-12: new full-speed USB device number 4 using xhci_hcd
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Loaded firmware, size: 1392kb
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: ISP woke up after 0ms
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Number of IPC channels: 7, queue size: 44865
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Firmware requested heap size: 3072kb
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: ISP second int after 0ms
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Channel description table at 00800000
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: magic value: 00000000 after 0 ms
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Enabling interrupts
Jun 28 19:37:06 lucilla kernel: FWMSG: 
Jun 28 19:37:06 lucilla kernel: FWMSG: - APOLLO-ISP-APPLE ------------------------------------------------------------
Jun 28 19:37:06 lucilla kernel: FWMSG: 
Jun 28 19:37:06 lucilla kernel: FWMSG:   Restart count : 0
Jun 28 19:37:06 lucilla kernel: FWMSG:   Platform : mode = TARGET, ID = 0x00000000, HW = 00020018.00000000
Jun 28 19:37:06 lucilla kernel: FWMSG:   System Clock : 200000000 Hz
Jun 28 19:37:06 lucilla kernel: FWMSG:   Processor mode : SUPERVISOR
Jun 28 19:37:06 lucilla kernel: FWMSG:   Cache architecture type : SEPARATE
Jun 28 19:37:06 lucilla kernel: FWMSG:   Cache type : WRITEBACK
Jun 28 19:37:06 lucilla kernel: FWMSG:   Data Cache Line : 32 [0x20]
Jun 28 19:37:06 lucilla kernel: FWMSG:   Boot arguments entries : 2
Jun 28 19:37:06 lucilla kernel: FWMSG:     0000: 0x00000000 0x00000000
Jun 28 19:37:06 lucilla kernel: FWMSG:   Physical memory base : 0x00000000 [TLB base 0x00160000]
Jun 28 19:37:06 lucilla kernel: FWMSG:   Main memory :   base : 0x00000000
Jun 28 19:37:06 lucilla kernel: FWMSG:                   size : 8388608 [0x00800000] [8.0 MB]
Jun 28 19:37:06 lucilla kernel: FWMSG:   Extra heap :    base : 0x2080b000 [phy = 0x0080b000]
Jun 28 19:37:06 lucilla kernel: FWMSG:                   size : 3145728 [0x00300000] [3.0 MB]
Jun 28 19:37:06 lucilla kernel: FWMSG:   Shared window : base : 0x00800000 [static wiring]
Jun 28 19:37:06 lucilla kernel: FWMSG:                   size : 125829120 [0x07800000] [120.0 MB]
Jun 28 19:37:06 lucilla kernel: FWMSG:   Shared memory : base : 0x00800000
Jun 28 19:37:06 lucilla kernel: FWMSG:                   size : 260046848 [0x0f800000] [248.0 MB]
Jun 28 19:37:06 lucilla kernel: FWMSG:   TEXT : 1421992 [0x15b2a8] - text 667256, cstring  38749, const 715528
Jun 28 19:37:06 lucilla kernel: FWMSG:   DATA : 8076 [0x1f8c] - data 0, bss 460, common 1452, noinit 6144
Jun 28 19:37:06 lucilla kernel: FWMSG:   Heap free space : 10002626 [0x0098a0c2]
Jun 28 19:37:06 lucilla kernel: FWMSG:   Heap allocated space : 94656 [0x000171c0]
Jun 28 19:37:06 lucilla kernel: FWMSG:   Disclaimer : Copyright (c) APPLE Inc. All Rights Reserved.
Jun 28 19:37:06 lucilla kernel: FWMSG:   Application : adc [release]
Jun 28 19:37:06 lucilla kernel: FWMSG:   Linked on : Jul 25 2015 - 08:48:55
Jun 28 19:37:06 lucilla kernel: FWMSG:   Release : S2ISP-01.43.00
Jun 28 19:37:06 lucilla kernel: FWMSG:   H4ISPAPPLE : 11536
Jun 28 19:37:06 lucilla kernel: FWMSG:   H4ISPCD : 4081
Jun 28 19:37:06 lucilla kernel: FWMSG:   ffw : 4143
Jun 28 19:37:06 lucilla kernel: FWMSG:   Tool-chain : iPhone OS - 7.0.3 [clang/clang++]
Jun 28 19:37:06 lucilla kernel: FWMSG: 
Jun 28 19:37:06 lucilla kernel: FWMSG: -------------------------------------------------------------------------------
Jun 28 19:37:06 lucilla kernel: FWMSG: 
Jun 28 19:37:06 lucilla kernel: usb 1-12: New USB device found, idVendor=05ac, idProduct=0262, bcdDevice= 2.25
Jun 28 19:37:06 lucilla kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 28 19:37:06 lucilla kernel: usb 1-12: Product: Apple Internal Keyboard / Trackpad
Jun 28 19:37:06 lucilla kernel: usb 1-12: Manufacturer: Apple Inc.
Jun 28 19:37:06 lucilla systemd-journald[251]: Journal started
Jun 28 19:37:06 lucilla systemd-journald[251]: Runtime Journal (/run/log/journal/5e18518e5c3f4223b92270a230f247a7) is 8.0M, max 796.1M, 788.1M free.
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 28 19:37:06 lucilla systemd[1]: Started Journal Service.
Jun 28 19:37:06 lucilla kernel: audit: type=1130 audit(1593365826.005:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd-journald[251]: Time spent on flushing to /var/log/journal/5e18518e5c3f4223b92270a230f247a7 is 113.419ms for 964 entries.
Jun 28 19:37:06 lucilla systemd-journald[251]: System Journal (/var/log/journal/5e18518e5c3f4223b92270a230f247a7) is 272.0M, max 256.0M, 0B free.
Jun 28 19:37:06 lucilla kernel: scsi 1:0:0:0: Direct-Access     APPLE    SD Card Reader   3.00 PQ: 0 ANSI: 6
Jun 28 19:37:06 lucilla kernel: FWMSG: [ISP] CMD = 0x0004 [CISP_CMD_PRINT_ENABLE]
Jun 28 19:37:06 lucilla kernel: FWMSG: [ISP] CMD = 0x0003 [CISP_CMD_CONFIG_GET]
Jun 28 19:37:06 lucilla kernel: FWMSG: [ISP] CH = 0 CMD = 0x010d [CISP_CMD_CH_INFO_GET]
Jun 28 19:37:06 lucilla kernel: facetimehd 0000:04:00.0: Direct firmware load for facetimehd/1871_01XX.dat failed with error -2
Jun 28 19:37:06 lucilla kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
Jun 28 19:37:06 lucilla kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
Jun 28 19:37:06 lucilla kernel: audit: type=1130 audit(1593365826.065:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla kernel: audit: type=1130 audit(1593365826.065:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla kernel: usb 1-8.1: new full-speed USB device number 5 using xhci_hcd
Jun 28 19:37:06 lucilla kernel: sd 1:0:0:0: [sdb] Attached SCSI removable disk
Jun 28 19:37:06 lucilla kernel: ACPI: AC Adapter [ADP1] (on-line)
Jun 28 19:37:06 lucilla kernel: apple_gmux: Found gmux version 4.0.8 [indexed]
Jun 28 19:37:06 lucilla kernel: smbus_hc ACPI0001:00: SBS HC: offset = 0x20, query_bit = 0x10
Jun 28 19:37:06 lucilla kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
Jun 28 19:37:06 lucilla kernel: ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20190816/utaddress-204)
Jun 28 19:37:06 lucilla kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun 28 19:37:06 lucilla kernel: ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20190816/utaddress-204)
Jun 28 19:37:06 lucilla kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun 28 19:37:06 lucilla kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPIO) (20190816/utaddress-204)
Jun 28 19:37:06 lucilla kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000810-0x0000000000000813 (\IO_D) (20190816/utaddress-204)
Jun 28 19:37:06 lucilla kernel: ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000080F (\IO_T) (20190816/utaddress-204)
Jun 28 19:37:06 lucilla kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Jun 28 19:37:06 lucilla kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Jun 28 19:37:06 lucilla kernel: i801_smbus 0000:00:1f.3: enabling device (0000 -> 0003)
Jun 28 19:37:06 lucilla kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd-modules-load[252]: Inserted module 'facetimehd'
Jun 28 19:37:06 lucilla systemd-modules-load[252]: Inserted module 'crypto_user'
Jun 28 19:37:06 lucilla systemd-modules-load[252]: Inserted module 'sg'
Jun 28 19:37:06 lucilla systemd[1]: Started udev Kernel Device Manager.
Jun 28 19:37:06 lucilla systemd[1]: Started LVM2 metadata daemon.
Jun 28 19:37:06 lucilla systemd-modules-load[252]: Inserted module 'usbip_core'
Jun 28 19:37:06 lucilla systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jun 28 19:37:06 lucilla systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 28 19:37:06 lucilla systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla kernel: audit: type=1130 audit(1593365826.215:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla kernel: usb 1-8.1: New USB device found, idVendor=05ac, idProduct=820a, bcdDevice= 1.00
Jun 28 19:37:06 lucilla kernel: usb 1-8.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 28 19:37:06 lucilla kernel: audit: type=1130 audit(1593365826.215:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd[1]: Found device APPLE_SSD_SM0512F 3.
Jun 28 19:37:06 lucilla systemd[1]: Found device APPLE_SSD_SM0512F 1.
Jun 28 19:37:06 lucilla systemd[1]: Found device APPLE_SSD_SM0512F 4.
Jun 28 19:37:06 lucilla systemd[1]: Activating swap /dev/disk/by-uuid/c64d488f-606f-41ba-8483-57a489ce30c9...
Jun 28 19:37:06 lucilla systemd-udevd[271]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 28 19:37:06 lucilla kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Jun 28 19:37:06 lucilla kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jun 28 19:37:06 lucilla kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jun 28 19:37:06 lucilla kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jun 28 19:37:06 lucilla kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Jun 28 19:37:06 lucilla systemd[1]: Activated swap /dev/disk/by-uuid/c64d488f-606f-41ba-8483-57a489ce30c9.
Jun 28 19:37:06 lucilla kernel: Adding 7812092k swap on /dev/sda4.  Priority:-2 extents:1 across:7812092k SSFS
Jun 28 19:37:06 lucilla kernel: usb 1-8.2: new full-speed USB device number 6 using xhci_hcd
Jun 28 19:37:06 lucilla systemd[1]: Reached target Swap.
Jun 28 19:37:06 lucilla systemd[1]: Mounting Temporary Directory (/tmp)...
Jun 28 19:37:06 lucilla systemd[1]: Mounted Temporary Directory (/tmp).
Jun 28 19:37:06 lucilla systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd[1]: Reached target Local File Systems (Pre).
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Starting File System Check on /dev/disk/by-uuid/9db95835-e44a-4066-9dd0-eb0a83ef5df1...
Jun 28 19:37:06 lucilla systemd[1]: Starting File System Check on /dev/disk/by-uuid/C591-0FFD...
Jun 28 19:37:06 lucilla kernel: audit: type=1130 audit(1593365826.435:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla kernel: usb 1-8.2: New USB device found, idVendor=05ac, idProduct=820b, bcdDevice= 1.00
Jun 28 19:37:06 lucilla kernel: usb 1-8.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 28 19:37:06 lucilla systemd-fsck[331]: /dev/sda3: clean, 733225/25157632 files, 78696911/100602624 blocks
Jun 28 19:37:06 lucilla systemd[1]: Finished File System Check on /dev/disk/by-uuid/9db95835-e44a-4066-9dd0-eb0a83ef5df1.
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-9db95835\x2de44a\x2d4066\x2d9dd0\x2deb0a83ef5df1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd[1]: Mounting /home...
Jun 28 19:37:06 lucilla kernel: audit: type=1130 audit(1593365826.485:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-9db95835\x2de44a\x2d4066\x2d9dd0\x2deb0a83ef5df1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: data=ordered,discard
Jun 28 19:37:06 lucilla systemd[1]: Mounted /home.
Jun 28 19:37:06 lucilla systemd-fsck[332]: fsck.fat 4.1 (2017-01-24)
Jun 28 19:37:06 lucilla systemd-fsck[332]: /dev/sda1: 391 files, 299482/401250 clusters
Jun 28 19:37:06 lucilla systemd[1]: Finished File System Check on /dev/disk/by-uuid/C591-0FFD.
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-C591\x2d0FFD comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla kernel: audit: type=1130 audit(1593365826.535:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-C591\x2d0FFD comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 28 19:37:06 lucilla kernel: usb 1-8.3: new full-speed USB device number 7 using xhci_hcd
Jun 28 19:37:06 lucilla systemd[1]: Mounting /boot...
Jun 28 19:37:06 lucilla kernel: iTCO_vendor_support: vendor-support=0
Jun 28 19:37:06 lucilla kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jun 28 19:37:06 lucilla kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Jun 28 19:37:06 lucilla kernel: iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Jun 28 19:37:06 lucilla kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 28 19:37:06 lucilla kernel: cryptd: max_cpu_qlen set to 1000
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jun 28 19:37:06 lucilla systemd-udevd[296]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
Jun 28 19:37:06 lucilla systemd[1]: Mounted /boot.
Jun 28 19:37:06 lucilla systemd[1]: Reached target Local File Systems.
Jun 28 19:37:06 lucilla kernel: AVX2 version of gcm_enc/dec engaged.
Jun 28 19:37:06 lucilla kernel: AES CTR mode by8 optimization enabled
Jun 28 19:37:06 lucilla kernel: ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
Jun 28 19:37:06 lucilla systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Starting Create Volatile Files and Directories...
Jun 28 19:37:06 lucilla kernel: intel-spi intel-spi: n25q064 (8192 Kbytes)
Jun 28 19:37:06 lucilla kernel: Creating 1 MTD partitions on "intel-spi":
Jun 28 19:37:06 lucilla kernel: 0x000000000000-0x000000800000 : "BIOS"
Jun 28 19:37:06 lucilla systemd[1]: Finished Create Volatile Files and Directories.
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd[1]: Starting Rebuild Journal Catalog...
Jun 28 19:37:06 lucilla systemd[1]: Starting Network Time Synchronization...
Jun 28 19:37:06 lucilla kernel: audit: type=1130 audit(1593365826.725:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jun 28 19:37:06 lucilla audit[363]: SYSTEM_BOOT pid=363 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Jun 28 19:37:06 lucilla kernel: applesmc: key=661 fan=2 temp=41 index=40 acc=0 lux=2 kbd=1
Jun 28 19:37:06 lucilla kernel: applesmc applesmc.768: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla kernel: usb 1-8.3: New USB device found, idVendor=05ac, idProduct=8289, bcdDevice= 1.50
Jun 28 19:37:06 lucilla kernel: usb 1-8.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 28 19:37:06 lucilla kernel: usb 1-8.3: Product: Bluetooth USB Host Controller
Jun 28 19:37:06 lucilla kernel: usb 1-8.3: Manufacturer: Apple Inc.
Jun 28 19:37:06 lucilla systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight...
Jun 28 19:37:06 lucilla systemd[1]: Finished Rebuild Journal Catalog.
Jun 28 19:37:06 lucilla kernel: snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jun 28 19:37:06 lucilla kernel: usbcore: registered new device driver usbip-host
Jun 28 19:37:06 lucilla systemd-modules-load[252]: Inserted module 'usbip_host'
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight.
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:smc::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Jun 28 19:37:06 lucilla kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jun 28 19:37:06 lucilla kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jun 28 19:37:06 lucilla kernel: vboxdrv: Found 8 processor cores
Jun 28 19:37:06 lucilla kernel: wl: module license 'MIXED/Proprietary' taints kernel.
Jun 28 19:37:06 lucilla kernel: Disabling lock debugging due to kernel taint
Jun 28 19:37:06 lucilla mtp-probe[402]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5"
Jun 28 19:37:06 lucilla mtp-probe[402]: bus: 1, device: 2 was not an MTP device
Jun 28 19:37:06 lucilla mtp-probe[404]: checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-4"
Jun 28 19:37:06 lucilla mtp-probe[404]: bus: 2, device: 2 was not an MTP device
Jun 28 19:37:06 lucilla mtp-probe[405]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12"
Jun 28 19:37:06 lucilla mtp-probe[405]: bus: 1, device: 4 was not an MTP device
Jun 28 19:37:06 lucilla mtp-probe[415]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2"
Jun 28 19:37:06 lucilla mtp-probe[415]: bus: 1, device: 6 was not an MTP device
Jun 28 19:37:06 lucilla mtp-probe[414]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.3"
Jun 28 19:37:06 lucilla mtp-probe[424]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1"
Jun 28 19:37:06 lucilla mtp-probe[424]: bus: 1, device: 5 was not an MTP device
Jun 28 19:37:06 lucilla mtp-probe[414]: bus: 1, device: 7 was not an MTP device
Jun 28 19:37:06 lucilla kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2494221962 Hz
Jun 28 19:37:06 lucilla kernel: vboxdrv: Successfully loaded version 6.1.10 (interface 0x002d0001)
Jun 28 19:37:06 lucilla kernel: input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input7
Jun 28 19:37:06 lucilla kernel: input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input8
Jun 28 19:37:06 lucilla kernel: input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input9
Jun 28 19:37:06 lucilla kernel: input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
Jun 28 19:37:06 lucilla kernel: input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
Jun 28 19:37:06 lucilla kernel: snd_hda_codec_cirrus hdaudioC1D0: autoconfig for CS4208: line_outs=2 (0x12/0x13/0x0/0x0/0x0) type:speaker
Jun 28 19:37:06 lucilla kernel: snd_hda_codec_cirrus hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 28 19:37:06 lucilla kernel: snd_hda_codec_cirrus hdaudioC1D0:    hp_outs=1 (0x10/0x0/0x0/0x0/0x0)
Jun 28 19:37:06 lucilla kernel: snd_hda_codec_cirrus hdaudioC1D0:    mono: mono_out=0x0
Jun 28 19:37:06 lucilla kernel: snd_hda_codec_cirrus hdaudioC1D0:    dig-out=0x21/0x0
Jun 28 19:37:06 lucilla kernel: snd_hda_codec_cirrus hdaudioC1D0:    inputs:
Jun 28 19:37:06 lucilla kernel: snd_hda_codec_cirrus hdaudioC1D0:      Internal Mic=0x1c
Jun 28 19:37:06 lucilla kernel: snd_hda_codec_cirrus hdaudioC1D0:      Mic=0x18
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jun 28 19:37:06 lucilla kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
Jun 28 19:37:06 lucilla kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
Jun 28 19:37:06 lucilla kernel: input: HDA Intel PCH SPDIF as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
Jun 28 19:37:06 lucilla systemd-modules-load[252]: Inserted module 'vboxdrv'
Jun 28 19:37:06 lucilla kernel: VBoxNetAdp: Successfully started.
Jun 28 19:37:06 lucilla kernel: input: bcm5974 as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.2/input/input15
Jun 28 19:37:06 lucilla kernel: usbcore: registered new interface driver bcm5974
Jun 28 19:37:06 lucilla systemd-modules-load[252]: Inserted module 'vboxnetadp'
Jun 28 19:37:06 lucilla systemd-modules-load[252]: Inserted module 'vboxnetflt'
Jun 28 19:37:06 lucilla systemd-modules-load[252]: Failed to find module 'vboxpci'
Jun 28 19:37:06 lucilla systemd[1]: Finished Load Kernel Modules.
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Mounting Kernel Configuration File System...
Jun 28 19:37:06 lucilla kernel: VBoxNetFlt: Successfully started.
Jun 28 19:37:06 lucilla systemd[1]: Starting Apply Kernel Variables...
Jun 28 19:37:06 lucilla systemd[1]: Mounted Kernel Configuration File System.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in FUSE Control File System being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jun 28 19:37:06 lucilla systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jun 28 19:37:06 lucilla systemd-sysctl[482]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Jun 28 19:37:06 lucilla systemd-sysctl[482]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Jun 28 19:37:06 lucilla systemd-sysctl[482]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Jun 28 19:37:06 lucilla systemd-sysctl[482]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Jun 28 19:37:06 lucilla systemd-sysctl[482]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Jun 28 19:37:06 lucilla systemd-sysctl[482]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Jun 28 19:37:06 lucilla systemd[1]: Finished Apply Kernel Variables.
Jun 28 19:37:06 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla systemd[1]: Starting Load/Save RF Kill Switch Status...
Jun 28 19:37:07 lucilla kernel: wlan0: Broadcom BCM43a0 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
Jun 28 19:37:07 lucilla kernel: 
Jun 28 19:37:07 lucilla kernel: hidraw: raw HID events driver (C) Jiri Kosina
Jun 28 19:37:07 lucilla kernel: usbcore: registered new interface driver usbhid
Jun 28 19:37:07 lucilla kernel: usbhid: USB HID core driver
Jun 28 19:37:07 lucilla systemd-udevd[292]: Using default interface naming scheme 'v245'.
Jun 28 19:37:07 lucilla systemd[1]: Started Load/Save RF Kill Switch Status.
Jun 28 19:37:07 lucilla systemd-udevd[292]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla kernel: input: 2.4G Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1EA7:0064.0001/input/input16
Jun 28 19:37:07 lucilla kernel: input: 2.4G Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:1EA7:0064.0001/input/input17
Jun 28 19:37:07 lucilla kernel: wl 0000:03:00.0 wlp3s0: renamed from wlan0
Jun 28 19:37:07 lucilla kernel: hid-generic 0003:1EA7:0064.0001: input,hiddev0,hidraw0: USB HID v1.10 Mouse [2.4G Mouse] on usb-0000:00:14.0-5/input0
Jun 28 19:37:07 lucilla kernel: input: HID 05ac:820a as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1/1-8.1:1.0/0003:05AC:820A.0004/input/input18
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla systemd[1]: Started Network Time Synchronization.
Jun 28 19:37:07 lucilla systemd[1]: Reached target System Time Set.
Jun 28 19:37:07 lucilla systemd[1]: Reached target System Time Synchronized.
Jun 28 19:37:07 lucilla mtp-probe[493]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.1"
Jun 28 19:37:07 lucilla mtp-probe[493]: bus: 1, device: 5 was not an MTP device
Jun 28 19:37:07 lucilla mtp-probe[495]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2"
Jun 28 19:37:07 lucilla mtp-probe[495]: bus: 1, device: 6 was not an MTP device
Jun 28 19:37:07 lucilla mtp-probe[496]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-12"
Jun 28 19:37:07 lucilla mtp-probe[496]: bus: 1, device: 4 was not an MTP device
Jun 28 19:37:07 lucilla kernel: Bluetooth: Core ver 2.22
Jun 28 19:37:07 lucilla kernel: NET: Registered protocol family 31
Jun 28 19:37:07 lucilla kernel: Bluetooth: HCI device and connection manager initialized
Jun 28 19:37:07 lucilla kernel: Bluetooth: HCI socket layer initialized
Jun 28 19:37:07 lucilla kernel: Bluetooth: L2CAP socket layer initialized
Jun 28 19:37:07 lucilla kernel: Bluetooth: SCO socket layer initialized
Jun 28 19:37:07 lucilla systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla systemd[1]: Starting Update is Completed...
Jun 28 19:37:07 lucilla kernel: hid-generic 0003:05AC:820A.0004: input,hidraw1: USB HID v1.11 Keyboard [HID 05ac:820a] on usb-0000:00:14.0-8.1/input0
Jun 28 19:37:07 lucilla kernel: mousedev: PS/2 mouse device common for all mice
Jun 28 19:37:07 lucilla kernel: input: HID 05ac:820b as /devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.2/1-8.2:1.0/0003:05AC:820B.0005/input/input19
Jun 28 19:37:07 lucilla kernel: hid-generic 0003:05AC:820B.0005: input,hidraw2: USB HID v1.11 Mouse [HID 05ac:820b] on usb-0000:00:14.0-8.2/input0
Jun 28 19:37:07 lucilla systemd[1]: Finished Update is Completed.
Jun 28 19:37:07 lucilla systemd-udevd[283]: Using default interface naming scheme 'v245'.
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla systemd[1]: Reached target System Initialization.
Jun 28 19:37:07 lucilla systemd[1]: Started CUPS Scheduler.
Jun 28 19:37:07 lucilla systemd[1]: Started Daily rotation of log files.
Jun 28 19:37:07 lucilla systemd[1]: Started Daily man-db regeneration.
Jun 28 19:37:07 lucilla systemd[1]: Started Daily verification of password and group files.
Jun 28 19:37:07 lucilla systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 28 19:37:07 lucilla systemd[1]: Started Daily locate database update.
Jun 28 19:37:07 lucilla systemd[1]: Reached target Paths.
Jun 28 19:37:07 lucilla systemd[1]: Reached target Timers.
Jun 28 19:37:07 lucilla systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Jun 28 19:37:07 lucilla systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 28 19:37:07 lucilla systemd[1]: Listening on CUPS Scheduler.
Jun 28 19:37:07 lucilla systemd[1]: Reached target Sockets.
Jun 28 19:37:07 lucilla systemd[1]: Reached target Basic System.
Jun 28 19:37:07 lucilla systemd[1]: Starting Save/Restore Sound Card State...
Jun 28 19:37:07 lucilla systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Jun 28 19:37:07 lucilla systemd[1]: Started Configure some parameters of Apple Macbook Pro Retina.
Jun 28 19:37:07 lucilla kernel: input: Apple Inc. Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/0003:05AC:0262.0002/input/input20
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=apple_optimize comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Jun 28 19:37:07 lucilla systemd[1]: Starting Thunderbolt system service...
Jun 28 19:37:07 lucilla avahi-daemon[509]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
Jun 28 19:37:07 lucilla systemd[1]: Started D-Bus System Message Bus.
Jun 28 19:37:07 lucilla apple_optimize[514]: powersupersave
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla mtp-probe[518]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8.3"
Jun 28 19:37:07 lucilla kernel: usbcore: registered new interface driver btusb
Jun 28 19:37:07 lucilla systemd[1]: Starting Network Manager...
Jun 28 19:37:07 lucilla systemd[1]: Started A fan manager daemon for MacBook Pro.
Jun 28 19:37:07 lucilla mtp-probe[518]: bus: 1, device: 7 was not an MTP device
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mbpfan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla systemd[1]: Starting Login Service...
Jun 28 19:37:07 lucilla systemd[1]: Finished Save/Restore Sound Card State.
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla systemd[1]: apple_optimize.service: Succeeded.
Jun 28 19:37:07 lucilla boltd[511]: bolt 0.9 starting up.
Jun 28 19:37:07 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=apple_optimize comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla systemd[1]: Reached target Sound Card.
Jun 28 19:37:07 lucilla avahi-daemon[509]: Successfully dropped root privileges.
Jun 28 19:37:07 lucilla avahi-daemon[509]: avahi-daemon 0.8 starting up.
Jun 28 19:37:07 lucilla avahi-daemon[509]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Jun 28 19:37:07 lucilla kernel: apple 0003:05AC:0262.0002: input,hidraw3: USB HID v1.11 Keyboard [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input0
Jun 28 19:37:07 lucilla kernel: apple 0003:05AC:0262.0003: hidraw4: USB HID v1.11 Device [Apple Inc. Apple Internal Keyboard / Trackpad] on usb-0000:00:14.0-12/input1
Jun 28 19:37:07 lucilla systemd[1]: Starting Bluetooth service...
Jun 28 19:37:07 lucilla systemd-udevd[271]: event20: EVDEV_ABS override set but no EV_ABS present on device
Jun 28 19:37:07 lucilla bluetoothd[527]: Bluetooth daemon 5.54
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.3637] NetworkManager (version 1.24.2-1) is starting... (for the first time)
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.3639] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jun 28 19:37:07 lucilla systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Jun 28 19:37:07 lucilla avahi-daemon[509]: Successfully called chroot().
Jun 28 19:37:07 lucilla avahi-daemon[509]: Successfully dropped remaining capabilities.
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.3769] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jun 28 19:37:07 lucilla avahi-daemon[509]: No service file found in /etc/avahi/services.
Jun 28 19:37:07 lucilla bluetoothd[527]: Starting SDP server
Jun 28 19:37:07 lucilla boltd[511]: store: located at: /var/lib/boltd
Jun 28 19:37:07 lucilla boltd[511]: config: loading user config
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla systemd[1]: Started Bluetooth service.
Jun 28 19:37:07 lucilla avahi-daemon[509]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Jun 28 19:37:07 lucilla avahi-daemon[509]: New relevant interface lo.IPv6 for mDNS.
Jun 28 19:37:07 lucilla avahi-daemon[509]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Jun 28 19:37:07 lucilla avahi-daemon[509]: New relevant interface lo.IPv4 for mDNS.
Jun 28 19:37:07 lucilla avahi-daemon[509]: Network interface enumeration completed.
Jun 28 19:37:07 lucilla avahi-daemon[509]: Registering new address record for ::1 on lo.*.
Jun 28 19:37:07 lucilla avahi-daemon[509]: Registering new address record for 127.0.0.1 on lo.IPv4.
Jun 28 19:37:07 lucilla boltd[511]: config: user config loaded successfully
Jun 28 19:37:07 lucilla boltd[511]: config: auth mode set to 'enabled'
Jun 28 19:37:07 lucilla boltd[511]: bouncer: initializing polkit
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.5' (uid=0 pid=511 comm="/usr/lib/boltd ")
Jun 28 19:37:07 lucilla systemd[1]: Started Network Manager.
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla systemd[1]: Reached target Bluetooth.
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.3831] manager[0x564fe372c080]: monitoring kernel firmware directory '/lib/firmware'.
Jun 28 19:37:07 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=519 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 28 19:37:07 lucilla systemd[1]: Reached target Network.
Jun 28 19:37:07 lucilla systemd[1]: Starting Network Manager Wait Online...
Jun 28 19:37:07 lucilla kernel: usb 1-8.1: USB disconnect, device number 5
Jun 28 19:37:07 lucilla systemd[1]: Starting Authorization Manager...
Jun 28 19:37:07 lucilla systemd[1]: Starting Permit User Sessions...
Jun 28 19:37:07 lucilla systemd[1]: Starting Hostname Service...
Jun 28 19:37:07 lucilla bluetoothd[527]: Bluetooth management interface 1.14 initialized
Jun 28 19:37:07 lucilla systemd[1]: Finished Permit User Sessions.
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jun 28 19:37:07 lucilla kernel: Bluetooth: BNEP filters: protocol multicast
Jun 28 19:37:07 lucilla kernel: Bluetooth: BNEP socket layer initialized
Jun 28 19:37:07 lucilla polkitd[536]: Started polkitd version 0.116
Jun 28 19:37:07 lucilla kernel: Bluetooth: hci0: BCM: chip id 73 build 1127
Jun 28 19:37:07 lucilla kernel: Bluetooth: hci0: BCM: product 05ac:8289
Jun 28 19:37:07 lucilla kernel: Bluetooth: hci0: BCM: features 0x07
Jun 28 19:37:07 lucilla kernel: Bluetooth: hci0: BCM20702B0 Generic USB Class 1 @ 20 MHz
Jun 28 19:37:07 lucilla polkitd[536]: Loading rules from directory /etc/polkit-1/rules.d
Jun 28 19:37:07 lucilla polkitd[536]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 28 19:37:07 lucilla polkitd[536]: Finished loading, compiling and executing 8 rules
Jun 28 19:37:07 lucilla dbus-daemon[515]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jun 28 19:37:07 lucilla systemd[1]: Started Authorization Manager.
Jun 28 19:37:07 lucilla polkitd[536]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 28 19:37:07 lucilla boltd[511]: watchdog: enabled [pulse: 90s]
Jun 28 19:37:07 lucilla boltd[511]: udev: initializing udev
Jun 28 19:37:07 lucilla boltd[511]: store: loading domains
Jun 28 19:37:07 lucilla boltd[511]: [00000000-0000-domain?                    ] store: loading domain
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla boltd[511]: journal: opened for '00000000-0000'; size: 0 bytes
Jun 28 19:37:07 lucilla boltd[511]: [00000000-0000-domain?                    ] domain: registered (bootacl: 0/0)
Jun 28 19:37:07 lucilla boltd[511]: store: loading devices
Jun 28 19:37:07 lucilla boltd[511]: power: state located at: /run/boltd/power
Jun 28 19:37:07 lucilla boltd[511]: power: force power support: no
Jun 28 19:37:07 lucilla boltd[511]: udev: enumerating devices
Jun 28 19:37:07 lucilla boltd[511]: probing: adding /sys/devices/pci0000:00/0000:00:01.1/0000:06:00.0 to roots
Jun 28 19:37:07 lucilla boltd[511]: security level set to 'user'
Jun 28 19:37:07 lucilla boltd[511]: [00000000-0000-domain0                    ] connected: as domain0 [user] (/sys/devices/pci0000:00/0000:00:01.1/0000:06:00.0/0000:07:00.0/0000:08:00.0/domain0)
Jun 28 19:37:07 lucilla boltd[511]: udev: could not create device: failed to get sysfs attr: device
Jun 28 19:37:07 lucilla boltd[511]: dbus: exported domain at /org/freedesktop/bolt/domains/00000000_0000_0008_802a_30101a623052
Jun 28 19:37:07 lucilla systemd[1]: Started Thunderbolt system service.
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bolt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla kernel: NET: Registered protocol family 38
Jun 28 19:37:07 lucilla kernel: intel_rapl_common: Found RAPL domain package
Jun 28 19:37:07 lucilla kernel: intel_rapl_common: Found RAPL domain core
Jun 28 19:37:07 lucilla kernel: intel_rapl_common: Found RAPL domain uncore
Jun 28 19:37:07 lucilla kernel: intel_rapl_common: Found RAPL domain dram
Jun 28 19:37:07 lucilla systemd-logind[522]: New seat seat0.
Jun 28 19:37:07 lucilla systemd-logind[522]: Watching system buttons on /dev/input/event3 (Power Button)
Jun 28 19:37:07 lucilla dbus-daemon[515]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jun 28 19:37:07 lucilla systemd[1]: Started Hostname Service.
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.6782] hostname: hostname: using hostnamed
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.6783] hostname: hostname changed from (none) to "lucilla"
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.6789] dns-mgr[0x564fe36ff220]: init: dns=default,systemd-resolved rc-manager=symlink
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.6798] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/ieee80211/phy0/rfkill0) (driver wl)
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.6801] manager[0x564fe372c080]: rfkill: Wi-Fi hardware radio set enabled
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.6801] manager[0x564fe372c080]: rfkill: WWAN hardware radio set disabled
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.6962] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.24.2-1/libnm-device-plugin-wwan.so)
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.6977] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.24.2-1/libnm-device-plugin-wifi.so)
Jun 28 19:37:07 lucilla kernel: snd_hda_codec_hdmi hdaudioC2D0: HDMI: failed to get afg sub nodes
Jun 28 19:37:07 lucilla kernel: snd_hda_codec_hdmi: probe of hdaudioC2D0 failed with error -22
Jun 28 19:37:07 lucilla kernel: snd_hda_codec_hdmi hdaudioC2D0: HDMI: failed to get afg sub nodes
Jun 28 19:37:07 lucilla kernel: snd_hda_codec_hdmi: probe of hdaudioC2D0 failed with error -22
Jun 28 19:37:07 lucilla kernel: snd_hda_codec_hdmi hdaudioC2D0: HDMI: failed to get afg sub nodes
Jun 28 19:37:07 lucilla kernel: snd_hda_codec_hdmi: probe of hdaudioC2D0 failed with error -22
Jun 28 19:37:07 lucilla kernel: snd_hda_codec_generic hdaudioC2D0: autoconfig for Generic: line_outs=0 (0x0/0x0/0x0/0x0/0x0) type:line
Jun 28 19:37:07 lucilla kernel: snd_hda_codec_generic hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 28 19:37:07 lucilla kernel: snd_hda_codec_generic hdaudioC2D0:    hp_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 28 19:37:07 lucilla kernel: snd_hda_codec_generic hdaudioC2D0:    mono: mono_out=0x0
Jun 28 19:37:07 lucilla kernel: snd_hda_codec_generic hdaudioC2D0:    inputs:
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7108] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.24.2-1/libnm-device-plugin-team.so)
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7130] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.24.2-1/libnm-device-plugin-bluetooth.so)
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7137] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.24.2-1/libnm-device-plugin-ovs.so)
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7144] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.24.2-1/libnm-device-plugin-adsl.so)
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7146] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7147] manager: rfkill: WWAN enabled by radio killswitch; disabled by state file
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7148] manager: Networking is enabled by state file
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7154] dhcp-init: Using DHCP client 'internal'
Jun 28 19:37:07 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=519 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7165] settings: Loaded settings plugin: keyfile (internal)
Jun 28 19:37:07 lucilla systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 28 19:37:07 lucilla dbus-daemon[515]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun 28 19:37:07 lucilla systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7247] device (lo): carrier: link connected
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7249] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7257] manager: (wlp3s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.7263] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla kernel: usb 1-8.2: USB disconnect, device number 6
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.8979] device (wlp3s0): set-hw-addr: set MAC address to 3E:2E:C1:E4:C0:22 (scanning)
Jun 28 19:37:07 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=519 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 28 19:37:07 lucilla systemd[1]: Starting WPA supplicant...
Jun 28 19:37:07 lucilla NetworkManager[519]: <info>  [1593365827.9034] ovsdb: Could not connect: No such file or directory
Jun 28 19:37:07 lucilla dbus-daemon[515]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jun 28 19:37:07 lucilla systemd[1]: Started WPA supplicant.
Jun 28 19:37:07 lucilla wpa_supplicant[588]: Successfully initialized wpa_supplicant
Jun 28 19:37:07 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:07 lucilla systemd-logind[522]: Watching system buttons on /dev/input/event1 (Power Button)
Jun 28 19:37:07 lucilla systemd-logind[522]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jun 28 19:37:07 lucilla systemd-logind[522]: Watching system buttons on /dev/input/event2 (Sleep Button)
Jun 28 19:37:08 lucilla wpa_supplicant[588]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Jun 28 19:37:08 lucilla NetworkManager[519]: <info>  [1593365828.0372] device (wlp3s0): supplicant interface state: internal-starting -> disconnected
Jun 28 19:37:08 lucilla NetworkManager[519]: <info>  [1593365828.0373] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jun 28 19:37:08 lucilla avahi-daemon[509]: Server startup complete. Host name is lucilla.local. Local service cookie is 1060858288.
Jun 28 19:37:08 lucilla systemd-logind[522]: Watching system buttons on /dev/input/event20 (Apple Inc. Apple Internal Keyboard / Trackpad)
Jun 28 19:37:09 lucilla systemd[1]: Started Login Service.
Jun 28 19:37:09 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:09 lucilla systemd[1]: Reached target Multi-User System.
Jun 28 19:37:09 lucilla systemd[1]: Started Simple Desktop Display Manager.
Jun 28 19:37:09 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:09 lucilla systemd[1]: Reached target Graphical Interface.
Jun 28 19:37:09 lucilla kernel: kauditd_printk_skb: 24 callbacks suppressed
Jun 28 19:37:09 lucilla kernel: audit: type=1130 audit(1593365829.055:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:09 lucilla kernel: audit: type=1130 audit(1593365829.055:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:09 lucilla sddm[595]: Initializing...
Jun 28 19:37:09 lucilla sddm[595]: Starting...
Jun 28 19:37:09 lucilla sddm[595]: Logind interface found
Jun 28 19:37:09 lucilla sddm[595]: Adding new display on vt 1 ...
Jun 28 19:37:09 lucilla sddm[595]: Loading theme configuration from ""
Jun 28 19:37:09 lucilla sddm[595]: Display server starting...
Jun 28 19:37:09 lucilla sddm[595]: Running: /usr/bin/X -dpi 144 -auth /var/run/sddm/{41727777-37e4-4d98-aa36-6786fcbad748} -background none -noreset -displayfd 17 -seat seat0 vt1
Jun 28 19:37:10 lucilla sddm[595]: Setting default cursor
Jun 28 19:37:10 lucilla sddm[595]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Jun 28 19:37:10 lucilla sddm[595]: Display server started.
Jun 28 19:37:10 lucilla sddm[595]: Socket server starting...
Jun 28 19:37:10 lucilla sddm[595]: Socket server started.
Jun 28 19:37:10 lucilla sddm[595]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Jun 28 19:37:10 lucilla sddm[595]: Greeter starting...
Jun 28 19:37:10 lucilla sddm[595]: Adding cookie to "/var/run/sddm/{41727777-37e4-4d98-aa36-6786fcbad748}"
Jun 28 19:37:10 lucilla sddm-helper[608]: [PAM] Starting...
Jun 28 19:37:10 lucilla audit[608]: USER_AUTH pid=608 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla audit[608]: USER_ACCT pid=608 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla sddm-helper[608]: [PAM] Authenticating...
Jun 28 19:37:10 lucilla sddm-helper[608]: [PAM] returning.
Jun 28 19:37:10 lucilla audit[608]: CRED_ACQ pid=608 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla sddm-helper[608]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
Jun 28 19:37:10 lucilla kernel: audit: type=1100 audit(1593365830.365:37): pid=608 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla kernel: audit: type=1101 audit(1593365830.365:38): pid=608 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla kernel: audit: type=1103 audit(1593365830.365:39): pid=608 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla systemd[1]: Created slice User Slice of UID 992.
Jun 28 19:37:10 lucilla systemd[1]: Starting User Runtime Directory /run/user/992...
Jun 28 19:37:10 lucilla systemd-logind[522]: New session c1 of user sddm.
Jun 28 19:37:10 lucilla systemd[1]: Finished User Runtime Directory /run/user/992.
Jun 28 19:37:10 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@992 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla systemd[1]: Starting User Manager for UID 992...
Jun 28 19:37:10 lucilla kernel: audit: type=1130 audit(1593365830.385:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@992 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla audit[611]: USER_ACCT pid=611 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla audit[611]: CRED_ACQ pid=611 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 28 19:37:10 lucilla systemd[611]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Jun 28 19:37:10 lucilla systemd[611]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
Jun 28 19:37:10 lucilla audit[611]: USER_START pid=611 uid=0 auid=992 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla kernel: audit: type=1101 audit(1593365830.395:41): pid=611 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla kernel: audit: type=1103 audit(1593365830.395:42): pid=611 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 28 19:37:10 lucilla kernel: audit: type=1006 audit(1593365830.395:43): pid=611 uid=0 old-auid=4294967295 auid=992 tty=(none) old-ses=4294967295 ses=1 res=1
Jun 28 19:37:10 lucilla kernel: audit: type=1105 audit(1593365830.395:44): pid=611 uid=0 auid=992 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla systemd[611]: Reached target Paths.
Jun 28 19:37:10 lucilla systemd[611]: Reached target Timers.
Jun 28 19:37:10 lucilla systemd[611]: Starting D-Bus User Message Bus Socket.
Jun 28 19:37:10 lucilla systemd[611]: Listening on GnuPG network certificate management daemon.
Jun 28 19:37:10 lucilla systemd[611]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 28 19:37:10 lucilla systemd[611]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 28 19:37:10 lucilla systemd[611]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 28 19:37:10 lucilla systemd[611]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 28 19:37:10 lucilla systemd[611]: Listening on p11-kit server.
Jun 28 19:37:10 lucilla systemd[611]: Listening on Multimedia System.
Jun 28 19:37:10 lucilla systemd[611]: Listening on Sound System.
Jun 28 19:37:10 lucilla systemd[611]: Listening on D-Bus User Message Bus Socket.
Jun 28 19:37:10 lucilla systemd[611]: Reached target Sockets.
Jun 28 19:37:10 lucilla systemd[611]: Reached target Basic System.
Jun 28 19:37:10 lucilla systemd[1]: Started User Manager for UID 992.
Jun 28 19:37:10 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@992 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:10 lucilla systemd[611]: Starting Update XDG user dir configuration...
Jun 28 19:37:10 lucilla systemd[1]: Started Session c1 of user sddm.
Jun 28 19:37:10 lucilla systemd[611]: xdg-user-dirs-update.service: Succeeded.
Jun 28 19:37:10 lucilla systemd[611]: Finished Update XDG user dir configuration.
Jun 28 19:37:10 lucilla systemd[611]: Reached target Main User Target.
Jun 28 19:37:10 lucilla audit[608]: USER_START pid=608 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Jun 28 19:37:10 lucilla systemd[611]: Startup finished in 107ms.
Jun 28 19:37:10 lucilla sddm[595]: Greeter session started successfully
Jun 28 19:37:10 lucilla sddm-greeter[621]: High-DPI autoscaling Enabled
Jun 28 19:37:10 lucilla sddm-greeter[621]: Reading from "/usr/share/xsessions/plasma.desktop"
Jun 28 19:37:10 lucilla sddm-greeter[621]: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop"
Jun 28 19:37:10 lucilla sddm-greeter[621]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Jun 28 19:37:10 lucilla systemd[611]: Started D-Bus User Message Bus.
Jun 28 19:37:10 lucilla sddm-greeter[621]: Connected to the daemon.
Jun 28 19:37:10 lucilla sddm[595]: Message received from greeter: Connect
Jun 28 19:37:10 lucilla sddm-greeter[621]: Loading file:///usr/share/sddm/themes/breeze/Main.qml...
Jun 28 19:37:10 lucilla sddm-greeter[621]: QObject: Cannot create children for a parent that is in a different thread.
                                           (Parent is QGuiApplication(0x7ffe22d4f2f0), parent's thread is QThread(0x55ecd3a170f0), current thread is QThread(0x55ecd3bf35f0)
Jun 28 19:37:10 lucilla sddm-greeter[621]: QObject: Cannot create children for a parent that is in a different thread.
                                           (Parent is QGuiApplication(0x7ffe22d4f2f0), parent's thread is QThread(0x55ecd3a170f0), current thread is QThread(0x55ecd3bf35f0)
Jun 28 19:37:10 lucilla sddm-greeter[621]: QObject: Cannot create children for a parent that is in a different thread.
                                           (Parent is QGuiApplication(0x7ffe22d4f2f0), parent's thread is QThread(0x55ecd3a170f0), current thread is QThread(0x55ecd3bf35f0)
Jun 28 19:37:10 lucilla sddm-greeter[621]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Jun 28 19:37:11 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.17' (uid=992 pid=621 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-CanizA")
Jun 28 19:37:11 lucilla systemd[1]: Starting Disk Manager...
Jun 28 19:37:11 lucilla udisksd[631]: udisks daemon version 2.9.0 starting
Jun 28 19:37:11 lucilla dbus-daemon[515]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jun 28 19:37:11 lucilla systemd[1]: Started Disk Manager.
Jun 28 19:37:11 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:11 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.17' (uid=992 pid=621 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-CanizA")
Jun 28 19:37:11 lucilla systemd[1]: Starting Daemon for power management...
Jun 28 19:37:12 lucilla udisksd[631]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jun 28 19:37:12 lucilla systemd[1]: systemd-rfkill.service: Succeeded.
Jun 28 19:37:12 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:12 lucilla dbus-daemon[515]: [system] Successfully activated service 'org.freedesktop.UPower'
Jun 28 19:37:12 lucilla systemd[1]: Started Daemon for power management.
Jun 28 19:37:12 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:12 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/Main.qml:495:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:12 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:12 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:12 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:12 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/VirtualKeyboard.qml:22:1: Type InputPanel unavailable
Jun 28 19:37:12 lucilla sddm-greeter[621]: qrc:/QtQuick/VirtualKeyboard/content/InputPanel.qml:127:5: Type Keyboard unavailable
Jun 28 19:37:12 lucilla sddm-greeter[621]: qrc:/QtQuick/VirtualKeyboard/content/components/Keyboard.qml:38:1: module "QtQuick.VirtualKeyboard.Plugins" is not installed
Jun 28 19:37:12 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/Login.qml:103:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:12 lucilla sddm-greeter[621]: libpng warning: iCCP: known incorrect sRGB profile
Jun 28 19:37:12 lucilla sddm-greeter[621]: Adding view for "eDP1" QRect(0,0 2880x1800)
Jun 28 19:37:12 lucilla sddm-greeter[621]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.18'
Jun 28 19:37:12 lucilla sddm-greeter[621]: Message received from daemon: Capabilities
Jun 28 19:37:12 lucilla sddm-greeter[621]: Message received from daemon: HostName
Jun 28 19:37:16 lucilla sddm-greeter[621]: Reading from "/usr/share/xsessions/plasma.desktop"
Jun 28 19:37:16 lucilla sddm[595]: Message received from greeter: Login
Jun 28 19:37:16 lucilla sddm[595]: Reading from "/usr/share/xsessions/plasma.desktop"
Jun 28 19:37:16 lucilla sddm[595]: Reading from "/usr/share/xsessions/plasma.desktop"
Jun 28 19:37:16 lucilla sddm[595]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11"
Jun 28 19:37:16 lucilla sddm-helper[672]: [PAM] Starting...
Jun 28 19:37:16 lucilla sddm-helper[672]: [PAM] Authenticating...
Jun 28 19:37:16 lucilla sddm-helper[672]: [PAM] Preparing to converse...
Jun 28 19:37:16 lucilla sddm-helper[672]: [PAM] Conversation with 1 messages
Jun 28 19:37:16 lucilla sddm-helper[672]: pam_kwallet5(sddm:auth): (null): pam_sm_authenticate
Jun 28 19:37:16 lucilla audit[672]: USER_AUTH pid=672 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="gianluca" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla sddm-helper[672]: [PAM] returning.
Jun 28 19:37:16 lucilla kernel: kauditd_printk_skb: 5 callbacks suppressed
Jun 28 19:37:16 lucilla kernel: audit: type=1100 audit(1593365836.515:50): pid=672 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="gianluca" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla audit[672]: USER_ACCT pid=672 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="gianluca" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla sddm[595]: Authenticated successfully
Jun 28 19:37:16 lucilla sddm-helper[672]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Jun 28 19:37:16 lucilla audit[672]: CRED_ACQ pid=672 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="gianluca" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla sddm-greeter[621]: Message received from daemon: LoginSucceeded
Jun 28 19:37:16 lucilla sddm-helper[672]: pam_unix(sddm:session): session opened for user gianluca by (uid=0)
Jun 28 19:37:16 lucilla kernel: audit: type=1101 audit(1593365836.525:51): pid=672 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="gianluca" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla kernel: audit: type=1103 audit(1593365836.525:52): pid=672 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="gianluca" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla kernel: audit: type=1006 audit(1593365836.525:53): pid=672 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Jun 28 19:37:16 lucilla systemd[1]: Created slice User Slice of UID 1000.
Jun 28 19:37:16 lucilla systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 28 19:37:16 lucilla systemd-logind[522]: New session 2 of user gianluca.
Jun 28 19:37:16 lucilla systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 28 19:37:16 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla systemd[1]: Starting User Manager for UID 1000...
Jun 28 19:37:16 lucilla audit[675]: USER_ACCT pid=675 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="gianluca" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla audit[675]: CRED_ACQ pid=675 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gianluca" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 28 19:37:16 lucilla systemd[675]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gianluca] ruser=[<unknown>] rhost=[<unknown>]
Jun 28 19:37:16 lucilla systemd[675]: pam_unix(systemd-user:session): session opened for user gianluca by (uid=0)
Jun 28 19:37:16 lucilla audit[675]: USER_START pid=675 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="gianluca" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla kernel: audit: type=1130 audit(1593365836.555:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla kernel: audit: type=1101 audit(1593365836.555:55): pid=675 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="gianluca" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla kernel: audit: type=1103 audit(1593365836.555:56): pid=675 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="gianluca" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 28 19:37:16 lucilla kernel: audit: type=1006 audit(1593365836.555:57): pid=675 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
Jun 28 19:37:16 lucilla kernel: audit: type=1105 audit(1593365836.555:58): pid=675 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="gianluca" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/Main.qml:463: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/org/kde/plasma/workspace/components/BatteryIcon.qml:42: TypeError: Cannot call method 'roundToIconSize' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/Battery.qml:27: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/Main.qml:441: TypeError: Cannot read property 'largeSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/Main.qml:446: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/Main.qml:157: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:102: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:39: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:55: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:41: TypeError: Cannot read property 'largeSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/ActionButton.qml:42: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/Login.qml:120: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/Login.qml:115: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/org/kde/plasma/components/TextField.qml:121: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/org/kde/plasma/components/TextField.qml:97: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/org/kde/plasma/components/TextField.qml:121: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/org/kde/plasma/components/TextField.qml:97: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qml:84: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qml:114: TypeError: Cannot read property 'largeSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qml:100: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qml:101: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/SessionManagementScreen.qml:91: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/UserList.qml:25: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/UserList.qml:26: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:51: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:114: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:49: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:51: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:114: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:49: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:51: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:114: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:49: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ButtonStyle.qml:96: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ButtonStyle.qml:41: TypeError: Cannot read property 'smallSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml:90: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/TextFieldStyle.qml:90: TypeError: Cannot read property 'iconSizes' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:103: TypeError: Cannot read property 'largeSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:44: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:69: TypeError: Cannot read property 'largeSpacing' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:95: TypeError: Cannot read property 'gridUnit' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:75: TypeError: Cannot read property 'longDuration' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/components/UserDelegate.qml:50: TypeError: Cannot read property 'longDuration' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/org/kde/plasma/components/TextField.qml:127: TypeError: Cannot read property 'longDuration' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/private/TextFieldFocus.qml:93: TypeError: Cannot read property 'longDuration' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/lib/qt/qml/org/kde/plasma/components/TextField.qml:127: TypeError: Cannot read property 'longDuration' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/Main.qml:240: TypeError: Cannot read property 'longDuration' of null
Jun 28 19:37:16 lucilla sddm-greeter[621]: file:///usr/share/sddm/themes/breeze/Main.qml:468: TypeError: Cannot read property 'longDuration' of null
Jun 28 19:37:16 lucilla systemd[675]: Reached target Paths.
Jun 28 19:37:16 lucilla kernel: audit: type=1130 audit(1593365836.625:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:16 lucilla systemd[675]: Reached target Timers.
Jun 28 19:37:16 lucilla sddm-helper[672]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Jun 28 19:37:16 lucilla systemd[675]: Starting D-Bus User Message Bus Socket.
Jun 28 19:37:16 lucilla audit[608]: USER_END pid=608 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Jun 28 19:37:16 lucilla audit[608]: CRED_DISP pid=608 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Jun 28 19:37:16 lucilla sddm-helper[608]: pam_unix(sddm-greeter:session): session closed for user sddm
Jun 28 19:37:16 lucilla systemd[675]: Listening on GnuPG network certificate management daemon.
Jun 28 19:37:16 lucilla systemd[675]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 28 19:37:16 lucilla systemd[675]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 28 19:37:16 lucilla systemd[675]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 28 19:37:16 lucilla systemd[675]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 28 19:37:16 lucilla systemd[675]: Listening on p11-kit server.
Jun 28 19:37:16 lucilla systemd[675]: Listening on Multimedia System.
Jun 28 19:37:16 lucilla systemd[675]: Listening on Sound System.
Jun 28 19:37:16 lucilla systemd[675]: Listening on D-Bus User Message Bus Socket.
Jun 28 19:37:16 lucilla systemd[675]: Reached target Sockets.
Jun 28 19:37:16 lucilla systemd[675]: Reached target Basic System.
Jun 28 19:37:16 lucilla systemd[1]: Started User Manager for UID 1000.
Jun 28 19:37:16 lucilla systemd[675]: Starting Update XDG user dir configuration...
Jun 28 19:37:16 lucilla systemd[1]: Started Session 2 of user gianluca.
Jun 28 19:37:16 lucilla systemd[675]: xdg-user-dirs-update.service: Succeeded.
Jun 28 19:37:16 lucilla systemd[675]: Finished Update XDG user dir configuration.
Jun 28 19:37:16 lucilla systemd[675]: Reached target Main User Target.
Jun 28 19:37:16 lucilla systemd[675]: Startup finished in 68ms.
Jun 28 19:37:16 lucilla sddm-helper[608]: [PAM] Closing session
Jun 28 19:37:16 lucilla sddm-helper[608]: [PAM] Ended.
Jun 28 19:37:16 lucilla sddm[595]: Auth: sddm-helper exited successfully
Jun 28 19:37:16 lucilla sddm[595]: Greeter stopped.
Jun 28 19:37:16 lucilla systemd[1]: session-c1.scope: Succeeded.
Jun 28 19:37:16 lucilla systemd-logind[522]: Session c1 logged out. Waiting for processes to exit.
Jun 28 19:37:16 lucilla systemd-logind[522]: Removed session c1.
Jun 28 19:37:16 lucilla sddm-helper[687]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Jun 28 19:37:16 lucilla audit[672]: USER_START pid=672 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_kwallet5 acct="gianluca" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Jun 28 19:37:16 lucilla sddm-helper[672]: Starting: "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Jun 28 19:37:16 lucilla sddm-helper[689]: Adding cookie to "/home/gianluca/.Xauthority"
Jun 28 19:37:16 lucilla sddm[595]: Session started
Jun 28 19:37:16 lucilla systemd[675]: Started D-Bus User Message Bus.
Jun 28 19:37:17 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activating service name='org.kde.KSplash' requested by ':1.3' (uid=1000 pid=689 comm="/usr/bin/startplasma-x11 ")
Jun 28 19:37:17 lucilla klauncher[723]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Jun 28 19:37:17 lucilla kcminit_startup[727]: Initializing  "kcm_style" :  "kcminit_style"
Jun 28 19:37:17 lucilla kcminit_startup[727]: Initializing  "kcm_mouse" :  "kcminit_mouse"
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: process job  "kcminit_startup" finished with exit code  0
Jun 28 19:37:17 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activating service name='org.kde.kglobalaccel' requested by ':1.8' (uid=1000 pid=734 comm="/usr/bin/kded5 ")
Jun 28 19:37:17 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activating service name='org.kde.ActivityManager' requested by ':1.9' (uid=1000 pid=738 comm="/usr/bin/kwin_x11 ")
Jun 28 19:37:17 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Successfully activated service 'org.kde.kglobalaccel'
Jun 28 19:37:17 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Successfully activated service 'org.kde.ActivityManager'
Jun 28 19:37:17 lucilla systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Jun 28 19:37:17 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:17 lucilla kded5[734]: org.kde.wacomtablet.common: d->name.isEmpty? true
Jun 28 19:37:17 lucilla kded5[734]: org.kde.wacomtablet.common: d->name.isEmpty? true
Jun 28 19:37:17 lucilla NetworkManager[519]: <info>  [1593365837.8025] agent-manager: agent[9fe843d67152c9d5,:1.25/org.kde.plasma.networkmanagement/1000]: agent registered
Jun 28 19:37:17 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activating service name='ca.desrt.dconf' requested by ':1.12' (uid=1000 pid=734 comm="/usr/bin/kded5 ")
Jun 28 19:37:17 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Successfully activated service 'ca.desrt.dconf'
Jun 28 19:37:17 lucilla ksmserver[764]: Qt: Session management error: networkIdsList argument is NULL
Jun 28 19:37:17 lucilla kcminit_startup[727]: Initializing  "kcm_kgamma" :  "kcminit_kgamma"
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop" ("/usr/lib/polkit-kde-authentication-agent-1")
Jun 28 19:37:17 lucilla kcminit_startup[727]: Initializing  "kded_touchpad" :  "kcminit_touchpad"
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/kaccess.desktop" ("/usr/bin/kaccess")
Jun 28 19:37:17 lucilla kcminit_startup[727]: kcm_touchpad: Using X11 backend
Jun 28 19:37:17 lucilla kcminit_startup[727]: Width:  8326  height:  5712
Jun 28 19:37:17 lucilla kcminit_startup[727]: Approx. resX:  92  resY:  114
Jun 28 19:37:17 lucilla kcminit_startup[727]: Touchpad resolution: x:  94  y:  92
Jun 28 19:37:17 lucilla kcminit_startup[727]: Final resolution x: 94  y: 92
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/baloo_file.desktop" ("/usr/bin/baloo_file")
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/pam_kwallet_init.desktop" ("/usr/lib/pam_kwallet_init")
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.kde.plasmashell.desktop" ("/usr/bin/plasmashell")
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/xembedsniproxy.desktop" ("/usr/bin/xembedsniproxy")
Jun 28 19:37:17 lucilla kaccess[788]: Xlib XKB extension major= 1  minor= 0
Jun 28 19:37:17 lucilla kded5[734]: Installing the delayed initialization callback.
Jun 28 19:37:17 lucilla kded5[734]: bluedevil: Created
Jun 28 19:37:17 lucilla kaccess[788]: X server XKB extension major= 1  minor= 0
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/home/gianluca/.config/autostart/org.kde.latte-dock.desktop" ("/usr/bin/latte-dock")
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/pulseaudio.desktop" ("/usr/bin/start-pulseaudio-x11")
Jun 28 19:37:17 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 774, resource id: 8388613, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/restore_kmix_volumes.desktop" ("/usr/bin/kmixctrl", "--restore")
Jun 28 19:37:17 lucilla polkitd[536]: Registered Authentication Agent for unix-session:2 (system bus name :1.28 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.utf8)
Jun 28 19:37:17 lucilla polkit-kde-authentication-agent-1[785]: New PolkitAgentListener  0x562879976e00
Jun 28 19:37:17 lucilla polkit-kde-authentication-agent-1[785]: Adding new listener  PolkitQt1::Agent::Listener(0x562879982ee0) for  0x562879976e00
Jun 28 19:37:17 lucilla polkit-kde-authentication-agent-1[785]: Listener online
Jun 28 19:37:17 lucilla polkit-kde-authentication-agent-1[785]: Authentication agent result: true
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.kde.discover.notifier.desktop" ("/usr/lib/DiscoverNotifier")
Jun 28 19:37:17 lucilla kwalletd5[688]: Wallet failed to get opened by PAM, error code is -9
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.kde.kdeconnect.daemon.desktop" ("/usr/lib/kdeconnectd")
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/gmenudbusmenuproxy.desktop" ("/usr/bin/gmenudbusmenuproxy")
Jun 28 19:37:17 lucilla systemd[675]: Starting Sound Service...
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart script  "/home/gianluca/.config/autostart-scripts/startupK"
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/geoclue-demo-agent.desktop" ("/usr/lib/geoclue-2.0/demos/agent")
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/pkcs11-register.desktop" ("/usr/bin/pkcs11-register")
Jun 28 19:37:17 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/powerdevil.desktop" ("/usr/lib/org_kde_powerdevil")
Jun 28 19:37:18 lucilla plasma_session[715]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/kup-daemon.desktop" ("/usr/bin/kup-daemon")
Jun 28 19:37:18 lucilla plasma_session[715]: org.kde.plasma.session: autostart script ("/home/gianluca/.config/autostart-scripts/startupK") finished with exit code  0
Jun 28 19:37:18 lucilla kdeconnectd[833]: kdeconnect.core: Daemon starting
Jun 28 19:37:18 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.32' (uid=1000 pid=828 comm="/usr/lib/DiscoverNotifier ")
Jun 28 19:37:18 lucilla systemd[1]: Starting PackageKit Daemon...
Jun 28 19:37:18 lucilla kded5[734]: kcm_touchpad: Using X11 backend
Jun 28 19:37:18 lucilla kded5[734]: Width:  8326  height:  5712
Jun 28 19:37:18 lucilla kded5[734]: Approx. resX:  92  resY:  114
Jun 28 19:37:18 lucilla kup-daemon[854]: kup.daemon: "Kup is not enabled, enable it from the system settings module. You can do that by running kcmshell5 kup"
Jun 28 19:37:18 lucilla kded5[734]: Touchpad resolution: x:  94  y:  92
Jun 28 19:37:18 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:18 lucilla kernel: Bluetooth: RFCOMM TTY layer initialized
Jun 28 19:37:18 lucilla kernel: Bluetooth: RFCOMM socket layer initialized
Jun 28 19:37:18 lucilla kernel: Bluetooth: RFCOMM ver 1.11
Jun 28 19:37:18 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:18 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:18 lucilla PackageKit[868]: daemon start
Jun 28 19:37:18 lucilla pulseaudio[838]: E: [pulseaudio] module-alsa-card.c: Failed to find a working profile.
Jun 28 19:37:18 lucilla pulseaudio[838]: E: [pulseaudio] module.c: Failed to load module "module-alsa-card" (argument: "device_id="2" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes avoid_resampling=no card_properties="module-udev-detect.discovered=1""): initialization failed.
Jun 28 19:37:18 lucilla kded5[734]: Final resolution x: 94  y: 92
Jun 28 19:37:18 lucilla dbus-daemon[515]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Jun 28 19:37:18 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 867, resource id: 41943045, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:37:18 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activating service name='org.freedesktop.Notifications' requested by ':1.26' (uid=1000 pid=833 comm="/usr/lib/kdeconnectd ")
Jun 28 19:37:18 lucilla kded5[734]: kf5.kded: found kded module "colord" by prepending 'kded_' to the library path, please fix your metadata.
Jun 28 19:37:18 lucilla dbus-daemon[515]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.30' (uid=1000 pid=848 comm="/usr/lib/org_kde_powerdevil ") (using servicehelper)
Jun 28 19:37:18 lucilla kded5[734]: Using XRANDR extension 1.3 or greater.
Jun 28 19:37:18 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.25' (uid=1000 pid=734 comm="/usr/bin/kded5 ")
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Backend loaded, loading core
Jun 28 19:37:18 lucilla dbus-daemon[515]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Core loaded, initializing backend
Jun 28 19:37:18 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.25' (uid=1000 pid=734 comm="/usr/bin/kded5 ")
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Using XRandR
Jun 28 19:37:18 lucilla dbus-daemon[515]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Screen brightness value:  250
Jun 28 19:37:18 lucilla dbus-daemon[515]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Screen brightness value max:  1023
Jun 28 19:37:18 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activating service name='org.kde.KScreen' requested by ':1.25' (uid=1000 pid=848 comm="/usr/lib/org_kde_powerdevil ")
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: current screen brightness value:  250
Jun 28 19:37:18 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Successfully activated service 'org.kde.KScreen'
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Kbd backlight brightness value:  51
Jun 28 19:37:18 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.39' (uid=1000 pid=838 comm="/usr/bin/pulseaudio --daemonize=no ")
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: current keyboard backlight brightness value:  51
Jun 28 19:37:18 lucilla dbus-daemon[515]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Backend ready, KDE Power Management system initialized
Jun 28 19:37:18 lucilla rtkit-daemon[895]: Successfully called chroot.
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Battery with UDI "/org/freedesktop/UPower/devices/battery_BAT0" was detected
Jun 28 19:37:18 lucilla rtkit-daemon[895]: Successfully dropped privileges.
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Session path: "/org/freedesktop/login1/session/_32"
Jun 28 19:37:18 lucilla rtkit-daemon[895]: Successfully limited resources.
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: ACTIVE SESSION PATH: "/org/freedesktop/login1/session/_32"
Jun 28 19:37:18 lucilla rtkit-daemon[895]: Running.
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Current session is now active
Jun 28 19:37:18 lucilla rtkit-daemon[895]: Canary thread running.
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: fd passing available: true
Jun 28 19:37:18 lucilla rtkit-daemon[895]: Watchdog thread running.
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: systemd powersave events handling inhibited, descriptor: 18
Jun 28 19:37:18 lucilla rtkit-daemon[895]: Successfully made thread 838 of process 838 owned by '1000' high priority at nice level -11.
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: systemd support initialized
Jun 28 19:37:18 lucilla rtkit-daemon[895]: Supervising 1 threads of 1 processes of 1 users.
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Got a valid offer for  "DPMSControl"
Jun 28 19:37:18 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.25' (uid=1000 pid=734 comm="/usr/bin/kded5 ")
Jun 28 19:37:18 lucilla systemd[1]: Started PackageKit Daemon.
Jun 28 19:37:18 lucilla dbus-daemon[515]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jun 28 19:37:18 lucilla kdeconnectd[833]: kdeconnect.core: LanLinkProvider started
Jun 28 19:37:18 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.8' (uid=1000 pid=734 comm="/usr/bin/kded5 ")
Jun 28 19:37:18 lucilla kdeconnectd[833]: kdeconnect.core: Daemon started
Jun 28 19:37:18 lucilla obexd[907]: OBEX daemon 5.54
Jun 28 19:37:18 lucilla kdeconnectd[833]: kdeconnect.core: Broadcasting identity packet
Jun 28 19:37:18 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Successfully activated service 'org.bluez.obex'
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Core is ready, registering various services on the bus...
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Can't contact ck
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Currently using activity  "00000000-0000-0000-0000-000000000000"
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: () ()
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: () ()
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Loading profile for plugged AC
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Activity is not forcing a profile
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Handle button events action could not check for screen configuration
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil:
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Loading timeouts with  540000
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Can't contact ck
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Currently using activity  "354f3ab9-9df2-4975-88a1-0da29081d969"
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: () ()
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: () ()
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Loading profile for plugged AC
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Activity is not forcing a profile
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Skipping action reload routine as profile has not changed
Jun 28 19:37:18 lucilla kded5[734]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.10'
Jun 28 19:37:18 lucilla kded5[734]: modemmanager-qt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit" 
                                     "Unit dbus-org.freedesktop.ModemManager1.service not found."
Jun 28 19:37:18 lucilla kded5[734]: Known activities: ("354f3ab9-9df2-4975-88a1-0da29081d969")
Jun 28 19:37:18 lucilla kded5[734]: Delayed initialization.
Jun 28 19:37:18 lucilla kded5[734]: Reloading the khotkeys configuration
Jun 28 19:37:18 lucilla kded5[734]: Version 2 File!
Jun 28 19:37:18 lucilla kded5[734]: true
Jun 28 19:37:18 lucilla org_kde_powerdevil[848]: powerdevil: Can't contact ck
Jun 28 19:37:18 lucilla kded5[734]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
Jun 28 19:37:18 lucilla kded5[734]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
Jun 28 19:37:18 lucilla kded5[734]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
Jun 28 19:37:18 lucilla kded5[734]: Imported file "/usr/share/khotkeys/konsole.khotkeys"
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr: Connected output 67 to CRTC 63
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xcb.helper: Detected XRandR 1.6
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xcb.helper: Event Base:  89
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xcb.helper: Event Error:  147
Jun 28 19:37:18 lucilla systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jun 28 19:37:18 lucilla kded5[734]: 
Jun 28 19:37:18 lucilla kded5[734]: 56
Jun 28 19:37:18 lucilla systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jun 28 19:37:18 lucilla kded5[734]: "/home/gianluca/.local/share/icc/." is not an ICC profile
Jun 28 19:37:18 lucilla kded5[734]: "/home/gianluca/.local/share/icc/.." is not an ICC profile
Jun 28 19:37:18 lucilla systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jun 28 19:37:18 lucilla systemd[1]: Started Manage, Install and Generate Color Profiles.
Jun 28 19:37:18 lucilla kded5[734]: created profile "icc-3189d65420be8026fbbcb57bbc20146f" "/org/freedesktop/ColorManager/profiles/icc_3189d65420be8026fbbcb57bbc20146f_gianluca_1000"
Jun 28 19:37:18 lucilla kded5[734]: bluedevil: ObexManager operational changed false
Jun 28 19:37:18 lucilla kded5[734]: "" ":1.41"
Jun 28 19:37:18 lucilla systemd[675]: Starting Bluetooth OBEX service...
Jun 28 19:37:18 lucilla systemd[675]: Started Bluetooth OBEX service.
Jun 28 19:37:18 lucilla kded5[734]: 
Jun 28 19:37:18 lucilla kded5[734]: Adding device id "xrandr-Color LCD"
Jun 28 19:37:18 lucilla kded5[734]: Output Hash "f466f621b5fa04a00800cfa6c258decd"
Jun 28 19:37:18 lucilla kded5[734]: Output isLaptop true
Jun 28 19:37:18 lucilla kded5[734]: Created colord device "/org/freedesktop/ColorManager/devices/xrandr_Color_LCD_gianluca_1000"
Jun 28 19:37:18 lucilla kded5[734]: Found EDID profile for device "/org/freedesktop/ColorManager/profiles/icc_3189d65420be8026fbbcb57bbc20146f_gianluca_1000" "eDP1"
Jun 28 19:37:18 lucilla kded5[734]: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Color_LCD_gianluca_1000"
Jun 28 19:37:18 lucilla kded5[734]: profileDefault "/org/freedesktop/ColorManager/profiles/icc_3189d65420be8026fbbcb57bbc20146f_gianluca_1000"
Jun 28 19:37:18 lucilla kded5[734]: Default Profile Filename "/home/gianluca/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jun 28 19:37:18 lucilla kded5[734]: Profile does not have any VCGT data, reseting
Jun 28 19:37:18 lucilla kded5[734]: Setting X atom on output: "eDP1"
Jun 28 19:37:18 lucilla kded5[734]: bluedevil: Bluetooth operational changed true
Jun 28 19:37:18 lucilla kded5[734]: "/home/gianluca/.local/share/icc/." is not an ICC profile
Jun 28 19:37:18 lucilla kded5[734]: "/home/gianluca/.local/share/icc/.." is not an ICC profile
Jun 28 19:37:18 lucilla kded5[734]: created profile "icc-3189d65420be8026fbbcb57bbc20146f" ""
Jun 28 19:37:18 lucilla kded5[734]: EDID ICC Profile already exists "/home/gianluca/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jun 28 19:37:18 lucilla kded5[734]: Device added "/org/freedesktop/ColorManager/devices/xrandr_Color_LCD_gianluca_1000"
Jun 28 19:37:18 lucilla kded5[734]: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Color_LCD_gianluca_1000"
Jun 28 19:37:18 lucilla kded5[734]: Device changed "/org/freedesktop/ColorManager/devices/xrandr_Color_LCD_gianluca_1000"
Jun 28 19:37:18 lucilla kded5[734]: profileDefault "/org/freedesktop/ColorManager/profiles/icc_3189d65420be8026fbbcb57bbc20146f_gianluca_1000"
Jun 28 19:37:18 lucilla kded5[734]: Default Profile Filename "/home/gianluca/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jun 28 19:37:18 lucilla kded5[734]: Profile does not have any VCGT data, reseting
Jun 28 19:37:18 lucilla kded5[734]: Setting X atom on output: "eDP1"
Jun 28 19:37:18 lucilla kded5[734]: bluedevil: Agent registered
Jun 28 19:37:18 lucilla kded5[734]: bluedevil: Requested default Agent
Jun 28 19:37:18 lucilla kded5[734]: 
Jun 28 19:37:18 lucilla kded5[734]: Adding device id "xrandr-Color LCD"
Jun 28 19:37:18 lucilla kded5[734]: Output Hash "f466f621b5fa04a00800cfa6c258decd"
Jun 28 19:37:18 lucilla kded5[734]: Output isLaptop true
Jun 28 19:37:18 lucilla kded5[734]: Failed to register device: "device id 'xrandr-Color LCD' already exists"
Jun 28 19:37:18 lucilla kded5[734]: Registering ":1.29/StatusNotifierItem" to system tray
Jun 28 19:37:18 lucilla kded5[734]: EDID ICC Profile already exists "/home/gianluca/.local/share/icc/edid-f466f621b5fa04a00800cfa6c258decd.icc"
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr: XRandR::setConfig
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr: Requested screen size is QSize(2880, 1800)
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr: Needed CRTCs:  1
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr: Actions to perform: 
                                                                Primary Output: false
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr:         Change Screen Size: false
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr:         Disable outputs: false
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr:         Change outputs: true
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr:                  (67)
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr:         Enable outputs: false
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr: RRSetCrtcConfig (change output) 
                                                                Output: 67 ( "eDP1" ) 
                                                                CRTC: 63 
                                                                Pos: QPoint(0,0) 
                                                                Mode: 70 KScreen::Mode(Id: "70" , Size: QSize(2880, 1800) @ 59.9903 ) 
                                                                Rotation: 1
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr:         Result:  0
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr: XRandROutput 67 update 
                                                                m_connected: 0 
                                                                m_crtc XRandRCrtc(0x55fbef4242d0) 
                                                                CRTC: 63 
                                                                MODE: 70 
                                                                Connection: 0 
                                                                Primary: true
Jun 28 19:37:18 lucilla kscreen_backend_launcher[892]: kscreen.xrandr: XRandR::setConfig done!
Jun 28 19:37:18 lucilla plasmashell[795]: org.kde.plasmaquick: Applet preload policy set to 1
Jun 28 19:37:18 lucilla plasmashell[795]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:38:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: kf5.kpackage: No metadata file in the package, expected it at: "/home/gianluca/PERSONAL/Wallpapers/2880x1800/"
Jun 28 19:37:19 lucilla plasmashell[795]: kf5.kpackage: No metadata file in the package, expected it at: "/home/gianluca/PERSONAL/Wallpapers/2880x1800/"
Jun 28 19:37:19 lucilla plasmashell[795]: kf5.kpackage: No metadata file in the package, expected it at: "/home/gianluca/PERSONAL/Wallpapers/2880x1800/"
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:76:9: Unable to assign [undefined] to QStringList
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:75:9: Unable to assign [undefined] to int
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:75:9: Unable to assign [undefined] to int
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/wallpapers/org.kde.image/contents/ui/main.qml:76:9: Unable to assign [undefined] to QStringList
Jun 28 19:37:19 lucilla plasmashell[795]: Cyclic dependency detected between "file:///usr/lib/qt/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/lib/qt/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml"
Jun 28 19:37:19 lucilla rtkit-daemon[895]: Supervising 1 threads of 1 processes of 1 users.
Jun 28 19:37:19 lucilla rtkit-daemon[895]: Successfully made thread 926 of process 838 owned by '1000' RT at priority 9.
Jun 28 19:37:19 lucilla rtkit-daemon[895]: Supervising 2 threads of 1 processes of 1 users.
Jun 28 19:37:19 lucilla rtkit-daemon[895]: Supervising 2 threads of 1 processes of 1 users.
Jun 28 19:37:19 lucilla rtkit-daemon[895]: Successfully made thread 927 of process 838 owned by '1000' RT at priority 9.
Jun 28 19:37:19 lucilla rtkit-daemon[895]: Supervising 3 threads of 1 processes of 1 users.
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml:1092:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml:1084:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml:1076:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml:1068:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml:209:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml:170:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderView.qml:161:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewLayer.qml:191:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/FolderViewLayer.qml:167:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:344:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:274:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla kded5[734]: bluedevil: ObexManager operational changed true
Jun 28 19:37:19 lucilla kded5[734]: bluedevil: ObexAgent registered
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/packages/org.kde.desktoptoolbox/contents/ui/ToolBoxRoot.qml:38:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:188:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: trying to show an empty dialog
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
Jun 28 19:37:19 lucilla plasmashell[795]: libpng warning: iCCP: CRC error
Jun 28 19:37:19 lucilla systemd[675]: Started Sound Service.
Jun 28 19:37:19 lucilla bluetoothd[527]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSink/sbc
Jun 28 19:37:19 lucilla bluetoothd[527]: Endpoint registered: sender=:1.48 path=/MediaEndpoint/A2DPSource/sbc
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla kmixctrl[819]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:19 lucilla plasmashell[795]: kf5.kio.core: We got some errors while running testparm "Error loading services."
Jun 28 19:37:19 lucilla plasmashell[795]: kf5.kio.core: We got some errors while running 'net usershare info'
Jun 28 19:37:19 lucilla plasmashell[795]: kf5.kio.core: "Can't load /etc/samba/smb.conf - run testparm to debug it\n"
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:243:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:141:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:125:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:19 lucilla plasmashell[795]: Entry is not valid "kontact.desktop" QSharedPointer(0x560349b50c10)
Jun 28 19:37:19 lucilla plasmashell[795]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x560349b50c10)
Jun 28 19:37:19 lucilla plasmashell[795]: Entry is not valid "kontact.desktop" QSharedPointer(0x560349b50c10)
Jun 28 19:37:19 lucilla plasmashell[795]: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x560349b50c10)
Jun 28 19:37:20 lucilla NetworkManager[519]: <info>  [1593365840.0093] manager: (34:29:12:DD:5E:18): new Bluetooth device (/org/freedesktop/NetworkManager/Devices/3)
Jun 28 19:37:20 lucilla NetworkManager[519]: <info>  [1593365840.0097] device (34:29:12:DD:5E:18): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 28 19:37:20 lucilla NetworkManager[519]: <info>  [1593365840.0114] manager: (2C:4D:54:C4:3E:86): new Bluetooth device (/org/freedesktop/NetworkManager/Devices/4)
Jun 28 19:37:20 lucilla NetworkManager[519]: <info>  [1593365840.0116] device (2C:4D:54:C4:3E:86): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 28 19:37:20 lucilla NetworkManager[519]: <info>  [1593365840.0122] device (34:29:12:DD:5E:18): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jun 28 19:37:20 lucilla NetworkManager[519]: <info>  [1593365840.0124] device (2C:4D:54:C4:3E:86): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/main.qml:133:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Successfully activated service 'org.freedesktop.Notifications'
Jun 28 19:37:20 lucilla plasmashell[795]: qml: onLoaded
Jun 28 19:37:20 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/UpcomingEvents.qml:191:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/UpcomingEvents.qml:175:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/calendars/PlasmaCalendarManager.qml:50:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/calendars/PlasmaCalendarManager.qml:50:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: Could not create Plasma Calendar Plugin:  "/usr/lib/x86_64-linux-gnu/qt5/plugins/plasmacalendarplugins/holidaysevents.so"
Jun 28 19:37:20 lucilla plasmashell[795]: "The shared library was not found."
Jun 28 19:37:20 lucilla plasmashell[795]: Could not create Plasma Calendar Plugin:  "/usr/lib/x86_64-linux-gnu/qt5/plugins/plasmacalendarplugins/holidaysevents.so"
Jun 28 19:37:20 lucilla plasmashell[795]: "The shared library was not found."
Jun 28 19:37:20 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.advancedradio/contents/ui/main.qml:39:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/applet/CompactApplet.qml:143:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/applet/CompactApplet.qml:138:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: trying to show an empty dialog
Jun 28 19:37:20 lucilla org_kde_powerdevil[848]: powerdevil: Screen brightness value:  250
Jun 28 19:37:20 lucilla org_kde_powerdevil[848]: powerdevil: Screen brightness value max:  1023
Jun 28 19:37:20 lucilla org_kde_powerdevil[848]: powerdevil: Kbd backlight brightness value:  51
Jun 28 19:37:20 lucilla org_kde_powerdevil[848]: powerdevil: Kbd backlight brightness value max:  255
Jun 28 19:37:20 lucilla org_kde_powerdevil[848]: powerdevil: Screen brightness value:  250
Jun 28 19:37:20 lucilla org_kde_powerdevil[848]: powerdevil: Screen brightness value max:  1023
Jun 28 19:37:20 lucilla org_kde_powerdevil[848]: powerdevil: Kbd backlight brightness value:  51
Jun 28 19:37:20 lucilla org_kde_powerdevil[848]: powerdevil: Kbd backlight brightness value max:  255
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/MouseHandler.qml:49:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/MouseHandler.qml:49:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml:341:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml:330:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/main.qml:196:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/main.qml:57:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/CompactRepresentation.qml:55: TypeError: Cannot read property 'height' of null
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/CompactRepresentation.qml:69:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:161:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/DashboardRepresentation.qml:123:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: Both point size and pixel size set. Using pixel size.
Jun 28 19:37:20 lucilla plasmashell[795]: Both point size and pixel size set. Using pixel size.
Jun 28 19:37:20 lucilla plasmashell[795]: Both point size and pixel size set. Using pixel size.
Jun 28 19:37:20 lucilla plasmashell[795]: Both point size and pixel size set. Using pixel size.
Jun 28 19:37:20 lucilla plasmashell[795]: Both point size and pixel size set. Using pixel size.
Jun 28 19:37:20 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/TimeFormatSizeHelper.qml:89:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/TimeFormatSizeHelper.qml:84:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/TimeFormatSizeHelper.qml:79:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/TimeFormatSizeHelper.qml:89:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/TimeFormatSizeHelper.qml:84:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/TimeFormatSizeHelper.qml:79:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/applet/CompactApplet.qml:143:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/applet/CompactApplet.qml:138:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: trying to show an empty dialog
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/packages/org.kde.paneltoolbox/contents/ui/main.qml:89:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla plasmashell[795]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Jun 28 19:37:20 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemtray/contents/ui/main.qml:40:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:20 lucilla NetworkManager[519]: <info>  [1593365840.9442] manager: startup complete
Jun 28 19:37:20 lucilla systemd[1]: Finished Network Manager Wait Online.
Jun 28 19:37:20 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:20 lucilla systemd[1]: Reached target Network is Online.
Jun 28 19:37:20 lucilla systemd[1]: Starting CUPS Scheduler...
Jun 28 19:37:21 lucilla kded5[734]: Device added "/org/freedesktop/ColorManager/devices/cups_Samsung_SCX_3405FW_WIFI"
Jun 28 19:37:21 lucilla kded5[734]: Device changed "/org/freedesktop/ColorManager/devices/cups_Samsung_SCX_3405FW_WIFI"
Jun 28 19:37:21 lucilla kded5[734]: Output not found
Jun 28 19:37:21 lucilla systemd[1]: Started CUPS Scheduler.
Jun 28 19:37:21 lucilla systemd[1]: Startup finished in 2.543s (kernel) + 15.735s (userspace) = 18.278s.
Jun 28 19:37:21 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:21 lucilla kdeconnectd[833]: kdeconnect.core: Sending onNetworkChange to 1 LinkProviders
Jun 28 19:37:21 lucilla kdeconnectd[833]: kdeconnect.core: Broadcasting identity packet
Jun 28 19:37:21 lucilla plasmashell[795]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
Jun 28 19:37:21 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:556:41: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:21 lucilla plasmashell[795]: libkcups: CUPS-Get-Printers last error: 0 successful-ok
Jun 28 19:37:21 lucilla plasmashell[795]: libkcups: Get-Jobs last error: 0 successful-ok
Jun 28 19:37:21 lucilla plasmashell[795]: libkcups: Get-Jobs last error: 0 successful-ok
Jun 28 19:37:21 lucilla plasmashell[795]: libkcups: Create-Printer-Subscriptions last error: 0 successful-ok
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: org.kde.kmix: no mix devices and not dynamic
Jun 28 19:37:21 lucilla kded5[734]: Registering "org.kde.StatusNotifierHost-795" as system tray
Jun 28 19:37:21 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/PlasmoidPopupsContainer.qml:75:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:21 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/HiddenItemsView.qml:73:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml:39:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:21 lucilla plasmashell[795]: <Unknown File>: QML QQuickLayoutAttached: Binding loop detected for property "minimumWidth"
Jun 28 19:37:21 lucilla plasmashell[795]: Plasma Shell startup completed
Jun 28 19:37:21 lucilla plasmashell[795]: libkcups: 3 "Samsung_SCX-3405FW-WIFI"
Jun 28 19:37:21 lucilla plasmashell[795]: libkcups: 0
Jun 28 19:37:21 lucilla plasmashell[795]: libkcups: 0
Jun 28 19:37:21 lucilla plasmashell[795]: trying to show an empty dialog
Jun 28 19:37:21 lucilla plasmashell[795]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
Jun 28 19:37:21 lucilla plasmashell[795]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
Jun 28 19:37:21 lucilla plasmashell[795]: qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/PopupDialog.qml:126:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:21 lucilla plasmashell[795]: qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/Toolbar.qml:160:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml:39:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:21 lucilla plasmashell[795]: Both point size and pixel size set. Using pixel size.
Jun 28 19:37:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml:39:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:21 lucilla plasmashell[795]: qrc:/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/PopupDialog.qml:135: TypeError: Cannot call method 'destroy' of null
Jun 28 19:37:21 lucilla kdeinit5[982]: Qt: Session management error: networkIdsList argument is NULL
Jun 28 19:37:22 lucilla baloo_file[791]: replace called with invalid arguments, docId: 85568397215008771 url: "/home/gianluca/"
Jun 28 19:37:24 lucilla plasmashell[795]: trying to show an empty dialog
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:25 lucilla baloo_file[791]: 86554083619506179 "/home/gianluca/PERSONAL/Gianluca/Bruxelles/Tasse/Ernst&Young/2020 per 2019 no E&Y/Dichiarazione Italia 2020 per 2019" renaming "Dichiarazione Italia 2019 per 2018" to "Dichiarazione Italia 2020 per 2019"
Jun 28 19:37:25 lucilla baloo_file[791]: 86159105542064131 "/home/gianluca/PERSONAL/Gianluca/Bruxelles/Tasse/Ernst&Young/2020 per 2019 no E&Y/Dichiarazione Italia 2020 per 2019/0. Documenti per dichiarazione/6_ CIASD - Spese 2018.docx" renaming "6. CIASD - Spese 2018.docx" to "6_ CIASD - Spese 2018.docx"
Jun 28 19:37:25 lucilla baloo_file[791]: 86162696134723587 "/home/gianluca/PERSONAL/Gianluca/Bruxelles/Tasse/Ernst&Young/2020 per 2019 no E&Y/Dichiarazione Italia 2020 per 2019/0. Documenti per dichiarazione/6_ 180426 - Rimborsi CIASD.pdf" renaming "6. 180426 - Rimborsi CIASD.pdf" to "6_ 180426 - Rimborsi CIASD.pdf"
Jun 28 19:37:25 lucilla baloo_file[791]: 86162790624004099 "/home/gianluca/PERSONAL/Gianluca/Bruxelles/Tasse/Ernst&Young/2020 per 2019 no E&Y/Dichiarazione Italia 2020 per 2019/0. Documenti per dichiarazione/9. Pagamento bollettino mensa scolastica 1901.pdf" renaming "9. Quota corso Lucilla Pettinello City Camp Castiglioncello 16-20 luglio 2018 - Saldo.pdf" to "9. Pagamento bollettino mensa scolastica 1901.pdf"
Jun 28 19:37:25 lucilla baloo_file[791]: 86162769149167619 "/home/gianluca/PERSONAL/Gianluca/Bruxelles/Tasse/Ernst&Young/2020 per 2019 no E&Y/Dichiarazione Italia 2020 per 2019/0. Documenti per dichiarazione/17_ 20190616111232654.pdf" renaming "20190616111232654.pdf" to "17_ 20190616111232654.pdf"
Jun 28 19:37:25 lucilla baloo_file[791]: 86159075477293059 "/home/gianluca/PERSONAL/Gianluca/Bruxelles/Tasse/Ernst&Young/2020 per 2019 no E&Y/Dichiarazione Italia 2020 per 2019/0. Documenti per dichiarazione/6_ Rimborsi sanitari.pdf" renaming "6. Rimborsi sanitari.pdf" to "6_ Rimborsi sanitari.pdf"
Jun 28 19:37:25 lucilla baloo_file[791]: 86162700429690883 "/home/gianluca/PERSONAL/Gianluca/Bruxelles/Tasse/Ernst&Young/2020 per 2019 no E&Y/Dichiarazione Italia 2020 per 2019/0. Documenti per dichiarazione/17_ Piscina La Mazzanta pdf" renaming "Piscina La Mazzanta pdf" to "17_ Piscina La Mazzanta pdf"
Jun 28 19:37:25 lucilla baloo_file[791]: 86162880818317315 "/home/gianluca/PERSONAL/Gianluca/Bruxelles/Tasse/Ernst&Young/2020 per 2019 no E&Y/Dichiarazione Italia 2020 per 2019/0. Documenti per dichiarazione/14_ 2018 - pagamento MAV.pdf" renaming "14. 2018 - pagamento MAV.pdf" to "14_ 2018 - pagamento MAV.pdf"
Jun 28 19:37:25 lucilla baloo_file[791]: 86162949537794051 "/home/gianluca/PERSONAL/Gianluca/Bruxelles/Tasse/Ernst&Young/2020 per 2019 no E&Y/Dichiarazione Italia 2020 per 2019/0. Documenti per dichiarazione/8. Polizza vita Aviva 171212-181211.pdf" renaming "8. Polizza vita Aviva.pdf" to "8. Polizza vita Aviva 171212-181211.pdf"
Jun 28 19:37:25 lucilla baloo_file[791]: 86162906588121091 "/home/gianluca/PERSONAL/Gianluca/Bruxelles/Tasse/Ernst&Young/2020 per 2019 no E&Y/Dichiarazione Italia 2020 per 2019/0. Documenti per dichiarazione/16. IMU-TASI2019 - Quietanza F24 acconto I.pdf" renaming "9. Pagamento bollettino mensa scolastica 1801.pdf" to "16. IMU-TASI2019 - Quietanza F24 acconto I.pdf"
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:25 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:26 lucilla systemd[1]: Stopping User Manager for UID 992...
Jun 28 19:37:26 lucilla systemd[611]: Stopped target Main User Target.
Jun 28 19:37:26 lucilla systemd[611]: Stopping D-Bus User Message Bus...
Jun 28 19:37:26 lucilla systemd[611]: dbus.service: Succeeded.
Jun 28 19:37:26 lucilla systemd[611]: Stopped D-Bus User Message Bus.
Jun 28 19:37:26 lucilla systemd[611]: Stopped target Basic System.
Jun 28 19:37:26 lucilla systemd[611]: Stopped target Paths.
Jun 28 19:37:26 lucilla systemd[611]: Stopped target Sockets.
Jun 28 19:37:26 lucilla systemd[611]: Stopped target Timers.
Jun 28 19:37:26 lucilla systemd[611]: dbus.socket: Succeeded.
Jun 28 19:37:26 lucilla systemd[611]: Closed D-Bus User Message Bus Socket.
Jun 28 19:37:26 lucilla systemd[611]: dirmngr.socket: Succeeded.
Jun 28 19:37:26 lucilla systemd[611]: Closed GnuPG network certificate management daemon.
Jun 28 19:37:26 lucilla systemd[611]: gpg-agent-browser.socket: Succeeded.
Jun 28 19:37:26 lucilla systemd[611]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 28 19:37:26 lucilla systemd[611]: gpg-agent-extra.socket: Succeeded.
Jun 28 19:37:26 lucilla systemd[611]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 28 19:37:26 lucilla systemd[611]: gpg-agent-ssh.socket: Succeeded.
Jun 28 19:37:26 lucilla systemd[611]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 28 19:37:26 lucilla systemd[611]: gpg-agent.socket: Succeeded.
Jun 28 19:37:26 lucilla systemd[611]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 28 19:37:26 lucilla systemd[611]: p11-kit-server.socket: Succeeded.
Jun 28 19:37:26 lucilla systemd[611]: Closed p11-kit server.
Jun 28 19:37:26 lucilla systemd[611]: pipewire.socket: Succeeded.
Jun 28 19:37:26 lucilla systemd[611]: Closed Multimedia System.
Jun 28 19:37:26 lucilla systemd[611]: pulseaudio.socket: Succeeded.
Jun 28 19:37:26 lucilla systemd[611]: Closed Sound System.
Jun 28 19:37:26 lucilla systemd[611]: Reached target Shutdown.
Jun 28 19:37:26 lucilla systemd[611]: systemd-exit.service: Succeeded.
Jun 28 19:37:26 lucilla systemd[611]: Finished Exit the Session.
Jun 28 19:37:26 lucilla systemd[611]: Reached target Exit the Session.
Jun 28 19:37:26 lucilla systemd[612]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Jun 28 19:37:26 lucilla systemd[1]: user@992.service: Succeeded.
Jun 28 19:37:26 lucilla systemd[1]: Stopped User Manager for UID 992.
Jun 28 19:37:26 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@992 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:26 lucilla kernel: kauditd_printk_skb: 9 callbacks suppressed
Jun 28 19:37:26 lucilla kernel: audit: type=1131 audit(1593365846.925:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@992 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:26 lucilla systemd[1]: Stopping User Runtime Directory /run/user/992...
Jun 28 19:37:26 lucilla systemd[675]: run-user-992.mount: Succeeded.
Jun 28 19:37:26 lucilla systemd[1]: run-user-992.mount: Succeeded.
Jun 28 19:37:26 lucilla systemd[1]: user-runtime-dir@992.service: Succeeded.
Jun 28 19:37:26 lucilla systemd[1]: Stopped User Runtime Directory /run/user/992.
Jun 28 19:37:26 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@992 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:26 lucilla systemd[1]: Removed slice User Slice of UID 992.
Jun 28 19:37:26 lucilla kernel: audit: type=1131 audit(1593365846.935:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@992 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:27 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/main.qml:166:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/main.qml:161:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/main.qml:142:3: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/PopupView.qml:481:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/DaysCalendar.qml:288:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:29:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaListItem.qml:21:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/AgendaView.qml:19:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/MeteogramView.qml:33:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: <Unknown File>: QML QQuickLayoutAttached: Binding loop detected for property "preferredWidth"
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/PopupView.qml:103:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: file:///home/gianluca/.local/share/plasma/plasmoids/org.kde.plasma.eventcalendar/contents/ui/PopupView.qml:84:2: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:27 lucilla plasmashell[795]: trying to show an empty dialog
Jun 28 19:37:28 lucilla plasmashell[795]: qml: fetchWeatherForecast
Jun 28 19:37:28 lucilla plasmashell[795]: qml: HTTP 0 Headers:
Jun 28 19:37:28 lucilla plasmashell[795]: qml: fetchDailyWeatherForecast.err HTTP Error 0:  0
Jun 28 19:37:28 lucilla plasmashell[795]: qml: HTTP 0 Headers:
Jun 28 19:37:28 lucilla plasmashell[795]: qml: fetchHourlyWeatherForecast.err HTTP Error 0:  0
Jun 28 19:37:28 lucilla plasmashell[795]: plasma-nm: Last scan finished  1345 ms ago and last request scan was sent  0 ms ago, Skipping scanning interface: "wlp3s0"
Jun 28 19:37:28 lucilla plasmashell[795]: plasma-nm: Rescheduling a request scan for "wlp3s0" in 8655
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/BusyIndicator.qml:45:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/BusyIndicator.qml:45:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/BusyIndicator.qml:45:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/BusyIndicator.qml:45:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/TabButton.qml:102:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/BusyIndicator.qml:45:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:28 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6561] device (wlp3s0): Activation: starting connection 'glinux' (a8f6485e-4220-495f-acd3-69ba799b7b75)
Jun 28 19:37:29 lucilla audit[519]: USYS_CONFIG pid=519 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=a8f6485e-4220-495f-acd3-69ba799b7b75 name="glinux" pid=795 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6564] audit: op="connection-activate" uuid="a8f6485e-4220-495f-acd3-69ba799b7b75" name="glinux" pid=795 uid=1000 result="success"
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6566] device (wlp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6574] manager: NetworkManager state is now CONNECTING
Jun 28 19:37:29 lucilla kernel: audit: type=1111 audit(1593365849.645:71): pid=519 uid=0 auid=4294967295 ses=4294967295 msg='op=connection-activate uuid=a8f6485e-4220-495f-acd3-69ba799b7b75 name="glinux" pid=795 uid=1000 result=success exe="/usr/bin/NetworkManager" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6589] device (wlp3s0): set-hw-addr: reset MAC address to 34:36:3B:C5:16:AE (preserve)
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6594] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6599] device (wlp3s0): Activation: (wifi) access point 'glinux' has security, but secrets are required.
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6600] device (wlp3s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6640] device (wlp3s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6643] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6645] device (wlp3s0): Activation: (wifi) connection 'glinux' has security, and secrets exist.  No new secrets needed.
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6645] Config: added 'ssid' value 'glinux'
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6645] Config: added 'scan_ssid' value '1'
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6645] Config: added 'bgscan' value 'simple:30:-70:86400'
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6646] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256'
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.6646] Config: added 'psk' value '<hidden>'
Jun 28 19:37:29 lucilla kded5[734]: plasma-nm: Unhandled active connection state change:  1
Jun 28 19:37:29 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:327: TypeError: Cannot read property 'width' of null
Jun 28 19:37:29 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:327: TypeError: Cannot read property 'width' of null
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.7890] device (wlp3s0): supplicant interface state: disconnected -> inactive
Jun 28 19:37:29 lucilla NetworkManager[519]: <info>  [1593365849.8185] device (wlp3s0): supplicant interface state: inactive -> scanning
Jun 28 19:37:30 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:30 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:30 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:327: TypeError: Cannot read property 'width' of null
Jun 28 19:37:30 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:327: TypeError: Cannot read property 'width' of null
Jun 28 19:37:30 lucilla plasmashell[795]: file:///usr/lib/qt/qml/org/kde/plasma/extras/ExpandableListItem.qml:327: TypeError: Cannot read property 'width' of null
Jun 28 19:37:34 lucilla wpa_supplicant[588]: wlp3s0: Trying to associate with e2:b9:e5:27:ed:b5 (SSID='glinux' freq=5300 MHz)
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.0413] device (wlp3s0): supplicant interface state: scanning -> associating
Jun 28 19:37:34 lucilla wpa_supplicant[588]: wlp3s0: Associated with e2:b9:e5:27:ed:b5
Jun 28 19:37:34 lucilla wpa_supplicant[588]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jun 28 19:37:34 lucilla wpa_supplicant[588]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=COUNTRY_IE type=COUNTRY alpha2=IT
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.1836] device (wlp3s0): supplicant interface state: associating -> 4way_handshake
Jun 28 19:37:34 lucilla wpa_supplicant[588]: wlp3s0: RSC 000000000000004b is likely bogus, using 0
Jun 28 19:37:34 lucilla wpa_supplicant[588]: wlp3s0: WPA: Key negotiation completed with e2:b9:e5:27:ed:b5 [PTK=CCMP GTK=CCMP]
Jun 28 19:37:34 lucilla wpa_supplicant[588]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to e2:b9:e5:27:ed:b5 completed [id=0 id_str=]
Jun 28 19:37:34 lucilla wpa_supplicant[588]: bgscan simple: Failed to enable signal strength monitoring
Jun 28 19:37:34 lucilla kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.1897] device (wlp3s0): supplicant interface state: 4way_handshake -> completed
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.1897] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "glinux"
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.1899] device (wlp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.1905] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Jun 28 19:37:34 lucilla avahi-daemon[509]: Joining mDNS multicast group on interface wlp3s0.IPv6 with address fe80::6202:cddc:5739:db08.
Jun 28 19:37:34 lucilla avahi-daemon[509]: New relevant interface wlp3s0.IPv6 for mDNS.
Jun 28 19:37:34 lucilla avahi-daemon[509]: Registering new address record for fe80::6202:cddc:5739:db08 on wlp3s0.*.
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2167] dhcp4 (wlp3s0): option dhcp_lease_time      => '21600'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2168] dhcp4 (wlp3s0): option domain_name          => 'homenet.telecomitalia.it'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2168] dhcp4 (wlp3s0): option domain_name_servers  => '192.168.1.1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2168] dhcp4 (wlp3s0): option expiry               => '1593387454'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2168] dhcp4 (wlp3s0): option ip_address           => '192.168.1.46'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2168] dhcp4 (wlp3s0): option requested_broadcast_address => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2168] dhcp4 (wlp3s0): option requested_domain_name => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2168] dhcp4 (wlp3s0): option requested_domain_name_servers => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2168] dhcp4 (wlp3s0): option requested_domain_search => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2169] dhcp4 (wlp3s0): option requested_host_name  => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2169] dhcp4 (wlp3s0): option requested_interface_mtu => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2169] dhcp4 (wlp3s0): option requested_ms_classless_static_routes => '1'
Jun 28 19:37:34 lucilla avahi-daemon[509]: Joining mDNS multicast group on interface wlp3s0.IPv4 with address 192.168.1.46.
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2169] dhcp4 (wlp3s0): option requested_nis_domain => '1'
Jun 28 19:37:34 lucilla avahi-daemon[509]: New relevant interface wlp3s0.IPv4 for mDNS.
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2169] dhcp4 (wlp3s0): option requested_nis_servers => '1'
Jun 28 19:37:34 lucilla avahi-daemon[509]: Registering new address record for 192.168.1.46 on wlp3s0.IPv4.
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2169] dhcp4 (wlp3s0): option requested_ntp_servers => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2169] dhcp4 (wlp3s0): option requested_rfc3442_classless_static_routes => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2169] dhcp4 (wlp3s0): option requested_root_path  => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2169] dhcp4 (wlp3s0): option requested_routers    => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2169] dhcp4 (wlp3s0): option requested_static_routes => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2169] dhcp4 (wlp3s0): option requested_subnet_mask => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2170] dhcp4 (wlp3s0): option requested_time_offset => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2170] dhcp4 (wlp3s0): option requested_wpad       => '1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2170] dhcp4 (wlp3s0): option routers              => '192.168.1.1'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2170] dhcp4 (wlp3s0): option subnet_mask          => '255.255.255.0'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2170] dhcp4 (wlp3s0): state changed unknown -> bound
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2186] device (wlp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 28 19:37:34 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=519 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 28 19:37:34 lucilla systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 28 19:37:34 lucilla dbus-daemon[515]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun 28 19:37:34 lucilla systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 28 19:37:34 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2329] device (wlp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2332] device (wlp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2339] manager: NetworkManager state is now CONNECTED_LOCAL
Jun 28 19:37:34 lucilla kernel: audit: type=1130 audit(1593365854.225:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2357] manager: NetworkManager state is now CONNECTED_SITE
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2358] policy: set 'glinux' (wlp3s0) as default for IPv4 routing and DNS
Jun 28 19:37:34 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=519 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 28 19:37:34 lucilla dbus-daemon[515]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.2449] device (wlp3s0): Activation: successful, device activated.
Jun 28 19:37:34 lucilla kdeconnectd[833]: kdeconnect.core: Broadcasting identity packet
Jun 28 19:37:34 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:34 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:34 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:34 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:34 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml:78:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:34 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:34 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:34 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:34 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:34 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml:78:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:34 lucilla NetworkManager[519]: <info>  [1593365854.3565] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 28 19:37:34 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml:39:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:34 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:34 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 9939, resource id: 37748853, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:37:34 lucilla systemd[675]: Started apps-org.kde.konsole-da41cf91051e4ef4b00811f52e36be41.scope.
Jun 28 19:37:35 lucilla plasmashell[795]: Failed to register unity service
Jun 28 19:37:35 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:35 lucilla NetworkManager[519]: <info>  [1593365855.9095] dhcp6 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Jun 28 19:37:35 lucilla NetworkManager[519]: <info>  [1593365855.9866] dhcp6 (wlp3s0): option dhcp6_domain_search  => 'homenet.telecomitalia.it'
Jun 28 19:37:35 lucilla NetworkManager[519]: <info>  [1593365855.9867] dhcp6 (wlp3s0): option dhcp6_name_servers   => 'fe80::e2b9:e5ff:fe27:edac'
Jun 28 19:37:35 lucilla NetworkManager[519]: <info>  [1593365855.9867] dhcp6 (wlp3s0): state changed unknown -> bound
Jun 28 19:37:37 lucilla systemd[1]: systemd-hostnamed.service: Succeeded.
Jun 28 19:37:37 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:37 lucilla kernel: audit: type=1131 audit(1593365857.705:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:37 lucilla kdeconnectd[833]: kdeconnect.core: Broadcasting identity packet
Jun 28 19:37:37 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.42' (uid=1000 pid=828 comm="/usr/lib/DiscoverNotifier ")
Jun 28 19:37:37 lucilla systemd[675]: Starting Virtual filesystem service...
Jun 28 19:37:37 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Successfully activated service 'org.gtk.vfs.Daemon'
Jun 28 19:37:37 lucilla systemd[675]: Started Virtual filesystem service.
Jun 28 19:37:37 lucilla systemd[1]: Mounting FUSE Control File System...
Jun 28 19:37:37 lucilla kernel: fuse: init (API version 7.31)
Jun 28 19:37:37 lucilla kernel: *** VALIDATE fuse ***
Jun 28 19:37:37 lucilla kernel: *** VALIDATE fuse ***
Jun 28 19:37:37 lucilla systemd[1]: Mounted FUSE Control File System.
Jun 28 19:37:38 lucilla packagekitd[868]: pk_alpm_transaction_dlcb: assertion 'complete <= total' failed
Jun 28 19:37:39 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:37:42 lucilla PackageKit[868]: get-updates transaction /1_dcacdadc from uid 1000 finished with success after 4311ms
Jun 28 19:37:44 lucilla systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Jun 28 19:37:44 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:44 lucilla kernel: audit: type=1131 audit(1593365864.745:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:37:47 lucilla systemd-timesyncd[362]: Timed out waiting for reply from 51.38.27.129:123 (2.arch.pool.ntp.org).
Jun 28 19:37:48 lucilla systemd-timesyncd[362]: Initial synchronization to time server 162.159.200.1:123 (2.arch.pool.ntp.org).
Jun 28 19:38:00 lucilla plasmashell[795]: trying to show an empty dialog
Jun 28 19:38:00 lucilla systemd[675]: Started apps-org.kde.discover-9f01238bf7a6461d9ecb4d14b14b421c.scope.
Jun 28 19:38:00 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24542, resource id: 33554437, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:38:00 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 24547, resource id: 33554438, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:38:00 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml:39:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: Cyclic dependency detected between "file:///usr/lib/qt/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/lib/qt/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml"
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:153:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:80:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:102:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:153:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:102:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:80:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/OverlayDrawer.qml:291:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:153:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:102:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:80:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/OverlaySheet.qml:530:17: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/OverlaySheet.qml:365:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/private/RefreshableScrollView.qml:143:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/private/ActionButton.qml:201:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/private/globaltoolbar/ToolBarPageHeader.qml:44:9: QML ActionToolBar: Binding loop detected for property "actions"
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:153:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:108:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:80:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:102:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:108:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:102:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:108:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/AbstractApplicationHeader.qml:102:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: invalid kns backend! "/usr/share/knsrcfiles/ksysguard.knsrc" because: "Config group not found! Check your KNS3 installation."
Jun 28 19:38:00 lucilla plasma-discover[1083]: org.kde.knewstuff.core: Your configuration file uses an old version of the kpackage support, and should be converted. Please report this to the author of the software you are currently using. The package type, we assume, is "Plasma/Comic"
Jun 28 19:38:00 lucilla plasma-discover[1083]: org.kde.knewstuff.core: Your configuration file uses an old version of the kpackage support, and should be converted. Please report this to the author of the software you are currently using. The package type, we assume, is "Plasma/LookAndFeel"
Jun 28 19:38:00 lucilla plasma-discover[1083]: org.kde.knewstuff.core: Your configuration file uses an old version of the kpackage support, and should be converted. Please report this to the author of the software you are currently using. The package type, we assume, is "Plasma/LookAndFeel"
Jun 28 19:38:00 lucilla plasma-discover[1083]: org.kde.knewstuff.core: Your configuration file uses an old version of the kpackage support, and should be converted. Please report this to the author of the software you are currently using. The package type, we assume, is "Plasma/Theme"
Jun 28 19:38:00 lucilla plasma-discover[1083]: org.kde.knewstuff.core: Your configuration file uses an old version of the kpackage support, and should be converted. Please report this to the author of the software you are currently using. The package type, we assume, is "Plasma/Applet"
Jun 28 19:38:00 lucilla plasma-discover[1083]: org.kde.plasma.libdiscover: error loading "fwupd-backend" "Cannot load library /usr/lib/qt/plugins/discover/fwupd-backend.so: (libfwupd.so.2: cannot open shared object file: No such file or directory)" QJsonObject({"IID":"org.kde.muon.AbstractResourcesBackendFactory","archreq":0,"className":"FwupdBackendFactory","debug":false,"version":331520})
Jun 28 19:38:00 lucilla plasma-discover[1083]: adding empty sources model QStandardItemModel(0x555b54dbc0d0)
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:00 lucilla PackageKit[868]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
Jun 28 19:38:00 lucilla PackageKit[868]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh
Jun 28 19:38:01 lucilla PackageKit[868]: refresh-cache transaction /2_deeccedb from uid 1000 finished with success after 268ms
Jun 28 19:38:01 lucilla PackageKit[868]: get-updates transaction /3_aeeeaeba from uid 1000 finished with success after 383ms
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b560d1bd0, name = "com.github.PintaProject.Pinta/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b57304730, name = "com.jonathankang.Weibird/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b57349ba0, name = "de.create3000.titania/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b57358b70, name = "fr.fgrabenstaetter.DigitalAssets/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b57388ff0, name = "io.github.trytonvanmeer.DungeonJournal/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b573926c0, name = "io.howl.Editor/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b573a3530, name = "mx.pwmc.Svgvi/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b5731d480, name = "net.sourceforge.electrip.Electrip/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b573dd400, name = "nl.hjdskes.gcolor3/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b5740fa00, name = "org.freedesktop.Tuhi/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b57417750, name = "org.gahshomar.Gahshomar/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b574347c0, name = "org.gnome.HexGL/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b5743e600, name = "org.gnome.OfficeRunner/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b57495290, name = "org.librehunt.Organizer/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find updated resource org.kde.Platform.Locale 1144
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b560d1bd0, name = "com.github.PintaProject.Pinta/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b57304730, name = "com.jonathankang.Weibird/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b57349ba0, name = "de.create3000.titania/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b57358b70, name = "fr.fgrabenstaetter.DigitalAssets/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b57388ff0, name = "io.github.trytonvanmeer.DungeonJournal/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b573926c0, name = "io.howl.Editor/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b573a3530, name = "mx.pwmc.Svgvi/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b5731d480, name = "net.sourceforge.electrip.Electrip/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b573dd400, name = "nl.hjdskes.gcolor3/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b5740fa00, name = "org.freedesktop.Tuhi/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b57417750, name = "org.gahshomar.Gahshomar/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b574347c0, name = "org.gnome.HexGL/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b5743e600, name = "org.gnome.OfficeRunner/x86_64/stable")
Jun 28 19:38:02 lucilla plasma-discover[1083]: could not find runtime QVector("org.gnome.Platform", "x86_64", "3.32") FlatpakResource(0x555b57495290, name = "org.librehunt.Organizer/x86_64/stable")
Jun 28 19:38:02 lucilla PackageKit[868]: search-file transaction /4_ceaddade from uid 1000 finished with success after 1371ms
Jun 28 19:38:02 lucilla PackageKit[868]: search-file transaction /5_beeccbeb from uid 1000 finished with success after 15ms
Jun 28 19:38:02 lucilla PackageKit[868]: search-file transaction /6_bcddbecc from uid 1000 finished with success after 13ms
Jun 28 19:38:03 lucilla PackageKit[868]: search-file transaction /7_edcecdea from uid 1000 finished with success after 13ms
Jun 28 19:38:03 lucilla PackageKit[868]: search-file transaction /8_baeebcca from uid 1000 finished with success after 10ms
Jun 28 19:38:03 lucilla PackageKit[868]: search-file transaction /9_aedeccee from uid 1000 finished with success after 12ms
Jun 28 19:38:03 lucilla PackageKit[868]: search-file transaction /10_deedbeac from uid 1000 finished with success after 13ms
Jun 28 19:38:03 lucilla PackageKit[868]: search-file transaction /11_acecceae from uid 1000 finished with success after 15ms
Jun 28 19:38:03 lucilla PackageKit[868]: search-file transaction /12_ccdbdddd from uid 1000 finished with success after 14ms
Jun 28 19:38:03 lucilla PackageKit[868]: search-file transaction /13_ccbdcbdd from uid 1000 finished with success after 15ms
Jun 28 19:38:03 lucilla PackageKit[868]: search-file transaction /14_babcdbce from uid 1000 finished with success after 13ms
Jun 28 19:38:03 lucilla PackageKit[868]: search-file transaction /15_aaebeedc from uid 1000 finished with success after 14ms
Jun 28 19:38:03 lucilla PackageKit[868]: resolve transaction /16_eebbdeba from uid 1000 finished with success after 54ms
Jun 28 19:38:03 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:03 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:03 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:03 lucilla PackageKit[868]: resolve transaction /17_eabaeced from uid 1000 finished with success after 31ms
Jun 28 19:38:03 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:03 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:03 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:03 lucilla PackageKit[868]: get-updates transaction /18_cbbcacec from uid 1000 finished with success after 357ms
Jun 28 19:38:08 lucilla PackageKit[868]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
Jun 28 19:38:08 lucilla PackageKit[868]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh
Jun 28 19:38:08 lucilla plasma-discover[1083]: could not find updated resource org.kde.Platform.Locale 1144
Jun 28 19:38:08 lucilla PackageKit[868]: refresh-cache transaction /19_deccebdb from uid 1000 finished with success after 175ms
Jun 28 19:38:08 lucilla PackageKit[868]: get-updates transaction /20_deceeade from uid 1000 finished with success after 370ms
Jun 28 19:38:08 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:08 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:08 lucilla plasma-discover[1083]: file:///usr/lib/qt/qml/QtQuick/Controls.2/org.kde.desktop/Menu.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:09 lucilla PackageKit[868]: get-updates transaction /21_abbaeeec from uid 1000 finished with success after 569ms
Jun 28 19:38:10 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26963, resource id: 60817431, major code: 19 (DeleteProperty), minor code: 0
Jun 28 19:38:10 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26967, resource id: 60817431, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:38:10 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26975, resource id: 60817431, major code: 19 (DeleteProperty), minor code: 0
Jun 28 19:38:10 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26976, resource id: 60817431, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:38:10 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26977, resource id: 60817431, major code: 19 (DeleteProperty), minor code: 0
Jun 28 19:38:10 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26978, resource id: 60817431, major code: 19 (DeleteProperty), minor code: 0
Jun 28 19:38:10 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26979, resource id: 60817431, major code: 19 (DeleteProperty), minor code: 0
Jun 28 19:38:10 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26980, resource id: 60817431, major code: 7 (ReparentWindow), minor code: 0
Jun 28 19:38:10 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26981, resource id: 60817431, major code: 6 (ChangeSaveSet), minor code: 0
Jun 28 19:38:10 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26982, resource id: 60817431, major code: 2 (ChangeWindowAttributes), minor code: 0
Jun 28 19:38:10 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26983, resource id: 60817431, major code: 10 (UnmapWindow), minor code: 0
Jun 28 19:38:11 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27760, resource id: 60817451, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:38:11 lucilla systemd[675]: apps-org.kde.discover-9f01238bf7a6461d9ecb4d14b14b421c.scope: Succeeded.
Jun 28 19:38:11 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27764, resource id: 33554439, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:38:13 lucilla audit[1219]: USER_ACCT pid=1219 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="gianluca" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:13 lucilla audit[1219]: CRED_REFR pid=1219 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:13 lucilla sudo[1219]: gianluca : TTY=pts/1 ; PWD=/home/gianluca ; USER=root ; COMMAND=/usr/bin/pacman -S -y -y -u --config /etc/pacman.conf --
Jun 28 19:38:13 lucilla sudo[1219]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jun 28 19:38:13 lucilla audit[1219]: USER_START pid=1219 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:13 lucilla kernel: audit: type=1101 audit(1593365893.432:75): pid=1219 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="gianluca" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:13 lucilla kernel: audit: type=1110 audit(1593365893.432:76): pid=1219 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:13 lucilla kernel: audit: type=1105 audit(1593365893.432:77): pid=1219 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:17 lucilla plasma_waitforname[716]: org.kde.knotifications: WaitForName: Service was not registered within timeout
Jun 28 19:38:17 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activated service 'org.kde.KSplash' failed: Process org.kde.KSplash exited with status 1
Jun 28 19:38:17 lucilla sudo[1219]: pam_unix(sudo:session): session closed for user root
Jun 28 19:38:17 lucilla audit[1219]: USER_END pid=1219 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:17 lucilla audit[1219]: CRED_DISP pid=1219 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:17 lucilla kernel: audit: type=1106 audit(1593365897.832:78): pid=1219 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:17 lucilla kernel: audit: type=1104 audit(1593365897.832:79): pid=1219 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:44 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml:39:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:44 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:44 lucilla systemd[675]: Started apps-firefox-52be20bea67543efb75c4c08b96477ae.scope.
Jun 28 19:38:45 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.48' (uid=1000 pid=10675 comm="/usr/lib/firefox/firefox ")
Jun 28 19:38:45 lucilla systemd[675]: Starting Accessibility services bus...
Jun 28 19:38:45 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Successfully activated service 'org.a11y.Bus'
Jun 28 19:38:45 lucilla systemd[675]: Started Accessibility services bus.
Jun 28 19:38:46 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:46 lucilla rtkit-daemon[895]: Supervising 3 threads of 1 processes of 1 users.
Jun 28 19:38:46 lucilla rtkit-daemon[895]: Supervising 3 threads of 1 processes of 1 users.
Jun 28 19:38:46 lucilla rtkit-daemon[895]: Supervising 3 threads of 1 processes of 1 users.
Jun 28 19:38:46 lucilla rtkit-daemon[895]: Supervising 3 threads of 1 processes of 1 users.
Jun 28 19:38:46 lucilla rtkit-daemon[895]: Successfully made thread 10828 of process 10675 owned by '1000' RT at priority 10.
Jun 28 19:38:46 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:38:47 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:38:47 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:38:47 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:38:47 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:38:48 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32547, resource id: 62914563, major code: 15 (QueryTree), minor code: 0
Jun 28 19:38:48 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32552, resource id: 62914563, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:38:48 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 32580, resource id: 83886085, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:38:49 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:38:49 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:38:51 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml:39:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:51 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:51 lucilla systemd[675]: Started apps-org.kde.dolphin-897983a8731e4113a0ef109c61b0d93f.scope.
Jun 28 19:38:51 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:38:51 lucilla systemd[675]: apps-firefox-52be20bea67543efb75c4c08b96477ae.scope: Succeeded.
Jun 28 19:38:51 lucilla dolphin[12802]: kf5.kio.core: We got some errors while running testparm "Error loading services."
Jun 28 19:38:51 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 34399, resource id: 37748882, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:38:51 lucilla dolphin[12802]: kf5.kio.core: We got some errors while running 'net usershare info'
Jun 28 19:38:51 lucilla dolphin[12802]: kf5.kio.core: "Can't load /etc/samba/smb.conf - run testparm to debug it\n"
Jun 28 19:38:52 lucilla kdeinit5[13370]: Qt: Session management error: networkIdsList argument is NULL
Jun 28 19:38:53 lucilla dolphin[12802]: inotify_add_watch(/home/lost+found) failed: (Permission denied)
Jun 28 19:38:53 lucilla dolphin[12802]: inotify_add_watch(/lost+found) failed: (Permission denied)
Jun 28 19:38:57 lucilla audit[13573]: USER_ACCT pid=13573 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="gianluca" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:57 lucilla audit[13573]: CRED_REFR pid=13573 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:57 lucilla audit[13573]: USER_START pid=13573 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:57 lucilla sudo[13573]: gianluca : TTY=pts/1 ; PWD=/home/gianluca ; USER=root ; COMMAND=/usr/bin/pacman -U --noconfirm --config /etc/pacman.conf -- /home/gianluca/.cache/yay/yay/yay-10.0.2-1-x86_64.pkg.tar.xz
Jun 28 19:38:57 lucilla sudo[13573]: pam_unix(sudo:session): session opened for user root by (uid=0)
Jun 28 19:38:57 lucilla kernel: audit: type=1101 audit(1593365937.071:80): pid=13573 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="gianluca" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:57 lucilla kernel: audit: type=1110 audit(1593365937.071:81): pid=13573 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:57 lucilla kernel: audit: type=1105 audit(1593365937.071:82): pid=13573 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:57 lucilla sudo[13573]: pam_unix(sudo:session): session closed for user root
Jun 28 19:38:57 lucilla audit[13573]: USER_END pid=13573 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:57 lucilla audit[13573]: CRED_DISP pid=13573 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:57 lucilla kernel: audit: type=1106 audit(1593365937.591:83): pid=13573 uid=0 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:57 lucilla kernel: audit: type=1104 audit(1593365937.591:84): pid=13573 uid=0 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 28 19:38:57 lucilla wpa_supplicant[588]: wlp3s0: WPA: Group rekeying completed with e2:b9:e5:27:ed:b5 [GTK=CCMP]
Jun 28 19:39:04 lucilla kded5[734]: log_kdesvn: "Unable to connect to a repository at URL 'file:///home/gianluca/builds'\nUnable to open repository 'file:///home/gianluca/builds'"
Jun 28 19:39:04 lucilla kded5[734]: log_kdesvn: "Unable to connect to a repository at URL 'file:///home/gianluca/builds'\nUnable to open repository 'file:///home/gianluca/builds'"
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml:39:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/share/plasma/look-and-feel/org.kde.breeze.desktop/contents/runcommand/RunCommand.qml:39:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activating service name='org.kde.runners.baloo' requested by ':1.57' (uid=1000 pid=13607 comm="/usr/bin/krunner ")
Jun 28 19:39:07 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Successfully activated service 'org.kde.runners.baloo'
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:209:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:07 lucilla krunner[13607]: file:///usr/lib/qt/qml/org/kde/plasma/components/Highlight.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:09 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml:39:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:09 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:09 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 40836, resource id: 62914631, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:39:09 lucilla systemd[675]: Started apps-org.kde.kompare-868ba3000098474587c4c0292c8d4dd5.scope.
Jun 28 19:39:09 lucilla kompare[13649]: kf5.kservice.services: KServiceTypeTrader: serviceType "KRegExpEditor/KRegExpEditor" not found
Jun 28 19:39:09 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:39:11 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:41:52 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 56491, resource id: 56623115, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:42:09 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 59747, resource id: 67110316, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:42:09 lucilla systemd[675]: apps-org.kde.kompare-868ba3000098474587c4c0292c8d4dd5.scope: Succeeded.
Jun 28 19:42:09 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 59768, resource id: 62914632, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:42:13 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/BusyIndicatorStyle.qml:39:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:42:13 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:42:13 lucilla systemd[675]: Started apps-firefox-595de0d8451b448e995a23d423ac7549.scope.
Jun 28 19:42:14 lucilla plasmashell[795]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:285:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:42:14 lucilla rtkit-daemon[895]: Supervising 3 threads of 1 processes of 1 users.
Jun 28 19:42:14 lucilla rtkit-daemon[895]: Supervising 3 threads of 1 processes of 1 users.
Jun 28 19:42:14 lucilla rtkit-daemon[895]: Supervising 3 threads of 1 processes of 1 users.
Jun 28 19:42:14 lucilla rtkit-daemon[895]: Supervising 3 threads of 1 processes of 1 users.
Jun 28 19:42:14 lucilla rtkit-daemon[895]: Successfully made thread 13820 of process 13667 owned by '1000' RT at priority 10.
Jun 28 19:42:14 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:42:14 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:42:14 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:42:15 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:42:15 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:42:16 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:42:16 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:42:18 lucilla PackageKit[868]: uid 1000 is trying to obtain org.freedesktop.packagekit.system-sources-refresh auth (only_trusted:0)
Jun 28 19:42:18 lucilla PackageKit[868]: uid 1000 obtained auth for org.freedesktop.packagekit.system-sources-refresh
Jun 28 19:42:18 lucilla PackageKit[868]: refresh-cache transaction /22_eeddeeea from uid 1000 finished with success after 373ms
Jun 28 19:42:19 lucilla PackageKit[868]: get-updates transaction /23_abebdebe from uid 1000 finished with success after 570ms
Jun 28 19:43:22 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 9294, resource id: 60817419, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:44:04 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:44:04 lucilla rtkit-daemon[895]: Supervising 4 threads of 2 processes of 1 users.
Jun 28 19:46:13 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 39958, resource id: 58720362, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:13 lucilla systemd[675]: apps-org.kde.konsole-da41cf91051e4ef4b00811f52e36be41.scope: Succeeded.
Jun 28 19:46:13 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 39989, resource id: 37748904, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:16 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 40793, resource id: 67108867, major code: 15 (QueryTree), minor code: 0
Jun 28 19:46:16 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 40798, resource id: 67108867, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:16 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 40826, resource id: 88080389, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:16 lucilla systemd[675]: apps-firefox-595de0d8451b448e995a23d423ac7549.scope: Succeeded.
Jun 28 19:46:16 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41132, resource id: 37748905, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:17 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41620, resource id: 69206058, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:17 lucilla systemd[675]: apps-org.kde.dolphin-897983a8731e4113a0ef109c61b0d93f.scope: Succeeded.
Jun 28 19:46:17 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 41624, resource id: 37748906, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: libpng warning: iCCP: too many profiles
Jun 28 19:46:20 lucilla plasmashell[795]: libpng warning: iCCP: too many profiles
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:20 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:21 lucilla plasmashell[795]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:60:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 28 19:46:21 lucilla plasmashell[795]: libpng warning: iCCP: known incorrect sRGB profile
Jun 28 19:46:21 lucilla plasmashell[795]: libpng warning: known incorrect sRGB profile
Jun 28 19:46:21 lucilla plasmashell[795]: libpng warning: profile matches sRGB but writing iCCP instead
Jun 28 19:46:21 lucilla plasmashell[795]: qt.svg: <input>:121: Could not resolve property: #pattern4230
Jun 28 19:46:21 lucilla plasmashell[795]: qt.svg: <input>:5099: Could not resolve property: #linearGradient4636
Jun 28 19:46:21 lucilla plasmashell[795]: qt.svg: <input>:5099: Could not resolve property: #linearGradient4592
Jun 28 19:46:21 lucilla plasmashell[795]: qt.svg: <input>:5099: Could not resolve property: #linearGradient4247
Jun 28 19:46:21 lucilla plasmashell[795]: qt.svg: link #facesize is undefined!
Jun 28 19:46:21 lucilla plasmashell[795]: qt.svg: link #facesize is undefined!
Jun 28 19:46:21 lucilla plasmashell[795]: qt.svg: link #facesize is undefined!
Jun 28 19:46:21 lucilla plasmashell[795]: qt.svg: link #facesize is undefined!
Jun 28 19:46:21 lucilla plasmashell[795]: libpng warning: iCCP: known incorrect sRGB profile
Jun 28 19:46:21 lucilla plasmashell[795]: libpng warning: iCCP: known incorrect sRGB profile
Jun 28 19:46:21 lucilla plasmashell[795]: libpng warning: known incorrect sRGB profile
Jun 28 19:46:21 lucilla plasmashell[795]: libpng warning: profile matches sRGB but writing iCCP instead
Jun 28 19:46:21 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activating service name='org.kde.Shutdown' requested by ':1.14' (uid=1000 pid=764 comm="/usr/bin/ksmserver ")
Jun 28 19:46:21 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Successfully activated service 'org.kde.Shutdown'
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43173, resource id: 37748752, major code: 19 (DeleteProperty), minor code: 0
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43176, resource id: 37748752, major code: 19 (DeleteProperty), minor code: 0
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43177, resource id: 37748752, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43178, resource id: 37748752, major code: 19 (DeleteProperty), minor code: 0
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43179, resource id: 37748752, major code: 19 (DeleteProperty), minor code: 0
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43180, resource id: 37748752, major code: 19 (DeleteProperty), minor code: 0
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43181, resource id: 37748752, major code: 7 (ReparentWindow), minor code: 0
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43182, resource id: 37748752, major code: 6 (ChangeSaveSet), minor code: 0
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43183, resource id: 37748752, major code: 2 (ChangeWindowAttributes), minor code: 0
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43184, resource id: 37748752, major code: 10 (UnmapWindow), minor code: 0
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43234, resource id: 37748798, major code: 15 (QueryTree), minor code: 0
Jun 28 19:46:21 lucilla polkit-kde-authentication-agent-1[785]: Destroying listener
Jun 28 19:46:21 lucilla polkit-kde-authentication-agent-1[785]: Removing listener  PolkitQt1::Agent::Listener(0x562879982ee0)
Jun 28 19:46:21 lucilla kded5[734]: Service  ":1.29" unregistered
Jun 28 19:46:21 lucilla sddm[688]: kwalletd5: Checking for pam module
Jun 28 19:46:21 lucilla sddm[688]: kwalletd5: Got pam-login param
Jun 28 19:46:21 lucilla sddm[688]: kwalletd5: Waiting for hash on 7-
Jun 28 19:46:21 lucilla sddm[688]: kwalletd5: waitingForEnvironment on: 3
Jun 28 19:46:21 lucilla sddm[688]: kwalletd5: client connected
Jun 28 19:46:21 lucilla sddm[688]: kwalletd5: client disconnected
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43291, resource id: 25165829, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43295, resource id: 35651589, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:21 lucilla polkitd[536]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.28, object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.utf8)
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43299, resource id: 33554440, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:21 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43309, resource id: 8388613, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:21 lucilla plasmashell[795]: trying to show an empty dialog
Jun 28 19:46:21 lucilla plasmashell[795]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
Jun 28 19:46:21 lucilla plasmashell[795]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
Jun 28 19:46:22 lucilla kwin_x11[738]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 43605, resource id: 20971528, major code: 18 (ChangeProperty), minor code: 0
Jun 28 19:46:22 lucilla systemd-logind[522]: System is rebooting.
Jun 28 19:46:22 lucilla sddm[595]: Authentication error: "Process crashed"
Jun 28 19:46:22 lucilla sddm[595]: Auth: sddm-helper crashed (exit code 15)
Jun 28 19:46:22 lucilla sddm[595]: Authentication error: "Process crashed"
Jun 28 19:46:22 lucilla sddm[595]: Auth: sddm-helper exited with 15
Jun 28 19:46:22 lucilla sddm[595]: Socket server stopping...
Jun 28 19:46:22 lucilla sddm[595]: Socket server stopped.
Jun 28 19:46:22 lucilla sddm[595]: Display server stopping...
Jun 28 19:46:22 lucilla systemd[1]: Stopping Session 2 of user gianluca.
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla systemd[1]: Removed slice system-getty.slice.
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: bluedevil: Destroyed
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla systemd[1]: Removed slice system-modprobe.slice.
Jun 28 19:46:22 lucilla systemd[1]: Stopped target Bluetooth.
Jun 28 19:46:22 lucilla systemd[1]: Stopped target Graphical Interface.
Jun 28 19:46:22 lucilla systemd[1]: Stopped target Multi-User System.
Jun 28 19:46:22 lucilla systemd[1]: Stopped target Login Prompts.
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla systemd[1]: Stopped target Sound Card.
Jun 28 19:46:22 lucilla systemd[1]: Stopped target Timers.
Jun 28 19:46:22 lucilla systemd[1]: logrotate.timer: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped Daily rotation of log files.
Jun 28 19:46:22 lucilla systemd[1]: man-db.timer: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped Daily man-db regeneration.
Jun 28 19:46:22 lucilla systemd[1]: shadow.timer: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped Daily verification of password and group files.
Jun 28 19:46:22 lucilla systemd[1]: systemd-tmpfiles-clean.timer: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Jun 28 19:46:22 lucilla systemd[1]: updatedb.timer: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped Daily locate database update.
Jun 28 19:46:22 lucilla kwin_x11[738]: The X11 connection broke (error 1). Did the X11 server die?
Jun 28 19:46:22 lucilla systemd[1]: Stopped target System Time Synchronized.
Jun 28 19:46:22 lucilla systemd[1]: Stopped target System Time Set.
Jun 28 19:46:22 lucilla systemd[1]: lvm2-lvmpolld.socket: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Closed LVM2 poll daemon socket.
Jun 28 19:46:22 lucilla systemd[1]: systemd-rfkill.socket: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 28 19:46:22 lucilla systemd[1]: Stopping Save/Restore Sound Card State...
Jun 28 19:46:22 lucilla avahi-daemon[509]: Got SIGTERM, quitting.
Jun 28 19:46:22 lucilla avahi-daemon[509]: Leaving mDNS multicast group on interface wlp3s0.IPv6 with address fe80::6202:cddc:5739:db08.
Jun 28 19:46:22 lucilla avahi-daemon[509]: Leaving mDNS multicast group on interface wlp3s0.IPv4 with address 192.168.1.46.
Jun 28 19:46:22 lucilla avahi-daemon[509]: Leaving mDNS multicast group on interface lo.IPv6 with address ::1.
Jun 28 19:46:22 lucilla avahi-daemon[509]: Leaving mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Jun 28 19:46:22 lucilla systemd[1]: Stopping Avahi mDNS/DNS-SD Stack...
Jun 28 19:46:22 lucilla bluetoothd[527]: Terminating
Jun 28 19:46:22 lucilla systemd[1]: Stopping Bluetooth service...
Jun 28 19:46:22 lucilla systemd[1]: Stopping Thunderbolt system service...
Jun 28 19:46:22 lucilla systemd[1]: Stopping Manage, Install and Generate Color Profiles...
Jun 28 19:46:22 lucilla mbpfan[521]: Received SIGTERM signal.
Jun 28 19:46:22 lucilla systemd[1]: Stopping A fan manager daemon for MacBook Pro...
Jun 28 19:46:22 lucilla systemd[1]: Condition check resulted in Generate shutdown-ramfs being skipped.
Jun 28 19:46:22 lucilla kglobalaccel5[751]: The X11 connection broke (error 1). Did the X11 server die?
Jun 28 19:46:22 lucilla systemd[1]: Stopping CUPS Scheduler...
Jun 28 19:46:22 lucilla mbpfan[521]: mbpfan 2.2.0 starting up
Jun 28 19:46:22 lucilla kernel: audit: type=1131 audit(1593366382.508:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bolt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla kernel: audit: type=1131 audit(1593366382.508:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mbpfan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla kernel: audit: type=1131 audit(1593366382.508:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bolt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mbpfan comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.257' (uid=0 pid=973 comm="/usr/bin/cupsd -l ")
Jun 28 19:46:22 lucilla systemd[1]: Stopping PackageKit Daemon...
Jun 28 19:46:22 lucilla systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
Jun 28 19:46:22 lucilla systemd[1]: Stopping Simple Desktop Display Manager...
Jun 28 19:46:22 lucilla systemd[1]: Stopping Load/Save Random Seed...
Jun 28 19:46:22 lucilla systemd[1]: Stopping Disk Manager...
Jun 28 19:46:22 lucilla systemd[1]: Stopping Daemon for power management...
Jun 28 19:46:22 lucilla systemd[1]: bolt.service: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped Thunderbolt system service.
Jun 28 19:46:22 lucilla systemd[1]: mbpfan.service: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped A fan manager daemon for MacBook Pro.
Jun 28 19:46:22 lucilla systemd[1]: rtkit-daemon.service: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
Jun 28 19:46:22 lucilla kactivitymanagerd[756]: The X11 connection broke (error 1). Did the X11 server die?
Jun 28 19:46:22 lucilla kscreen_backend_launcher[892]: The X11 connection broke (error 1). Did the X11 server die?
Jun 28 19:46:22 lucilla baloorunner[13623]: The X11 connection broke (error 1). Did the X11 server die?
Jun 28 19:46:22 lucilla systemd-logind[522]: Session 2 logged out. Waiting for processes to exit.
Jun 28 19:46:22 lucilla systemd[1]: alsa-restore.service: Succeeded.
Jun 28 19:46:22 lucilla NetworkManager[519]: <info>  [1593366382.5297] device (wlp3s0): state change: activated -> deactivating (reason 'connection-removed', sys-iface-state: 'managed')
Jun 28 19:46:22 lucilla systemd[1]: Stopped Save/Restore Sound Card State.
Jun 28 19:46:22 lucilla NetworkManager[519]: <info>  [1593366382.5301] manager: NetworkManager state is now DISCONNECTING
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla systemd[1]: Stopping Authorization Manager...
Jun 28 19:46:22 lucilla dbus-daemon[515]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Refusing activation, D-Bus is shutting down.
Jun 28 19:46:22 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=519 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 28 19:46:22 lucilla dbus-daemon[515]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Jun 28 19:46:22 lucilla kernel: audit: type=1131 audit(1593366382.518:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla systemd[1]: systemd-random-seed.service: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped Load/Save Random Seed.
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla wpa_supplicant[588]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e2:b9:e5:27:ed:b5 reason=3 locally_generated=1
Jun 28 19:46:22 lucilla NetworkManager[519]: <info>  [1593366382.5377] device (wlp3s0): supplicant interface state: completed -> disconnected
Jun 28 19:46:22 lucilla NetworkManager[519]: <info>  [1593366382.5378] device (wlp3s0): state change: deactivating -> disconnected (reason 'connection-removed', sys-iface-state: 'managed')
Jun 28 19:46:22 lucilla systemd[1]: org.cups.cupsd.service: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped CUPS Scheduler.
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla systemd[1]: Stopped target Network is Online.
Jun 28 19:46:22 lucilla systemd[1]: NetworkManager-wait-online.service: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped Network Manager Wait Online.
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla kernel: audit: type=1131 audit(1593366382.528:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla kernel: audit: type=1131 audit(1593366382.528:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=org.cups.cupsd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla kernel: audit: type=1131 audit(1593366382.528:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla wpa_supplicant[588]: nl80211: Was expecting local disconnect but got another disconnect event first
Jun 28 19:46:22 lucilla wpa_supplicant[588]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
Jun 28 19:46:22 lucilla avahi-daemon[509]: avahi-daemon 0.8 exiting.
Jun 28 19:46:22 lucilla systemd[1]: avahi-daemon.service: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped Avahi mDNS/DNS-SD Stack.
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla systemd[1]: packagekit.service: Succeeded.
Jun 28 19:46:22 lucilla udisksd[631]: udisks daemon version 2.9.0 exiting
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla systemd[1]: Stopped PackageKit Daemon.
Jun 28 19:46:22 lucilla systemd[1]: colord.service: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped Manage, Install and Generate Color Profiles.
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla kernel: audit: type=1131 audit(1593366382.538:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla kernel: audit: type=1131 audit(1593366382.538:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla kernel: audit: type=1131 audit(1593366382.538:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla NetworkManager[519]: <info>  [1593366382.5950] dhcp4 (wlp3s0): canceled DHCP transaction
Jun 28 19:46:22 lucilla NetworkManager[519]: <info>  [1593366382.5950] dhcp4 (wlp3s0): state changed bound -> done
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla NetworkManager[519]: <info>  [1593366382.5960] dhcp6 (wlp3s0): canceled DHCP transaction
Jun 28 19:46:22 lucilla NetworkManager[519]: <info>  [1593366382.5961] dhcp6 (wlp3s0): state changed bound -> done
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla systemd[1]: polkit.service: Succeeded.
Jun 28 19:46:22 lucilla NetworkManager[519]: <info>  [1593366382.5980] device (wlp3s0): set-hw-addr: set MAC address to 1E:BA:3A:BC:2B:3A (scanning)
Jun 28 19:46:22 lucilla systemd[1]: Stopped Authorization Manager.
Jun 28 19:46:22 lucilla systemd[1]: udisks2.service: Succeeded.
Jun 28 19:46:22 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activating service name='org.kde.kglobalaccel' requested by ':1.8' (uid=1000 pid=734 comm="/usr/bin/kded5 ")
Jun 28 19:46:22 lucilla systemd[1]: Stopped Disk Manager.
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla systemd[1]: upower.service: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped Daemon for power management.
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.25' (uid=1000 pid=734 comm="/usr/bin/kded5 ")
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla dbus-daemon[515]: [system] Activation via systemd failed for unit 'colord.service': Refusing activation, D-Bus is shutting down.
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla kded5[734]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
Jun 28 19:46:22 lucilla NetworkManager[519]: <info>  [1593366382.6090] manager: NetworkManager state is now DISCONNECTED
Jun 28 19:46:22 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=519 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 28 19:46:22 lucilla kded5[734]: The X11 connection broke: I/O error (code 1)
Jun 28 19:46:22 lucilla dbus-daemon[515]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Jun 28 19:46:22 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=519 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 28 19:46:22 lucilla dbus-daemon[515]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Jun 28 19:46:22 lucilla bluetoothd[527]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSink/sbc
Jun 28 19:46:22 lucilla bluetoothd[527]: Endpoint unregistered: sender=:1.48 path=/MediaEndpoint/A2DPSource/sbc
Jun 28 19:46:22 lucilla dbus-daemon[515]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.48" (uid=1000 pid=838 comm="/usr/bin/pulseaudio --daemonize=no ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.3" (uid=0 pid=527 comm="/usr/lib/bluetooth/bluetoothd ")
Jun 28 19:46:22 lucilla dbus-daemon[515]: [system] Rejected send message, 0 matched rules; type="error", sender=":1.48" (uid=1000 pid=838 comm="/usr/bin/pulseaudio --daemonize=no ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.3" (uid=0 pid=527 comm="/usr/lib/bluetooth/bluetoothd ")
Jun 28 19:46:22 lucilla bluetoothd[527]: Stopping SDP server
Jun 28 19:46:22 lucilla bluetoothd[527]: Exit
Jun 28 19:46:22 lucilla systemd[1]: bluetooth.service: Succeeded.
Jun 28 19:46:22 lucilla systemd[1]: Stopped Bluetooth service.
Jun 28 19:46:22 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:23 lucilla kglobalaccel5[14238]: qt.qpa.xcb: could not connect to display :0
Jun 28 19:46:23 lucilla audit[14238]: ANOM_ABEND auid=1000 uid=1000 gid=100 ses=3 pid=14238 comm="kglobalaccel5" exe="/usr/bin/kglobalaccel5" sig=6 res=1
Jun 28 19:46:23 lucilla kglobalaccel5[14238]: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
Jun 28 19:46:23 lucilla kglobalaccel5[14238]: This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
                                              
                                              Available platform plugins are: wayland-org.kde.kwin.qpa, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Jun 28 19:46:23 lucilla systemd[1]: Requested transaction contradicts existing jobs: Transaction for systemd-coredump@0-14243-0.service/start is destructive (systemd-reboot.service has 'start' job queued, but 'stop' is included in transaction).
Jun 28 19:46:23 lucilla systemd[1]: systemd-coredump.socket: Failed to queue service startup job (Maybe the service file is missing or not a non-template unit?): Transaction for systemd-coredump@0-14243-0.service/start is destructive (systemd-reboot.service has 'start' job queued, but 'stop' is included in transaction).
Jun 28 19:46:23 lucilla dbus-daemon[699]: [session uid=1000 pid=699] Activated service 'org.kde.kglobalaccel' failed: Process org.kde.kglobalaccel received signal 6
Jun 28 19:46:23 lucilla systemd[1]: systemd-coredump.socket: Failed with result 'resources'.
Jun 28 19:46:23 lucilla sddm[595]: Display server stopped.
Jun 28 19:46:23 lucilla sddm[595]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Jun 28 19:46:23 lucilla sddm[595]: Removing display ":0" ...
Jun 28 19:46:23 lucilla sddm[595]: Adding new display on vt 1 ...
Jun 28 19:46:23 lucilla sddm[595]: Loading theme configuration from ""
Jun 28 19:46:23 lucilla sddm[595]: Display server starting...
Jun 28 19:46:23 lucilla sddm[595]: Running: /usr/bin/X -dpi 144 -auth /var/run/sddm/{6ac2a097-a0fb-4fff-bfb7-0848c23730c5} -background none -noreset -displayfd 18 -seat seat0 vt1
Jun 28 19:46:24 lucilla sddm[595]: Setting default cursor
Jun 28 19:46:24 lucilla sddm[595]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Jun 28 19:46:24 lucilla sddm[595]: Display server started.
Jun 28 19:46:24 lucilla sddm[595]: Socket server starting...
Jun 28 19:46:24 lucilla sddm[595]: Socket server started.
Jun 28 19:46:24 lucilla sddm[595]: Loading theme configuration from "/usr/share/sddm/themes/breeze/theme.conf"
Jun 28 19:46:24 lucilla sddm[595]: Greeter starting...
Jun 28 19:46:24 lucilla sddm[595]: Adding cookie to "/var/run/sddm/{6ac2a097-a0fb-4fff-bfb7-0848c23730c5}"
Jun 28 19:46:24 lucilla sddm[595]: Signal received: SIGTERM
Jun 28 19:46:24 lucilla sddm[595]: Socket server stopping...
Jun 28 19:46:24 lucilla sddm[595]: Socket server stopped.
Jun 28 19:46:24 lucilla sddm[595]: Display server stopping...
Jun 28 19:46:24 lucilla sddm-helper[14259]: [PAM] Starting...
Jun 28 19:46:24 lucilla audit[14259]: USER_AUTH pid=14259 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:24 lucilla audit[14259]: USER_ACCT pid=14259 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:24 lucilla sddm-helper[14259]: [PAM] Authenticating...
Jun 28 19:46:24 lucilla sddm-helper[14259]: [PAM] returning.
Jun 28 19:46:25 lucilla sddm[595]: Display server stopped.
Jun 28 19:46:25 lucilla sddm[595]: Running display stop script  "/usr/share/sddm/scripts/Xstop"
Jun 28 19:46:25 lucilla sddm[595]: QProcess: Destroyed while process ("/usr/lib/sddm/sddm-helper") is still running.
Jun 28 19:46:25 lucilla systemd[1]: sddm.service: Succeeded.
Jun 28 19:46:25 lucilla systemd[1]: Stopped Simple Desktop Display Manager.
Jun 28 19:46:25 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:25 lucilla systemd[1]: session-2.scope: Succeeded.
Jun 28 19:46:25 lucilla systemd[1]: Stopped Session 2 of user gianluca.
Jun 28 19:46:25 lucilla systemd[1]: Stopping Login Service...
Jun 28 19:46:25 lucilla systemd[1]: Stopping User Manager for UID 1000...
Jun 28 19:46:25 lucilla systemd[675]: Stopped target Main User Target.
Jun 28 19:46:25 lucilla systemd[675]: Stopping Accessibility services bus...
Jun 28 19:46:25 lucilla gvfsd[1030]: A connection to the bus can't be made
Jun 28 19:46:25 lucilla systemd[675]: Stopping D-Bus User Message Bus...
Jun 28 19:46:25 lucilla systemd[675]: Stopping Virtual filesystem service...
Jun 28 19:46:25 lucilla systemd[675]: Stopping Bluetooth OBEX service...
Jun 28 19:46:25 lucilla systemd[675]: Stopping Sound Service...
Jun 28 19:46:25 lucilla systemd[675]: obex.service: Main process exited, code=exited, status=1/FAILURE
Jun 28 19:46:25 lucilla systemd[675]: obex.service: Failed with result 'exit-code'.
Jun 28 19:46:25 lucilla systemd[675]: Stopped Bluetooth OBEX service.
Jun 28 19:46:25 lucilla systemd[675]: at-spi-dbus-bus.service: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Stopped Accessibility services bus.
Jun 28 19:46:25 lucilla systemd[675]: run-user-1000-gvfs.mount: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: gvfs-daemon.service: Succeeded.
Jun 28 19:46:25 lucilla systemd[1]: run-user-1000-gvfs.mount: Succeeded.
Jun 28 19:46:25 lucilla systemd[1]: Unmounted /run/user/1000/gvfs.
Jun 28 19:46:25 lucilla systemd[675]: Stopped Virtual filesystem service.
Jun 28 19:46:25 lucilla systemd[675]: dbus.service: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Stopped D-Bus User Message Bus.
Jun 28 19:46:25 lucilla systemd[675]: pulseaudio.service: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Stopped Sound Service.
Jun 28 19:46:25 lucilla systemd[675]: Stopped target Basic System.
Jun 28 19:46:25 lucilla systemd[675]: Stopped target Paths.
Jun 28 19:46:25 lucilla systemd[675]: Stopped target Sockets.
Jun 28 19:46:25 lucilla systemd[675]: Stopped target Timers.
Jun 28 19:46:25 lucilla systemd[675]: dbus.socket: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Closed D-Bus User Message Bus Socket.
Jun 28 19:46:25 lucilla systemd[675]: dirmngr.socket: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Closed GnuPG network certificate management daemon.
Jun 28 19:46:25 lucilla systemd[675]: gpg-agent-browser.socket: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 28 19:46:25 lucilla systemd[675]: gpg-agent-extra.socket: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 28 19:46:25 lucilla systemd[675]: gpg-agent-ssh.socket: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 28 19:46:25 lucilla systemd[675]: gpg-agent.socket: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 28 19:46:25 lucilla systemd[675]: p11-kit-server.socket: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Closed p11-kit server.
Jun 28 19:46:25 lucilla systemd[675]: pipewire.socket: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Closed Multimedia System.
Jun 28 19:46:25 lucilla systemd[675]: pulseaudio.socket: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Closed Sound System.
Jun 28 19:46:25 lucilla systemd[675]: Reached target Shutdown.
Jun 28 19:46:25 lucilla systemd[675]: systemd-exit.service: Succeeded.
Jun 28 19:46:25 lucilla systemd[675]: Finished Exit the Session.
Jun 28 19:46:25 lucilla systemd[675]: Reached target Exit the Session.
Jun 28 19:46:25 lucilla systemd[676]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[gianluca] ruser=[<unknown>] rhost=[<unknown>]
Jun 28 19:46:25 lucilla systemd[1]: user@1000.service: Succeeded.
Jun 28 19:46:25 lucilla systemd[1]: Stopped User Manager for UID 1000.
Jun 28 19:46:25 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:25 lucilla systemd[1]: Stopping User Runtime Directory /run/user/1000...
Jun 28 19:46:25 lucilla systemd[1]: run-user-1000.mount: Succeeded.
Jun 28 19:46:25 lucilla systemd[1]: Unmounted /run/user/1000.
Jun 28 19:46:25 lucilla systemd[1]: user-runtime-dir@1000.service: Succeeded.
Jun 28 19:46:25 lucilla systemd[1]: Stopped User Runtime Directory /run/user/1000.
Jun 28 19:46:25 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:25 lucilla systemd[1]: Removed slice User Slice of UID 1000.
Jun 28 19:46:25 lucilla systemd[1]: Stopping Permit User Sessions...
Jun 28 19:46:25 lucilla systemd[1]: systemd-user-sessions.service: Succeeded.
Jun 28 19:46:25 lucilla systemd[1]: Stopped Permit User Sessions.
Jun 28 19:46:25 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:25 lucilla systemd[1]: Stopped target Network.
Jun 28 19:46:25 lucilla systemd[1]: Stopped target Remote File Systems.
Jun 28 19:46:25 lucilla systemd[1]: Stopping Network Manager...
Jun 28 19:46:25 lucilla systemd[1]: Stopping WPA supplicant...
Jun 28 19:46:25 lucilla wpa_supplicant[588]: nl80211: deinit ifname=wlp3s0 disabled_11b_rates=0
Jun 28 19:46:25 lucilla wpa_supplicant[588]: wlp3s0: CTRL-EVENT-TERMINATING
Jun 28 19:46:25 lucilla systemd[1]: wpa_supplicant.service: Succeeded.
Jun 28 19:46:25 lucilla systemd[1]: Stopped WPA supplicant.
Jun 28 19:46:25 lucilla kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
Jun 28 19:46:25 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:26 lucilla systemd[1]: systemd-logind.service: Succeeded.
Jun 28 19:46:26 lucilla systemd[1]: Stopped Login Service.
Jun 28 19:46:26 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla NetworkManager[519]: <info>  [1593366387.5401] caught SIGTERM, shutting down normally.
Jun 28 19:46:27 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=519 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 28 19:46:27 lucilla dbus-daemon[515]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Jun 28 19:46:27 lucilla NetworkManager[519]: <info>  [1593366387.5423] device (34:29:12:DD:5E:18): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Jun 28 19:46:27 lucilla NetworkManager[519]: <info>  [1593366387.5448] device (2C:4D:54:C4:3E:86): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Jun 28 19:46:27 lucilla NetworkManager[519]: <info>  [1593366387.5465] device (wlp3s0): supplicant interface state: disconnected -> internal-down
Jun 28 19:46:27 lucilla dbus-daemon[515]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=519 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 28 19:46:27 lucilla dbus-daemon[515]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Jun 28 19:46:27 lucilla NetworkManager[519]: <info>  [1593366387.5612] exiting (success)
Jun 28 19:46:27 lucilla systemd[1]: NetworkManager.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Network Manager.
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: Stopping D-Bus System Message Bus...
Jun 28 19:46:27 lucilla kernel: kauditd_printk_skb: 13 callbacks suppressed
Jun 28 19:46:27 lucilla kernel: audit: type=1131 audit(1593366387.587:108): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: dbus.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped D-Bus System Message Bus.
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: Stopped target Basic System.
Jun 28 19:46:27 lucilla systemd[1]: Stopped target Paths.
Jun 28 19:46:27 lucilla kernel: audit: type=1131 audit(1593366387.627:109): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: org.cups.cupsd.path: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped CUPS Scheduler.
Jun 28 19:46:27 lucilla systemd[1]: Stopped target Slices.
Jun 28 19:46:27 lucilla systemd[1]: Removed slice User and Session Slice.
Jun 28 19:46:27 lucilla systemd[1]: Stopped target Sockets.
Jun 28 19:46:27 lucilla systemd[1]: avahi-daemon.socket: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Closed Avahi mDNS/DNS-SD Stack Activation Socket.
Jun 28 19:46:27 lucilla systemd[1]: dbus.socket: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Closed D-Bus System Message Bus Socket.
Jun 28 19:46:27 lucilla systemd[1]: org.cups.cupsd.socket: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Closed CUPS Scheduler.
Jun 28 19:46:27 lucilla systemd[1]: Stopped target System Initialization.
Jun 28 19:46:27 lucilla systemd[1]: Stopped target Local Encrypted Volumes.
Jun 28 19:46:27 lucilla systemd[1]: systemd-ask-password-console.path: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Jun 28 19:46:27 lucilla systemd[1]: systemd-ask-password-wall.path: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Jun 28 19:46:27 lucilla systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jun 28 19:46:27 lucilla systemd[1]: Stopping Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight...
Jun 28 19:46:27 lucilla systemd[1]: Stopping Set Up Additional Binary Formats...
Jun 28 19:46:27 lucilla systemd[1]: systemd-sysctl.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Apply Kernel Variables.
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: systemd-modules-load.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Load Kernel Modules.
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: Stopping Network Time Synchronization...
Jun 28 19:46:27 lucilla systemd[1]: systemd-update-done.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Update is Completed.
Jun 28 19:46:27 lucilla kernel: audit: type=1131 audit(1593366387.737:110): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla kernel: audit: type=1131 audit(1593366387.737:111): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: ldconfig.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Rebuild Dynamic Linker Cache.
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: systemd-journal-catalog-update.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Rebuild Journal Catalog.
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Jun 28 19:46:27 lucilla systemd[1]: systemd-backlight@backlight:intel_backlight.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jun 28 19:46:27 lucilla audit[14274]: SYSTEM_SHUTDOWN pid=14274 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla kernel: audit: type=1131 audit(1593366387.747:112): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla kernel: audit: type=1131 audit(1593366387.747:113): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla kernel: audit: type=1131 audit(1593366387.747:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla kernel: audit: type=1128 audit(1593366387.747:115): pid=14274 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla kernel: audit: type=1131 audit(1593366387.757:116): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: systemd-backlight@leds:smc::kbd_backlight.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Load/Save Screen Backlight Brightness of leds:smc::kbd_backlight.
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:smc::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: systemd-binfmt.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Set Up Additional Binary Formats.
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: Removed slice system-systemd\x2dbacklight.slice.
Jun 28 19:46:27 lucilla systemd[1]: systemd-update-utmp.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla kernel: audit: type=1131 audit(1593366387.757:117): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:smc::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: systemd-timesyncd.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Network Time Synchronization.
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: systemd-tmpfiles-setup.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped Create Volatile Files and Directories.
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: Stopped target Local File Systems.
Jun 28 19:46:27 lucilla systemd[1]: Unmounting /boot...
Jun 28 19:46:27 lucilla systemd[1]: Unmounting /home...
Jun 28 19:46:27 lucilla systemd[1]: Unmounting Temporary Directory (/tmp)...
Jun 28 19:46:27 lucilla systemd[1]: boot.mount: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Unmounted /boot.
Jun 28 19:46:27 lucilla systemd[1]: tmp.mount: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Unmounted Temporary Directory (/tmp).
Jun 28 19:46:27 lucilla systemd[1]: Stopped target Swap.
Jun 28 19:46:27 lucilla systemd[1]: Deactivating swap /dev/disk/by-id/ata-APPLE_SSD_SM0512F_S1K5NYBG103344-part4...
Jun 28 19:46:27 lucilla systemd[1]: systemd-fsck@dev-disk-by\x2duuid-C591\x2d0FFD.service: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Stopped File System Check on /dev/disk/by-uuid/C591-0FFD.
Jun 28 19:46:27 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-C591\x2d0FFD comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:27 lucilla systemd[1]: dev-disk-by\x2did-wwn\x2d0x5002538655584d30\x2dpart4.swap: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Deactivated swap /dev/disk/by-id/wwn-0x5002538655584d30-part4.
Jun 28 19:46:27 lucilla systemd[1]: dev-disk-by\x2did-ata\x2dAPPLE_SSD_SM0512F_S1K5NYBG103344\x2dpart4.swap: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Deactivated swap /dev/disk/by-id/ata-APPLE_SSD_SM0512F_S1K5NYBG103344-part4.
Jun 28 19:46:27 lucilla systemd[1]: dev-disk-by\x2dpartuuid-a7fb01a2\x2de77d\x2d42de\x2dba9b\x2d4d75e4f9396e.swap: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Deactivated swap /dev/disk/by-partuuid/a7fb01a2-e77d-42de-ba9b-4d75e4f9396e.
Jun 28 19:46:27 lucilla systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:05:00.0\x2data\x2d1\x2dpart4.swap: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:05:00.0-ata-1-part4.
Jun 28 19:46:27 lucilla systemd[1]: dev-sda4.swap: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Deactivated swap /dev/sda4.
Jun 28 19:46:27 lucilla systemd[1]: dev-disk-by\x2duuid-c64d488f\x2d606f\x2d41ba\x2d8483\x2d57a489ce30c9.swap: Succeeded.
Jun 28 19:46:27 lucilla systemd[1]: Deactivated swap /dev/disk/by-uuid/c64d488f-606f-41ba-8483-57a489ce30c9.
Jun 28 19:46:33 lucilla systemd[1]: home.mount: Succeeded.
Jun 28 19:46:33 lucilla systemd[1]: Unmounted /home.
Jun 28 19:46:33 lucilla systemd[1]: Reached target Unmount All Filesystems.
Jun 28 19:46:33 lucilla systemd[1]: systemd-fsck@dev-disk-by\x2duuid-9db95835\x2de44a\x2d4066\x2d9dd0\x2deb0a83ef5df1.service: Succeeded.
Jun 28 19:46:33 lucilla systemd[1]: Stopped File System Check on /dev/disk/by-uuid/9db95835-e44a-4066-9dd0-eb0a83ef5df1.
Jun 28 19:46:33 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-9db95835\x2de44a\x2d4066\x2d9dd0\x2deb0a83ef5df1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Jun 28 19:46:33 lucilla systemd[1]: Stopped target Local File Systems (Pre).
Jun 28 19:46:33 lucilla systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 28 19:46:33 lucilla systemd[1]: systemd-tmpfiles-setup-dev.service: Succeeded.
Jun 28 19:46:33 lucilla systemd[1]: Stopped Create Static Device Nodes in /dev.
Jun 28 19:46:33 lucilla kernel: kauditd_printk_skb: 5 callbacks suppressed
Jun 28 19:46:33 lucilla kernel: audit: type=1131 audit(1593366393.567:123): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-9db95835\x2de44a\x2d4066\x2d9dd0\x2deb0a83ef5df1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla systemd[1]: systemd-sysusers.service: Succeeded.
Jun 28 19:46:33 lucilla systemd[1]: Stopped Create System Users.
Jun 28 19:46:33 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla systemd[1]: systemd-remount-fs.service: Succeeded.
Jun 28 19:46:33 lucilla systemd[1]: Stopped Remount Root and Kernel File Systems.
Jun 28 19:46:33 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla kernel: audit: type=1131 audit(1593366393.577:124): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla kernel: audit: type=1131 audit(1593366393.577:125): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla kernel: audit: type=1131 audit(1593366393.577:126): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla systemd[1]: lvm2-monitor.service: Succeeded.
Jun 28 19:46:33 lucilla systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 28 19:46:33 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla systemd[1]: Stopping LVM2 metadata daemon...
Jun 28 19:46:33 lucilla kernel: audit: type=1131 audit(1593366393.697:127): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla systemd[1]: lvm2-lvmetad.service: Succeeded.
Jun 28 19:46:33 lucilla systemd[1]: Stopped LVM2 metadata daemon.
Jun 28 19:46:33 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla systemd[1]: Reached target Shutdown.
Jun 28 19:46:33 lucilla systemd[1]: Reached target Final Step.
Jun 28 19:46:33 lucilla kernel: audit: type=1131 audit(1593366393.707:128): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla systemd[1]: lvm2-lvmetad.socket: Succeeded.
Jun 28 19:46:33 lucilla systemd[1]: Closed LVM2 metadata daemon socket.
Jun 28 19:46:33 lucilla systemd[1]: systemd-reboot.service: Succeeded.
Jun 28 19:46:33 lucilla systemd[1]: Finished Reboot.
Jun 28 19:46:33 lucilla audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla systemd[1]: Reached target Reboot.
Jun 28 19:46:33 lucilla systemd[1]: Shutting down.
Jun 28 19:46:33 lucilla kernel: audit: type=1130 audit(1593366393.717:129): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla kernel: audit: type=1131 audit(1593366393.717:130): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 28 19:46:33 lucilla systemd-shutdown[1]: Syncing filesystems and block devices.
Jun 28 19:46:33 lucilla systemd-journald[251]: Journal stopped

In the boot the console is black and the keyboard is unresponsive.
Looks like it booted everything...

Last edited by gianluca.pettinello (2020-06-28 18:14:25)

Offline

#10 2020-06-28 18:46:30

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

Re: Kernel 5.7: i915 freezes console during boot

@gianluca.pettinello your issue might be different,  on your system the missing message from post #5 is present

Jun 28 19:37:05 lucilla kernel: [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0

Is SDDM using X or Wayland?  If X please post Xorg.0.log for a blank screen boot.

Offline

#11 2020-06-29 18:57:30

gianluca.pettinello
Member
Registered: 2013-04-16
Posts: 72

Re: Kernel 5.7: i915 freezes console during boot

loqs wrote:

@gianluca.pettinello your issue might be different,  on your system the missing message from post #5 is present

Jun 28 19:37:05 lucilla kernel: [drm] Initialized i915 1.6.0 20190822 for 0000:00:02.0 on minor 0

Is SDDM using X or Wayland?  If X please post Xorg.0.log for a blank screen boot.

Indeed I realized that the boot log that I pasted is still belonging to kernel lts. So it means that the boot of kernel 5.7.6 didn't record anything in the journalctl despite I got some messages in the console.
Sorry for the confusion

Offline

#12 2020-06-30 13:36:05

EdeWolf
Member
Registered: 2016-01-06
Posts: 79

Re: Kernel 5.7: i915 freezes console during boot

gianluca.pettinello wrote:

So it means that the boot of kernel 5.7.6 didn't record anything in the journalctl despite I got some messages in the console.

I've had the same issue, but a 2nd reboot fixed this. This always seem to happen, if I stop journald und delete everything below /var/log/journal/<id>... and then reboot. For some reasons I need two boots to get it written again, if I have to press the power button to turn it off. No idea, why.

Offline

Board footer

Powered by FluxBB